-- phpMyAdmin SQL Dump
-- version 2.11.9.5
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jun 15, 2009 at 07:13 PM
-- Server version: 5.0.77
-- PHP Version: 5.2.6

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";


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

--
-- Database: `kimlywe_saveursvergers`
--

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

--
-- Table structure for table `jos_banner`
--

CREATE TABLE IF NOT EXISTS `jos_banner` (
  `bid` int(11) NOT NULL auto_increment,
  `cid` int(11) NOT NULL default '0',
  `type` varchar(10) NOT NULL default 'banner',
  `name` varchar(50) NOT NULL default '',
  `imptotal` int(11) NOT NULL default '0',
  `impmade` int(11) NOT NULL default '0',
  `clicks` int(11) NOT NULL default '0',
  `imageurl` varchar(100) NOT NULL default '',
  `clickurl` varchar(200) NOT NULL default '',
  `date` datetime default NULL,
  `showBanner` tinyint(1) NOT NULL default '0',
  `checked_out` tinyint(1) NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `editor` varchar(50) default NULL,
  `custombannercode` text,
  PRIMARY KEY  (`bid`),
  KEY `viewbanner` (`showBanner`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `jos_banner`
--

INSERT INTO `jos_banner` (`bid`, `cid`, `type`, `name`, `imptotal`, `impmade`, `clicks`, `imageurl`, `clickurl`, `date`, `showBanner`, `checked_out`, `checked_out_time`, `editor`, `custombannercode`) VALUES
(1, 1, '', 'kimlyweb', 0, 444, 3, 'kimlyweb.gif', 'http://localhost/kimlyweb', '2009-02-14 08:42:19', 1, 0, '0000-00-00 00:00:00', '', ''),
(2, 2, '', 'kimly', 0, 199, 3, 'kimlyweb.gif', 'http://localhost/kimly', '2009-02-14 08:42:06', 1, 0, '0000-00-00 00:00:00', '', '');

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

--
-- Table structure for table `jos_bannerclient`
--

CREATE TABLE IF NOT EXISTS `jos_bannerclient` (
  `cid` int(11) NOT NULL auto_increment,
  `name` varchar(60) NOT NULL default '',
  `contact` varchar(60) NOT NULL default '',
  `email` varchar(60) NOT NULL default '',
  `extrainfo` text NOT NULL,
  `checked_out` tinyint(1) NOT NULL default '0',
  `checked_out_time` time default NULL,
  `editor` varchar(50) default NULL,
  PRIMARY KEY  (`cid`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `jos_bannerclient`
--

INSERT INTO `jos_bannerclient` (`cid`, `name`, `contact`, `email`, `extrainfo`, `checked_out`, `checked_out_time`, `editor`) VALUES
(1, 'kimlyweb', 'nuisement jean michel', 'jmnuisement@kimlyweb.com', '', 0, '00:00:00', ''),
(2, 'kimly', 'kimly', 'kimly@kimly.com', '', 0, '00:00:00', '');

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

--
-- Table structure for table `jos_bannerfinish`
--

CREATE TABLE IF NOT EXISTS `jos_bannerfinish` (
  `bid` int(11) NOT NULL auto_increment,
  `cid` int(11) NOT NULL default '0',
  `type` varchar(10) NOT NULL default '',
  `name` varchar(50) NOT NULL default '',
  `impressions` int(11) NOT NULL default '0',
  `clicks` int(11) NOT NULL default '0',
  `imageurl` varchar(50) NOT NULL default '',
  `datestart` datetime default NULL,
  `dateend` datetime default NULL,
  PRIMARY KEY  (`bid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `jos_bannerfinish`
--


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

--
-- Table structure for table `jos_categories`
--

CREATE TABLE IF NOT EXISTS `jos_categories` (
  `id` int(11) NOT NULL auto_increment,
  `parent_id` int(11) NOT NULL default '0',
  `title` varchar(50) NOT NULL default '',
  `name` varchar(255) NOT NULL default '',
  `image` varchar(100) NOT NULL default '',
  `section` varchar(50) NOT NULL default '',
  `image_position` varchar(10) NOT NULL default '',
  `description` text NOT NULL,
  `published` tinyint(1) NOT NULL default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `editor` varchar(50) default NULL,
  `ordering` int(11) NOT NULL default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `count` int(11) NOT NULL default '0',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `cat_idx` (`section`,`published`,`access`),
  KEY `idx_section` (`section`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=12 ;

--
-- Dumping data for table `jos_categories`
--

INSERT INTO `jos_categories` (`id`, `parent_id`, `title`, `name`, `image`, `section`, `image_position`, `description`, `published`, `checked_out`, `checked_out_time`, `editor`, `ordering`, `access`, `count`, `params`) VALUES
(5, 0, 'News', 'News', '', '', 'right', '<p><br /></p>\n<p align="center"><img width="359" height="246" alt="" src="http://kimly.com/kimlyweb/images/stories/vitrine-kimly.gif" /></p>', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''),
(6, 0, 'paiement', 'Flash infos', '', '', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, ''),
(8, 0, 'Kimly', 'kimly', '', 'com_contact_details', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''),
(9, 0, 'partenaires de Montereau', 'Montereau', '', 'com_weblinks', 'left', '', 0, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, ''),
(10, 0, 'sites professionnels', 'sites professionnels', '', 'com_weblinks', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, '');

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

--
-- Table structure for table `jos_components`
--

CREATE TABLE IF NOT EXISTS `jos_components` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(50) NOT NULL default '',
  `link` varchar(255) NOT NULL default '',
  `menuid` int(11) unsigned NOT NULL default '0',
  `parent` int(11) unsigned NOT NULL default '0',
  `admin_menu_link` varchar(255) NOT NULL default '',
  `admin_menu_alt` varchar(255) NOT NULL default '',
  `option` varchar(50) NOT NULL default '',
  `ordering` int(11) NOT NULL default '0',
  `admin_menu_img` varchar(255) NOT NULL default '',
  `iscore` tinyint(4) NOT NULL default '0',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=85 ;

--
-- Dumping data for table `jos_components`
--

INSERT INTO `jos_components` (`id`, `name`, `link`, `menuid`, `parent`, `admin_menu_link`, `admin_menu_alt`, `option`, `ordering`, `admin_menu_img`, `iscore`, `params`) VALUES
(1, 'Bannières', '', 0, 0, '', 'Gestion des bannières', 'com_banners', 0, 'js/ThemeOffice/component.png', 0, ''),
(2, 'Gérer les bannières', '', 0, 1, 'option=com_banners', 'Bannières actives', 'com_banners', 1, 'js/ThemeOffice/edit.png', 0, ''),
(3, 'Gérer les clients', '', 0, 1, 'option=com_banners&task=listclients', 'Manage Clients', 'com_banners', 2, 'js/ThemeOffice/categories.png', 0, ''),
(4, 'Liens web', 'option=com_weblinks', 0, 0, '', 'Gestion des liens web', 'com_weblinks', 0, 'js/ThemeOffice/globe2.png', 0, ''),
(5, 'Liens web', '', 0, 4, 'option=com_weblinks', 'Voir les liens web existantss', 'com_weblinks', 1, 'js/ThemeOffice/edit.png', 0, ''),
(6, 'Catégories de liens web', '', 0, 4, 'option=categories&section=com_weblinks', 'Gestion des catégories de liens web', '', 2, 'js/ThemeOffice/categories.png', 0, ''),
(7, 'Contacts', 'option=com_contact', 0, 0, '', 'Gestion des contacts', 'com_contact', 0, 'js/ThemeOffice/user.png', 1, ''),
(8, 'Gérer les contacts', '', 0, 7, 'option=com_contact', 'Editer les contacts', 'com_contact', 0, 'js/ThemeOffice/edit.png', 1, ''),
(9, 'Catégories de contacts', '', 0, 7, 'option=categories&section=com_contact_details', 'Gestion des catégories de contacts', '', 2, 'js/ThemeOffice/categories.png', 1, ''),
(10, 'Page d&#146;accueil', 'option=com_frontpage', 0, 0, '', 'Gestion des articles de la page d&#146;accueil', 'com_frontpage', 0, 'js/ThemeOffice/component.png', 1, ''),
(11, 'Sondage', 'option=com_poll', 0, 0, 'option=com_poll', 'Gestion des sondages', 'com_poll', 0, 'js/ThemeOffice/component.png', 0, ''),
(12, 'Flux RSS', 'option=com_newsfeeds', 0, 0, '', 'Gestion des Flux RSS', 'com_newsfeeds', 0, 'js/ThemeOffice/component.png', 0, ''),
(13, 'Gérer les flux RSS', '', 0, 12, 'option=com_newsfeeds', 'Gestion des Flux RSS', 'com_newsfeeds', 1, 'js/ThemeOffice/edit.png', 0, ''),
(14, 'Gérer les catégories', '', 0, 12, 'option=com_categories&section=com_newsfeeds', 'Gestion des catégories', '', 2, 'js/ThemeOffice/categories.png', 0, ''),
(15, 'Identification', 'option=com_login', 0, 0, '', '', 'com_login', 0, '', 1, ''),
(16, 'Recherche', 'option=com_search', 0, 0, '', '', 'com_search', 0, '', 1, ''),
(17, 'Syndication', '', 0, 0, 'option=com_syndicate&hidemainmenu=1', 'Paramètres de syndication', 'com_syndicate', 0, 'js/ThemeOffice/component.png', 0, ''),
(18, 'Mailing', '', 0, 0, 'option=com_massmail&hidemainmenu=1', 'Envoyer un mailing', 'com_massmail', 0, 'js/ThemeOffice/mass_email.png', 0, ''),
(19, 'VirtueMart', 'option=com_virtuemart', 0, 0, 'option=com_virtuemart', 'VirtueMart', 'com_virtuemart', 0, '../administrator/components/com_virtuemart/favicon.ico', 0, ''),
(20, 'virtuemart_version', '', 0, 9999, '', '', '', 0, '', 0, 'RELEASE=1.0.9\nDEV_STATUS=stable'),
(21, 'Export Content', 'option=com_export_content', 0, 0, 'option=com_export_content', 'Export Content', 'com_export_content', 0, 'js/ThemeOffice/component.png', 0, ''),
(22, 'Imported Content', 'option=com_import_content_data', 0, 0, 'option=com_import_content_data', 'Imported Content', 'com_import_content_data', 0, 'js/ThemeOffice/component.png', 0, ''),
(23, 'phpMyVisites Wrapper', 'option=com_phpmyvisites_wrapper', 0, 0, 'option=com_phpmyvisites_wrapper', 'phpMyVisites Wrapper', 'com_phpmyvisites_wrapper', 0, 'js/ThemeOffice/component.png', 0, ''),
(24, 'My Content', 'option=com_mycontent', 0, 0, 'option=com_mycontent', 'My Content', 'com_mycontent', 0, 'js/ThemeOffice/component.png', 0, ''),
(25, 'Mambo Map', 'option=com_mambomap', 0, 0, 'option=com_mambomap', 'Mambo Map', 'com_mambomap', 0, 'js/ThemeOffice/component.png', 0, ''),
(26, 'FacileForms', 'option=com_facileforms', 0, 0, '', 'FacileForms', 'com_facileforms', 0, 'js/ThemeOffice/component.png', 0, ''),
(27, 'Manage Records', '', 0, 26, 'option=com_facileforms&act=managerecs', 'Manage Records', 'com_facileforms', 0, 'js/ThemeOffice/checkin.png', 0, ''),
(28, 'Manage Backend Menus', '', 0, 26, 'option=com_facileforms&act=managemenus', 'Manage Backend Menus', 'com_facileforms', 1, 'js/ThemeOffice/mainmenu.png', 0, ''),
(29, 'Manage Forms', '', 0, 26, 'option=com_facileforms&act=manageforms', 'Manage Forms', 'com_facileforms', 2, 'js/ThemeOffice/content.png', 0, ''),
(30, 'Manage Scripts', '', 0, 26, 'option=com_facileforms&act=managescripts', 'Manage Scripts', 'com_facileforms', 3, 'js/ThemeOffice/controlpanel.png', 0, ''),
(31, 'Manage Pieces', '', 0, 26, 'option=com_facileforms&act=managepieces', 'Manage Pieces', 'com_facileforms', 4, 'js/ThemeOffice/controlpanel.png', 0, ''),
(32, 'Configuration', '', 0, 26, 'option=com_facileforms&act=configuration', 'Configuration', 'com_facileforms', 5, 'js/ThemeOffice/config.png', 0, ''),
(33, 'Private Page', 'option=com_privatepage', 0, 0, 'option=com_privatepage', 'Private Page', 'com_privatepage', 0, 'js/ThemeOffice/component.png', 0, ''),
(34, 'View All Pages', '', 0, 33, 'option=com_privatepage&task=listPages', 'View All Pages', 'com_privatepage', 0, 'js/ThemeOffice/edit.png', 0, ''),
(35, 'Edit Privileges', '', 0, 33, 'option=com_privatepage&task=listPriv', 'Edit Privileges', 'com_privatepage', 1, 'js/ThemeOffice/user.png', 0, ''),
(36, 'Help and About', '', 0, 33, 'option=com_privatepage&task=showHelp', 'Help and About', 'com_privatepage', 2, 'js/ThemeOffice/help.png', 0, ''),
(37, 'eBackup', 'option=com_ebackup', 0, 0, 'option=com_ebackup', 'eBackup', 'com_ebackup', 0, '../administrator/components/com_ebackup/mn_img/ebackup.png', 0, ''),
(38, 'Repository', '', 0, 37, 'option=com_ebackup&task=viewRepository', 'Repository', 'com_ebackup', 0, '../administrator/components/com_ebackup/mn_img/eb_repository.png', 0, ''),
(39, 'Backup', '', 0, 37, 'option=com_ebackup&task=viewTables', 'Backup', 'com_ebackup', 1, '../administrator/components/com_ebackup/mn_img/eb_backup.png', 0, ''),
(40, 'Scheduler', '', 0, 37, 'option=com_ebackup&task=viewScheduler', 'Scheduler', 'com_ebackup', 2, '../administrator/components/com_ebackup/mn_img/eb_scheduler.png', 0, ''),
(41, 'Log', '', 0, 37, 'option=com_ebackup&task=viewLog', 'Log', 'com_ebackup', 3, '../administrator/components/com_ebackup/mn_img/eb_backup_log.png', 0, ''),
(42, 'Settings', '', 0, 37, 'option=com_ebackup&task=viewSetup', 'Settings', 'com_ebackup', 4, '../administrator/components/com_ebackup/mn_img/eb_settings.png', 0, ''),
(43, 'JCE Admin', 'option=com_jce', 0, 0, 'option=com_jce', 'JCE Admin', 'com_jce', 0, 'js/ThemeOffice/component.png', 0, ''),
(44, 'JCE Configuration', '', 0, 43, 'option=com_jce&task=config', 'JCE Configuration', 'com_jce', 0, 'js/ThemeOffice/controlpanel.png', 0, ''),
(45, 'JCE Languages', '', 0, 43, 'option=com_jce&task=lang', 'JCE Languages', 'com_jce', 1, 'js/ThemeOffice/language.png', 0, ''),
(46, 'JCE Plugins', '', 0, 43, 'option=com_jce&task=showplugins', 'JCE Plugins', 'com_jce', 2, 'js/ThemeOffice/add_section.png', 0, ''),
(47, 'JCE Layout', '', 0, 43, 'option=com_jce&task=editlayout', 'JCE Layout', 'com_jce', 3, 'js/ThemeOffice/content.png', 0, ''),
(48, 'eXtplorer', 'option=com_extplorer', 0, 0, 'option=com_extplorer', 'eXtplorer', 'com_extplorer', 0, '../administrator/components/com_extplorer/images/joomla_x_icon.png', 0, ''),
(49, 'joomlaXplorer', 'option=com_joomlaxplorer', 0, 0, 'option=com_joomlaxplorer', 'joomlaXplorer', 'com_joomlaxplorer', 0, '../administrator/components/com_joomlaxplorer/images/joomla_x_icon.png', 0, ''),
(51, 'Letterman', 'option=com_letterman', 0, 0, 'option=com_letterman', 'Letterman', 'com_letterman', 0, 'js/ThemeOffice/edit.png', 0, 'newsletter_css=/* STANDARD CSS TAG SET FOR MAMBO 4.5.X TEMPLATE SYSTEM */<br />/* By Design For Mambo (C) http://www.designformambo.com - Mambo custom design and development */<br /><br /><br />/* COMMON TAGS */<br />body {<br />	background: #FC9948;<br />}<br /><br />p, td, tr {<br />	font-family: Tahoma, Arial, Helvetica, sans-serif;<br />	font-size: 9pt;<br />}<br /><br />h1 {<br />	font-size:160%;<br />}<br />h2 {<br />	font-size:140%;<br />}<br />h3 {<br />	font-size:120%;<br />}<br />h4 {<br />	font-size:110%;<br />}<br /><br />hr {<br />}<br /><br />ul {<br />	margin-left: 10px;<br />	padding-left: 10px;<br />	list-style-image:url(../images/list_bullet.gif);<br />}<br /><br />li{<br />	margin: 2px;<br />}<br /><br /><br />/* LINKS */<br /><br />/* Common links */<br />a:link, a:visited {<br />	color: Navy;<br />	text-decoration: underline;<br />}<br />a:hover {<br />	color: #650000;<br />}<br /><br />/* Read more */<br />a.readon:link, a.readon:visited {<br />	color: #650000;<br />	font-size: 90%;<br />	font-weight: bold;<br />	padding: 2px;<br />	text-decoration:none;<br />	width: 100%;<br />	text-align:right;<br />}<br />a.readon:hover {<br />	color: #650000;<br />	text-decoration: underline;<br />}<br /><br /><br />/* MENU LINKS */<br /><br />/* Main level */<br />#active_menu {<br />	color: #000000;<br />	padding-left: 5px;<br />	background: none no-repeat;<br />}<br /><br />a.mainlevel:link,<br />a.mainlevel:visited<br />{<br />	font-family: Verdana, Arial, Helvetica, sans-serif;<br />	font-weight: bold;<br />	font-size: 90%;<br />	color: #FDD600;<br />	text-decoration: none;<br />	line-height: 25px;<br />	display: block;<br />	padding-left: 3px;<br />	border-bottom: 1px solid Green;<br />}<br /><br />a.mainlevel:hover<br />{<br />	color: #2F9275;<br />	padding-left: 5px;<br />	background: none no-repeat;<br />	background-color: #FDD600;<br />}<br /><br />/* Sub level */<br />a.sublevel:link,<br />a.sublevel:visited<br />{<br />	font-family:Verdana, Arial, Helvetica, sans-serif;<br />	font-size: 90%;<br />	color: #595959;<br />	text-decoration:none;<br />	padding: 3px;<br />}<br />a.sublevel:hover {<br />	color: #000000;<br />	padding-left: 5px;<br />	background:url(../images/sublevel_over.gif) no-repeat;<br />}<br /><br /><br />/* FORMS */<br />div.search {<br />	text-align:right;<br />	vertical-align:middle;<br />}<br />input.button {<br />	font-size: 90%;<br />	color: #2F9275;<br />	border: 1px solid #CCCCCC;<br />	font-weight: bold;<br />	height: 18px;<br />	padding: 0px 5px;<br />	background: #fdd600 url(../images/button_bg.gif);<br />}<br />input.inputbox {<br />	font-size: 90%;<br />	color: #000000;<br />	background-color: #FFFFFF;<br />	border: 1px solid #CCCCCC;<br />	height: 20px;<br />	padding: 0px 2px;<br />}<br /><br /><br />/* NAV BARS */<br />/* Path way */<br />span.pathway {<br />}<br />a.pathway:link, a.pathway:visited {<br />}<br />a.pathway:hover {<br />}<br /><br />/* Page nav of blog pages */<br />span.pagenav { /* When not a link */<br />	padding: 2px 6px;<br />	color: #bfbfbf;<br />	font-size: 90%;<br />	font-weight: bold;<br />	margin-top: 5px;<br />}<br />a.pagenav:link, a.pagenav:visited { /* When become a link */<br />	padding: 2px 6px;<br />	font-size: 90%;<br />	font-weight: bold;<br />	margin-top: 5px;<br />	text-decoration:none;<br />	color: #666666;<br />}<br />a.pagenav:hover {<br />	color: #650000;<br />}<br /><br />/* Nav bar of article''s pages */<br />div.pagenavbar { /* when not a link */<br />	font-size: 90%;<br />	font-weight: bold;<br />	margin: 5px;<br />	color: #bfbfbf;<br />}<br />div.pagenavbar a:link, div.pagenavbar a:visited { /* When become a link */<br />	color: #666666;<br />	padding: 3px 6px;<br />	text-decoration: none;<br />}<br />div.pagenavbar a:hover {<br />	color: #650000;<br />}<br /><br />/* Back button */<br />div.back_button {<br />	margin: 5px 0px;<br />}<br />div.back_button a:link, div.back_button a:visited{<br />	font-weight: bold;<br />	color: #808080;<br />	padding: 3px;<br />	text-decoration: none;<br />}<br />div.back_button a:hover{<br />	color: #650000;<br />}<br /><br /><br />/* Nav bar of articles */<br />th.pagenav_prev, th.pagenav_next {<br />	font-size: 90%;<br />	font-weight: bold;<br />}<br />th.pagenav_prev a:link, th.pagenav_prev a:visited {<br />	padding: 2px 12px;<br />	text-decoration:none;<br />	color: #666666;<br />}<br />th.pagenav_next a:link, th.pagenav_next a:visited {<br />	padding: 2px 12px;<br />	text-decoration:none;<br />	color: #666666;<br />}<br />th.pagenav_prev a:hover, th.pagenav_next a:hover {<br />	color: #650000;<br />}<br /><br />/* More block */<br />div.blog_more {<br />	border: #dadfe5 1px solid;<br />	padding: 5px;<br />}<br />div.blog_more div { /* "More..." text */<br />	border-bottom: #d9d9d9 1px solid;<br />	padding: 3px;<br />}<br />div.blog_more ul{<br />	list-style:url(../images/icon_morelink.gif);<br />}<br />div.blog_more li{<br />}<br />a.blogsection:link,<br />a.blogsection:visited<br />{<br />	text-decoration:none;<br />}<br />a.blogsection:hover {<br />	text-decoration: underline;<br />}<br /><br />/* Article block */<br />div.componentheading,<br />td.contentheading<br />{<br />	font-family:Verdana, Arial, Helvetica, sans-serif;<br />	font-size: 120%;<br />	font-weight:bold;<br />	color: #000000;<br />}<br />td.createdate,<br />td.modifydate<br />{<br />	font-size: 70%;<br />}<br />table.contentpane {<br />	<br />}<br />table.contentpaneopen td{<br />	margin: 0px;<br />}<br /><br />table.blog{ /* Blog page */<br />}<br />table.blog td{<br />	padding: 4px 2px;<br />}<br /><br />a.contentpagetitle:link,<br />a.contentpagetitle:visited<br />{<br />	font-family:Verdana, Arial, Helvetica, sans-serif;<br />	font-size: 100%;<br />	font-weight:bold;<br />	color: #650000;<br />	text-decoration:none;<br />}<br />a.contentpagetitle:hover {<br />	text-decoration:underline;<br />}<br /><br /><br />/* Data & written by block */<br />td.createdate, td.modifydate {<br />	color:#999999;<br />	font-size:90%;<br />}<br />span.small {<br />	color:#676767;<br />	font-size: 100%;<br />}<br />span.highlight {<br />	background: #ffff80;<br />	padding: 4px;<br />}<br />div.pagenavcounter {<br />	font-size: 90%;<br />	font-weight:bold;<br />	margin-bottom: 8px;<br />}<br /><br /><br />/* Table of content */<br />table.contenttoc {<br />	padding: 5px;<br />	margin: 2px 2px 8px 8px;<br />	border: 1px solid #c1c1c1;<br />}<br />table.contenttoc td {<br />	padding: 5px;<br />}<br />table.contenttoc th {<br />	padding: 4px;<br />	border-bottom: 1px solid #d9d9d9;<br />}<br /><br />a.toclink:link, a.toclink:visited {<br />	color:#666666;<br />	font-size: 90%;<br />	text-decoration:none;<br />}<br />a.toclink:hover {<br />	color:#000000;<br />	text-decoration:underline;<br />}<br /><br />/* Section description block */<br />td.contentdescription {<br />}<br /><br />/* Mambo module table  */<br />table.moduletable {<br />	width: 100%;<br />}<br />table.moduletable th {<br />	background:url(../images/module_trees.gif) no-repeat left;<br />	text-align:left;<br />	font-weight:bold;<br />	font-size: 110%;<br />	font-family:Verdana, Arial, Helvetica, sans-serif;<br />	border-bottom: #bfbfbf 1px solid;<br />	padding: 0px 10px 2px 30px;<br />	height: 28px;<br />	vertical-align:bottom;<br />}<br />table.moduletable td {<br />	padding: 2px;<br />}<br /><br /><br />/* Polls */<br />td.poll {/* question text */<br />	font-size: 100%;	<br />}<br />table.pollstableborder { /* table with answers & polls result table*/<br />}<br />table.pollstableborder td{<br />	padding: 2px;<br />	font-size: 90%;<br />	vertical-align: middle;<br />}<br />.smalldark {<br />	<br />}/* Stat text at the end of polls resulte table " Number of Voters".. */<br /><br /><br />/* links table and polls result table */<br />td.sectiontableheader { /* header bar */<br />	font-weight: bold;<br />	font-size: 110%;<br />	background: #650000;<br />	color: #ffffff;<br />	text-transform:uppercase;<br />	padding: 4px;<br />}<br />tr.sectiontableentry1 { /* content bar 1 */<br />	padding: 4px;<br />	background: #f2f2f2;<br />}<br />tr.sectiontableentry2 { /* content bar 2 */<br />	padding: 4px;<br />}<br />a.category:link, a.category:visited {<br />	color: #404040;<br />	font-weight:bold;<br />	text-decoration:none;<br />}<br />a.category:hover {<br />	text-decoration:underline;<br />}<br /><br /><br />/* Latest news module output */<br />ul.latestnews {<br />}<br />li.latestnews {<br />}<br />a.latestnews:link, a.latestnews:visited {<br />	text-decoration:none;<br />}<br />a.latestnews:hover {<br />	text-decoration:underline;<br />}<br /><br />/* Popular module output */<br />ul.mostread{<br />}<br />a.mostread:link, a.mostread:visited {<br />	text-decoration:none;<br />}<br />a.mostread:hover {<br />	text-decoration:underline;<br />}<br /> .entete {<br />	background-image: url(../images/header_image.jpg);<br />	background-repeat: no-repeat;<br />	height: 238px;<br />}<br /><br />/* CUSTOM */<br />#vdiv{<br />	width: 11px;<br />	background: url(../images/v_div.gif) repeat-y center;<br />}<br /><br />#vdotdiv{<br />	width: 11px;<br />	background: url(../images/v_dotdiv.gif) repeat-y center;<br />}<br /><br />#hdiv{<br />	height: 11px;<br />	background: url(../images/h_div.gif) repeat-x center;<br />}<br /><br />#hdotdiv{<br />	height: 11px;<br />	background: url(../images/h_dotdiv.gif) repeat-x center;<br />}<br /><br />#main_table{<br />	border: 5px solid white outset;<br />}<br /><br />#main_column{<br />	vertical-align: top;<br />	width: auto;<br />	background: #F0E68C none no-repeat;<br />}<br /><br />#left_column{<br />	vertical-align: top;<br />	width: 201px;<br />	background: #2F9275 none repeat-y;<br />	color: #FDD600;<br />}<br /><br />#left div.moduletable {<br />	margin-bottom: 10px;<br />	background: #2F9275 url(../images/coingauche.jpg) no-repeat left top;<br />	padding: 15px 10px 10px 15px;<br />	color: #fdd600;<br />}<br /><br />#left div.moduletable_mainmenu {<br />	margin-bottom: 10px;<br />	padding: 8px;<br />}<br /><br />#left div.moduletable h3 {<br />	padding-bottom: 10px;<br />	margin: 0px;<br />	color: #fdd600;<br />}<br /><br />#mainbody{<br />	vertical-align:top;<br />}<br /><br />#pathway {<br />	height: 35px;<br />	background: none no-repeat right;<br />	border-bottom: 2px solid Yellow;<br />	vertical-align: text-top;<br />	padding-bottom: 2px;<br />	background-color: #2F9275;<br />}<br /><br />td.module_container:hover {<br />	border: 1px solid #ff0000;<br />}<br /><br />#copyright{<br />	font-size: 80%;<br />	color:#ffffff;<br />	text-align:center;<br />	padding: 10px;<br />	width: 100%;<br />}<br />'),
(52, 'Newsletter Management', '', 0, 51, 'option=com_letterman', 'Newsletter Management', 'com_letterman', 0, 'js/ThemeOffice/edit.png', 0, ''),
(53, 'Subscriber Management', '', 0, 51, 'option=com_letterman&task=subscribers', 'Subscriber Management', 'com_letterman', 1, 'js/ThemeOffice/users.png', 0, ''),
(54, 'Configuration', '', 0, 51, 'option=com_letterman&task=config', 'Configuration', 'com_letterman', 2, 'js/ThemeOffice/config.png', 0, ''),
(55, 'GW Coupons', 'option=com_gwcoupons', 0, 0, 'option=com_gwcoupons', 'GW Coupons', 'com_gwcoupons', 0, 'js/ThemeOffice/component.png', 0, ''),
(56, 'CPanel', '', 0, 55, 'option=com_gwcoupons&act=cpanel', 'CPanel', 'com_gwcoupons', 0, 'js/ThemeOffice/component.png', 0, ''),
(57, 'Coupons Types', '', 0, 55, 'option=com_gwcoupons&act=coupons', 'Coupons Types', 'com_gwcoupons', 1, 'js/ThemeOffice/component.png', 0, ''),
(58, 'VirtueMart Coupons', '', 0, 55, 'option=com_gwcoupons&act=virtuemart', 'VirtueMart Coupons', 'com_gwcoupons', 2, 'js/ThemeOffice/component.png', 0, ''),
(59, 'Sponsorship', '', 0, 55, 'option=com_gwcoupons&act=sponsor2', 'Sponsorship', 'com_gwcoupons', 3, 'js/ThemeOffice/component.png', 0, ''),
(60, 'Configuration', '', 0, 55, 'option=com_gwcoupons&act=configure', 'Configuration', 'com_gwcoupons', 4, 'js/ThemeOffice/component.png', 0, ''),
(61, 'Help', '', 0, 55, 'option=com_gwcoupons&act=help', 'Help', 'com_gwcoupons', 5, 'js/ThemeOffice/component.png', 0, ''),
(62, 'About', '', 0, 55, 'option=com_gwcoupons&act=info', 'About', 'com_gwcoupons', 6, 'js/ThemeOffice/component.png', 0, ''),
(63, 'JoomlaStats', 'option=com_joomlastats', 0, 0, 'option=com_joomlastats', 'JoomlaStats', 'com_joomlastats', 0, '../administrator/components/com_joomlastats/images/joomlastats_icon.png', 0, ''),
(64, 'Statistics', '', 0, 63, 'option=com_joomlastats&task=stats', 'Statistics', 'com_joomlastats', 0, '../administrator/components/com_joomlastats/images/joomlastats_icon.png', 0, ''),
(65, 'Configuration', '', 0, 63, 'option=com_joomlastats&task=getconf', 'Configuration', 'com_joomlastats', 1, '../administrator/components/com_joomlastats/images/menu_config.png', 0, ''),
(66, 'Exclude IP', '', 0, 63, 'option=com_joomlastats&task=viewip', 'Exclude IP', 'com_joomlastats', 2, '../administrator/components/com_joomlastats/images/menu_switch.png', 0, ''),
(67, 'Summerize database', '', 0, 63, 'option=com_joomlastats&task=summinfo', 'Summerize database', 'com_joomlastats', 3, '../administrator/components/com_joomlastats/images/menu_archive.png', 0, ''),
(68, 'Information', '', 0, 63, 'option=com_joomlastats&task=info', 'Information', 'com_joomlastats', 4, '../administrator/components/com_joomlastats/images/menu_info.png', 0, ''),
(69, 'JoomlaStats Uninstall', '', 0, 63, 'option=com_joomlastats&task=uninstall', 'JoomlaStats Uninstall', 'com_joomlastats', 5, '../administrator/components/com_joomlastats/images/menu_delete.png', 0, ''),
(70, 'Community Builder', 'option=com_comprofiler', 0, 0, 'option=com_comprofiler', 'Community Builder', 'com_comprofiler', 0, 'js/ThemeOffice/component.png', 0, ''),
(71, 'User Management', '', 0, 70, 'option=com_comprofiler&task=showusers', 'User Management', 'com_comprofiler', 0, 'js/ThemeOffice/users.png', 0, ''),
(72, 'Tab Management', '', 0, 70, 'option=com_comprofiler&task=showTab', 'Tab Management', 'com_comprofiler', 1, 'js/ThemeOffice/content.png', 0, ''),
(73, 'Field Management', '', 0, 70, 'option=com_comprofiler&task=showField', 'Field Management', 'com_comprofiler', 2, 'js/ThemeOffice/content.png', 0, ''),
(74, 'List Management', '', 0, 70, 'option=com_comprofiler&task=showLists', 'List Management', 'com_comprofiler', 3, 'js/ThemeOffice/content.png', 0, ''),
(75, 'Plugin Management', '', 0, 70, 'option=com_comprofiler&task=showPlugins', 'Plugin Management', 'com_comprofiler', 4, 'js/ThemeOffice/install.png', 0, ''),
(76, 'Tools', '', 0, 70, 'option=com_comprofiler&task=tools', 'Tools', 'com_comprofiler', 5, 'js/ThemeOffice/component.png', 0, ''),
(77, 'Configuration', '', 0, 70, 'option=com_comprofiler&task=showconfig', 'Configuration', 'com_comprofiler', 6, 'js/ThemeOffice/config.png', 0, ''),
(78, 'swMenuFree', 'option=com_swmenufree', 0, 0, 'option=com_swmenufree', 'swMenuFree', 'com_swmenufree', 0, 'js/ThemeOffice/component.png', 0, ''),
(84, 'Pizza shop', '', 0, 82, 'option=com_facileforms&act=run&ff_name=SamplePizzaShop&ff_frame=1&ff_border=1', 'Pizza shop', 'com_facileforms', 2, 'js/ThemeOffice/credits.png', 1, ''),
(82, 'FacileForms Sample Menu', '', 0, 0, '', 'FacileForms Sample Menu', 'com_facileforms', 0, 'js/ThemeOffice/tux.png', 1, ''),
(83, 'Contact form', '', 0, 82, 'option=com_facileforms&act=run&ff_name=SampleContactForm&ff_border=1', 'Contact form', 'com_facileforms', 1, 'js/ThemeOffice/user.png', 1, '');

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

--
-- Table structure for table `jos_comprofiler`
--

CREATE TABLE IF NOT EXISTS `jos_comprofiler` (
  `id` int(11) NOT NULL default '0',
  `user_id` int(11) NOT NULL default '0',
  `firstname` varchar(100) default NULL,
  `middlename` varchar(100) default NULL,
  `lastname` varchar(100) default NULL,
  `hits` int(11) NOT NULL default '0',
  `message_last_sent` datetime NOT NULL default '0000-00-00 00:00:00',
  `message_number_sent` int(11) NOT NULL default '0',
  `avatar` varchar(255) default NULL,
  `avatarapproved` tinyint(4) default '1',
  `approved` tinyint(4) NOT NULL default '1',
  `confirmed` tinyint(4) NOT NULL default '1',
  `lastupdatedate` datetime NOT NULL default '0000-00-00 00:00:00',
  `registeripaddr` varchar(50) NOT NULL default '',
  `cbactivation` varchar(50) NOT NULL default '',
  `banned` tinyint(4) NOT NULL default '0',
  `banneddate` datetime default NULL,
  `unbanneddate` datetime default NULL,
  `bannedby` int(11) default NULL,
  `unbannedby` int(11) default NULL,
  `bannedreason` mediumtext,
  `acceptedterms` tinyint(1) NOT NULL default '0',
  `website` varchar(255) default NULL,
  `location` varchar(255) default NULL,
  `occupation` varchar(255) default NULL,
  `interests` varchar(255) default NULL,
  `company` varchar(255) default NULL,
  `address` varchar(255) default NULL,
  `city` varchar(255) default NULL,
  `state` varchar(255) default NULL,
  `zipcode` varchar(255) default NULL,
  `country` varchar(255) default NULL,
  `phone` varchar(255) default NULL,
  `fax` varchar(255) default NULL,
  PRIMARY KEY  (`id`),
  UNIQUE KEY `user_id` (`user_id`),
  KEY `apprconfbanid` (`approved`,`confirmed`,`banned`,`id`),
  KEY `avatappr_apr_conf_ban_avatar` (`avatarapproved`,`approved`,`confirmed`,`banned`,`avatar`),
  KEY `lastupdatedate` (`lastupdatedate`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_comprofiler`
--

INSERT INTO `jos_comprofiler` (`id`, `user_id`, `firstname`, `middlename`, `lastname`, `hits`, `message_last_sent`, `message_number_sent`, `avatar`, `avatarapproved`, `approved`, `confirmed`, `lastupdatedate`, `registeripaddr`, `cbactivation`, `banned`, `banneddate`, `unbanneddate`, `bannedby`, `unbannedby`, `bannedreason`, `acceptedterms`, `website`, `location`, `occupation`, `interests`, `company`, `address`, `city`, `state`, `zipcode`, `country`, `phone`, `fax`) VALUES
(62, 62, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(79, 79, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(80, 80, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(84, 84, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(85, 85, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(86, 86, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(87, 87, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(88, 88, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(89, 89, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(90, 90, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(91, 91, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(92, 92, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(93, 93, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(94, 94, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(95, 95, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(96, 96, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(97, 97, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(98, 98, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(99, 99, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(100, 100, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(101, 101, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(102, 102, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(103, 103, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(104, 104, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(105, 105, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(106, 106, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(107, 107, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(108, 108, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(109, 109, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(110, 110, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(111, 111, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(112, 112, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(113, 113, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(114, 114, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(115, 115, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(116, 116, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(117, 117, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(118, 118, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(119, 119, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(120, 120, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(121, 121, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(122, 122, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(123, 123, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(124, 124, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(125, 125, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(126, 126, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(127, 127, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(128, 128, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(129, 129, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(130, 130, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(131, 131, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(132, 132, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(133, 133, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(134, 134, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(135, 135, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(136, 136, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(137, 137, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(138, 138, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(139, 139, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(140, 140, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(141, 141, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(142, 142, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(143, 143, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(144, 144, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(145, 145, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(146, 146, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(147, 147, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(148, 148, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(149, 149, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(150, 150, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(151, 151, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(152, 152, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(153, 153, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(154, 154, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(155, 155, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(156, 156, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(157, 157, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(158, 158, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(159, 159, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(160, 160, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(161, 161, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(162, 162, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(163, 163, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(164, 164, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(165, 165, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(166, 166, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(167, 167, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(168, 168, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(169, 169, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(170, 170, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(171, 171, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(172, 172, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(173, 173, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(174, 174, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(175, 175, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(176, 176, NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, NULL, 1, 1, 1, '0000-00-00 00:00:00', '', '', 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

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

--
-- Table structure for table `jos_comprofiler_fields`
--

CREATE TABLE IF NOT EXISTS `jos_comprofiler_fields` (
  `fieldid` int(11) NOT NULL auto_increment,
  `name` varchar(50) NOT NULL default '',
  `table` varchar(50) NOT NULL default '#__comprofiler',
  `title` varchar(255) NOT NULL,
  `description` mediumtext NOT NULL,
  `type` varchar(50) NOT NULL default '',
  `maxlength` int(11) default NULL,
  `size` int(11) default NULL,
  `required` tinyint(4) default '0',
  `tabid` int(11) default NULL,
  `ordering` int(11) default NULL,
  `cols` int(11) default NULL,
  `rows` int(11) default NULL,
  `value` varchar(50) default NULL,
  `default` mediumtext,
  `published` tinyint(1) NOT NULL default '1',
  `registration` tinyint(1) NOT NULL default '0',
  `profile` tinyint(1) NOT NULL default '1',
  `readonly` tinyint(1) NOT NULL default '0',
  `calculated` tinyint(1) NOT NULL default '0',
  `sys` tinyint(4) NOT NULL default '0',
  `pluginid` int(11) default NULL,
  `params` mediumtext,
  PRIMARY KEY  (`fieldid`),
  KEY `tabid_pub_prof_order` (`tabid`,`published`,`profile`,`ordering`),
  KEY `readonly_published_tabid` (`readonly`,`published`,`tabid`),
  KEY `registration_published_order` (`registration`,`published`,`ordering`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=57 ;

--
-- Dumping data for table `jos_comprofiler_fields`
--

INSERT INTO `jos_comprofiler_fields` (`fieldid`, `name`, `table`, `title`, `description`, `type`, `maxlength`, `size`, `required`, `tabid`, `ordering`, `cols`, `rows`, `value`, `default`, `published`, `registration`, `profile`, `readonly`, `calculated`, `sys`, `pluginid`, `params`) VALUES
(41, 'name', '#__users', '_UE_NAME', '', 'predefined', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 0, 1, 1, NULL, NULL),
(26, 'NA', '#__comprofiler', '_UE_ONLINESTATUS', '', 'status', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 0, 1, 1, NULL, NULL),
(27, 'lastvisitDate', '#__users', '_UE_LASTONLINE', '', 'date', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 0, 1, 1, NULL, NULL),
(28, 'registerDate', '#__users', '_UE_MEMBERSINCE', '', 'date', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 0, 1, 1, NULL, NULL),
(29, 'avatar', '#__comprofiler', '_UE_IMAGE', '', 'image', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 0, 1, 1, NULL, NULL),
(42, 'username', '#__users', '_UE_UNAME', '', 'predefined', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 0, 1, 1, NULL, NULL),
(45, 'NA', '#__comprofiler', '_UE_FORMATNAME', '', 'formatname', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 0, 1, 1, NULL, NULL),
(46, 'firstname', '#__comprofiler', '_UE_YOUR_FNAME', '', 'predefined', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 0, 1, 1, NULL, NULL),
(47, 'middlename', '#__comprofiler', '_UE_YOUR_MNAME', '', 'predefined', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 0, 1, 1, NULL, NULL),
(48, 'lastname', '#__comprofiler', '_UE_YOUR_LNAME', '', 'predefined', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 0, 1, 1, NULL, NULL),
(49, 'lastupdatedate', '#__comprofiler', '_UE_LASTUPDATEDON', '', 'date', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 0, 1, 1, NULL, NULL),
(50, 'email', '#__users', '_UE_EMAIL', '', 'primaryemailaddress', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 0, 1, 1, NULL, NULL),
(30, 'website', '#__comprofiler', '_UE_Website', '', 'webaddress', 0, 0, 0, 2, 1, 0, 0, NULL, NULL, 1, 0, 1, 0, 0, 0, NULL, NULL),
(31, 'location', '#__comprofiler', '_UE_Location', '', 'text', 50, 25, 0, 2, 2, 0, 0, NULL, NULL, 1, 0, 1, 0, 0, 0, NULL, NULL),
(32, 'occupation', '#__comprofiler', '_UE_Occupation', '', 'text', 0, 0, 0, 2, 3, 0, 0, NULL, NULL, 1, 0, 1, 0, 0, 0, NULL, NULL),
(33, 'interests', '#__comprofiler', '_UE_Interests', '', 'text', 0, 0, 0, 2, 4, 0, 0, NULL, NULL, 1, 0, 1, 0, 0, 0, NULL, NULL),
(34, 'company', '#__comprofiler', '_UE_Company', '', 'text', 0, 0, 0, 2, 5, 0, 0, NULL, NULL, 1, 0, 1, 0, 0, 0, NULL, NULL),
(35, 'city', '#__comprofiler', '_UE_City', '', 'text', 0, 0, 0, 2, 6, 0, 0, NULL, NULL, 1, 1, 1, 0, 0, 0, NULL, NULL),
(36, 'state', '#__comprofiler', '_UE_State', '', 'text', 10, 4, 0, 2, 7, 0, 0, NULL, NULL, 1, 1, 1, 0, 0, 0, NULL, NULL),
(37, 'zipcode', '#__comprofiler', '_UE_ZipCode', '', 'text', 0, 0, 0, 2, 8, 0, 0, NULL, NULL, 1, 1, 1, 0, 0, 0, NULL, NULL),
(38, 'country', '#__comprofiler', '_UE_Country', '', 'text', 0, 0, 0, 2, 9, 0, 0, NULL, NULL, 1, 1, 1, 0, 0, 0, NULL, NULL),
(40, 'address', '#__comprofiler', '_UE_Address', '', 'text', 0, 0, 0, 2, 10, 0, 0, NULL, NULL, 1, 1, 1, 0, 0, 0, NULL, NULL),
(43, 'phone', '#__comprofiler', '_UE_PHONE', '', 'text', 0, 0, 0, 2, 11, 0, 0, NULL, NULL, 1, 1, 1, 0, 0, 0, NULL, NULL),
(44, 'fax', '#__comprofiler', 'Saisissez votre code magazine ou newsletter, si vous en possédez un', 'Vous êtes un lecteur d&#039;un magazine?\r\nSaisissez votre code magazine :\r\nRunning attitude, Running Coach, Esprit trail,newsletters', 'text', 0, 0, 0, 2, 12, 0, 0, NULL, NULL, 1, 1, 2, 0, 0, 0, NULL, NULL);

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

--
-- Table structure for table `jos_comprofiler_field_values`
--

CREATE TABLE IF NOT EXISTS `jos_comprofiler_field_values` (
  `fieldvalueid` int(11) NOT NULL auto_increment,
  `fieldid` int(11) NOT NULL default '0',
  `fieldtitle` varchar(255) NOT NULL default '',
  `ordering` int(11) NOT NULL default '0',
  `sys` tinyint(4) NOT NULL default '0',
  PRIMARY KEY  (`fieldvalueid`),
  KEY `fieldid_ordering` (`fieldid`,`ordering`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=19 ;

--
-- Dumping data for table `jos_comprofiler_field_values`
--


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

--
-- Table structure for table `jos_comprofiler_lists`
--

CREATE TABLE IF NOT EXISTS `jos_comprofiler_lists` (
  `listid` int(11) NOT NULL auto_increment,
  `title` varchar(255) NOT NULL default '',
  `description` mediumtext,
  `published` tinyint(1) NOT NULL default '0',
  `default` tinyint(1) NOT NULL default '0',
  `usergroupids` varchar(255) default NULL,
  `useraccessgroupid` int(9) NOT NULL default '18',
  `sortfields` varchar(255) default NULL,
  `filterfields` varchar(255) default NULL,
  `ordering` int(11) NOT NULL default '0',
  `col1title` varchar(255) default NULL,
  `col1enabled` tinyint(1) NOT NULL default '0',
  `col1fields` mediumtext,
  `col2title` varchar(255) default NULL,
  `col2enabled` tinyint(1) NOT NULL default '0',
  `col1captions` tinyint(1) NOT NULL default '0',
  `col2fields` mediumtext,
  `col2captions` tinyint(1) NOT NULL default '0',
  `col3title` varchar(255) default NULL,
  `col3enabled` tinyint(1) NOT NULL default '0',
  `col3fields` mediumtext,
  `col3captions` tinyint(1) NOT NULL default '0',
  `col4title` varchar(255) default NULL,
  `col4enabled` tinyint(1) NOT NULL default '0',
  `col4fields` mediumtext,
  `col4captions` tinyint(1) NOT NULL default '0',
  PRIMARY KEY  (`listid`),
  KEY `pub_ordering` (`published`,`ordering`),
  KEY `default_published` (`default`,`published`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `jos_comprofiler_lists`
--

INSERT INTO `jos_comprofiler_lists` (`listid`, `title`, `description`, `published`, `default`, `usergroupids`, `useraccessgroupid`, `sortfields`, `filterfields`, `ordering`, `col1title`, `col1enabled`, `col1fields`, `col2title`, `col2enabled`, `col1captions`, `col2fields`, `col2captions`, `col3title`, `col3enabled`, `col3fields`, `col3captions`, `col4title`, `col4enabled`, `col4fields`, `col4captions`) VALUES
(2, 'Liste esprit trail', 'Lecteurs sportifs', 1, 1, '29, 18, 19, 20, 21, 30, 23, 24, 25', 18, '`username` ASC, `name` ASC, `firstname` ASC, `email` ASC, `zipcode` ASC, `city` ASC, `phone` ASC, `fax` ASC', 's(`fax` LIKE''ESPTRA'')', 0, 'Image', 1, '29', 'Username', 1, 0, '42', 0, 'Other', 1, '26|*|28|*|27', 1, '', 0, NULL, 0);

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

--
-- Table structure for table `jos_comprofiler_members`
--

CREATE TABLE IF NOT EXISTS `jos_comprofiler_members` (
  `referenceid` int(11) NOT NULL default '0',
  `memberid` int(11) NOT NULL default '0',
  `accepted` tinyint(1) NOT NULL default '1',
  `pending` tinyint(1) NOT NULL default '0',
  `membersince` date NOT NULL default '0000-00-00',
  `reason` mediumtext,
  `description` varchar(255) default NULL,
  `type` mediumtext,
  PRIMARY KEY  (`referenceid`,`memberid`),
  KEY `pamr` (`pending`,`accepted`,`memberid`,`referenceid`),
  KEY `aprm` (`accepted`,`pending`,`referenceid`,`memberid`),
  KEY `membrefid` (`memberid`,`referenceid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_comprofiler_members`
--


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

--
-- Table structure for table `jos_comprofiler_plugin`
--

CREATE TABLE IF NOT EXISTS `jos_comprofiler_plugin` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(100) NOT NULL default '',
  `element` varchar(100) NOT NULL default '',
  `type` varchar(100) default '',
  `folder` varchar(100) default '',
  `backend_menu` varchar(255) NOT NULL default '',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  `published` tinyint(3) NOT NULL default '0',
  `iscore` tinyint(3) NOT NULL default '0',
  `client_id` tinyint(3) NOT NULL default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `idx_folder` (`published`,`client_id`,`access`,`folder`),
  KEY `type_pub_order` (`type`,`published`,`ordering`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=501 ;

--
-- Dumping data for table `jos_comprofiler_plugin`
--

INSERT INTO `jos_comprofiler_plugin` (`id`, `name`, `element`, `type`, `folder`, `backend_menu`, `access`, `ordering`, `published`, `iscore`, `client_id`, `checked_out`, `checked_out_time`, `params`) VALUES
(1, 'CB Core', 'cb.core', 'user', 'plug_cbcore', '', 0, 1, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(2, 'CB Connections', 'cb.connections', 'user', 'plug_cbconnections', '', 0, 3, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(3, 'Content Author', 'cb.authortab', 'user', 'plug_cbmamboauthortab', '', 0, 4, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(4, 'Simpleboard Forum', 'cb.simpleboardtab', 'user', 'plug_cbsimpleboardtab', '', 0, 5, 0, 1, 0, 0, '0000-00-00 00:00:00', ''),
(5, 'Mamblog Blog', 'cb.mamblogtab', 'user', 'plug_cbmamblogtab', '', 0, 6, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(6, 'YaNC Newsletters', 'yanc', 'user', 'plug_yancintegration', '', 0, 7, 0, 1, 0, 0, '0000-00-00 00:00:00', ''),
(7, 'Default', 'default', 'templates', 'default', '', 0, 1, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(8, 'WinClassic', 'winclassic', 'templates', 'winclassic', '', 0, 2, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(9, 'WebFX', 'webfx', 'templates', 'webfx', '', 0, 3, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(10, 'OSX', 'osx', 'templates', 'osx', '', 0, 4, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(11, 'Luna', 'luna', 'templates', 'luna', '', 0, 5, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(12, 'Dark', 'dark', 'templates', 'dark', '', 0, 6, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(13, 'Default language (English)', 'default_language', 'language', 'default_language', '', 0, -1, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(14, 'CB Menu', 'cb.menu', 'user', 'plug_cbmenu', '', 0, 2, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(15, 'PMS MyPMS and Pro', 'pms.mypmspro', 'user', 'plug_pms_mypmspro', '', 0, 8, 0, 1, 0, 0, '0000-00-00 00:00:00', ''),
(500, 'French', 'french', 'language', 'french', '', 0, 99, 0, 0, 0, 0, '0000-00-00 00:00:00', '');

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

--
-- Table structure for table `jos_comprofiler_tabs`
--

CREATE TABLE IF NOT EXISTS `jos_comprofiler_tabs` (
  `tabid` int(11) NOT NULL auto_increment,
  `title` varchar(50) NOT NULL default '',
  `description` text,
  `ordering` int(11) NOT NULL default '0',
  `ordering_register` int(11) NOT NULL default '10',
  `width` varchar(10) NOT NULL default '.5',
  `enabled` tinyint(1) NOT NULL default '1',
  `pluginclass` varchar(255) default NULL,
  `pluginid` int(11) default NULL,
  `fields` tinyint(1) NOT NULL default '1',
  `params` mediumtext,
  `sys` tinyint(4) NOT NULL default '0',
  `displaytype` varchar(255) NOT NULL default '',
  `position` varchar(255) NOT NULL default '',
  `useraccessgroupid` int(9) NOT NULL default '-2',
  PRIMARY KEY  (`tabid`),
  KEY `enabled_position_ordering` (`enabled`,`position`,`ordering`),
  KEY `orderreg_enabled_pos_order` (`enabled`,`ordering_register`,`position`,`ordering`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=23 ;

--
-- Dumping data for table `jos_comprofiler_tabs`
--

INSERT INTO `jos_comprofiler_tabs` (`tabid`, `title`, `description`, `ordering`, `ordering_register`, `width`, `enabled`, `pluginclass`, `pluginid`, `fields`, `params`, `sys`, `displaytype`, `position`, `useraccessgroupid`) VALUES
(11, '_UE_CONTACT_INFO_HEADER', '', -4, 10, '1', 1, 'getContactTab', 1, 1, NULL, 2, 'tab', 'cb_tabmain', -2),
(12, '_UE_AUTHORTAB', '', -3, 10, '1', 0, 'getAuthorTab', 3, 0, NULL, 1, 'tab', 'cb_tabmain', -2),
(13, '_UE_FORUMTAB', '', -2, 10, '1', 0, 'getForumTab', 4, 0, NULL, 1, 'tab', 'cb_tabmain', -2),
(14, '_UE_BLOGTAB', '', -1, 10, '1', 0, 'getBlogTab', 5, 0, NULL, 1, 'tab', 'cb_tabmain', -2),
(15, '_UE_CONNECTION', '', 99, 10, '1', 0, 'getConnectionTab', 2, 0, NULL, 1, 'tab', 'cb_tabmain', -2),
(16, '_UE_NEWSLETTER_HEADER', '_UE_NEWSLETTER_INTRODCUTION', 99, 10, '1', 0, 'getNewslettersTab', 6, 0, NULL, 1, 'tab', 'cb_tabmain', -2),
(17, '_UE_MENU', '', -10, 10, '1', 1, 'getMenuTab', 14, 0, NULL, 1, 'html', 'cb_head', -2),
(18, '_UE_CONNECTIONPATHS', '', -9, 10, '1', 1, 'getConnectionPathsTab', 2, 0, NULL, 1, 'html', 'cb_head', -2),
(19, '_UE_PROFILE_PAGE_TITLE', '', -8, 10, '1', 1, 'getPageTitleTab', 1, 0, NULL, 1, 'html', 'cb_head', -2),
(20, '_UE_PORTRAIT', '', -7, 10, '1', 1, 'getPortraitTab', 1, 0, NULL, 1, 'html', 'cb_middle', -2),
(21, '_UE_USER_STATUS', '', -6, 10, '.5', 1, 'getStatusTab', 14, 0, NULL, 1, 'html', 'cb_right', -2),
(22, '_UE_PMSTAB', '', -5, 10, '.5', 0, 'getmypmsproTab', 15, 0, NULL, 1, 'html', 'cb_right', -2),
(2, 'Additional Info', NULL, 1, 10, '.5', 1, NULL, NULL, 1, NULL, 0, '', 'cb_tabmain', -2);

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

--
-- Table structure for table `jos_comprofiler_userreports`
--

CREATE TABLE IF NOT EXISTS `jos_comprofiler_userreports` (
  `reportid` int(11) NOT NULL auto_increment,
  `reporteduser` int(11) NOT NULL default '0',
  `reportedbyuser` int(11) NOT NULL default '0',
  `reportedondate` date NOT NULL default '0000-00-00',
  `reportexplaination` text NOT NULL,
  `reportedstatus` tinyint(4) NOT NULL default '0',
  PRIMARY KEY  (`reportid`),
  KEY `status_user_date` (`reportedstatus`,`reporteduser`,`reportedondate`),
  KEY `reportedbyuser_ondate` (`reportedbyuser`,`reportedondate`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;

--
-- Dumping data for table `jos_comprofiler_userreports`
--


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

--
-- Table structure for table `jos_comprofiler_views`
--

CREATE TABLE IF NOT EXISTS `jos_comprofiler_views` (
  `viewer_id` int(11) NOT NULL default '0',
  `profile_id` int(11) NOT NULL default '0',
  `lastip` varchar(50) NOT NULL default '',
  `lastview` datetime NOT NULL default '0000-00-00 00:00:00',
  `viewscount` int(11) NOT NULL default '0',
  `vote` tinyint(3) default NULL,
  `lastvote` datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY  (`viewer_id`,`profile_id`,`lastip`),
  KEY `lastview` (`lastview`),
  KEY `profile_id_lastview` (`profile_id`,`lastview`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_comprofiler_views`
--


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

--
-- Table structure for table `jos_contact_details`
--

CREATE TABLE IF NOT EXISTS `jos_contact_details` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(100) NOT NULL default '',
  `con_position` varchar(50) default NULL,
  `address` text,
  `suburb` varchar(50) default NULL,
  `state` varchar(20) default NULL,
  `country` varchar(50) default NULL,
  `postcode` varchar(10) default NULL,
  `telephone` varchar(25) default NULL,
  `fax` varchar(25) default NULL,
  `misc` mediumtext,
  `image` varchar(100) default NULL,
  `imagepos` varchar(20) default NULL,
  `email_to` varchar(100) default NULL,
  `default_con` tinyint(1) unsigned NOT NULL default '0',
  `published` tinyint(1) unsigned NOT NULL default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL default '0',
  `params` text NOT NULL,
  `user_id` int(11) NOT NULL default '0',
  `catid` int(11) NOT NULL default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `jos_contact_details`
--


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

--
-- Table structure for table `jos_content`
--

CREATE TABLE IF NOT EXISTS `jos_content` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `title` varchar(100) NOT NULL default '',
  `title_alias` varchar(100) NOT NULL default '',
  `introtext` mediumtext NOT NULL,
  `fulltext` mediumtext NOT NULL,
  `state` tinyint(3) NOT NULL default '0',
  `sectionid` int(11) unsigned NOT NULL default '0',
  `mask` int(11) unsigned NOT NULL default '0',
  `catid` int(11) unsigned NOT NULL default '0',
  `created` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) unsigned NOT NULL default '0',
  `created_by_alias` varchar(100) NOT NULL default '',
  `modified` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) unsigned NOT NULL default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
  `images` text NOT NULL,
  `urls` text NOT NULL,
  `attribs` text NOT NULL,
  `version` int(11) unsigned NOT NULL default '1',
  `parentid` int(11) unsigned NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `access` int(11) unsigned NOT NULL default '0',
  `hits` int(11) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `idx_section` (`sectionid`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_catid` (`catid`),
  KEY `idx_mask` (`mask`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=58 ;

--
-- Dumping data for table `jos_content`
--

INSERT INTO `jos_content` (`id`, `title`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`) VALUES
(6, 'Foire de Montereau en avril', '', '<p>Du Vendredi 20 au Lundi 23 avril 2007, grande foire annuelle de Montereau.<br />Emplacement des Noues. Venez nous rendre visite sur notre stand et profitez des promotions sp&eacute;ciales ''FOIRE''</p>\n<p><br /></p>', '', 1, 0, 0, 5, '0000-00-00 00:00:00', 0, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nback_button=0\nitem_title=1\nlink_titles=0\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0\nkeyref=\ndocbook_type=', 1, 0, 1, '', '', 0, 0),
(7, 'NOUVEAU SITE KIMLY LUMINAIRES', '', '<p>KIMLY LUMINAIRES met en place son nouveau site de commerce. </p>\n<p>R&eacute;alisez maintenant vos achats en ligne, r&eacute;servez vos produits, et profitez de nos offres et promotions.<br />R&eacute;glez vos achats par ch&egrave;que ou gr&agrave;ce au paiement s&eacute;curis&eacute; Paypal.</p>\n<p><a href="http://www.paypal.fr" target="_blank"><img align="left" alt="" style="width: 83px; height: 24px;" src="/kimly/images/stories//paypal.jpg" /></a><br /></p>', '', 1, 0, 0, 6, '0000-00-00 00:00:00', 0, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nback_button=0\nitem_title=1\nlink_titles=0\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0\nkeyref=\ndocbook_type=', 1, 0, 3, '', '', 0, 0),
(8, 'SOLDES D''HIVER 2007', '', 'DU 15 janvier au 15 F&eacute;vrier 50% de REDUCTION sur TOUT le rayon CRISTAL Profitez-en!', '', 1, 0, 0, 6, '0000-00-00 00:00:00', 0, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'seignolles.jpg|||0||bottom||', '', 'pageclass_sfx=\nback_button=0\nitem_title=1\nlink_titles=0\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0\nkeyref=\ndocbook_type=', 1, 0, 2, '', '', 0, 0),
(9, 'Votre liste de mariage chez KIMLY!', '', 'Les grandes marques de l''Art de la table pour une liste de qualit&eacute;. Services de table, couverts,<img width="81" height="66" align="right" alt="" src="/kimly/images/stories//seignolles.jpg" /><br /> services de verres, m&eacute;nag&egrave;res, cristallerie avec HAVILAND, SEIGNOLLES, GIEN,<br />BOHEME, INTINOX, L''ECUYER, ETERNUM etc... <br /><br /> N''h&eacute;sitez plus, d&eacute;posez votre liste sans tarder !<br />\n<p> </p>\n<p><br /></p>', '', 1, 0, 0, 6, '0000-00-00 00:00:00', 0, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nback_button=0\nitem_title=1\nlink_titles=0\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0\nkeyref=\ndocbook_type=', 1, 0, 1, '', '', 0, 0),
(15, 'Où et comment acheter', '', '<div align="left">\r\n<p>\r\n&nbsp;\r\n</p>\r\n</div>\r\n<div align="center">\r\n<h1><strong><span style="font-size: 24pt; font-family: Times New Roman"><em>O&ugrave; acheter nos produits ?</em></span></strong></h1>\r\n</div>\r\n<p>\r\nO&ugrave; acheter nos produits : \r\n</p>\r\n<p>\r\n- Par internet sur ce site, livraison par colissimo La Poste, en cliquant sur la page <a target="_self" href="index.php?option=com_virtuemart&amp;page=shop.browse&amp;category_id=36&amp;Itemid=2">''Commander nos produits''</a> \r\n</p>\r\n<p>\r\n- Par courrier, adressez-nous votre commande sur papier libre avec votre r&egrave;glement par ch&egrave;que ou mandat &agrave; l''adresse suivante : <u><strong>Aux saveurs des vergers, 11 rue Sam Meyer. 47300 Villeneuve sur Lot</strong></u>. \r\n</p>\r\n<p>\r\n- Sur notre stand, lors de nos d&eacute;placements sur les foires, salons et march&eacute;s gastronomiques.<br />\r\n<a target="_self" href="index.php?option=com_content&amp;task=view&amp;id=32&amp;Itemid=23">Cliquez ici pour voir le calendrier de nos futurs stands.</a> \r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p align="center">\r\n<strong><span style="font-size: 14pt"><span style="font-size: 14pt"><em>Comment acheter nos produits</em></span> </span></strong><br />\r\n<br />\r\nMontant minimum d''achat par commande :&nbsp;22,50 &euro;<br />\r\nFrais de port pour la France : 9 &euro;, offerts &agrave; partir de 90 &euro; d''achat \r\n</p>\r\n<p align="center">\r\n<span style="font-size: 18pt"><span style="font-size: 18pt"><span style="font-size: 18pt"><span style="font-size: 18pt"><span style="font-size: 14pt"><strong>Offre promotionnelle sp&eacute;ciale internet</strong></span> </span></span></span></span>\r\n</p>\r\n<p align="center">\r\n<span style="font-size: 18pt"><span style="font-size: 18pt"></span></span><span style="font-size: 18pt"><span style="font-size: 18pt"><span style="font-size: 18pt"><span style="font-size: 18pt"><span style="font-size: 18pt"><span style="font-size: 18pt"><span style="font-size: 18pt">B&eacute;n&eacute;ficiez de fruits gratuits<br />\r\n3 sachets de 250g achet&eacute;s, un sachet gratuit!*<br />\r\n4 sachets de 250g achet&eacute;s, 2 sachets gratuits!</span></span></span></span></span></span></span> *\r\n</p>\r\n<p align="center">\r\n<span style="font-size: 18pt"><span style="font-size: 18pt"><span style="font-size: 18pt"><span style="font-size: 18pt"><span style="font-size: 18pt"><span style="font-size: 18pt"><span style="font-size: 18pt"></span></span></span></span></span></span></span>Les fruits sont conditionn&eacute;s en sachet de 250 gr au prix 11.25 euro ttc (45,00 euro/kg)*<br />\r\n<br />\r\nVous avez le choix de panacher votre commande avec autant de fruits que vous le souhaitez. \r\n</p>\r\n<p>\r\nVous pouvez commander, par exemple : \r\n</p>\r\n<p>\r\n1 sachet de pommes Golden + 1 sachet de fraises moelleuses + 1 sachet de kiwis + 1 sachet de mangues \r\n</p>\r\n<p>\r\nsoit, au total : 1kg de fruits, vous b&eacute;n&eacute;ficiez de 500 gr de produits en plus ! (soit un prix au kilo r&eacute;duit&nbsp;&agrave; 30 euro/kg) \r\n</p>\r\n<p>\r\nNotez votre choix de fruits suppl&eacute;mentaires dans la zone &quot;commentaire&quot; avant de valider d&eacute;finitivement votre commande. Exemple : \r\n</p>\r\n<p>\r\npour&nbsp;4 sachets&nbsp;command&eacute;s : &quot;pour les gratuits, je souhaite 1 sachet de fraises moelleuses et 1 sachet de melon&quot; \r\n</p>\r\n<p align="center">\r\n<span style="font-size: 18pt"><span style="font-size: 18pt"><span style="font-size: 18pt"><span style="font-size: 18pt"><strong>Regroupez vos commandes avec votre famille ou vos amis</strong></span></span></span></span> \r\n</p>\r\n<p align="center">\r\nEconomisez les frais de port !<br />\r\ngratuit &agrave; partir de 90 &euro; d''achat \r\n</p>\r\n<p>\r\n<span style="font-size: 8pt">*pour 2 sachets achet&eacute;s : prix de revient 11,25 eur ttc le sachet ou 45 euro/kg<br />\r\n*pour 3 sachets achet&eacute;s + 1 sachet gratuit : prix de revient 8,44 euro ttc&nbsp;le sachet ou 33,75 euro/kg<br />\r\n*pour 4 sachets achet&eacute;s + 2 sachets achet&eacute;s : prix de revient 7,50 euro tt le sachet ou 30 euro/kg</span>\r\n</p>\r\n<p>\r\n<span style="font-size: 8pt"></span>\r\n</p>\r\n<p align="left">\r\n<br />\r\n&nbsp; \r\n</p>\r\n<p align="left">\r\n&nbsp;\r\n</p>\r\n', '', 1, 0, 0, 0, '2007-01-11 03:23:32', 62, '', '2009-02-14 16:34:06', 62, 0, '0000-00-00 00:00:00', '2007-01-11 03:16:11', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 13, 0, 26, 'abricot, airelle, cranberry canneberge,ananas, cerise, cerise guigne, banane, datte, datte du mexique jumbo, figue, fraise, gingembre,kiwi, mangue, melon, noix de coco, orange amère, orange amère confite, papaye, pêche jaune, poire, poire duchesse vibrée, poire william, poire wiliams, pomme, pomme golden pomme granny, pruneaux d''agen, raisins, raisin muscat, tomates séchées,foire gastronomique, salon gourmand, marché campagnard, marché de noël, salon de la gastronomie, salon du terroir, salon des terroirs, recette de fruits, tarte aux fruits, gâteaux aux fruits', 'Une question sur nos fruits frais déhydratés réhydratés moelleux, besoin d''aide pour choisir os fruits frais Votre ferme fruitière aux saveurs des vergers répond à vos questions', 0, 2737),
(36, 'Modes de paiement', '', '<div align="center">\r\n<span style="font-size: 12pt"><span style="font-size: 14pt"><span style="font-size: 18pt; font-family: times new roman,times"><i><b>Les modes de paiement sur notre site</b></i></span></span> </span>\r\n</div>\r\n<div align="left">\r\n<span style="font-size: 12pt"></span>\r\n</div>\r\n<div align="left">\r\n<span style="font-size: 12pt"></span>\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\nLes moyens des paiement accept&eacute;s sont : \r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n<b><span style="font-size: 12pt">Le paiement par ch&egrave;que bancaire ou postal:</span></b> \r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n<span style="font-family: Arial,sans-serif"><span style="font-size: 8pt">Merci de noter la r&eacute;f&eacute;rence de votre commande au dos du ch&egrave;que ou bien de joindre une impression de la confirmation de commande que vous avez re&ccedil;ue par e mail.&nbsp; Votre commande sera ainsi enregistr&eacute;e et valid&eacute;e d&egrave;s r&eacute;ception du paiement</span></span> \r\n</div>\r\n<div align="left">\r\n<span style="font-family: Arial,sans-serif"><span style="font-size: 8pt"></span></span><br />\r\n&nbsp; \r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n<b><span style="font-size: 12pt">Le paiement par carte bancaire via Le service&nbsp; s&eacute;curis&eacute; Paypal:<br />\r\n<br />\r\n</span></b><img width="37" src="images/stories/logo_ccVisa.gif" alt="logo_ccVisa.gif" height="23" style="float: left; margin: 5px; width: 37px; height: 23px" title="logo_ccVisa.gif" /> \r\n</div>\r\n<div align="left">\r\n<img width="37" src="images/stories/logo_ccMC.gif" alt="logo_ccMC.gif" height="23" style="float: left; margin: 5px; width: 37px; height: 23px" title="logo_ccMC.gif" /><img width="37" src="images/stories/PayPal_mark_37x23.gif" alt="PayPal_mark_37x23.gif" height="23" style="float: left; margin: 5px; width: 37px; height: 23px" title="PayPal_mark_37x23.gif" /> \r\n</div>\r\n<div align="left">\r\n<img width="37" src="images/stories/logo_ccaurora_37wx23h.gif" alt="logo_ccaurora_37wx23h.gif" height="23" style="float: left; margin: 5px; width: 37px; height: 23px" title="logo_ccaurora_37wx23h.gif" /><img width="22" src="images/stories/logo_cccofinoga_22wx23h.gif" alt="logo_cccofinoga_22wx23h.gif" height="23" style="float: left; margin: 5px; width: 22px; height: 23px" title="logo_cccofinoga_22wx23h.gif" /><img width="37" src="images/stories/logo_cccofidis_37wx23h.gif" alt="logo_cccofidis_37wx23h.gif" height="23" style="float: left; margin: 5px; width: 37px; height: 23px" title="logo_cccofidis_37wx23h.gif" /><br />\r\n&nbsp; \r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n<br />\r\nA la confirmation de votre commande, vous &ecirc;tes automatiquement dirig&eacute; sur le service s&eacute;curis&eacute; Paypal:<br />\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n1) <b>Vous pouvez r&eacute;gler directement avec votre carte bancaire visa ou mastercard gr&acirc;ce a syst&egrave;me s&eacute;curis&eacute; Paypal.</b> \r\n</div>\r\n<div align="left">\r\n<span style="font-family: Arial,sans-serif"><span style="font-size: 8pt"><span lang="fr-FR">Aucune information bancaire vous concernant ne transite via le site de Aux saveurs des vergers. Le paiement par carte bancaire est parfaitement s&eacute;curis&eacute;. Votre commande sera ainsi enregistr&eacute;e et valid&eacute;e d&egrave;s l''acceptation du paiement par notre service bancaire.</span></span></span> \r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\nComment proc&eacute;der :&nbsp;<a target="_blank" href="images/stories/paypalsecu.jpg"><img width="800" src="images/stories/paypalsecu.jpg" alt="paypalsecu.jpg" height="617" style="float: left; margin: 5px; width: 141px; height: 138px" title="paypalsecu.jpg" onmouseover="this.src=''http://auxsaveursdesvergers.kimly-web.com/images/stories/paypalsecu1.jpg'';" /></a> \r\n</div>\r\n<div align="left">\r\nVous &ecirc;tes dirig&eacute; sur l''&eacute;cran de saisie s&eacute;curis&eacute; de Paypal. \r\n</div>\r\n<div align="left">\r\nDans le paragraphe \r\n</div>\r\n<div align="left">\r\n''VOUS N''AVEZ PAS DE COMPTE PAYPAL&nbsp;'', cliquez sur ''Continuer'' \r\n</div>\r\n<div align="left">\r\nVous &ecirc;tes ensuite dirig&eacute; sur l''&eacute;cran de saisie s&eacute;curis&eacute;. \r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="center">\r\n</div>\r\n<div align="left">\r\n&nbsp; &nbsp; \r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n2) <b>Vous poss&eacute;dez un compte paypal:</b>&nbsp; \r\n</div>\r\n<div align="left">\r\nVous pouvez r&eacute;gler votre paiement par l''interm&eacute;diaire de votre compte personnel Paypal.&nbsp; \r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n<div align="left">\r\nDans la page de saisie Paypal, dans l''encadr&eacute; ''Conectez vous &agrave; Paypal'',&nbsp; Connectez-vous &agrave; votre compte paypal et effectuez votre paiement en suivant les instructions du service Paypal. \r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\nEcran de saisie s&eacute;curis&eacute; paypal: \r\n</div>\r\n<div align="left">\r\n&nbsp;<a target="_blank" href="images/stories/paypalsecu1.jpg"><img width="500" src="images/stories/paypalsecu1.jpg" alt="paypalsecu1.jpg" height="400" style="float: left; margin: 5px; width: 174px; height: 171px" title="paypalsecu1.jpg" /></a> \r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n</div>\r\n&nbsp; \r\n</div>\r\n', '', 1, 0, 0, 0, '2007-11-01 09:29:30', 62, '', '2008-12-07 17:18:09', 62, 0, '0000-00-00 00:00:00', '2007-11-01 09:12:04', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 2, 0, 22, 'abricot, airelle, cranberry canneberge,ananas, cerise, cerise guigne, banane, datte, datte du mexique jumbo, figue, fraise, gingembre,kiwi, mangue, melon, noix de coco, orange amère, orange amère confite, papaye, pêche jaune, poire, poire duchesse vibrée, poire william, poire wiliams, pomme, pomme golden pomme granny, pruneaux d''agen, raisins, raisin muscat, tomates séchées,foire gastronomique, salon gourmand, marché campagnard, marché de noël, salon de la gastronomie, salon du terroir, salon des terroirs, recette de fruits, tarte aux fruits, gâteaux aux fruits', '', 0, 554),
(35, 'Liens partenaires', '', '<div align="center">\r\n<strong><em><span style="font-size: 24pt; font-family: Times New Roman">Les liens avec nos partenaires</span></em></strong> \r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n</div>\r\n<div align="left">\r\n<hr SIZE="2" width="100%" />\r\n<strong>KIMLYWEB </strong>: Cr&eacute;ation et h&eacute;bergement de site internet, maintenance, assistance, formation informatique<br />\r\n<a target="_blank" href="http://www.kimlyweb.com">http://www.kimlyweb.com</a> \r\n</div>\r\n<div align="left">\r\n<div align="left">\r\n<p>\r\n&nbsp;<strong>BIG-ANNUAIRE</strong> :&nbsp; Partenaire annuaire de sites class&eacute;s par mots-cl&eacute;s<br />\r\n<a target="_blank" href="http://www.big-annuaire.com/Fruit.php">Fruit sur BIG-annuaire</a> \r\n</p>\r\n<p>\r\n<span style="font-size: 10pt"><strong><a href="http://www.meilleurduchef.com">Le Meilleur du Chef:</a></strong> <a target="_blank" href="http://www.meilleurduchef.com/">http://www.meilleurduchef.com/</a>&nbsp;Site de recettes de cuisine illustr&eacute;es et film&eacute;es. Boutique d''ustensiles de cuisine et produits alimentaires. Club de Membres donnant acc&egrave;s &agrave; des conditions privil&eacute;gi&eacute;es sur la boutique.</span> \r\n</p>\r\n<p>\r\nkimly : <a href="http://www.kimly.com/">http://www.kimly.com</a> &nbsp;Site e-commerce de luminaires, cadeaux, objets de d&eacute;coration, objets de collection. Id&eacute;al pour des id&eacute;es cadeaux pour tous les &eacute;vn&egrave;ments , anniversaires, f&ecirc;tes, Saint-valentin, No&euml;l, mariage etc... \r\n</p>\r\n<p>\r\nLes petites douceurs de cri-cri: <a href="http://cricridam.canalblog.com/">http://cricridam.canalblog.com</a> : Un blog qui se propose de tester des produits culinaires de tous horizons &agrave; travers des recettes in&eacute;dites que vous pouvez vous-m&ecirc;me suivre! \r\n</p>\r\n<p>\r\nLa cuisine de Doria : <a href="http://lacuisinededoria.over-blog.com/">http://lacuisinededoria.over-blog.com</a>, un blog qui fourmille de recettes et de conseils de Doria, passionn&eacute;e de cuisine! \r\n</p>\r\n<p>\r\nLe relais gourmand : <a href="http://le-relais-gourmand.over-blog.com/">http://le-relais-gourmand.over-blog.com/</a>&nbsp;un blog de recettes vari&eacute;es et bien document&eacute;es avec de nombreuses photos \r\n</p>\r\n<p>\r\nAbsolutely Delicious with soulafa : <a href="http://absolumentbon.canalblog.com/">http://absolumentbon.canalblog.com/</a>&nbsp;le blog de Soulafa, riche en recettes du monde et conseils culinaires. \r\n</p>\r\n<p>\r\n<span style="font-size: 10pt; font-family: Arial">1001 saveurs : <a href="http://1001saveurs.canalblog.com/">http://1001saveurs.canalblog.com/</a> un blog de recettes du monde entier et qui contient de nombreux liens</span> \r\n</p>\r\n<p>\r\n<span style="font-size: 10pt; font-family: Arial">galiscooking: <a href="http://galiscooking.over-blog.com/">http://galiscooking.over-blog.com/</a>&nbsp;Pour le plaisir des yeux et des papilles...Des recettes simples &agrave; partager en famille ou entre amis...</span> \r\n</p>\r\n<p>\r\n<span style="font-size: 10pt; font-family: Arial">Au p''tit bonheur : <a href="http://auptitbonheur2.canalblog.com/">http://auptitbonheur2.canalblog.com</a> sur la cuisine, le bricolage, la couture by Djam</span> \r\n</p>\r\n<p>\r\n<span style="font-size: 10pt; font-family: Arial">Miaam <a href="http://miaam.canalblog.com/">http://miaam.canalblog.com</a> Pour ceux qui aiment cuisiner, le blog de mamzelle Eva; nombreuses recettes illustr&eacute;es de photos</span><br />\r\n<br />\r\nMangerKiffer.com :&nbsp;<a href="http://www.mangerkiffer.com/">http://www.mangerkiffer.com</a>&nbsp;Le premier site de rencontres gourmandes. <span style="font-size: 8pt"><span style="font-size: 11pt; color: #646464; line-height: 150%; font-family: ''Arial'',''sans-serif''"><span style="font-size: 10pt; color: #000000">Simple et convivial, il facilite les rencontres entre gourmands et producteurs.</span></span> </span>\r\n</p>\r\n<p>\r\n<span style="font-size: 8pt">Saveurs d''ailleurs <a href="http://saveursdailleurs.over-blog.com/">http://saveursdailleurs.over-blog.com/</a>&nbsp;Saveurs d''ailleurs vous ouvre les portes de son jardin secret.</span>&nbsp; Recettes du monde &agrave; d&eacute;couvrir. \r\n</p>\r\n<p>\r\n1 2 3 petits plats <a href="http://123petitsplats.canalblog.com/">http://123petitsplats.canalblog.com/</a>&nbsp;Un blog de recettes \r\n</p>\r\n<p>\r\nMes envies et d&eacute;lices <a href="http://mesenviesetdelices.over-blog.com/">http://mesenviesetdelices.over-blog.com/</a>&nbsp;le blog des recettes d''Aur&eacute;lie \r\n</p>\r\n<p>\r\n<span style="font-size: 8pt"></span>\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n</div>\r\n<br />\r\n</div>\r\n<div align="left">\r\n<br />\r\n<hr SIZE="2" width="100%" />\r\n</div>\r\n<table border="0" width="156" cellPadding="0" cellSpacing="0" height="31" style="height: 31px">\r\n	<tbody>\r\n		<tr>\r\n			<td width="100%">\r\n			<p align="center">\r\n			<a target="_blank" href="http://ile-de-france.moteurs-regionaux.com/"><span style="font-size: 8pt; color: #0000ff; font-family: Verdana, Arial, Helvetica, sans-serif"><strong><span style="color: #ffffff"><span style="color: #0033cc">Site r&eacute;f&eacute;renc&eacute; sur <span style="font-size: 10pt"><br />\r\n			L''Annuaire<br />\r\n			d''Ile-de-France</span></span></span></strong></span></a> \r\n			</p>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n', '', 1, 0, 0, 0, '2007-04-26 20:31:50', 62, '', '2009-06-12 02:28:14', 62, 0, '0000-00-00 00:00:00', '2007-04-26 20:28:27', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=1\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 1, 0, 23, 'abricot, airelle, cranberry canneberge,ananas, cerise, cerise guigne, banane, datte, datte du mexique jumbo, figue, fraise, gingembre,kiwi, mangue, melon, noix de coco, orange amère, orange amère confite, papaye, pêche jaune, poire, poire duchesse vibrée, poire william, poire wiliams, pomme, pomme golden pomme granny, pruneaux d''agen, raisins, raisin muscat, tomates séchées,foire gastronomique, salon gourmand, marché campagnard, marché de noël, salon de la gastronomie, salon du terroir, salon des terroirs, recette de fruits, tarte aux fruits, gâteaux aux fruits', 'Aux saveurs des vergers, la ferme fruitière, vente de fruits frais moelleux déshydratés et réhydratés, fraises,cerises figues, dattes, framboises, orange, pomme, poire, abricots et bien d''autres  ', 0, 875),
(18, 'Mentions légales', '', '<div align="center">\r\n<b><i><span style="font-size: 24pt; font-family: Times New Roman">Les mentions l&eacute;gales</span></i></b> \r\n</div>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n<span class="style1"><span style="font-size: 8.5pt; font-family: Arial">Soci&eacute;t&eacute; : Aux saveurs des vergers </span></span>\r\n</p>\r\n<p>\r\n<span style="font-size: 8.5pt; font-family: Arial"><span class="style1"><span style="font-size: 8.5pt; font-family: Arial">Inscrit au Registre du Commerce et des S</span></span></span><span style="font-size: 8.5pt; font-family: Arial"><span class="style1"><span style="font-size: 8.5pt; font-family: Arial">oci&eacute;t&eacute;s de VILLENEUVE SUR LOT<br />\r\nsous le num&eacute;ro :&nbsp; 500 310 248 00025</span></span></span> \r\n</p>\r\n<span style="font-size: 8.5pt; font-family: Arial"><span class="style1"><span style="font-size: 8.5pt; font-family: Arial"><span style="font-family: Arial,sans-serif"><span style="font-size: 8pt">Conform&eacute;ment avec la loi, la base de donn&eacute;es du site Aux saveurs des vergers a fait l''objet d''une d&eacute;claration simplifi&eacute;e &agrave; la CNIL.</span></span></span></span></span><span style="font-size: 8.5pt; font-family: Arial"><span class="style1"><span style="font-size: 8.5pt; font-family: Arial"> \r\n<p>\r\n&nbsp;<span style="font-size: 8.5pt; font-family: Arial"><span class="style1"><span style="font-size: 8.5pt; font-family: Arial">Contact client : Thierry Blondy <br />\r\n</span></span></span><span style="font-size: 8.5pt; font-family: Arial"><br />\r\n<span class="style1"><span style="font-size: 8.5pt; font-family: Arial">mail : contact@auxsaveursdesvergers.com</span></span></span> \r\n</p>\r\n<p>\r\nt&eacute;l&eacute;phone : 06 62 32 22 97&nbsp; \r\n</p>\r\n</span></span></span>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n<span class="style1"><span style="font-size: 8.5pt; font-family: Arial"></span></span>\r\n</p>\r\n', '', 1, 0, 0, 0, '2007-01-16 23:28:43', 62, '', '2008-10-08 02:53:33', 62, 0, '0000-00-00 00:00:00', '2007-01-16 23:26:36', '0000-00-00 00:00:00', 'pastarchives.jpg|||0||bottom||', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=1\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 6, 0, 28, 'abricot, airelle, cranberry canneberg,ananas, cerise, cerise guigne, banane,datte, datte du mexique jumbo, figue, fraise, gingembre,kiwi, mangue, melon, noix de coco, orange amère, orange amère confite, papaye, pêche jaune, poire, poire duchesse vibrée, poire william, poire wiliams, pomme, pomme golden pomme granny, pruneaux d''agen, raisins, raisin muscat, tomates séchées,foire gastronomique, salon gourmand, marché campagnard, marché de noël, salon de la gastronomie, salon du terroir, salon des terroirs, recette de fruits, tarte aux fruits, gâteaux aux fruits', 'Les informations légales de la ferme fruitière aux saveurs des vergers, pour un achat en toute tranquilité de vos vos fruits frais moelleux déshydratés et réhydratés', 0, 471),
(20, 'Accueil aux saveurs des vergers', '', '<table border="0" align="center" width="687" height="116">\r\n	<tbody>\r\n		<tr>\r\n			<td align="left"><a target="_self" href="index.php?option=com_content&amp;task=view&amp;id=56&amp;Itemid=1"><img width="310" src="images/stories/offre_magazine.jpg" alt="fruits sportifs" height="160" style="float: left; margin: 5px; width: 310px; height: 160px; border: #000000 0px solid" title="offre_magazine.jpg" /></a></td>\r\n			<td>\r\n			<p>\r\n			&nbsp;\r\n			</p>\r\n			</td>\r\n			<td><img border="1" width="200" src="http://www.auxsaveursdesvergers.com/images/stories/vergers/stand03.jpg" height="150" style="width: 273px; height: 174px" />&nbsp;</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<h1 align="center"><span style="font-size: 24pt; font-family: Times New Roman"><i><span style="font-family: Arial"><span style="font-size: 12pt"><span style="font-size: 24pt; font-family: Times New Roman"><i><img width="300" src="http://www.auxsaveursdesvergers.com/images/stories/vergers/ferme.jpg" height="40" style="width: 300px; height: 40px" title="La ferme fruiti&egrave;re aux saveurs des vergers fruits d&eacute;shydrat&eacute;s" /></i></span></span></span></i></span></h1>\r\n<h1 align="center"><span style="font-size: 24pt; font-family: Times New Roman"><i><span style="font-family: Arial"><span style="font-size: 12pt"><span style="font-size: 24pt; font-family: Times New Roman"></span>DECOUVREZ LES FRUITS FRAIS DESHYDRATES MOELLEUX</span></span></i></span></h1>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\nC''est dans une entreprise familiale bas&eacute;e au coeur du Sud-Ouest, r&eacute;gion o&ugrave; la gastronomie fait partie du quotidien, que sont transform&eacute;s les fruits en fruits d&eacute;shydrat&eacute;s moelleux. \r\n</p>\r\n<p align="center">\r\n<span style="font-size: 18pt"><span style="font-size: 18pt"><span style="font-size: 18pt"><span style="font-size: 18pt"><span style="color: #008000"><span style="font-size: 14pt"><b>Profitez de notre offre promotionnelle permanente sp&eacute;ciale internet</b></span> </span></span></span></span></span>\r\n</p>\r\n<h3 align="center"><span style="font-size: 18pt"><span style="font-size: 18pt"><span style="font-size: 18pt"><span style="font-size: 18pt"><span style="color: #008000">B&eacute;n&eacute;ficiez de fruits gratuits<br />\r\n3 sachets de 250g achet&eacute;s= un sachet gratuit en plus !<br />\r\n4 sachets de 250g achet&eacute;s= 2 sachets gratuits en plus!<br />\r\n<span style="font-size: 8pt">(A choisir parmi tous les fruits sauf les pruneaux d''Agen)</span></span></span></span></span></span></h3>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p align="center">\r\n&nbsp;\r\n</p>\r\n<p>\r\nQuestions fr&eacute;quentes de nos clients : \r\n</p>\r\n<p align="left">\r\n<i>Est-ce que cela se garde longtemps?</i> \r\n</p>\r\n<p>\r\n8 &agrave; 9 mois, sans probl&egrave;me, dans un emballage herm&eacute;tique en plastique (type &quot;tupperware&quot;) ou dans un bocal en verre qui ferme avec un couvercle viss&eacute; ou un joint &eacute;tanche (type &quot;Le parfait&quot; ou Familla-wiss), &agrave; temp&eacute;rature ambiante dans un placard &agrave; l''abri du soleil; tous les fruits peuvent &ecirc;tre m&eacute;lang&eacute;s ensemble. \r\n</p>\r\n<p>\r\n<i>Comment les consomme-t-on?</i> \r\n</p>\r\n<p>\r\n- Coup&eacute;s en tous petits morceaux, au petit d&eacute;jeuner avec des c&eacute;r&eacute;ales<br />\r\n- Apr&egrave;s un bon repas, servis avec le caf&eacute;<br />\r\n- En milieu de journ&eacute;e avec le th&eacute;<br />\r\n- En sucr&eacute;-sal&eacute; &agrave; l''ap&eacute;ritif, repas sp&eacute;ciaux, mariage, &eacute;v&egrave;nements<br />\r\n- Dans un cake, un fromage blanc, une glace &agrave; la vanille<br />\r\n- En plat cuisin&eacute;, tagines, salades compos&eacute;es, salade de riz, taboul&eacute;<br />\r\n- En regardant votre &eacute;mission de TV, sur votre canap&eacute;<br />\r\n- Le bonbon naturel id&eacute;al pour les petits et les grands<br />\r\n<br />\r\nSi vous faites du sport, marche &agrave; pied, randonn&eacute;e, v&eacute;lo, chasse, p&ecirc;che etc... c''est l''apport &eacute;nerg&eacute;tique id&eacute;al. \r\n</p>\r\n<br />\r\n<p align="center">\r\n<span style="font-size: 18pt"><span style="font-size: 18pt"><span style="font-size: 18pt"><span style="font-size: 18pt"><span style="color: #008000"><span style="font-size: 14pt"><b>Profitez de notre offre promotionnelle permanente sp&eacute;ciale internet</b></span> </span></span></span></span></span>\r\n</p>\r\n<h3 align="center"><span style="font-size: 18pt"><span style="font-size: 18pt"><span style="font-size: 18pt"><span style="font-size: 18pt"><span style="color: #008000">B&eacute;n&eacute;ficiez de fruits gratuits<br />\r\n3 sachets de 250g achet&eacute;s= un sachet gratuit en plus !<br />\r\n4 sachets de 250g achet&eacute;s= 2 sachets gratuits en plus!<br />\r\n<span style="font-size: 8pt">(A choisir parmi tous les fruits sauf les pruneaux d''Agen)</span></span></span></span></span></span></h3>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p align="center">\r\nD&eacute;couvrez la s&eacute;lection de fruits en vente sur notre site : \r\n</p>\r\n<p align="center">\r\n<a target="_self" href="index.php?page=shop.product_details&amp;flypage=shop.flypage&amp;product_id=260&amp;category_id=36&amp;manufacturer_id=0&amp;option=com_virtuemart&amp;Itemid=2" title="fruit abricot aux saveurs des vergers">abricot</a>, <a target="_self" href="index.php?page=shop.product_details&amp;flypage=shop.flypage&amp;product_id=261&amp;category_id=36&amp;manufacturer_id=0&amp;option=com_virtuemart&amp;Itemid=2" title="fruit airelle cranberry canneberge aux saveurs des vergers">airelle cranberry canneberge</a>, <a target="_self" href="index.php?page=shop.product_details&amp;flypage=shop.flypage&amp;product_id=262&amp;category_id=36&amp;manufacturer_id=0&amp;option=com_virtuemart&amp;Itemid=2" title="fruit ananas aux saveurs des vergers">ananas</a>, <a target="_self" href="index.php?page=shop.product_details&amp;flypage=shop.flypage&amp;product_id=264&amp;category_id=36&amp;manufacturer_id=0&amp;option=com_virtuemart&amp;Itemid=2" title="fruit cerise guigne aux saveurs des vergers">cerise guigne</a>, <a target="_self" href="index.php?page=shop.product_details&amp;flypage=shop.flypage&amp;product_id=263&amp;category_id=36&amp;manufacturer_id=0&amp;option=com_virtuemart&amp;Itemid=2" title="fruit banane aux saveurs des vergers">banane,</a>&nbsp;<a target="_self" href="index.php?page=shop.product_details&amp;flypage=shop.flypage&amp;product_id=277&amp;category_id=36&amp;manufacturer_id=0&amp;option=com_virtuemart&amp;Itemid=2" title="fruit figue aux saveurs des vergers">figue</a>, <a target="_self" href="index.php?page=shop.product_details&amp;flypage=shop.flypage&amp;product_id=265&amp;category_id=36&amp;manufacturer_id=0&amp;option=com_virtuemart&amp;Itemid=2" title="fruit fraise aux saveurs des vergers">fraise</a>, <a target="_self" href="index.php?page=shop.product_details&amp;flypage=shop.flypage&amp;product_id=235&amp;category_id=36&amp;manufacturer_id=0&amp;option=com_virtuemart&amp;Itemid=2" title="fruit gingembre confit aux saveurs des vergers">gingembre</a>, <a target="_self" href="index.php?page=shop.product_details&amp;flypage=shop.flypage&amp;product_id=267&amp;category_id=36&amp;manufacturer_id=0&amp;option=com_virtuemart&amp;Itemid=2" title="fruit kiwi aux saveurs des vergers">kiwi</a>, <a target="_self" href="index.php?page=shop.product_details&amp;flypage=shop.flypage&amp;product_id=268&amp;category_id=36&amp;manufacturer_id=0&amp;option=com_virtuemart&amp;Itemid=2" title="fruit mangue aux saveurs des vergers">mangue</a>, <a target="_self" href="index.php?page=shop.product_details&amp;flypage=shop.flypage&amp;product_id=269&amp;category_id=36&amp;manufacturer_id=0&amp;option=com_virtuemart&amp;Itemid=2" title="fruit melon aux saveurs des vergers">melon</a>, <a target="_self" href="index.php?page=shop.product_details&amp;flypage=shop.flypage&amp;product_id=270&amp;category_id=36&amp;manufacturer_id=0&amp;option=com_virtuemart&amp;Itemid=60" title="fruit noix de coco aux saveurs des vergers">noix de coco</a>, <a target="_self" href="index.php?page=shop.product_details&amp;flypage=shop.flypage&amp;product_id=271&amp;category_id=36&amp;manufacturer_id=0&amp;option=com_virtuemart&amp;Itemid=60" title="fruit orange am&egrave;re confite aux saveurs des vergers">orange am&egrave;re confite</a>, <a target="_self" href="index.php?page=shop.product_details&amp;flypage=shop.flypage&amp;product_id=276&amp;category_id=36&amp;manufacturer_id=0&amp;option=com_virtuemart&amp;Itemid=60" title="fruit papaye aux saveurs des vergers">papaye</a>, <a target="_self" href="index.php?page=shop.product_details&amp;flypage=shop.flypage&amp;product_id=279&amp;category_id=36&amp;manufacturer_id=0&amp;option=com_virtuemart&amp;Itemid=60" title="fruit p&ecirc;che aux saveurs des vergers">p&ecirc;che jaune</a>, <a target="_self" href="index.php?page=shop.product_details&amp;flypage=shop.flypage&amp;product_id=282&amp;category_id=36&amp;manufacturer_id=0&amp;option=com_virtuemart&amp;Itemid=60" title="fruit poire duchesse vibr&eacute;e aux saveurs des vergers">poire duchesse vibr&eacute;e</a>, <a target="_self" href="index.php?page=shop.product_details&amp;flypage=shop.flypage&amp;product_id=274&amp;category_id=36&amp;manufacturer_id=0&amp;option=com_virtuemart&amp;Itemid=60" title="fruit poire william d&eacute;shydrat&eacute;e aux saveurs des vergers">poire william</a>, <a target="_self" href="index.php?page=shop.product_details&amp;flypage=shop.flypage&amp;product_id=273&amp;category_id=36&amp;manufacturer_id=0&amp;option=com_virtuemart&amp;Itemid=60" title="ruit pomme golden d&eacute;shydrat&eacute;e aux saveurs des vergers">pomme golden</a>, <a target="_self" href="index.php?page=shop.product_details&amp;flypage=shop.flypage&amp;product_id=273&amp;category_id=36&amp;manufacturer_id=0&amp;option=com_virtuemart&amp;Itemid=60" title="pome grany d&eacute;shydrat&eacute;e aux saveurs des vergers">pomme grany</a>, <a target="_self" href="index.php?page=shop.product_details&amp;flypage=shop.flypage&amp;product_id=285&amp;category_id=36&amp;manufacturer_id=0&amp;option=com_virtuemart&amp;Itemid=2" title="fruit pruneaux d''agen aux saveurs des vergers">pruneaux d''agen</a>, <a target="_self" href="index.php?page=shop.product_details&amp;flypage=shop.flypage&amp;product_id=280&amp;category_id=36&amp;manufacturer_id=0&amp;option=com_virtuemart&amp;Itemid=60" title="fruit raisin muscat d&eacute;shydrat&eacute; aux saveurs des vergers">raisin muscat</a> \r\n</p>\r\n<p align="center">\r\n&nbsp;\r\n</p>\r\n<p>\r\n<span style="font-size: 8pt"></span>\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n', '', 1, 0, 0, 0, '2007-02-19 20:13:38', 62, '', '2009-02-27 06:11:01', 62, 0, '0000-00-00 00:00:00', '2007-02-19 19:43:04', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 42, 0, 25, 'Aux saveurs des vergers, la ferme fruitière, vente de fruits frais moelleux déshydratés et réhydratés', 'Aux saveurs des vergers, la ferme fruitière, vente de fruits frais moelleux déshydratés et réhydratés, fraises,cerises figues, dattes, framboises, orange, pomme, poire, abricots et bien d''autres  ', 0, 29608),
(25, 'Nous contacter', '', '<p align="center">\r\n<strong><em><span style="font-size: 24pt; font-family: Times New Roman">Nous contacter</span></em></strong> \r\n</p>\r\n<p align="left">\r\n&nbsp;\r\n</p>\r\n<table border="0" width="458" cellPadding="1" cellSpacing="0" height="310">\r\n	<tbody>\r\n		<tr>\r\n			<td width="250" vAlign="top">\r\n			<p>\r\n			<span style="font-family: Arial"><strong><span style="font-size: 12pt">Aux saveurs des vergers<br />\r\n			</span></strong></span>\r\n			</p>\r\n			<p>\r\n			<strong><span style="font-family: Arial">11 rue Sam Meyer</span></strong> \r\n			</p>\r\n			<p>\r\n			<strong><span style="font-family: Arial">47300 VILLENEUVE SUR LOT</span></strong> \r\n			</p>\r\n			<p>\r\n			<strong><span style="font-family: Arial">TEL : 06 62 22 32 97<br />\r\n			</span></strong>&nbsp; \r\n			</p>\r\n			</td>\r\n			<td align="center"><img border="1" align="top" width="200" src="http://www.auxsaveursdesvergers.com/images/stories/vergers/stand01.jpg" height="150" /></td>\r\n		</tr>\r\n		<tr>\r\n			<td>\r\n			<p>\r\n			<br />\r\n			mail : contact@auxsaveursdesvergers.com \r\n			</p>\r\n			<p>\r\n			&nbsp;\r\n			</p>\r\n			</td>\r\n			<td vAlign="top">\r\n			<p>\r\n			Pour tout renseignement, envoyez-nous un message. \r\n			</p>\r\n			<p>\r\n			<a href="index.php?option=content&amp;task=view&amp;id=25"><br />\r\n			</a>\r\n			</p>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n', '', 1, 0, 0, 0, '2007-03-11 15:44:59', 62, '', '2008-10-08 02:56:52', 62, 0, '0000-00-00 00:00:00', '2007-03-11 15:37:27', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=1\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 3, 0, 27, 'abricot, airelle, cranberry canneberg,ananas, cerise, cerise guigne, banane,datte, datte du mexique jumbo, figue, fraise, gingembre,kiwi, mangue, melon, noix de coco, orange amère, orange amère confite, papaye, pêche jaune, poire, poire duchesse vibrée, poire william, poire wiliams, pomme, pomme golden pomme granny, pruneaux d''agen, raisins, raisin muscat, tomates séchées,foire gastronomique, salon gourmand, marché campagnard, marché de noël, salon de la gastronomie, salon du terroir, salon des terroirs, recette de fruits, tarte aux fruits, gâteaux aux fruits', 'Une question sur nos fruits frais déhydratés réhydratés moelleux, besoin d''aide pour choisir os fruits frais Votre ferme fruitière aux saveurs des vergers répond à vos questions', 0, 1321),
(28, 'tableau de bord', '', '<p align="center">\r\nCompteur de visiteurs : <img src="myvisites/plugins/PHPMV2Count/PHPMV2Count_Viewer.php?typeSortie=1&amp;type=visites&amp;site=3&amp;style=a" alt="compteur myvisites" /> \r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<hr SIZE="2" width="100%" />\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n', '', 1, 0, 0, 0, '2007-03-21 00:28:06', 62, '', '2007-10-31 15:20:51', 80, 0, '0000-00-00 00:00:00', '2007-03-21 00:26:50', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=1\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 7, 0, 29, '', '', 0, 125),
(32, 'Le calendrier', '', '<p>\r\n&nbsp;\r\n</p>\r\n<h1><em><span style="font-size: 24pt; font-family: Times New Roman">Le calendrier des foires, salons et march&eacute;s gastronomiques, march&eacute;s gourmands, march&eacute;s de No&euml;l</span></em></h1>\r\n<h1><em><span style="font-size: 24pt; font-family: Times New Roman">Venez nous rendre visite&nbsp;pour d&eacute;couvrir et go&ucirc;ter les fruits frais moelleux d&eacute;shydrat&eacute;s</span></em></h1>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<table border="1" width="764" cellPadding="1" cellSpacing="1" height="857" style="width: 764px; height: 857px">\r\n	<tbody>\r\n		<tr>\r\n			<td bgColor="#ffff00" align="center">mois</td>\r\n			<td bgColor="#ffff00" align="center">date</td>\r\n			<td bgColor="#ffff00" align="center">date</td>\r\n			<td bgColor="#ffff00" align="center">date</td>\r\n			<td colSpan="2" bgColor="#ffff00" align="center">date</td>\r\n			<td bgColor="#ffff00" align="center">date</td>\r\n			<td bgColor="#ffff00" align="center">date</td>\r\n		</tr>\r\n		<tr>\r\n			<td bgColor="#339933" align="center"><span style="color: #ffcc00"><strong>JANVIER</strong></span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td colSpan="2"><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td>&nbsp;</td>\r\n		</tr>\r\n		<tr>\r\n			<td bgColor="#339933" align="center"><span style="color: #ffcc00"><strong>FEVRIER</strong></span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td colSpan="2"><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n		</tr>\r\n		<tr>\r\n			<td bgColor="#339933" align="center"><span style="color: #ffcc00"><strong>MARS</strong></span></td>\r\n			<td><span style="font-size: 10pt"><span style="font-size: 10pt"><br />\r\n			</span></span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td colSpan="2"><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n		</tr>\r\n		<tr>\r\n			<td bgColor="#339933" align="center"><span style="color: #ffcc00"><strong>AVRIL</strong></span></td>\r\n			<td>&nbsp;</td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td colSpan="2"><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n		</tr>\r\n		<tr>\r\n			<td bgColor="#339933" align="center"><span style="color: #ffcc00"><strong>MAI</strong></span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><span style="font-size: 10pt"><br />\r\n			</span></span></td>\r\n			<td colSpan="2"><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td>&nbsp;</td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n		</tr>\r\n		<tr>\r\n			<td bgColor="#339933" align="center"><span style="color: #ffcc00"><strong>JUIN</strong></span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"></span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td colSpan="2"><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n		</tr>\r\n		<tr>\r\n			<td bgColor="#339933" align="center"><span style="color: #ffcc00"><strong>JUILLET</strong></span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td colSpan="2">&nbsp;</td>\r\n			<td>&nbsp;</td>\r\n			<td>&nbsp;</td>\r\n		</tr>\r\n		<tr>\r\n			<td bgColor="#339933" align="center"><strong><span style="color: #ffcc00">AOUT</span></strong></td>\r\n			<td>&nbsp;28/08 au 01/09 Foire de Hagenthal</td>\r\n			<td>&nbsp;du 28/08 au 08/09 Foire exposition de Chalons en Champagne</td>\r\n			<td>&nbsp;</td>\r\n			<td colSpan="2">&nbsp;</td>\r\n			<td>&nbsp;</td>\r\n			<td>&nbsp;</td>\r\n		</tr>\r\n		<tr>\r\n			<td bgColor="#339933" align="center"><span style="color: #ffcc00"><strong>SEPTEMBRE</strong></span></td>\r\n			<td>du 11/09 au 15/09 Foir exposition de Verdun (55)</td>\r\n			<td>le 21/09 March&eacute; campagnard de Meaux, centre ville (77)</td>\r\n			<td>du 19/09 au 21/09 Salon des terroirs de Puteaux, place de la mairie (92)</td>\r\n			<td colSpan="2">du 25 au 28/09 March&eacute; campagnard place des Antilles, m&eacute;tro Nation, paris 11&egrave;me</td>\r\n			<td>du 26 au 28/09 march&eacute; campagnard de Brunoy (91) place de la mairie</td>\r\n			<td></td>\r\n		</tr>\r\n		<tr>\r\n			<td bgColor="#339933" align="center"><span style="color: #ffcc00"><strong>OCTOBRE</strong></span></td>\r\n			<td><span style="font-size: 10pt">du&nbsp;2 au 4/10 march&eacute; campagnard place de la convention, paris 15&egrave;me</span></td>\r\n			<td>du&nbsp;11 au 12/10 march&eacute; campagnard de Gagny (93)</td>\r\n			<td>du 16 au 19/10 Foire gastronomique d''automne de Meaux (77) </td>\r\n			<td colSpan="2"></td>\r\n			<td></td>\r\n			<td>&nbsp;</td>\r\n		</tr>\r\n		<tr>\r\n			<td bgColor="#339933" align="center"><span style="color: #ffcc00"><strong>NOVEMBRE</strong></span></td>\r\n			<td><span style="font-size: 10pt">du&nbsp;01/11 au 11/11 march&eacute; gastronomique au Chesnay (78) centre ccial Parly 2</span></td>\r\n			<td>du 13 au 16/11 March&eacute; campagnard de Le V&eacute;sinet, centre ville (78)</td>\r\n			<td>&nbsp;du 21 au 24/11 salon de la gastronomie d''Orl&eacute;ans (45) parc des expositions</td>\r\n			<td colSpan="2">du 29/11 au&nbsp;30/11 March&eacute; de No&euml;l, ch&acirc;teau de Brissac (49)</td>\r\n			<td></td>\r\n			<td></td>\r\n		</tr>\r\n		<tr>\r\n			<td bgColor="#339933" align="center"><span style="color: #ffcc00"><strong>DECEMBRE</strong></span></td>\r\n			<td><span style="font-size: 10pt">du 05/12 au 07/12 march&eacute; de Noel de Montigny le Bretonneux (78) &agrave; la ferme du Manet</span></td>\r\n			<td>du&nbsp;5 au 07/12 Salon du terroir, hippodrome de saint cloud, Rueil (92)</td>\r\n			<td>du&nbsp;11 au 14/12 march&eacute; de noel Rueil Malmaison centre ville (92)</td>\r\n			<td colSpan="2">du 12 au 14/12 Salon gastronomique de Conflans Ste Honorine(78) quartier de Chennevi&egrave;res</td>\r\n			<td>du 19 au 21/12 march&eacute; de Noel rue d''Al&eacute;sia, Paris 14&egrave;me</td>\r\n			<td>du 19 au 23/12 march&eacute; de noel de Senlis, centre ville (60)</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<p>\r\n&nbsp;\r\n</p>\r\n', '', 1, 0, 0, 0, '2007-04-15 10:00:08', 62, '', '2008-12-16 18:26:50', 62, 0, '0000-00-00 00:00:00', '2007-04-15 09:59:33', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=1\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 18, 0, 24, 'abricot, airelle, cranberry canneberge, ananas, cerise, cerise guigne, banane,datte, datte du mexique jumbo, figue, fraise, gingembre,kiwi, mangue, melon, noix de coco, orange amère, orange amère confite, papaye, pêche jaune, poire, poire duchesse vibrée, poire william, poire wiliams, pomme, pomme golden pomme granny, pruneaux d''agen, raisins, raisin muscat, tomates séchées,foire gastronomique, salon gourmand, marché campagnard, marché de noël, salon de la gastronomie, salon du terroir, salon des terroirs, recette de fruits, tarte aux fruits, gâteaux aux fruits', 'retrouvez toute l''année, aus saveurs des vergers, votre ferme fruitière sur les salons gastronomiques, marchés gourmands campagnards ou de Noël', 0, 923);
INSERT INTO `jos_content` (`id`, `title`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`) VALUES
(37, 'Pourquoi et comment', '', '<div align="center">\r\n<span style="font-size: 14pt; font-family: arial black,avant garde"><i><b>Pourquoi et Comment ?</b></i></span><br />\r\n</div>\r\n<br />\r\n&nbsp;<br />\r\n<br />\r\nAujourd&rsquo;hui deux m&eacute;thodes s&rsquo;opposent !!<br />\r\n<br />\r\n&nbsp;<br />\r\n<br />\r\n1.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <b>La m&eacute;thode classique :</b><br />\r\n<br />\r\n&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; R&eacute;hydratation par trempage (dans une eau &agrave; 85&deg;)<br />\r\n<br />\r\n&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Perte de sucre, des ar&ocirc;mes et d&rsquo;&eacute;l&eacute;ments nutritifs dans le bain de r&eacute;hydratation.<br />\r\n<br />\r\n&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Oxydation de la peau du fruit : aspect fruits bouillis.<br />\r\n<br />\r\n&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Go&ucirc;t lessiv&eacute; : n&eacute;cessite parfois l&rsquo;adjonction d&rsquo;ar&ocirc;mes souvent artificiels.<br />\r\n<br />\r\n&nbsp;<br />\r\n<br />\r\n&nbsp;<br />\r\n<br />\r\n2.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <b>Notre m&eacute;thode &laquo; Pleine Saveur &raquo; :</b><br />\r\n<br />\r\n&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; R&eacute;hydratation par saturation sans lessivage d&rsquo;&eacute;l&eacute;ments utiles<br />\r\n<br />\r\n&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Le fruit devient tendre, fondant et MOELLEUX<br />\r\n<br />\r\n&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Les fruits conservent leurs saveurs naturelles et lib&egrave;rent tous leurs parfums &agrave; la d&eacute;gustation.<br />\r\n<br />\r\n&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Aucune adjonction d&rsquo;ar&ocirc;me.<br />\r\n<br />\r\n&nbsp;<br />\r\n<br />\r\nLa m&eacute;thode &laquo; PLEINE SAVEUR &raquo; consiste uniquement &agrave; atteindre le taux d&rsquo;humidit&eacute; souhait&eacute;.<br />\r\n<br />\r\nPour sch&eacute;matiser : le fruit est utilis&eacute; comme une &eacute;ponge que l&rsquo;on gonflerait petit &agrave; petit sans l&rsquo;agresser.&nbsp; <br />\r\n<br />\r\nIl faut deux jours, l&agrave; o&ugrave; d&rsquo;autres ne mettent qu&rsquo;une heure, mais pour quel r&eacute;sultat&hellip; !!!!<br />\r\n<br />\r\nIl en r&eacute;sulte un secret de fabrication qui nous donne, ainsi qu&rsquo;&agrave; nos clients professionnels, de pr&eacute;cieuses longueurs d&rsquo;avance sur la totalit&eacute; de nos concurrents et permet de mieux r&eacute;pondre aux besoins actuels.<br />\r\n<br />\r\n&nbsp;<br />\r\n<br />\r\n&nbsp;<br />\r\n<br />\r\n&nbsp;<br />\r\n<br />\r\n<span style="font-size: 14pt; font-family: arial black,avant garde"><u><b><i>Une r&eacute;elle volont&eacute; de donner un second souffle au march&eacute; du fruit sec en lui apportant des r&eacute;ponses</i></b></u></span><br />\r\n<br />\r\n<br />\r\n<span style="font-size: 14pt"><u><i><b>R&eacute;ponse&hellip;</b></i></u></span>. <i>&agrave; la consommation &laquo; Tendance &raquo; de l&rsquo;alimentation moderne</i><br />\r\n<br />\r\nIl est impos&eacute;, lors des achats de mati&egrave;res premi&egrave;res, la s&eacute;lection de lots cueillis &agrave; pleine maturit&eacute;, garantie de go&ucirc;t, gr&acirc;ce &agrave; un cahier des charges pr&eacute;cis. C&rsquo;est ainsi que les consommateurs gourmets appr&eacute;cient les fruits charnus de gros calibre offrant un plaisir incomparable, sans les inconv&eacute;nients des confiseries&hellip;<br />\r\n<br />\r\nLes fruits secs sont des aliments de l&rsquo;effort intense et prolong&eacute;&hellip; Pour &eacute;viter les coups de pompe, le sportif mange des fruits secs. Le taux d&rsquo;humidit&eacute; plus &eacute;lev&eacute; des fruits moelleux &laquo; pleine saveur &raquo;, assoiffe moins et &eacute;conomise la salive.<br />\r\n<br />\r\nRiches en fibres, en vitamines et en oligo-&eacute;l&eacute;ments, alliant l&rsquo;utile &agrave; l&rsquo;agr&eacute;able ;<br />\r\n<br />\r\n&nbsp; Nous serons pr&eacute;sents au Semi-Marathon de Paris le 29/02 et 1er/03/2008, au Salon Nature et Randonn&eacute;es &agrave; Paris les&nbsp; 28.29 et 30/03/2008 ainsi qu&rsquo;au Marathon de Paris les 3.4 et 5/04/2008&hellip;<br />\r\n<br />\r\n&nbsp;<br />\r\n<br />\r\n<span style="font-size: 14pt"><u><i><b>R&eacute;ponse&hellip;</b></i></u></span>.&nbsp; <i>&agrave; l&rsquo;utilisation &laquo; gastronomique &raquo; moderne</i><br />\r\n<br />\r\nGr&acirc;ce &agrave; la qualit&eacute; de nos fruits moelleux &laquo; Pleine Saveur &raquo;, la gamme est reconnue et recherch&eacute;e par les di&eacute;t&eacute;ticiens et les nutritionnistes pour une alimentation raisonn&eacute;e. Chez les acteurs des m&eacute;tiers de bouches elle est r&eacute;f&eacute;renc&eacute;e parmi les plus grands noms de la restauration &laquo; &eacute;toil&eacute;e &raquo;, de la p&acirc;tisserie et de la chocolaterie mondiale. Tous ces GRANDS CHEFS mettent au point des sp&eacute;cialit&eacute;s qui font leur renomm&eacute;e &agrave; partir de nos fruits, servant de mati&egrave;re premi&egrave;re.<br />\r\n<br />\r\nLa r&eacute;hydratation d&eacute;j&agrave; r&eacute;alis&eacute;e permet une utilisation directe ; les fruits sont pr&ecirc;ts &agrave; l&rsquo;emploi, ne rejettent pas d&rsquo;eau tout en gardant leur moelleux m&ecirc;me apr&egrave;s cuisson.<br />\r\n<br />\r\nNous sommes pr&eacute;sents dans de tr&egrave;s nombreux Salons de la Gastronomie et des Terroirs ainsi qu&rsquo;&agrave; la Foire de Paris. Vous pouvez obtenir notre calendrier des salons en cliquant sur le lien pr&eacute;vu sur la page d&rsquo;accueil.<br />\r\n<br />\r\n&nbsp;<br />\r\n<br />\r\n<i><span style="font-size: 14pt; font-family: arial,helvetica,sans-serif">+ pratique que le fruit frais &agrave; courte dur&eacute;e de vie<br />\r\n<br />\r\n+ naturel que le fruit confit<br />\r\n<br />\r\n+ savoureux que les fruits au sirop<br />\r\n<br />\r\n+ concentr&eacute;s en ar&ocirc;mes (1kg = 6 &agrave; 11kg de fruits frais !!)</span></i> \r\n', '', 1, 0, 0, 0, '2008-02-24 11:23:42', 62, '', '2008-10-08 22:54:12', 62, 0, '0000-00-00 00:00:00', '2008-02-24 11:22:29', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 21, '', '', 0, 1089),
(38, 'Conseils aux sportifs', '', '<div align="center">\r\n<i><span style="font-size: 18pt; font-family: arial black,avant garde"><b>Conseils aux sportifs</b></span></i>\r\n</div>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p class="MsoNormal">\r\n&nbsp;\r\n</p>\r\n<p class="MsoNormal">\r\n<span style="line-height: 115%; font-size: 10pt; font-family: ''Arial'',''sans-serif''">&laquo;&nbsp;Les informations suivantes proviennent de sites\r\nweb sp&eacute;cialis&eacute;s en nutrition pour les sportifs.&nbsp;&raquo;<o:p></o:p></span>\r\n</p>\r\n<p class="MsoNormal">\r\n<span style="line-height: 115%; font-size: 10pt; font-family: ''Arial'',''sans-serif''">&hellip;/&hellip;<o:p></o:p></span>\r\n</p>\r\n<p class="MsoNormal">\r\n<span style="line-height: 115%; font-size: 10pt; font-family: ''Arial'',''sans-serif''"><span>&nbsp;</span>Mangez des fruits\r\net des l&eacute;gumes, cuits et crus, &agrave; chaque repas et en r&eacute;cup&eacute;ration d&rsquo;activit&eacute;\r\nphysique afin de majorer l&rsquo;apport vitaminique et min&eacute;ral. Riches en eau, ils\r\nvont aussi favoriser la r&eacute;hydratation. De plus, le sucre des fruits (le\r\nfructose), a des propri&eacute;t&eacute;s particuli&egrave;res qui favorisent le stockage de sucre\r\n(glycog&egrave;ne) dans le foie (ce qui est tr&egrave;s favorable &agrave; la performance\r\nsportive)&nbsp;;<o:p></o:p></span>\r\n</p>\r\n<p class="MsoNormal">\r\n<span style="line-height: 115%; font-size: 10pt; font-family: ''Arial'',''sans-serif''">Durant l''effort, ce sont les sucres rapides qui vous\r\nredonneront un coup de fouet en cas de baisse de r&eacute;gime. Vous pouvez opter pour\r\ndes boissons sucr&eacute;es (pas trop concentr&eacute;es) ou des barres aux c&eacute;r&eacute;ales. <u></u></span>\r\n</p>\r\n<p class="MsoNormal">\r\n<span style="line-height: 115%; font-size: 10pt; font-family: ''Arial'',''sans-serif''"><u>Pensez &eacute;galement aux fruits secs, c''est une\r\nexcellente collation &eacute;nerg&eacute;tique facilement assimilable. Ils apportent, de\r\nplus, des min&eacute;raux tr&egrave;s utiles pour l''activit&eacute; musculaire (potassium et\r\nmagn&eacute;sium notamment).</u></span>\r\n</p>\r\n<p class="MsoNormal">\r\n&nbsp;\r\n</p>\r\n<p class="MsoNormal" align="center">\r\n<a href="index.php?option=com_content&amp;task=view&amp;id=39&amp;Itemid=45" target="_self">S''hydrater r&eacute;guli&egrave;rement&nbsp;</a>\r\n</p>\r\n<p class="MsoNormal" align="center">\r\n<a href="index.php?option=com_content&amp;task=view&amp;id=40&amp;Itemid=46" target="_self">Les sports&nbsp;</a>\r\n</p>\r\n<p class="MsoNormal" align="center">\r\n<a href="index.php?option=com_content&amp;task=view&amp;id=42&amp;Itemid=47" target="_self">L''alimentation du marathonien&nbsp;</a> \r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n', '', 1, 0, 0, 0, '2008-02-24 11:27:24', 62, '', '2008-02-24 15:33:23', 62, 0, '0000-00-00 00:00:00', '2008-02-24 11:24:18', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 20, '', '', 0, 781),
(39, 's''hydrater régulièrement', '', '<p align="center">\r\n<span style="font-size: 14pt"><i><b>S''hydrater r&eacute;guli&egrave;rement&nbsp;</b></i></span>\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\nL&rsquo;autre point fondamental de la ration du sportif sera l&rsquo;apport hydrique qui devra &ecirc;tre largement major&eacute; pour quatre raisons essentielles&nbsp;:\r\n</p>\r\n<p>\r\n<br />\r\n&middot;&nbsp;&nbsp; Permettre le maintien d&rsquo;une bonne hydratation de l&rsquo;organisme tout en sachant que les pertes sudor<img src="images/stories/vergers/hydrater.gif" alt="hydrater.gif" title="hydration des sportifs" style="margin: 5px; float: right; width: 110px; height: 152px" height="152" width="110" />ales du sportif peuvent &ecirc;tre tr&egrave;s importantes. Ces pertes en eau sont accompagn&eacute;es de pertes min&eacute;rales importantes elles aussi. On veillera donc &agrave; boire r&eacute;guli&egrave;rement tout au long de la journ&eacute;e y compris pendant l&rsquo;effort (perdre 1&nbsp;% de son poids de corps en eau durant l&rsquo;effort entra&icirc;ne une perte d&rsquo;efficacit&eacute; musculaire de 10&nbsp;%). Afin donc d&rsquo;assurer une bonne couverture hydrique et min&eacute;rale on consommera des eaux plus ou moins riches en min&eacute;raux&nbsp;;<br />\r\n<br />\r\n</p>\r\n<p>\r\n&nbsp;&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&middot;&nbsp;&nbsp;&nbsp; La consommation &eacute;nerg&eacute;tique du muscle est particuli&egrave;rement importante. Il devra donc majorer sa consommation en &eacute;nergie ainsi qu&rsquo;en nutriments (vitamines essentiellement). Le sportif transpire et perd donc ainsi beaucoup de sels min&eacute;raux. Le fonctionnement de l&rsquo;organisme d&rsquo;un sportif &eacute;tant plus intense, il &quot;s&rsquo;use&quot; davantage et &agrave; donc besoin d&rsquo;&ecirc;tre &quot;nourri&quot; r&eacute;guli&egrave;rement. <br />\r\n<br />\r\n&middot;&nbsp;&nbsp;&nbsp; Au-del&agrave; d''un apport &eacute;nerg&eacute;tique important, le sportif devra &eacute;galement veiller &agrave; consommer suffisamment de vitamines et de sels min&eacute;raux. <br />\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p class="MsoNormal" align="center">\r\n<a href="index.php?option=com_content&amp;task=view&amp;id=38&amp;Itemid=44" target="_self">Conseils aux sportifs&nbsp;</a> \r\n</p>\r\n<p class="MsoNormal" align="center">\r\n<a href="index.php?option=com_content&amp;task=view&amp;id=40&amp;Itemid=46" target="_self">Les sports&nbsp;</a>\r\n</p>\r\n<p class="MsoNormal" align="center">\r\n<a href="index.php?option=com_content&amp;task=view&amp;id=42&amp;Itemid=47" target="_self">L''alimentation du marathonien&nbsp;</a> \r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n', '', 1, 0, 0, 0, '2008-02-24 11:32:16', 62, '', '2008-02-24 15:35:21', 62, 0, '0000-00-00 00:00:00', '2008-02-24 11:27:28', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 19, '', '', 0, 150),
(40, 'Les sports', '', '<p align="center">\r\n<i><span style="font-size: 14pt"><b>Les sports&nbsp;</b></span></i>\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n<span style="font-size: 12pt; font-family: arial,helvetica,sans-serif"><u><b>Les sports d''&eacute;quipe :</b></u></span>\r\n</p>\r\n<p>\r\n<span style="font-size: 12pt; font-family: arial,helvetica,sans-serif"><u><b></b></u></span><br />\r\n&middot;&nbsp;&nbsp;&nbsp; Football, basket, rugby ...<br />\r\n&middot;&nbsp;&nbsp;&nbsp; L''effort est de dur&eacute;e moyenne et d''intensit&eacute; assez &eacute;lev&eacute;e.<br />\r\n&middot;&nbsp;&nbsp;&nbsp; Conseils : ration d''attente une demi-heure avant le match et ration de mi-temps ( eau &agrave; temp&eacute;rature ambiante + sucre + sel + vitamine ; p&acirc;tes de fruits, fruits secs, boissons chaudes sucr&eacute;es ).<br />\r\n<br />\r\n<u><span style="font-size: 12pt"><b>Les sports d''endurance :</b></span></u>\r\n</p>\r\n<p>\r\n<u><span style="font-size: 12pt"><b></b></span></u><br />\r\n&middot;&nbsp;&nbsp;&nbsp; Cyclisme sur route, alpinisme, ski de fond, natation de fond, jogging, randonn&eacute;e &agrave; pied, cano&euml;-kayak...<br />\r\n&middot;&nbsp;&nbsp;&nbsp; L''organisme puise beaucoup dans ses r&eacute;serves.<br />\r\n&middot;&nbsp;&nbsp;&nbsp; Conseils : petit d&eacute;jeuner tr&egrave;s copieux, alimentation r&eacute;guli&egrave;re et raisonnable pendant l''effort ( riz au lait, gruy&egrave;re, fruits secs et biscuits secs... ). Si les &eacute;preuves durent plusieurs jours, le soir, il faut non seulement d&eacute;sintoxiquer l''organisme mais aussi le pr&eacute;parer pour le lendemain. Le d&icirc;ner sera alors riche en glucides ( riz ou p&acirc;tes ) , en prot&eacute;ines ( viande et fromage ) , en calcium (&nbsp; lait ou fromage ) et en lipides ( viande, beurre frais, huile d''assaisonnement ).<br />\r\n<br />\r\n<span style="font-size: 12pt"><u><b>Temps froid et sports de glisse :</b></u></span>\r\n</p>\r\n<p>\r\n<span style="font-size: 12pt"><u><b></b></u></span><br />\r\n&middot;&nbsp;&nbsp;&nbsp; Le froid et l''altitude invitent simplement ... &agrave; manger et &agrave; boire plus !&nbsp; En montagne, la s&eacute;cheresse de l''air s''ajoute &agrave; l''effort physique, et il faut combattre la d&eacute;shydratation par de l''eau et des boissons chaudes. Il ne faut pas craindre non plus un petit suppl&eacute;ment de calories. Privil&eacute;gier le petit d&eacute;jeuner du matin ( pain, beurre, produits laitiers, fruits ) et le d&icirc;ner de r&eacute;cup&eacute;ration ( p&acirc;tes au gratin, riz au lait... ) , en particulier pour faire le plein de glucides et &eacute;viter ainsi fatigue et coup de barre. Dans la journ&eacute;e, penser aux nourritures &eacute;nerg&eacute;tiques comme les fruits secs. <br />\r\n<br />\r\n<span style="font-size: 12pt"><u><b>Et sur une planche &agrave; voile ?</b></u></span><br />\r\n&nbsp;<br />\r\n&nbsp;<br />\r\n&middot;&nbsp;&nbsp;&nbsp; Sur planche ou d&eacute;riveur, pour toutes les disciplines de voile olympiques, difficile de se nourrir quand on se cramponne face &agrave; la vague ! D''o&ugrave; l''int&eacute;r&ecirc;t des repas que l''on prend avant et apr&egrave;s. Petit d&eacute;jeuner copieux, avec pain, beurre, produits laitiers, fruits et boissons chaudes... Ration d''attente si n&eacute;cessaire avec boissons &eacute;nerg&eacute;tiques et fruits secs.&nbsp; Ration de r&eacute;cup&eacute;ration avec eau et yaourt aux fruits. Repas du soir reconstituant avec f&eacute;culents et l&eacute;gumes, poisson ou viande blanche, fromage ou laitage, fruit. Pour &eacute;viter les pertes pr&eacute;judiciables &agrave; l''organisme, en particulier celles de min&eacute;raux comme le calcium, les produits laitiers jouent un r&ocirc;le de premier plan.\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p class="MsoNormal" align="center">\r\n<a href="index.php?option=com_content&amp;task=view&amp;id=38&amp;Itemid=44" target="_self">Conseils aux sportifs&nbsp;</a> \r\n</p>\r\n<p class="MsoNormal" align="center">\r\n<a href="index.php?option=com_content&amp;task=view&amp;id=39&amp;Itemid=45" target="_self">S''hydrater r&eacute;guli&egrave;rement&nbsp;</a>\r\n</p>\r\n<p class="MsoNormal" align="center">\r\n<a href="index.php?option=com_content&amp;task=view&amp;id=42&amp;Itemid=47" target="_self">L''alimentation du marathonien</a> \r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n', '', 1, 0, 0, 0, '2008-02-24 11:40:51', 62, '', '2008-02-24 15:37:38', 62, 0, '0000-00-00 00:00:00', '2008-02-24 11:38:38', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 18, '', '', 0, 210),
(41, 'Les sports', '', '<p>\r\nLes Sports \r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<table class="MsoNormalTable" style="width: 100%" border="0" cellpadding="0" cellspacing="0" width="100%">\r\n	<tbody>\r\n		<tr>\r\n			<td style="padding: 0cm; width: 100%" valign="top" width="100%">\r\n			<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal">\r\n			<b><u><span style="font-size: 13.5pt; font-family: ''Times New Roman'',''serif''; color: black"><o:p></o:p></span></u></b>&nbsp;\r\n			</p>\r\n			<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal">\r\n			<b><u><span style="font-size: 13.5pt; font-family: ''Times New Roman'',''serif''; color: black">Les sports d''&eacute;quipe :</span></u></b><span style="font-size: 12pt; font-family: ''Times New Roman'',''serif''; color: black"><o:p></o:p></span>\r\n			</p>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<p class="MsoListParagraphCxSpFirst" style="margin: 5pt 36pt; text-indent: -18pt; line-height: normal">\r\n<!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol; color: black"><span>&middot;<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; font-family: ''Times New Roman''">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n</span></span></span><!--[endif]--><i><span style="font-size: 12pt; font-family: ''Times New Roman'',''serif''; color: black">Football, basket, rugby ...</span></i><span style="font-size: 12pt; font-family: ''Times New Roman'',''serif''; color: black"><o:p></o:p></span>\r\n</p>\r\n<p class="MsoListParagraphCxSpMiddle" style="margin: 5pt 36pt; text-indent: -18pt; line-height: normal">\r\n<!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol; color: black"><span>&middot;<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; font-family: ''Times New Roman''">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n</span></span></span><!--[endif]--><span style="font-size: 12pt; font-family: ''Times New Roman'',''serif''; color: black">L''effort est de dur&eacute;e moyenne et d''intensit&eacute; assez &eacute;lev&eacute;e.<o:p></o:p></span>\r\n</p>\r\n<p class="MsoListParagraphCxSpMiddle" style="margin: 5pt 36pt; text-indent: -18pt; line-height: normal">\r\n<!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol; color: black"><span>&middot;<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; font-family: ''Times New Roman''">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n</span></span></span><!--[endif]--><b><span style="font-size: 12pt; font-family: ''Times New Roman'',''serif''; color: black">Conseils :</span></b><span style="font-size: 12pt; font-family: ''Times New Roman'',''serif''; color: black"> ration d''attente une demi-heure avant le\r\nmatch et ration de mi-temps ( eau &agrave; temp&eacute;rature ambiante + sucre + sel +\r\nvitamine ; p&acirc;tes de fruits<u>, fruits secs,</u>\r\nboissons chaudes sucr&eacute;es ).<o:p></o:p></span>\r\n</p>\r\n<p class="MsoListParagraphCxSpLast" style="margin: 5pt 36pt; line-height: normal">\r\n<span style="font-size: 12pt; font-family: ''Times New Roman'',''serif''; color: black"><o:p>&nbsp;</o:p></span>\r\n</p>\r\n<p class="MsoNormal" style="margin: 5pt 36pt 5pt 0cm; line-height: normal">\r\n<span style="font-size: 12pt; font-family: ''Times New Roman'',''serif''; color: black"><o:p>&nbsp;</o:p></span>\r\n</p>\r\n<table class="MsoNormalTable" style="width: 100%" border="0" cellpadding="0" cellspacing="0" width="100%">\r\n	<tbody>\r\n		<tr>\r\n			<td style="padding: 0cm; width: 100%" valign="top" width="100%">\r\n			<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal">\r\n			&nbsp;\r\n			</p>\r\n			<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal">\r\n			<b><u><span style="font-size: 13.5pt; font-family: ''Times New Roman'',''serif''; color: black">Les sports d''endurance :</span></u></b><span style="font-size: 12pt; font-family: ''Times New Roman'',''serif''; color: black"><o:p></o:p></span>\r\n			</p>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<p class="MsoListParagraphCxSpFirst" style="margin: 5pt 36pt; text-indent: -18pt; line-height: normal">\r\n<!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol; color: black"><span>&middot;<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; font-family: ''Times New Roman''">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n</span></span></span><!--[endif]--><i><span style="font-size: 12pt; font-family: ''Times New Roman'',''serif''; color: black">Cyclisme sur route, alpinisme, ski de fond, natation\r\nde fond, jogging, randonn&eacute;e &agrave; pied, cano&euml;-kayak...</span></i><span style="font-size: 12pt; font-family: ''Times New Roman'',''serif''; color: black"><o:p></o:p></span>\r\n</p>\r\n<p class="MsoListParagraphCxSpMiddle" style="margin: 5pt 36pt; text-indent: -18pt; line-height: normal">\r\n<!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol; color: black"><span>&middot;<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; font-family: ''Times New Roman''">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n</span></span></span><!--[endif]--><span style="font-size: 12pt; font-family: ''Times New Roman'',''serif''; color: black">L''organisme puise beaucoup dans ses r&eacute;serves.<o:p></o:p></span>\r\n</p>\r\n<p class="MsoListParagraphCxSpMiddle" style="margin: 5pt 36pt; text-indent: -18pt; line-height: normal">\r\n<!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol; color: black"><span>&middot;<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; font-family: ''Times New Roman''">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n</span></span></span><!--[endif]--><b><span style="font-size: 12pt; font-family: ''Times New Roman'',''serif''; color: black">Conseils :</span></b><span style="font-size: 12pt; font-family: ''Times New Roman'',''serif''; color: black"> petit d&eacute;jeuner tr&egrave;s copieux, alimentation\r\nr&eacute;guli&egrave;re et raisonnable pendant l''effort ( riz au lait, gruy&egrave;re, <u>fruits secs</u> et biscuits secs... ). Si les\r\n&eacute;preuves durent plusieurs jours, le soir, il faut non seulement d&eacute;sintoxiquer\r\nl''organisme mais aussi le pr&eacute;parer pour le lendemain. Le d&icirc;ner sera alors riche\r\nen glucides ( riz ou p&acirc;tes ) , en prot&eacute;ines ( viande et fromage ) , en calcium\r\n(&nbsp; lait ou fromage ) et en lipides ( viande, beurre frais, huile\r\nd''assaisonnement ).<o:p></o:p></span>\r\n</p>\r\n<p class="MsoListParagraphCxSpMiddle" style="margin: 5pt 36pt; line-height: normal">\r\n<span style="font-size: 12pt; font-family: ''Times New Roman'',''serif''; color: black"><o:p>&nbsp;</o:p></span>\r\n</p>\r\n<p class="MsoListParagraphCxSpLast" style="margin: 5pt 36pt; line-height: normal">\r\n<span style="font-size: 12pt; font-family: ''Times New Roman'',''serif''; color: black"><o:p>&nbsp;</o:p></span>\r\n</p>\r\n<table class="MsoNormalTable" style="width: 100%" border="0" cellpadding="0" cellspacing="0" width="100%">\r\n	<tbody>\r\n		<tr>\r\n			<td style="padding: 0cm; width: 100%" valign="top" width="100%">\r\n			<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal">\r\n			<b><u><span style="font-size: 13.5pt; font-family: ''Times New Roman'',''serif''; color: black">Temps froid et sports de glisse :</span></u></b><span style="font-size: 12pt; font-family: ''Times New Roman'',''serif''; color: black"><o:p></o:p></span>\r\n			</p>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<p class="MsoListParagraph" style="margin: 5pt 36pt; text-indent: -18pt; line-height: normal">\r\n<!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol; color: black"><span>&middot;<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; font-family: ''Times New Roman''">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n</span></span></span><!--[endif]--><span style="font-size: 12pt; font-family: ''Times New Roman'',''serif''; color: black">Le froid et l''altitude invitent simplement ... &agrave; manger et &agrave; boire plus\r\n!&nbsp; En montagne, la s&eacute;cheresse de l''air s''ajoute &agrave; l''effort physique, et il\r\nfaut combattre la d&eacute;shydratation par de l''eau et des boissons chaudes. Il ne\r\nfaut pas craindre non plus un petit suppl&eacute;ment de calories. Privil&eacute;gier le\r\npetit d&eacute;jeuner du matin ( pain, beurre, produits laitiers, fruits ) et le d&icirc;ner\r\nde r&eacute;cup&eacute;ration ( p&acirc;tes au gratin, riz au lait... ) , en particulier pour faire\r\nle plein de glucides et &eacute;viter ainsi fatigue et coup de barre. <u>Dans la journ&eacute;e, penser aux nourritures\r\n&eacute;nerg&eacute;tiques comme les fruits secs. <o:p></o:p></u></span>\r\n</p>\r\n<p class="MsoNormal" style="margin: 5pt 36pt 5pt 0cm; line-height: normal">\r\n<span style="font-size: 12pt; font-family: ''Times New Roman'',''serif''; color: black"><o:p>&nbsp;</o:p></span>\r\n</p>\r\n<p class="MsoNormal" style="margin: 5pt 36pt 5pt 0cm; line-height: normal">\r\n<span style="font-size: 12pt; font-family: ''Times New Roman'',''serif''; color: black"><o:p>&nbsp;</o:p></span>\r\n</p>\r\n<table class="MsoNormalTable" style="width: 100%" border="0" cellpadding="0" cellspacing="0" width="100%">\r\n	<tbody>\r\n		<tr>\r\n			<td style="padding: 0cm; width: 100%" valign="top" width="100%">\r\n			<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal">\r\n			<b><u><span style="font-size: 13.5pt; font-family: ''Times New Roman'',''serif''; color: black">Et sur une planche &agrave; voile ?</span></u></b><span style="font-size: 12pt; font-family: ''Times New Roman'',''serif''; color: black"><o:p></o:p></span>\r\n			</p>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<p class="MsoListParagraph" style="margin: 5pt 36pt; text-indent: -18pt; line-height: normal">\r\n<!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol; color: black"><span>&middot;<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; font-family: ''Times New Roman''">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n</span></span></span><!--[endif]--><span style="font-size: 12pt; font-family: ''Times New Roman'',''serif''; color: black">Sur planche ou d&eacute;riveur, pour toutes les disciplines de voile olympiques,\r\ndifficile de se nourrir quand on se cramponne face &agrave; la vague ! D''o&ugrave; l''int&eacute;r&ecirc;t\r\ndes repas que l''on prend avant et apr&egrave;s. Petit d&eacute;jeuner copieux, avec pain,\r\nbeurre, produits laitiers, fruits et boissons chaudes... Ration d''attente si\r\nn&eacute;cessaire avec boissons &eacute;nerg&eacute;tiques <u>et\r\nfruits secs</u>.&nbsp; Ration de r&eacute;cup&eacute;ration avec eau et yaourt aux fruits.\r\nRepas du soir reconstituant avec f&eacute;culents et l&eacute;gumes, poisson ou viande\r\nblanche, fromage ou laitage, fruit. Pour &eacute;viter les pertes pr&eacute;judiciables &agrave;\r\nl''organisme, en particulier celles de min&eacute;raux comme le calcium, les produits\r\nlaitiers jouent un r&ocirc;le de premier plan.<o:p></o:p></span>\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n', '', -2, 0, 0, 0, '2008-02-24 11:40:57', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2008-02-24 11:38:38', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 17, '', '', 0, 0),
(42, 'L''alimentation du marathonien', '', '<b><span style="font-size: 22pt; font-family: ''Arial'',''sans-serif''"><i>L&rsquo;alimentation du sportif et du marathonien<br />\r\n</i><o:p></o:p></span></b><i><b><u><span style="font-size: 10pt; font-family: ''Arial'',''sans-serif''">Le jeudi, le vendredi et le samedi pr&eacute;c&eacute;dant une comp&eacute;tition:</span></u></b></i><span style="font-size: 10pt; font-family: ''Arial'',''sans-serif''"> <o:p></o:p></span>\r\n<ol type="1">\r\n	<li style="line-height: normal" class="MsoNormal"><span style="font-size: 10pt; font-family: ''Arial'',''sans-serif''">Le matin: fruits, <u>fruits secs,</u> yaourt &agrave; 0%, corn flakes, pain avec miel, compote. <o:p></o:p></span></li>\r\n	<li style="line-height: normal" class="MsoNormal"><span style="font-size: 10pt; font-family: ''Arial'',''sans-serif''">Le midi: crudit&eacute;s, poisson (100g environ), p&acirc;tes ou semoule ou pomme de terre ou l&eacute;gumes secs (le jeudi), yaourt &agrave; 0% et tarte aux fruits. <o:p></o:p></span></li>\r\n	<li style="line-height: normal" class="MsoNormal"><span style="font-size: 10pt; font-family: ''Arial'',''sans-serif''">Collation: fruits, <u>fruits secs</u>, c&eacute;r&eacute;ales et barres &eacute;nerg&eacute;tiques <o:p></o:p></span></li>\r\n	<li style="line-height: normal" class="MsoNormal"><span style="font-size: 10pt; font-family: ''Arial'',''sans-serif''">Journ&eacute;e: boisson aux polym&egrave;res, boisson &eacute;nerg&eacute;tique. <o:p></o:p></span></li>\r\n	<li style="line-height: normal" class="MsoNormal"><span style="font-size: 10pt; font-family: ''Arial'',''sans-serif''">Soir (jeudi et vendredi): soupe aux vermicelles, jambon maigre ou pizza sans fromage gras, semoule cuite ou polenta cuite dans du lait &agrave; demi-&eacute;cr&eacute;m&eacute;, semoule au lait et compote. <o:p></o:p></span></li>\r\n	<li style="line-height: normal" class="MsoNormal"><span style="font-size: 10pt; font-family: ''Arial'',''sans-serif''">Soir (samedi): potage, p&acirc;tes, 100g de volaille, yaourt, <u>fruits secs</u> et biscuits di&eacute;t&eacute;tiques <o:p></o:p></span></li>\r\n</ol>\r\n<i><u><span style="font-size: 10pt; font-family: ''Arial'',''sans-serif''"><b>Le dernier repas:</b> </span></u></i><span style="font-size: 10pt; font-family: ''Arial'',''sans-serif''"><o:p></o:p></span><span style="font-size: 10pt; font-family: ''Arial'',''sans-serif''">Le dernier repas s&rsquo;effectue le matin de la comp&eacute;tition, soit le dimanche matin, apr&egrave;s un sommeil de qualit&eacute;. Il devra &ecirc;tre fini au maximum 3heures avant le d&eacute;but du marathon. <o:p></o:p></span><span style="font-size: 10pt; font-family: ''Arial'',''sans-serif''">Ce repas est soit un d&eacute;jeuner soit un petit d&eacute;jeuner renforc&eacute;: <o:p></o:p></span><span style="font-size: 10pt; font-family: ''Arial'',''sans-serif''"><span></span><i><b>Le d&eacute;jeuner</b></i>: pomme de terre cuite &agrave; l&rsquo;eau, une tranche de jambon ou de veau, un steak hach&eacute; et &oelig;uf mollet &agrave; cheval, yaourts et fruit bien m&ucirc;r: banane ou pomme, eau de source et jus de fruit pris &agrave; la fin ou au d&eacute;but du repas, pour ne pas g&ecirc;ner la digestion. <o:p></o:p></span><span style="font-size: 10pt; font-family: ''Arial'',''sans-serif''"><i><b>Le petit d&eacute;jeuner renforc&eacute;:</b></i> th&eacute; ou caf&eacute; et jus de fruit pris au d&eacute;but ou &agrave; la fin du petit d&eacute;jeuner, une tranche de jambon avec pain complet l&eacute;g&egrave;rement beurr&eacute;, yaourt sucr&eacute; avec de la confiture ou du miel liquide, un fruit tr&egrave;s mur ou compote de pomme. <o:p></o:p></span>\r\n<div align="center" style="text-align: center">\r\n&nbsp;&nbsp; <img align="left" width="164" src="images/stories/vergers/saveurs02.jpg" alt="saveurs02.jpg" height="109" style="float: left; margin: 5px" title="saveurs02.jpg" /> \r\n</div>\r\n&nbsp; \r\n<p align="center" class="MsoNormal">\r\n<a target="_self" href="index.php?option=com_content&amp;task=view&amp;id=38&amp;Itemid=44">Conseils aux sportifs</a> \r\n</p>\r\n<p align="center" class="MsoNormal">\r\n<a target="_self" href="index.php?option=com_content&amp;task=view&amp;id=39&amp;Itemid=45">S''hydrater r&eacute;guli&egrave;rement</a> \r\n</p>\r\n<p align="center" class="MsoNormal">\r\n<a target="_self" href="index.php?option=com_content&amp;task=view&amp;id=40&amp;Itemid=46">Les sports</a> \r\n</p>\r\n<p>\r\nPour pr&eacute;parer vos prochaines manifestations sportives, consultez et&nbsp;commandez les fruits d&eacute;shydrat&eacute;s sur la boutique ! Ils sont faciles &agrave; transporter, plus l&eacute;gers et sont moins encombrants que les fruits frais! \r\n</p>\r\n<p align="center">\r\n<strong><span style="font-size: 14pt"><a target="_self" href="index.php?page=shop.browse&amp;category_id=36&amp;option=com_virtuemart&amp;Itemid=47" title="les fruits d&eacute;shydrat&eacute;s frais moelleux">Acc&eacute;dez aux fruits d&eacute;shydrat&eacute;s moelleux !</a></span></strong> \r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<span style="font-size: 12pt; font-family: ''Arial'',''sans-serif''"><o:p>&nbsp;</o:p></span> \r\n', '', 1, 0, 0, 0, '2008-02-24 11:42:09', 62, '', '2009-01-15 13:24:42', 62, 0, '0000-00-00 00:00:00', '2008-02-24 11:41:10', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 16, 'Aux saveurs des vergers, la ferme fruitière, vente de fruits frais moelleux déshydratés et réhydratés, fraises, cerises, figues, dattes, framboises, orange, pomme, poire, abricots et bien d''autres  ', 'L''alimentation des sportifs, des randonneurs, des marathoniens, les fruits déshydratés apportent énergie et glucides', 0, 214),
(43, 'Manifestations', '', '<p class="MsoNormal" align="center">\r\n<span style="font-size: 14pt"><i><b>Les manifestations sportives</b></i></span>\r\n</p>\r\n<p class="MsoNormal">\r\n&nbsp;\r\n</p>\r\n<p class="MsoNormal">\r\n&nbsp;\r\n</p>\r\n<p class="MsoNormal" align="center">\r\n<b><span style="line-height: 115%; font-size: 12pt">Nous serons pr&eacute;sents </span></b>\r\n</p>\r\n<div align="center">\r\n</div>\r\n<p class="MsoNormal" align="center">\r\n<b><span style="line-height: 115%; font-size: 12pt">au Semi-Marathon de Paris le 29/02 et 1<sup>er</sup>/03/2008,</span></b>\r\n</p>\r\n<div align="center">\r\n</div>\r\n<p class="MsoNormal" align="center">\r\n<b><span style="line-height: 115%; font-size: 12pt">\r\nau Salon Nature et Randonn&eacute;es &agrave; Paris les<span>&nbsp;\r\n</span>28.29 et 30/03/2008</span></b>\r\n</p>\r\n<div align="center">\r\n</div>\r\n<div align="center">\r\n<b><span style="font-size: 10pt"><span style="line-height: 115%; font-size: 12pt"> ainsi qu&rsquo;au Marathon de Paris les 3.4 et 5/04/2008&hellip;</span></span><i><u><span style="line-height: 115%; font-size: 12pt"><o:p></o:p></span></u></i></b>\r\n</div>\r\n<p class="MsoNormal">\r\n&nbsp;\r\n</p>\r\n', '', 1, 0, 0, 0, '2008-02-24 15:19:40', 62, '', '2008-02-24 15:42:58', 62, 0, '0000-00-00 00:00:00', '2008-02-24 15:15:37', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 15, '', '', 0, 192),
(44, 'Les salons gourmands et les foires gastronomiques', '', '<p><style type="text/css">\r\nP {\r\nFONT-SIZE: 14px; MARGIN: 5px; FONT-STYLE: italic; FONT-FAMILY: Arial, Helvetica, sans-serif\r\n}</style></p>\r\n<div id="tableau" style="margin-left: auto; margin-right: auto;">\r\n<table height="646" width="730" border="0">\r\n    <tbody>\r\n        <tr>\r\n            <td width="126" align="center"><img height="64" width="98" align="middle" alt="" src="images/stories/photo1.bis.jpg" /></td>\r\n            <td width="362">&nbsp;</td>\r\n            <td width="98"><img height="64" width="98" alt="" src="images/stories/photo2.bis.jpg" /></td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <td>\r\n            <p align="center"><strong><u>SALONS ET FOIRES GASTRONOMIQUES</u></strong><br />\r\n            <strong><u>AUX SAVEURS DES VERGERS</u></strong></p>\r\n            </td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <td align="center"><img height="64" width="98" alt="" src="images/stories/photo3.bis.jpg" /></td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td align="justify" colspan="3">\r\n            <p><em>Pour tous les gourmands, &laquo; Aux saveurs des vergers &raquo; vous invite &agrave; les rejoindre lors des salons gourmands et foires gastronomiques, pour vous proposer leur vari&eacute;t&eacute; de fruits plein d''exotismes et de couleurs.</em><br />\r\n            <em>Un multiple choix de fruits frais d&eacute;shydrat&eacute;s pour le grand plaisir de tous les amateurs de sensation fruit&eacute;e.</em></p>\r\n            </td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <td align="center"><img height="69" width="98" alt="" src="images/stories/photo5.jpg" /></td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td colspan="3">\r\n            <div align="justify">&nbsp;</div>\r\n            <p align="justify"><em>En plus d''&ecirc;tre parfum&eacute;s et savoureux, nos produits apportent des valeurs nutritionnelles &agrave; travers la d&eacute;shydratation des fruits frais 100% naturels. </em><br />\r\n            <em>Servi &agrave; l''ap&eacute;ro ou en g&acirc;teau, cr&eacute;ez, inventez des recettes pleines de fruits et d&eacute;gustez-les selon vos envies.</em></p>\r\n            <div align="justify">&nbsp;</div>\r\n            <p align="justify"><em>Abricots moelleux, p&ecirc;ches et poires tendres, pommes , papayes, fraises, Noix de coco...Laissez vous transporter par un tourbillon de go&ucirc;ts et une explosion de couleurs et r&eacute;galez vous de fruits d&eacute;shydrat&eacute;s, moelleux ou s&eacute;ch&eacute;s sur les march&eacute;s, foires et salons des saveurs.</em></p>\r\n            </td>\r\n        </tr>\r\n        <tr>\r\n            <td>&nbsp;</td>\r\n            <td align="center"><img height="64" width="98" alt="" src="images/stories/photo4.bis.jpg" /></td>\r\n            <td>&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n            <td colspan="3">\r\n            <div align="justify">&nbsp;</div>\r\n            <p align="justify"><em>Venez vite d&eacute;couvrir et appr&eacute;cier nos produits de qualit&eacute;, aux senteurs subtilement fruit&eacute;es en nous retrouvant dans les salons gourmands et repartez les bras remplis d''exotismes et de douceurs avec des fruits d''&eacute;t&eacute; &agrave; savourer toute l''ann&eacute;e!!</em><strong><em><u> </u></em></strong></p>\r\n            </td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n</div>', '', 1, 0, 0, 0, '2008-11-12 00:00:00', 62, '', '2008-11-27 14:25:46', 148, 0, '0000-00-00 00:00:00', '2008-11-13 00:00:00', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 5, 0, 14, 'Aux saveurs des vergers, la ferme fruitière, vente de fruits frais moelleux déshydratés et réhydratés, fraises,cerises figues, dattes, framboises, orange, pomme, poire, abricots et bien d''autres  ', 'Retrouvez Aux saveurs des vergers, la ferme fruitière, dans les salons et manifestations gastronomiques et les marchés de noël ou les marchés des saveurs\r\n', 0, 475),
(46, 'Foire de Paris', '', '<table width="532" height="190">\r\n	<tbody>\r\n		<tr>\r\n			<td><img width="149" src="images/articles/foiredeparis.gif" height="180" style="margin-left: 70px" /></td>\r\n			<td>\r\n			<h1 align="center"><span style="color: #ff6600"><strong><u>FOIRE DE PARIS 2009</u></strong></span></h1>\r\n			<h2 align="center"><span style="color: #000000">Prochain Rendez-vous <br />\r\n			du 30 Avril au 10 Mai<br />\r\n			A Paris, Porte de Versailles</span></h2></td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<h3 align="center"></h3>\r\n<p align="center">\r\n<em><strong><span style="font-size: 12pt"><u>Qu''est ce que la &quot;Foire de Paris&quot; ?</u></span></strong></em> \r\n</p>\r\n<p align="center">\r\n<em><span style="font-size: 12pt">Cette ann&eacute;e, vous avez &eacute;t&eacute; plus de 672 000 visiteurs &agrave; venir d&eacute;couvrir la Foire de Paris !<br />\r\n<br />\r\nTendances et innovation, conseils et rencontres, f&ecirc;te, convivialit&eacute; et un maximum d&rsquo;audace : voil&agrave; l&rsquo;esprit de la Foire de Paris ! <br />\r\nPour satisfaire toutes les curiosit&eacute;s, b&eacute;n&eacute;ficier des avis &eacute;clair&eacute;s de professionnels, ouvrir de nouvelles portes sur le monde et surtout prendre du bon temps&hellip;<br />\r\n<br />\r\nRetrouvez <strong>&quot;Aux Saveurs des Vergers&quot;</strong> &agrave; la Foire de Paris !</span></em> \r\n</p>\r\n<p align="center">\r\n&nbsp;\r\n</p>\r\n<table width="750" height="542">\r\n	<tbody>\r\n		<tr>\r\n			<td colSpan="2" style="padding: 10px">\r\n			<div align="center">\r\n			</div>\r\n			<p align="center">\r\n			<u><strong><span style="font-size: 12pt">Trois Univers :</span></strong></u> \r\n			</p>\r\n			<p align="center">\r\n			<span style="font-size: 12pt">D&eacute;compos&eacute;e en trois univers, voici la liste de ces grands th&eacute;mes et de leurs salons respectifs, que vous pourrez d&eacute;couvrir et explorer durant la Foire de paris :</span> \r\n			</p>\r\n			</td>\r\n		</tr>\r\n		<tr>\r\n			<td style="padding: 10px">\r\n			<ul>\r\n				<li><span style="font-size: 12pt">Nature et Environnement :</span><br />\r\n				<ul>\r\n					<li>Energies et confort de demain</li>\r\n					<li>Solutions r&eacute;novation</li>\r\n					<li>L&rsquo;immobilier</li>\r\n					<li>Jardin et Piscine</li>\r\n					<li>Cuisine, salle de bains et &eacute;lectrom&eacute;nager</li>\r\n					<li>Ameublement et D&eacute;coration</li>\r\n				</ul>\r\n				</li>\r\n			</ul>\r\n			<ul>\r\n				<li><span style="font-size: 12pt">Bien &ecirc;tre et Loisirs :<br />\r\n				</span>\r\n				<ul>\r\n					<li>C&ocirc;t&eacute; bien-&ecirc;tre</li>\r\n					<li>Les ateliers cr&eacute;atifs</li>\r\n					<li>Accessoires de mode</li>\r\n					<li>Vie pratique, bricolage et petit m&eacute;nager</li>\r\n					<li>G&eacute;n&eacute;rations multim&eacute;dia, image et son</li>\r\n					<li>Sport camping caravaning</li>\r\n				</ul>\r\n				</li>\r\n			</ul>\r\n			<ul>\r\n				<li><span style="font-size: 12pt"><strong>Cultures du Monde : </strong><br />\r\n				</span>\r\n				<ul>\r\n					<li>Richesses du monde</li>\r\n					<li>Terres des tropiques</li>\r\n					<li><strong>Terres de France et d''Europe</strong></li>\r\n				</ul>\r\n				<span style="font-size: 12pt"></span></li>\r\n			</ul>\r\n			<p>\r\n			&nbsp;\r\n			</p>\r\n			<p>\r\n			&nbsp;\r\n			</p>\r\n			</td>\r\n			<td width="400">\r\n			<div align="center">\r\n			</div>\r\n			<p align="center">\r\n			<span style="color: #808080">Reportage &quot;Foire de paris 2008&quot;</span> \r\n			</p>\r\n			<p align="right">\r\n			<object width="378" height="299">\r\n				<param name="movie" value="http://www.dailymotion.com/swf/kfTJufA7IMYn9SBjaO&amp;related=0&amp;canvas=medium">\r\n				</param>\r\n				<param name="allowFullScreen" value="true">\r\n				</param>\r\n				<param name="allowScriptAccess" value="always">\r\n				</param>\r\n			</object>\r\n			</p>\r\n			<div align="center">\r\n			<strong><a href="http://www.dailymotion.com/video/x5akzm_la-foire-de-paris-cest_lifestyle">La Foire de Paris c''est...</a></strong><br />\r\n			<em>envoy&eacute; par <a href="http://www.dailymotion.com/salons-et-foires">salons-et-foires</a></em> \r\n			</div>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<div align="center">\r\n<p>\r\n<span style="color: #ff9900"><strong><span style="font-size: 12pt">D&eacute;j&agrave; pr&eacute;sent cette ann&eacute;e &agrave; la foire de Paris, Aux Saveurs des Vergers exposera de nouveau en 2009.</span><br />\r\n<br />\r\n<span style="font-size: 12pt">Vous pourrez nous retrouver au salon &quot;Terres de Frances et d''Europe&quot; <span style="font-size: 14pt">dans le HALL 5</span>!<br />\r\n</span><span style="font-size: 12pt">Profitez de votre passage pour venir d&eacute;couvrir toute notre gamme de produits.</span><br />\r\n<br />\r\n<span style="font-size: 12pt">Nous vous attendons &agrave; la Foire de Paris !!</span></strong></span> \r\n</p>\r\n<p align="left">\r\n&nbsp;\r\n</p>\r\n<p align="left">\r\n<em><span style="font-size: 12pt"><a target="_blank" href="http://www.foiredeparis.fr/index.php?id_nom_niv1=-1&amp;id_pays=-1&amp;no_cache=1&amp;id_exposant=47960&amp;id_nom_niv2=-1&amp;id_code_tri=0&amp;nb_item_page=10&amp;id_secteur=-1&amp;mot_cle=vergers&amp;L=0&amp;id=5859&amp;id_region=-1">Cliquez ici</a> pour plus d''informations sur La foire de Paris (plan, r&eacute;servation tarifs...)</span></em> \r\n</p>\r\n<p align="left">\r\n&nbsp;\r\n</p>\r\n</div>\r\n', '', 1, 0, 0, 0, '2008-11-14 11:55:17', 62, '', '2009-02-11 12:03:14', 62, 0, '0000-00-00 00:00:00', '2008-11-14 11:47:03', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=\nemail=', 9, 0, 13, 'Aux saveurs des vergers, la ferme fruitière, vente de fruits frais moelleux déshydratés et réhydratés, fraises,cerises figues, dattes, framboises, orange, pomme, poire, abricots et bien d''autres  ', 'Aux saveurs des vergers, la ferme fruitière, vente de fruits frais moelleux déshydratés et réhydratés, fraises,cerises figues, dattes, framboises, orange, pomme, poire, abricots et bien d''autres  ', 0, 319);
INSERT INTO `jos_content` (`id`, `title`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`) VALUES
(45, 'Les grands évènements sportifs, nature et randonnée', '', '&nbsp; \r\n<p align="justify" style="margin-bottom: 0cm">\r\n<span style="color: #ff0000"><span style="font-size: 12pt"><b><span style="font-family: Arial, sans-serif">Retrouvez &laquo;Aux Saveurs des Vergers&raquo; au </span>Marathon de Paris<span style="font-family: Arial, sans-serif"> avec ses fruits d&eacute;shydrat&eacute;s et r&eacute;hydrat&eacute;s, moelleux ou s&eacute;ch&eacute;s, pour un Marathon plein d''energies!!! </span></b></span></span>\r\n</p>\r\n<p align="justify" style="margin-bottom: 0cm; text-decoration: none">\r\n<span style="color: #ff0000"><span style="font-family: Arial, sans-serif"><span style="font-size: 12pt"><b>Et au <u>Salon nature et randonn&eacute;e</u> accompagn&eacute; de nos produits naturellement frais, pour une destination 100% NATURE!!</b></span></span></span>\r\n</p>\r\n<p align="center" style="margin-bottom: 0cm">\r\n&nbsp;\r\n</p>\r\n<p align="center" style="margin-bottom: 0cm">\r\n&nbsp;\r\n</p>\r\n<p align="center" style="margin-bottom: 0.5cm">\r\n<span style="font-family: Arial, sans-serif"><span style="font-size: 10pt"><u><b>MARATHON DE PARIS 2009</b></u></span></span>\r\n</p>\r\n<p style="margin-bottom: 0cm">\r\n&nbsp;\r\n</p>\r\n<p align="justify" style="text-decoration: none">\r\n<span style="font-family: Arial, sans-serif"><span style="font-size: 10pt">Le Marathon de Paris est un v&eacute;ritable lieu de rencontre de tous les acteurs du march&eacute; du running (professionnels, pratiquants de la course &agrave; pied et grand public). Le Marathon est ouvert gratuitement au grand public.</span></span>\r\n</p>\r\n<p style="margin-bottom: 0cm">\r\n&nbsp;\r\n</p>\r\n<table border="1" width="325" cellPadding="4" cellSpacing="0" borderColor="#000000" style="width: 325px; height: 258px">\r\n	<colgroup><col width="256"></col></colgroup>\r\n	<tbody>\r\n		<tr>\r\n			<td height="169" width="100%" vAlign="top">\r\n			<p style="margin-bottom: 0cm">\r\n			<span style="color: #dc2300"><span style="text-decoration: none"></span></span><span style="color: #dc2300"><u><span style="font-size: 10pt"><b>QUELQUES CHIFFRES DE 2008</b></span></u></span>\r\n			</p>\r\n			<p style="margin-bottom: 0cm">\r\n			&nbsp;\r\n			</p>\r\n			<p align="left" style="margin-bottom: 0cm; text-decoration: none">\r\n			<span style="color: #000080"><span style="font-family: Arial, sans-serif"><span style="font-size: 10pt"><b>87% des visiteurs expriment leur intention</b></span></span></span>\r\n			</p>\r\n			<p align="left" style="margin-bottom: 0cm; text-decoration: none">\r\n			<span style="color: #000080"><span style="font-family: Arial, sans-serif"><span style="font-size: 10pt"><b>de revenir et tr&egrave;s r&eacute;ceptifs au concept de Marathon Expo</b></span></span></span>\r\n			</p>\r\n			<p align="left" style="margin-bottom: 0cm">\r\n			<span style="color: #000080">&bull; <span style="font-family: Arial, sans-serif"><span style="font-size: 10pt">93% des coureurs se d&eacute;clarent satisfaits de leur visite &agrave; Marathon Expo et souligne la qualit&eacute; des stands et l&rsquo;am&eacute;nagement du site (78%)</span></span></span>\r\n			</p>\r\n			<p align="left" style="margin-bottom: 0cm">\r\n			<span style="color: #000080">&bull; <span style="font-family: Arial, sans-serif"><span style="font-size: 10pt">Pr&egrave;s d&rsquo;1 coureur sur 2 a profit&eacute; de son passage &agrave; Marathon Expo pour effectuer des achats, le panier moyen de leurs d&eacute;penses se situant &agrave; 54 Euros</span></span></span>\r\n			</p>\r\n			<p align="left">\r\n			<span style="color: #000080">&bull; <span style="font-family: Arial, sans-serif"><span style="font-size: 10pt">45% des visiteurs ont fait des achats sur place.</span></span></span>\r\n			</p>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<p style="margin-bottom: 0cm">\r\n&nbsp;\r\n</p>\r\n<p style="margin-bottom: 0cm">\r\n&nbsp;\r\n</p>\r\n<p style="margin-bottom: 0cm">\r\n&nbsp;\r\n</p>\r\n<p align="center" style="margin-bottom: 0cm">\r\n...ET AU\r\n</p>\r\n<p align="center" style="margin-bottom: 0cm">\r\n<span style="color: #000000"><span style="font-family: Arial, sans-serif"><span style="font-size: 10pt"><u><b>SALON NATURE ET RANDONNEE 2009</b></u></span></span></span>\r\n</p>\r\n<p align="center" style="margin-bottom: 0cm">\r\n&nbsp;\r\n</p>\r\n<p style="margin-bottom: 0cm">\r\n&nbsp;\r\n</p>\r\n<p style="margin-bottom: 0cm">\r\n&nbsp;\r\n</p>\r\n<p align="left">\r\n<span style="color: #000000"><span style="font-family: Arial, sans-serif"><span style="font-size: 10pt">Destinations Nature ! le Salon des randonn&eacute;es, des sports et voyages nature &agrave; Paris, les 27, 28 et 29 mars 2009, Porte de Versailles, est le 1er rendez-vous en France des leaders du secteur et des adeptes des sports nature.</span></span></span>\r\n</p>\r\n<p align="left" style="text-decoration: none">\r\n<br />\r\n</p>\r\n<table border="1" width="396" cellPadding="4" cellSpacing="0" borderColor="#000000" style="width: 396px; height: 222px">\r\n	<colgroup><col width="256"></col></colgroup>\r\n	<tbody>\r\n		<tr>\r\n			<td height="115" width="100%" vAlign="top">\r\n			<p style="margin-bottom: 0cm; text-decoration: none">\r\n			<span style="color: #dc2300"></span><span style="color: #dc2300"><span style="font-size: 10pt"><u><b>QUELQUES CHIFFRES DE 2008</b></u></span></span>\r\n			</p>\r\n			<p style="margin-bottom: 0cm">\r\n			&nbsp;\r\n			</p>\r\n			<p style="margin-bottom: 0cm">\r\n			<span style="color: #008000"><span style="font-family: Arial, sans-serif"><span style="font-size: 10pt">En 2008, 55 000 visiteurs !</span></span></span>\r\n			</p>\r\n			<p style="margin-bottom: 0cm">\r\n			<span style="color: #008000"><span style="font-family: Arial, sans-serif"><span style="font-size: 10pt">Nous attendons encore plus d''amoureux de la</span></span></span>\r\n			</p>\r\n			<p style="margin-bottom: 0cm">\r\n			<span style="color: #008000"><span style="font-family: Arial, sans-serif"><span style="font-size: 10pt">nature et de voyageurs en 2009;</span></span></span>\r\n			</p>\r\n			<p align="left">\r\n			<span style="color: #008000"><span style="font-family: Frutiger-BoldCn, sans-serif"><span style="font-size: 10pt"><b>.</b></span></span><span style="font-family: Frankie"><span style="font-size: 10pt"><b> 97% des visiteurs sont satisfaits de leur visite</b></span></span><span style="font-family: Frankie"><span style="font-size: 10pt"><span>.</span></span></span></span>\r\n			</p>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<p align="justify" style="margin-bottom: 0cm">\r\n&nbsp;\r\n</p>\r\n', '', -2, 0, 0, 0, '2008-10-06 03:33:14', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2008-10-06 03:29:47', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 12, '', '', 0, 0),
(47, 'Les valeurs nutritionnelles des fruits', '', '<p>\r\n&nbsp;\r\n</p>\r\n<h2 align="center">LES VALEURS NUTRITIONNELLES <br />\r\nDES FRUITS DESHYDRATES OU REHYDRATES,<br />\r\nSECS OU MOELLEUX</h2>\r\n<p align="center">\r\n<strong><span style="font-size: 14pt"><a target="_self" href="index.php?page=shop.browse&amp;category_id=36&amp;option=com_virtuemart&amp;Itemid=47" title="les fruits d&eacute;shydrat&eacute;s frais moelleux">Acc&eacute;dez aux fruits d&eacute;shydrat&eacute;s moelleux !</a></span></strong> \r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p align="justify">\r\n<span style="font-size: 12pt; color: #003300">Les fruits d&eacute;shydrat&eacute;s apportent de l&rsquo;&eacute;nergie sous forme de glucides simples (n&eacute;cessaires dans le cadre d&rsquo;efforts physiques et pour surmonter un coup de fatigue passag&eacute;) ils contiennent des min&eacute;raux essentiels et des vitamines, ils sont riches en magn&eacute;sium , en fer et plus particuli&egrave;rement en potassium . Les fruits d&eacute;shydrat&eacute;s ont une teneur en fibre et en glucide sup&eacute;rieure &agrave; celle d&rsquo;un fruit frais, ils sont donc beaucoup plus caloriques. Ils sont indispensables pour les besoins musculaires et sont m&ecirc;me conseill&eacute;s en cuisine en tant qu&rsquo;&eacute;dulcorant pour remplacer le sucre. Ce sont de vrais concentr&eacute;s d''&eacute;l&eacute;ments nutritifs avec moins de 30% d''eau. Les fruits s&eacute;ch&eacute;s/d&eacute;shydrat&eacute;s sont conseill&eacute;s pour assurer un apport &eacute;nerg&eacute;tique important.</span> \r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<h2 align="justify"><span style="font-size: 12pt"><u>Voici quelques fruits et leur valeurs nutritionnelles sp&eacute;cifiques : </u></span></h2>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n<span style="font-size: 12pt"><u><strong>L''ANANAS</strong></u></span> \r\n</p>\r\n<div style="float: left; margin-right: 10px">\r\n<img border="2" width="130" src="images/articles/ananas.jpg" height="95" /> \r\n</div>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\nRiche en fibre, recommand&eacute; contre la paresse intestinale, facilite la digestion. \r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n<span style="font-size: 12pt"><u><strong>LES ABRICOTS</strong></u></span> \r\n</p>\r\n<div style="float: left; margin-right: 10px">\r\n<img border="2" width="130" src="images/articles/abricot.jpg" height="95" /> \r\n</div>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\nEn-cas id&eacute;al pour les sportifs, riche en vitamine A, bon pour la vue comme la carotte (contient une quantit&eacute; importante de carot&egrave;ne), riche en fer, influe sur la bonne constitution du sang, sa teneur en potassium est vitale pour la sant&eacute; du coeur et des muscles. \r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n<span style="font-size: 12pt"><u><strong>LES FRAISES</strong></u></span> \r\n</p>\r\n<div style="float: left; margin-right: 10px">\r\n<img border="2" width="130" src="images/articles/fraise.jpg" height="95" /> \r\n</div>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\nRiche en min&eacute;raux, stimule les d&eacute;fenses immunitaires, couvre l''apport journalier recommand&eacute; (AJR). \r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n<span style="font-size: 12pt"><u><strong>LES PRUNEAUX</strong></u></span> \r\n</p>\r\n<div style="float: left; margin-right: 10px">\r\n<img border="2" width="130" src="images/articles/pruneaux.jpg" height="95" /> \r\n</div>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\nRiche en fibre et magn&eacute;sium, facilite le transit intestinal, c''est un stimulant nerveux sain et efficace, il est recommand&eacute; pour ses propri&eacute;t&eacute;s laxatives. \r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n<span style="font-size: 12pt"><u><strong>LES DATTES</strong></u></span> \r\n</p>\r\n<div style="float: left; margin-right: 10px">\r\n<img border="2" width="130" src="images/articles/datte.jpg" height="95" /> \r\n</div>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\nRemin&eacute;ralisante, &eacute;nerg&eacute;tique, nutritive, on lui conf&egrave;re des vertus anti-canc&eacute;reuses, riche en magn&eacute;sium et vitamines A, B1, B2 et en fer. \r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n<span style="font-size: 12pt"><u><strong>LES FIGUES</strong></u></span> \r\n</p>\r\n<div style="float: left; margin-right: 10px">\r\n<img border="2" width="130" src="images/articles/figue.jpg" height="95" /> \r\n</div>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\nRiche en fibre et magn&eacute;sium, stimule la digestion, recommand&eacute;e pour le m&eacute;tabolisme des os, les muscles et la formation du sang. \r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n<span style="font-size: 12pt"><u><strong>AIRELLE-CRANBERRY-CANNEBERGE</strong></u></span> \r\n</p>\r\n<div style="float: left; margin-right: 10px">\r\n<img border="2" width="130" src="images/articles/airelle.jpg" height="95" /> \r\n</div>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\nTr&egrave;s riches en vitamines c''est un anti-oxidant tr&egrave;s puissant, prescrit par les m&eacute;decins contre les cystites et les infections urinaires... Acidul&eacute;es, les notres sont peu sucr&eacute;es, contrairement &agrave; celles du commerce qui contiennent 60% de sucre ajout&eacute; ! \r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p align="center">\r\n<strong><span style="font-size: 14pt"><a target="_self" href="index.php?page=shop.browse&amp;category_id=36&amp;option=com_virtuemart&amp;Itemid=47" title="les fruits d&eacute;shydrat&eacute;s frais moelleux"><span style="font-size: 14pt">Acc&eacute;dez aux fruits d&eacute;shydrat&eacute;s moelleux !</span></a></span></strong> \r\n</p>\r\n', '', 1, 0, 0, 0, '2008-11-15 00:31:24', 148, '', '2009-01-15 13:27:15', 62, 0, '0000-00-00 00:00:00', '2008-11-15 00:16:48', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 7, 0, 11, 'Aux saveurs des vergers, la ferme fruitière, vente de fruits frais moelleux déshydratés et réhydratés, fraises, cerises, figues, dattes, framboises, orange, pomme, poire, abricots et bien d''autres  ', 'Les fruits déshydratés, valeurs nutrionnelles pour le régime et la santé. Des fruits à consommer san modération', 0, 711),
(48, 'Clafoutis auc abricots secs', '', '<p>\r\n<img border="2" align="middle" width="751" src="images/articles/recettes.jpg" height="147" /> \r\n</p>\r\n<p>\r\nLe fruit d&eacute;shydrat&eacute;, id&eacute;al pour la patisserie, les desserts, plus pratique que les fruits frais tout en conservant&nbsp;leurs valeurs nutritives. \r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<div align="center">\r\n<span style="font-size: 12pt">En plus d''&ecirc;tre accompagn&eacute;s de c&eacute;r&eacute;ales ou m&eacute;lang&eacute;s dans du fromage blanc, les fruits d&eacute;shydrat&eacute;s peuvent &ecirc;tre utilis&eacute;s dans toutes sortes de recettes sucr&eacute;es ou sal&eacute;es, en voici quelques-unes et n''h&eacute;sitez pas &agrave; laisser parler votre imagination en concoctant d''autres variantes avec les fruits d&eacute;shydrat&eacute;s de votre choix!!<br />\r\n<br />\r\nBon app&eacute;tit!</span> \r\n</div>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<h1 align="center"><span style="color: #ff6600"><u>Clafoutis aux abricots secs</u></span></h1>\r\n<p>\r\n<span style="color: #ff9900"></span>\r\n</p>\r\n<p align="center">\r\n<img border="2" align="middle" width="181" src="images/articles/clafoutis.jpg" height="135" /> \r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<h2 align="left"><span style="color: #ff9900"><u>Ingr&eacute;dients :</u></span></h2>\r\n<p>\r\n<span style="font-size: 12pt">- 300 g d''Abricots secs<br />\r\n- 1/2 sachet de sucre vanill&eacute; <br />\r\n- 60 g de farine de bl&eacute; <br />\r\n- 1,5 dl de lait <br />\r\n- 3 oeufs <br />\r\n- rhum <br />\r\n- 1 pinc&eacute;e de sel<br />\r\n- 50 g de sucre en poudre <br />\r\n</span><em><br />\r\n<span style="font-size: 12pt">Pr&eacute;paration : 20 min</span><br />\r\n<span style="font-size: 12pt">Cuisson : 50min</span></em> \r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<h2><span style="color: #ff9900"><u>Pr&eacute;paration :</u></span></h2>\r\n<p align="center">\r\n<span style="color: #339966"><em><span style="font-size: 12pt">La recette traditionelle pr&eacute;voit de faire tremper les abricots quelques heures dans de l''eau ti&egrave;de, mais </span><span style="font-size: 12pt" class="swb">nos abricots &eacute;tants <strong>MOELLEUX et d&eacute;j&agrave; r&eacute;hydrat&eacute;s</strong> vous n''aurez pas besoin de les faire mac&eacute;rer. </span></em></span>\r\n</p>\r\n<p align="center">\r\n<span style="color: #339966"><em><span style="font-size: 12pt" class="swb">Vous obtiendrez un gain de temps et de qualit&eacute; en utilisant NOS FRUITS... plus rapide et meilleur....</span></em></span> \r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<ol>\r\n	<li><span style="font-size: 12pt">Pr&eacute;chauffez le four &agrave; 180&deg;C (th. 6).<br />\r\n	<br />\r\n	</span></li>\r\n	<li><span style="font-size: 12pt">Coupez les abricots en deux et saupoudrez-les de farine pour &eacute;viter qu''ils collent.<br />\r\n	<br />\r\n	</span></li>\r\n	<li><span style="font-size: 12pt">M&eacute;langez les oeufs entiers avec le sucre et ajoutez la farine, un peu de rhum, le lait et le sel.<br />\r\n	<br />\r\n	</span></li>\r\n	<li><span style="font-size: 12pt">Rajoutez le 1/2 sachet de sucre vanill&eacute;.<br />\r\n	<br />\r\n	</span></li>\r\n	<li><span style="font-size: 12pt">Ajoutez les abricots &agrave; la p&acirc;te, versez le m&eacute;lange dans un plat beurr&eacute; et mettre au four 50 minutes &agrave; 200&deg;C (th 6/7).<br />\r\n	<br />\r\n	</span></li>\r\n	<li><span style="font-size: 12pt">Saupoudrez de sucre glace et laissez cuire encore 5 minutes sous le gril en surveillant pour ne pas br&ucirc;ler le dessus.</span></li><br />\r\n	<br />\r\n</ol>\r\n', '', 1, 0, 0, 0, '2008-11-25 11:58:47', 148, '', '2009-01-15 13:26:05', 62, 0, '0000-00-00 00:00:00', '2008-11-25 11:57:43', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 5, 0, 10, 'Aux saveurs des vergers, la ferme fruitière, vente de fruits frais moelleux déshydratés et réhydratés, fraises, cerises, figues, dattes, framboises, orange, pomme, poire, abricots et bien d''autres. les recettes fruits, friandises', 'Les fruits déhydratés aux saveurs des vergers à utiliser dans les recettes de patisserie, desserts gourmands et légers.', 0, 514),
(49, 'foire', '', '<table height="190" width="485">\r\n    <tbody>\r\n        <tr>\r\n            <td><img height="180" width="149" style="margin-left: 70px;" alt="" src="http://auxsaveursdesvergers.kimly-web.com/images/articles/foiredeparis.gif" /></td>\r\n            <td>\r\n            <h1 align="center"><strong><u>FOIRE DE PARIS 2009</u></strong></h1>\r\n            <h2 align="center">Prochain Rendez-vous <br />\r\n            du 30 Avril au 10 Mai<br />\r\n            A Paris, Porte de Versaille</h2>\r\n            </td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<h3 align="center">&nbsp;</h3>\r\n<p align="center"><strong><font size="3"><u>Qu''est ce que la &quot;Foire de Paris&quot; ?</u></font></strong></p>\r\n<p align="center"><font size="3">Cette ann&eacute;e, vous avez &eacute;t&eacute; plus de 672 000 visiteurs &agrave; venir d&eacute;couvrir la Foire de Paris !<br />\r\n<br />\r\nTendances et innovation, conseils et rencontres, f&ecirc;te, convivialit&eacute; et un maximum d&rsquo;audace : voil&agrave; l&rsquo;esprit de la Foire de Paris ! <br />\r\nPour satisfaire toutes les curiosit&eacute;s, b&eacute;n&eacute;ficier des avis &eacute;clair&eacute;s de professionnels, ouvrir de nouvelles portes sur le monde et surtout prendre du bon temps&hellip;<br />\r\n<br />\r\nRetrouvez <strong>&quot;Aux Saveurs des Vergers&quot;</strong> &agrave; la Foire de Paris !</font></p>\r\n<p align="center">&nbsp;</p>\r\n<table width="750">\r\n    <tbody>\r\n        <tr>\r\n            <td colspan="2" style="padding: 10px;">\r\n            <div align="center">&nbsp;</div>\r\n            <p align="center"><u><strong><font size="3">Trois Univers :</font></strong></u></p>\r\n            <div align="center">&nbsp;</div>\r\n            <p align="center"><font size="3">D&eacute;compos&eacute;e en trois univers, voici la liste de ces grands th&eacute;mes et de leurs salons respectifs, que vous pourrez d&eacute;couvrir et explorer durant la Foire de paris  :</font></p>\r\n            </td>\r\n        </tr>\r\n        <tr>\r\n            <td style="padding: 10px;">\r\n            <ul>\r\n                <li><font size="3">Nature et Environnement :</font><br />\r\n                <ul>\r\n                    <li>Energies et confort de demain</li>\r\n                    <li>Solutions r&eacute;novation</li>\r\n                    <li>L&rsquo;immobilier</li>\r\n                    <li>Jardin et Piscine</li>\r\n                    <li>Cuisine, salle de bains et &eacute;lectrom&eacute;nager</li>\r\n                    <li>Ameublement et D&eacute;coration</li>\r\n                </ul>\r\n                </li>\r\n            </ul>\r\n            <ul>\r\n                <li><font size="3">Bien &ecirc;tre et Loisirs :<br />\r\n                </font>\r\n                <ul>\r\n                    <li>C&ocirc;t&eacute; bien-&ecirc;tre</li>\r\n                    <li>Les ateliers cr&eacute;atifs</li>\r\n                    <li>Accessoires de mode</li>\r\n                    <li>Vie pratique, bricolage et petit m&eacute;nager</li>\r\n                    <li>G&eacute;n&eacute;rations multim&eacute;dia, image et son</li>\r\n                    <li>Sport camping caravaning</li>\r\n                </ul>\r\n                </li>\r\n            </ul>\r\n            <ul>\r\n                <li><font size="3"><strong>Cultures du Monde : </strong><br />\r\n                </font>\r\n                <ul>\r\n                    <li>Richesses du monde</li>\r\n                    <li>Terres des tropiques</li>\r\n                    <li><strong>Terres de France et d''Europe</strong></li>\r\n                </ul>\r\n                <font size="3">                 </font></li>\r\n            </ul>\r\n            <p>&nbsp;</p>\r\n            <p>&nbsp;</p>\r\n            <p>&nbsp;</p>\r\n            <p>&nbsp;</p>\r\n            </td>\r\n            <td width="400">\r\n            <p align="right"><object width="378" height="299">\r\n    <param name="movie" value="http://www.dailymotion.com/swf/kfTJufA7IMYn9SBjaO&related=0&canvas=medium" />\r\n    <param name="allowFullScreen" value="true" />\r\n    <param name="allowScriptAccess" value="always" />\r\n    <embed src="http://www.dailymotion.com/swf/kfTJufA7IMYn9SBjaO&related=0&canvas=medium" type="application/x-shockwave-flash" width="378" height="299" allowfullscreen="true" allowscriptaccess="always"></embed>\r\n  </object></p>\r\n            <div align="center"><strong><a href="http://www.dailymotion.com/video/x5akzm_la-foire-de-paris-cest_lifestyle">La Foire de Paris c''est...</a></strong><br />\r\n            <em>envoy&eacute; par <a href="http://www.dailymotion.com/salons-et-foires">salons-et-foires</a></em></div>\r\n            <p>&nbsp;</p>\r\n            <p>&nbsp;</p>\r\n            </td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n<div align="center">\r\n<p><font size="3">D&eacute;j&agrave; pr&eacute;sent cette ann&eacute;e &agrave; la foire de Paris, Aux Saveurs des Vergers exposera de nouveau en 2009.</font><br />\r\n<br />\r\n<font size="3">Vous pourrez nous retrouver au salon &quot;Terres de Frances et d''Europe&quot; dans l''univers Cultures du Monde.</font><br />\r\n<font size="3">Profitez de votre passage pour venir d&eacute;couvrir toute notre gamme de produits.</font><br />\r\n<br />\r\n<font size="3">Nous vous attendons &agrave; la Foire de Paris !!</font></p>\r\n<p align="left">&nbsp;</p>\r\n<p align="left"><em><font size="3"><a target="_blank" href="http://www.foiredeparis.fr/index.php?id_nom_niv1=-1&amp;id_pays=-1&amp;no_cache=1&amp;id_exposant=47960&amp;id_nom_niv2=-1&amp;id_code_tri=0&amp;nb_item_page=10&amp;id_secteur=-1&amp;mot_cle=vergers&amp;L=0&amp;id=5859&amp;id_region=-1">Cliquez ici</a> pour plus d''informations sur La foire de Paris (plan, r&eacute;servation tarifs...)</font></em></p>\r\n</div>\r\n<p>&nbsp;</p>', '', -2, 0, 0, 0, '2008-11-27 11:22:40', 148, '', '2008-11-27 14:01:19', 148, 0, '0000-00-00 00:00:00', '2008-11-27 11:21:17', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 9, '', '', 0, 26),
(53, 'les fruits', '', '', '', 1, 0, 0, 0, '2009-02-11 18:49:09', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2009-02-11 18:48:59', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 2, '', '', 0, 4),
(51, 'Nouveauté', '', '<table width="750">\r\n    <tbody>\r\n        <tr>\r\n            <td>\r\n            <h1 align="center">&nbsp;</h1>\r\n            <h1 align="center"><font color="#ff0000">!!! NOUVEAUTE !!!</font></h1>\r\n            <div align="center">&nbsp;</div>\r\n            <p align="center"><u><strong><font size="3">1er janvier 2009 :</font></strong></u></p>\r\n            <p align="center"><font size="3">D&eacute;couvrez  4 nouveaux produits <font color="#339966"><u><strong>BIO<br />\r\n            </strong></u></font></font><font size="3">PRUNEAUX - AIRELLES/CRANBERRIES - ABRICOT -  POMME</font></p>\r\n            <p align="center"><em><font size="2">plus de d&eacute;tails &agrave; venir ...</font></em></p>\r\n            </td>\r\n        </tr>\r\n    </tbody>\r\n</table>', '', 1, 0, 0, 0, '2008-11-27 15:16:51', 148, '', '2008-11-27 15:20:40', 148, 0, '0000-00-00 00:00:00', '2008-11-27 15:16:10', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 8, '', '', 0, 145),
(50, 'Evénements et actualité', '', '<p align="center">\r\n<span style="color: #333333"><strong><span style="font-size: 18pt">Retrouvez ici toute l''actualit&eacute; de &quot;Aux Saveurs des Vergers&quot; <br />\r\n( foire, salons, nouveaut&eacute;s...)</span></strong></span>\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p align="center">\r\n<span style="font-size: 14pt"><a href="index.php?option=com_content&amp;task=view&amp;id=46&amp;Itemid=52">Foires et Salons</a></span>\r\n</p>\r\n<p align="center">\r\n<span style="font-size: 12pt">Nous exposons pour de nombreux salons et foires. <br />\r\nProfitez en pour passer un bon moment et venir d&eacute;couvrir (et d&eacute;guster !!) nos produits.</span>\r\n</p>\r\n<p align="center">\r\n<em>Vous pourrez aussi consultez notre <a href="index.php?option=com_content&amp;task=view&amp;id=32&amp;Itemid=23">calendrier des stands</a></em>\r\n</p>\r\n<p align="center">\r\n&nbsp;\r\n</p>\r\n<p align="center">\r\n<a href="index.php?option=com_content&amp;task=view&amp;id=51&amp;Itemid=59"><span style="font-size: 14pt">! Nouveaut&eacute; !</span></a>\r\n</p>\r\n<p align="center">\r\n<span style="font-size: 12pt">Retrouvez ici tous nos nouveaux produits.<br />\r\nNouveaux fuits, nouveaux go&ucirc;ts .... nous oeuvrons afin de toujours vous fournir <br />\r\ndes produits de bonne qualit&eacute; et renouveller vos sensations ...</span>\r\n</p>\r\n', '', 1, 0, 0, 0, '2008-11-27 15:06:36', 148, '', '2008-12-12 07:12:11', 62, 0, '0000-00-00 00:00:00', '2008-11-27 14:54:45', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 2, 0, 7, '', '', 0, 301),
(52, 'Le calendrier 2009', '', '<p>\r\n&nbsp;\r\n</p>\r\n<h1><em><span style="font-size: 24pt; font-family: Times New Roman">Le calendrier des foires, salons et march&eacute;s gastronomiques, march&eacute;s gourmands, march&eacute;s de No&euml;l</span></em></h1>\r\n<h1><em><span style="font-size: 24pt; font-family: Times New Roman">Venez nous rendre visite&nbsp;pour d&eacute;couvrir et go&ucirc;ter les fruits frais moelleux d&eacute;shydrat&eacute;s</span></em></h1>\r\n<h1><em><span style="font-size: 24pt; font-family: Times New Roman"></span></em></h1>\r\n<h1><em><span style="font-size: 24pt; font-family: Times New Roman"></span></em></h1>\r\n<h1><em><span style="font-size: 24pt; font-family: Times New Roman">Pour obtenir le calendrier complet de l''ann&eacute;e 2009, contactez-nous , nous vous le renverrons par mail.</span></em></h1>\r\n<h1><em><span style="font-size: 24pt; font-family: Times New Roman"></span></em></h1>\r\n<h1><em><span style="font-size: 24pt; font-family: Times New Roman"></span></em></h1>\r\n<table border="0" width="458" cellPadding="1" cellSpacing="0" height="310">\r\n	<tbody>\r\n		<tr>\r\n			<td width="250" vAlign="top">\r\n			<p>\r\n			<span style="font-family: Arial"><strong><span style="font-size: 12pt">Aux saveurs des vergers<br />\r\n			</span></strong></span>\r\n			</p>\r\n			<p>\r\n			<strong><span style="font-family: Arial">11 rue Sam Meyer</span></strong> \r\n			</p>\r\n			<p>\r\n			<strong><span style="font-family: Arial">47300 VILLENEUVE SUR LOT</span></strong> \r\n			</p>\r\n			<p>\r\n			<strong><span style="font-family: Arial">TEL : 06 62 22 32 97<br />\r\n			</span></strong>&nbsp; \r\n			</p>\r\n			</td>\r\n			<td align="center"><img border="1" align="top" width="200" src="http://www.auxsaveursdesvergers.com/images/stories/vergers/stand01.jpg" height="150" /></td>\r\n		</tr>\r\n		<tr>\r\n			<td>\r\n			<p>\r\n			<br />\r\n			mail :\r\n			<script type="text/javascript" language="JavaScript">\r\n			<!--\r\n			var prefix = ''&#109;a'' + ''i&#108;'' + ''&#116;o'';\r\n			var path = ''hr'' + ''ef'' + ''='';\r\n			var addy49927 = ''c&#111;nt&#97;ct'' + ''&#64;'';\r\n			addy49927 = addy49927 + ''&#97;&#117;xs&#97;v&#101;&#117;rsd&#101;sv&#101;rg&#101;rs'' + ''&#46;'' + ''c&#111;m'';\r\n			document.write( ''<a '' + path + ''\\'''' + prefix + '':'' + addy49927 + ''\\''>'' );\r\n			document.write( addy49927 );\r\n			document.write( ''<\\/a>'' );\r\n			//-->\\n </script> <a href="mailto:contact@auxsaveursdesvergers.com"><span style="color: #0000ff">contact@auxsaveursdesvergers.com</span></a>\r\n			<script type="text/javascript" language="JavaScript">\r\n			<!--\r\n			document.write( ''<span style=\\''display: none;\\''>'' );\r\n			//-->\r\n			</script> &nbsp; \r\n			</p>\r\n			</td>\r\n			<td vAlign="top">\r\n			<p>\r\n			&nbsp;\r\n			</p>\r\n			<p>\r\n			<a href="index.php?option=content&amp;task=view&amp;id=25"><br />\r\n			<strong><span style="font-size: 18pt; color: #339966"></span></strong></a>&nbsp;\r\n			</p>\r\n			<p>\r\n			<strong><span style="font-size: 18pt; color: #339966"></span></strong>\r\n			</p>\r\n			<p>\r\n			<strong><span style="font-size: 10pt; color: #339966">A bient&ocirc;t sur nos stands !</span></strong>\r\n			</p>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<h1></h1>\r\n', '', 1, 0, 0, 0, '2009-01-02 15:53:58', 62, '', '2009-05-06 08:56:37', 62, 0, '0000-00-00 00:00:00', '2009-01-02 15:50:53', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 3, '', '', 0, 498),
(54, 'Orange amère', '', '<p align="center">\r\n<span style="font-size: 12pt; color: #008000; font-family: arial,helvetica,sans-serif"><strong>L''orange am&egrave;re confite</strong></span>\r\n</p>\r\n', '', 1, 0, 0, 0, '2009-02-11 18:51:54', 62, '', '2009-02-11 18:52:34', 62, 0, '0000-00-00 00:00:00', '2009-02-11 18:51:08', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 4, '', '', 0, 1),
(55, 'Lecteurs newsletters', '', '<h1 align="center"><span style="color: #008000">Bienvenue aux lecteurs de Running Attitude, Running Coach et d''Esprit Trail</span></h1>\r\n<h1 align="center"><span style="color: #008000"></span></h1>\r\n<table border="0" align="center">\r\n	<tbody>\r\n		<tr>\r\n			<td>&nbsp;<img width="250" src="images/stories/couverture_84.gif" alt="couverture_84.gif" height="355" style="float: left; margin: 5px; width: 109px; height: 152px" title="couverture_84.gif" /></td>\r\n			<td>&nbsp;<span style="color: #008000"><img width="250" src="images/stories/couv26.gif" alt="couv26.gif" height="355" style="float: left; margin: 5px; width: 111px; height: 148px" title="couv26.gif" /></span></td>\r\n			<td>&nbsp;<img width="250" src="images/stories/rc4.gif" alt="rc4.gif" height="355" style="float: left; margin: 5px; width: 110px; height: 154px" title="rc4.gif" /></td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<h1 align="center"><br />\r\n</h1>\r\n<h1 align="center"><span style="color: #008000">Parce que les sportifs aussi, ont droit au meilleur!</span></h1>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p align="center">\r\n&nbsp;Aux saveurs des vergers vous popose une offre exceptionnelle de bienvenue!! \r\n</p>\r\n<p align="left">\r\n&nbsp;\r\n</p>\r\n<p align="center">\r\nEn tapant le code <span style="font-size: 14pt"><strong><span style="font-size: 18pt; color: #008000; background-color: #ffff00">RCMAIL</span></strong>&nbsp;</span> dans la zone <span style="font-size: 14pt; color: #008000">&quot;<span style="font-size: 12pt; color: #008000"><strong>Code magazine ou newsletter</strong></span>&quot;<br />\r\n</span>lors de votre inscription ou votre commande.&nbsp; \r\n</p>\r\n<p align="center">\r\n<span style="font-size: 18pt; color: #339966"><strong><span style="font-size: 18pt; color: #008000">B&eacute;n&eacute;ficiez de 100% de fruits en plus! </span></strong></span>\r\n</p>\r\n<p align="center">\r\n<span style="background-color: #ffff00"><a target="_self" href="index.php?option=com_virtuemart&amp;page=shop.registration&amp;Itemid=26"><span style="font-size: 14pt"><strong><span style="font-size: 14pt; color: #008000">Je m''inscris ici sans tarder pour profiter de l''offre : <br />\r\n100% de fruits en plus aux sportifs!</span></strong> </span></a></span>\r\n</p>\r\n<p align="center">\r\n<br />\r\nProfitez de notre offre destin&eacute;e &agrave; vous, sportifs, pour d&eacute;couvrir les avantages des fruits frais d&eacute;shydrat&eacute;s moelleux! \r\n</p>\r\n<p align="center">\r\nUn aliment particuli&egrave;rement&nbsp;adapt&eacute; &agrave;&nbsp;tous les sportifs :<br />\r\n<br />\r\n<span style="font-size: 12pt; color: #003300"><span style="color: #008000">Les fruits d&eacute;shydrat&eacute;s apportent de l&rsquo;&eacute;nergie sous forme de glucides simples (n&eacute;cessaires dans le cadre d&rsquo;efforts physiques et pour surmonter un coup de fatigue passager).<br />\r\nLes fruits d&eacute;shydrat&eacute;s ont une teneur en fibre et en glucide sup&eacute;rieure &agrave; celle d&rsquo;un fruit frais, ils sont donc beaucoup plus caloriques. Ils sont indispensables pour les besoins musculaires.<br />\r\n<br />\r\nLes fruits d&eacute;shydrat&eacute;s sont pratiques &agrave; consommer, pratiques &agrave; transporter. Plus besoin d''&eacute;plucher, pas de d&eacute;chets! Ce sont de vrais concentr&eacute;s d''&eacute;l&eacute;ments nutritifs avec moins de 30% d''eau.<br />\r\nEvitez le coup de fatigue en pratiquant votre sport. L''apport id&eacute;al pour coureurs &agrave; pied, cyclistes, randonneurs.<br />\r\nAlimentez-vous sans interrompre votre effort!<br />\r\n</span></span>\r\n</p>\r\n<p align="left">\r\n<span style="font-size: 12pt; color: #003300"><span style="color: #008000">Les fruits d&eacute;shydrat&eacute;s sont faciles &agrave; conserver : 8 &agrave; 9 mois, sans probl&egrave;me, dans un emballage herm&eacute;tique en plastique (type &quot;tupperware&quot;) ou dans un bocal en verre, &agrave; temp&eacute;rature ambiante &agrave; l''abri du soleil.<br />\r\n</span></span>\r\n</p>\r\n<p align="left">\r\nN''h&eacute;sitez pas, testez nos fruits d&eacute;shydrat&eacute;s gr&acirc;ce &agrave; notre offre 100% de fruits en plus. Pour en profiter, inscrivez-vous en pr&eacute;cisant votre code <span style="font-size: 18pt; color: #008000; background-color: #ffff00"><strong><span style="font-size: 14pt">RCMAIL</span></strong></span>&nbsp;dans la zone &quot;Code magazine ou newsletter&quot;. \r\n</p>\r\n<p align="left">\r\nVous b&eacute;n&eacute;ficierez automatiquement de fruits suppl&eacute;mentaires gratuits avec votre commande! \r\n</p>\r\n<p align="center">\r\n<span style="background-color: #ffff00"><a target="_self" href="index.php?option=com_virtuemart&amp;page=shop.registration&amp;Itemid=26"><span style="font-size: 14pt"><strong><span style="font-size: 14pt; color: #008000">Je m''inscris ici sans tarder pour profiter de l''offre : <br />\r\n100% de fruits en plus aux sportifs!</span></strong> </span></a></span>\r\n</p>\r\n<p align="center">\r\n<br />\r\n&nbsp; \r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n', '', 1, 0, 0, 0, '2009-02-13 21:13:53', 62, '', '2009-02-23 03:58:53', 62, 0, '0000-00-00 00:00:00', '2009-02-13 21:13:22', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 5, '', '', 0, 139),
(56, 'lecteurs revues sportives', '', '<h1 align="center"><span style="color: #008000">Bienvenue aux lecteurs de Running Attitude, Running Coach et d''Esprit Trail</span></h1>\r\n<h1 align="center"><span style="color: #008000"></span></h1>\r\n<table border="0" align="center">\r\n	<tbody>\r\n		<tr>\r\n			<td>&nbsp;<img width="250" src="images/stories/couverture_84.gif" alt="couverture_84.gif" height="355" style="float: left; margin: 5px; width: 109px; height: 152px" title="couverture_84.gif" /></td>\r\n			<td>&nbsp;<span style="color: #008000"><img width="250" src="images/stories/couv26.gif" alt="couv26.gif" height="355" style="float: left; margin: 5px; width: 111px; height: 148px" title="couv26.gif" /></span></td>\r\n			<td>&nbsp;<img width="250" src="images/stories/rc4.gif" alt="rc4.gif" height="355" style="float: left; margin: 5px; width: 110px; height: 154px" title="rc4.gif" /></td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<h1 align="center"><br />\r\n</h1>\r\n<h1 align="center"><span style="color: #008000">Parce que les sportifs aussi, ont droit au meilleur!</span></h1>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p align="center">\r\n&nbsp;Aux saveurs des vergers vous propose une offre exceptionnelle de bienvenue!! \r\n</p>\r\n<p align="left">\r\n&nbsp;\r\n</p>\r\n<p align="center">\r\nEn tapant&nbsp;votre <span style="font-size: 18pt; color: #008000; background-color: #ffff00"><strong><span style="font-size: 14pt">CODE MAGAZINE&nbsp;</span></strong></span> imprim&eacute; sur notre publicit&eacute; de votre revue,<br />\r\ndans la zone &quot;<span style="font-size: 14pt; color: #008000"><strong>Code magazine ou newsletter</strong></span>&quot;<br />\r\nlors de votre inscription ou votre commande.&nbsp; \r\n</p>\r\n<p align="center">\r\n<strong><span style="font-size: 18pt"><span style="color: #008000"><span style="color: #008000"><span style="font-size: 14pt">B&eacute;n&eacute;ficiez de 100% de fruits en plus!</span></span> </span></span></strong>\r\n</p>\r\n<p align="center">\r\n<span style="background-color: #ffff00"><a target="_self" href="index.php?option=com_virtuemart&amp;page=shop.registration&amp;Itemid=26"><span style="font-size: 14pt"><strong><span style="font-size: 14pt; color: #008000">Je m''inscris ici sans tarder pour profiter de l''offre : <br />\r\n100% de fruits en plus aux sportifs!</span></strong> </span></a></span>\r\n</p>\r\n<p align="center">\r\n<br />\r\nProfitez de notre offre destin&eacute;e &agrave; vous, sportifs, pour d&eacute;couvrir les avantages des fruits frais d&eacute;shydrat&eacute;s moelleux! \r\n</p>\r\n<p align="center">\r\nUn aliment particuli&egrave;rement&nbsp;adapt&eacute; &agrave;&nbsp;tous les sportifs :<br />\r\n<br />\r\n<span style="font-size: 12pt; color: #003300"><span style="color: #008000">Les fruits d&eacute;shydrat&eacute;s apportent de l&rsquo;&eacute;nergie sous forme de glucides simples (n&eacute;cessaires dans le cadre d&rsquo;efforts physiques et pour surmonter un coup de fatigue passager).<br />\r\nLes fruits d&eacute;shydrat&eacute;s ont une teneur en fibre et en glucide sup&eacute;rieure &agrave; celle d&rsquo;un fruit frais, ils sont donc beaucoup plus caloriques. Ils sont indispensables pour les besoins musculaires.<br />\r\n<br />\r\nLes fruits d&eacute;shydrat&eacute;s sont pratiques &agrave; consommer, pratiques &agrave; transporter. Plus besoin d''&eacute;plucher, pas de d&eacute;chets! Ce sont de vrais concentr&eacute;s d''&eacute;l&eacute;ments nutritifs avec moins de 30% d''eau.<br />\r\nEvitez le coup de fatigue en pratiquant votre sport. L''apport id&eacute;al pour coureurs &agrave; pied, cyclistes, randonneurs.<br />\r\nAlimentez-vous sans interrompre votre effort!<br />\r\n</span></span>\r\n</p>\r\n<p align="left">\r\n<span style="font-size: 12pt; color: #003300"><span style="color: #008000">Les fruits d&eacute;shydrat&eacute;s sont faciles &agrave; conserver : 8 &agrave; 9 mois, sans probl&egrave;me, dans un emballage herm&eacute;tique en plastique (type &quot;tupperware&quot;) ou dans un bocal en verre, &agrave; temp&eacute;rature ambiante &agrave; l''abri du soleil.<br />\r\n</span></span>\r\n</p>\r\n<p align="left">\r\nN''h&eacute;sitez pas, testez nos fruits d&eacute;shydrat&eacute;s gr&acirc;ce &agrave; notre offre 100% de fruits en plus. Pour en profiter, inscrivez-vous en pr&eacute;cisant votre&nbsp; <span style="font-size: 18pt; color: #008000; background-color: #ffff00"><strong><span style="font-size: 14pt">CODE MAGAZINE </span></strong></span>dans la zone &quot;Code magazine ou newsletter&quot;. \r\n</p>\r\n<p align="left">\r\nVous b&eacute;n&eacute;ficierez automatiquement de fruits suppl&eacute;mentaires gratuits avec votre commande! \r\n</p>\r\n<p align="center">\r\n<span style="background-color: #ffff00"><a target="_self" href="index.php?option=com_virtuemart&amp;page=shop.registration&amp;Itemid=26"><span style="font-size: 14pt"><strong><span style="font-size: 14pt; color: #008000">Je m''inscris ici sans tarder pour profiter de l''offre : <br />\r\n100% de fruits en plus aux sportifs!</span></strong> </span></a></span>\r\n</p>\r\n<p align="center">\r\n<br />\r\n&nbsp; \r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<p>\r\n&nbsp;\r\n</p>\r\n', '', 1, 0, 0, 0, '2009-02-16 10:20:48', 62, '', '2009-02-27 06:03:17', 62, 0, '0000-00-00 00:00:00', '2009-02-16 10:19:35', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 6, '', '', 0, 168);
INSERT INTO `jos_content` (`id`, `title`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`) VALUES
(57, 'Le calendrier détaillé', '', '<p>\r\n&nbsp;\r\n</p>\r\n<h1><em><span style="font-size: 24pt; font-family: Times New Roman">Le calendrier des foires, salons et march&eacute;s gastronomiques, march&eacute;s gourmands, march&eacute;s de No&euml;l</span></em></h1>\r\n<h1><em><span style="font-size: 24pt; font-family: Times New Roman">Venez nous rendre visite&nbsp;pour d&eacute;couvrir et go&ucirc;ter les fruits frais moelleux d&eacute;shydrat&eacute;s</span></em></h1>\r\n<p>\r\n&nbsp;\r\n</p>\r\n<table border="1" width="764" cellPadding="1" cellSpacing="1" style="width: 764px; height: 857px; border-width: 1px">\r\n	<tbody>\r\n		<tr>\r\n			<td bgColor="#ffff00" align="center">mois</td>\r\n			<td bgColor="#ffff00" align="center">date</td>\r\n			<td bgColor="#ffff00" align="center">date</td>\r\n			<td bgColor="#ffff00" align="center">date</td>\r\n			<td colSpan="2" bgColor="#ffff00" align="center">date</td>\r\n			<td bgColor="#ffff00" align="center">date</td>\r\n			<td bgColor="#ffff00" align="center">date</td>\r\n		</tr>\r\n		<tr>\r\n			<td bgColor="#339933" align="center"><span style="color: #ffcc00"><strong>JANVIER</strong></span></td>\r\n			<td><span style="font-size: 10pt">du 07 au 17/01 Centre commercial Paridis Leclerc NANTES (44)<br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt">du 30/01 au 01/02/2009 Salon des terroirs d''Ecouen (95)<br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td colSpan="2"><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td>&nbsp;</td>\r\n		</tr>\r\n		<tr>\r\n			<td bgColor="#339933" align="center"><span style="color: #ffcc00"><strong>FEVRIER</strong></span></td>\r\n			<td><span style="font-size: 10pt">Le 1er/02/2009 March&eacute; des terroirs de Senlis (60)</span></td>\r\n			<td><span style="font-size: 10pt">du 14/02 au 15/02/2009 Salon gastronomique de Checy (45)<br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt">du 21/02 au 22/02/2009Salon gastronomique de Champagne sur seine (77)<br />\r\n			</span></td>\r\n			<td colSpan="2"><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n		</tr>\r\n		<tr>\r\n			<td bgColor="#339933" align="center"><span style="color: #ffcc00"><strong>MARS</strong></span></td>\r\n			<td><span style="font-size: 10pt"><span style="font-size: 10pt">le 1er/03/2009 March&eacute; des terroirs de Senlis (60)<br />\r\n			</span></span></td>\r\n			<td><span style="font-size: 10pt">du 06/03 au 08/03/2009 Salon Vins et Terroirs de Laign&eacute; en Belin (72)<br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt">du 13/03 au 15/03/2009 Les Tabl&eacute;es du Rheu- Le Rheu (35)<br />\r\n			</span></td>\r\n			<td colSpan="2"><span style="font-size: 10pt">du 20/03 au 27/03/2009 Foire exposition de Dunkerque (59)</span></td>\r\n			<td><span style="font-size: 10pt"><span style="font-size: 10pt">du 27/03 au 05/04/2009 Foire exposition d''Orl&eacute;ans (45)<br />\r\n			</span><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n		</tr>\r\n		<tr>\r\n			<td bgColor="#339933" align="center"><span style="color: #ffcc00"><strong>AVRIL</strong></span></td>\r\n			<td>&nbsp;du 03/04 au 06/04/2009 Foire aux fromages de Coulommiers (77)</td>\r\n			<td><span style="font-size: 10pt">du 17/04 au 20/04/2009 Foire exposition d''Angoul&egrave;me (16)</span></td>\r\n			<td><span style="font-size: 10pt">du 24/04 au 27/04/2009 Salon vins et gastronomie de Seclin-Lille (59)</span></td>\r\n			<td colSpan="2"><span style="font-size: 10pt"><span style="font-size: 10pt">du 30/04 au 02/05/2009 March&eacute; des Terroirs place Convention Paris 15&egrave; (m&eacute;tro convention)<br />\r\n			</span><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><span style="font-size: 10pt">du 30/04 au 10/05/2009 Foire de Paris Hall 5.2 Porte de versailles (75)<br />\r\n			</span><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n		</tr>\r\n		<tr>\r\n			<td bgColor="#339933" align="center"><span style="color: #ffcc00"><strong>MAI</strong></span></td>\r\n			<td><span style="font-size: 10pt"><span style="font-size: 10pt">du 30/04 au 10/05/2009 Foire de Paris Hall 5.2 Porte de versailles (75)<br />\r\n			</span><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt">du 15/05 au 17/05/2009 Comptoir des Terroirs de Chartres (28)<br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><span style="font-size: 10pt">du 16/05 au 17/05/2009 Salon Gastronomie Lion''s club Argenteuil/Cormeilles (95)<br />\r\n			</span></span></td>\r\n			<td colSpan="2"><span style="font-size: 10pt">du 21/05 au 25/05/2009 Foire exposition d''Auxerre (89)</span></td>\r\n			<td>du 29/05 au 08/06/2009 Foire exposition de Nancy (54)</td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n		</tr>\r\n		<tr>\r\n			<td bgColor="#339933" align="center"><span style="color: #ffcc00"><strong>JUIN</strong></span></td>\r\n			<td><span style="font-size: 10pt">du 13/06 au 14/06/2009 <br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt">du 13/06 au 14/06/2009 Foire aux fromages de Bar sur Aube (10)</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td colSpan="2"><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n		</tr>\r\n		<tr>\r\n			<td bgColor="#339933" align="center"><span style="color: #ffcc00"><strong>JUILLET</strong></span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td><span style="font-size: 10pt"><br />\r\n			</span></td>\r\n			<td colSpan="2">&nbsp;</td>\r\n			<td>&nbsp;</td>\r\n			<td>&nbsp;</td>\r\n		</tr>\r\n		<tr>\r\n			<td bgColor="#339933" align="center"><strong><span style="color: #ffcc00">AOUT</span></strong></td>\r\n			<td>&nbsp;du 28/08 au 06/09/09<br />\r\n			foire expositiion de CHALONS EN CHAMPAGNE 51</td>\r\n			<td></td>\r\n			<td>&nbsp;</td>\r\n			<td colSpan="2">&nbsp;</td>\r\n			<td>&nbsp;</td>\r\n			<td>&nbsp;</td>\r\n		</tr>\r\n		<tr>\r\n			<td bgColor="#339933" align="center"><span style="color: #ffcc00"><strong>SEPTEMBRE</strong></span></td>\r\n			<td>du 10/09 au 14/09/09 foire exposition du MANS 72</td>\r\n			<td>du 18/09 au 20/09/09 foire aux haricots ARPAJON 91</td>\r\n			<td>du 25/09 au 05/10/09 foire exposition de MARSEILLE 13</td>\r\n			<td colSpan="2"></td>\r\n			<td></td>\r\n			<td></td>\r\n		</tr>\r\n		<tr>\r\n			<td bgColor="#339933" align="center"><span style="color: #ffcc00"><strong>OCTOBRE</strong></span></td>\r\n			<td><span style="font-size: 10pt">du 09/10 au 24/10/09 centre commercial Parly 2 au CHESNAY 78</span></td>\r\n			<td></td>\r\n			<td></td>\r\n			<td colSpan="2"></td>\r\n			<td></td>\r\n			<td>&nbsp;</td>\r\n		</tr>\r\n		<tr>\r\n			<td bgColor="#339933" align="center"><span style="color: #ffcc00"><strong>NOVEMBRE</strong></span></td>\r\n			<td><span style="font-size: 10pt">du 14/11 au 15/11/09 salon de la gastronomie Lion''s club MARLY LE ROI 78</span></td>\r\n			<td>du 20/11 au 23/11/09 salon de la gastronomie &agrave; ORLEANS 45</td>\r\n			<td>du 20/11 au 22/11/09 salon hyppodrome saint-cloud de RUEIL MALMAISON 92</td>\r\n			<td colSpan="2">du 27/11 au 29/11/09 march&eacute; de no&euml;l du Ch&acirc;teau de BRISSAC 49</td>\r\n			<td></td>\r\n			<td></td>\r\n		</tr>\r\n		<tr>\r\n			<td bgColor="#339933" align="center"><span style="color: #ffcc00"><strong>DECEMBRE</strong></span></td>\r\n			<td><span style="font-size: 10pt">du 04/12 au 06/12/09 ferme du Manet &agrave; MONTIGNY LE BRETONNEUX 78</span></td>\r\n			<td>du 18/12 au 20/12/09 salon des terroirs de CONFLANS STE HONORINE 78</td>\r\n			<td></td>\r\n			<td colSpan="2"></td>\r\n			<td></td>\r\n			<td></td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n<p>\r\n&nbsp;\r\n</p>\r\n', '', 1, 0, 0, 0, '2009-05-06 08:50:49', 62, '', '2009-05-12 09:23:51', 79, 0, '0000-00-00 00:00:00', '2009-05-06 08:50:23', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 2, 0, 1, '', '', 2, 6);

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

--
-- Table structure for table `jos_content_frontpage`
--

CREATE TABLE IF NOT EXISTS `jos_content_frontpage` (
  `content_id` int(11) NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  PRIMARY KEY  (`content_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_content_frontpage`
--


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

--
-- Table structure for table `jos_content_rating`
--

CREATE TABLE IF NOT EXISTS `jos_content_rating` (
  `content_id` int(11) NOT NULL default '0',
  `rating_sum` int(11) unsigned NOT NULL default '0',
  `rating_count` int(11) unsigned NOT NULL default '0',
  `lastip` varchar(50) NOT NULL default '',
  PRIMARY KEY  (`content_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_content_rating`
--


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

--
-- Table structure for table `jos_core_acl_aro`
--

CREATE TABLE IF NOT EXISTS `jos_core_acl_aro` (
  `aro_id` int(11) NOT NULL auto_increment,
  `section_value` varchar(240) NOT NULL default '0',
  `value` varchar(240) NOT NULL default '',
  `order_value` int(11) NOT NULL default '0',
  `name` varchar(255) NOT NULL default '',
  `hidden` int(11) NOT NULL default '0',
  PRIMARY KEY  (`aro_id`),
  UNIQUE KEY `jos_gacl_section_value_value_aro` (`section_value`(100),`value`(100)),
  KEY `jos_gacl_hidden_aro` (`hidden`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=178 ;

--
-- Dumping data for table `jos_core_acl_aro`
--

INSERT INTO `jos_core_acl_aro` (`aro_id`, `section_value`, `value`, `order_value`, `name`, `hidden`) VALUES
(10, 'users', '62', 0, 'kimlyweb kimly', 0),
(33, 'users', '85', 0, 'Schindler Paul', 0),
(27, 'users', '79', 0, 'THIERRY BLONDY', 0),
(28, 'users', '80', 0, 'dupin', 0),
(32, 'users', '84', 0, 'KELTOUM ZOUBIRI', 0),
(34, 'users', '86', 0, 'stephanie levieux', 0),
(35, 'users', '87', 0, 'Laure Terpreau', 0),
(36, 'users', '88', 0, 'jean hurstel', 0),
(37, 'users', '89', 0, 'lepaul', 0),
(38, 'users', '90', 0, 'cobac', 0),
(39, 'users', '91', 0, 'PATRICIA LOPEZ', 0),
(40, 'users', '92', 0, 'GALLOIS', 0),
(41, 'users', '93', 0, 'mickael Champault', 0),
(42, 'users', '94', 0, 'Isabelle  Le Beulze', 0),
(43, 'users', '95', 0, 'Renault', 0),
(44, 'users', '96', 0, 'leplat chantal', 0),
(45, 'users', '97', 0, 'michael braun', 0),
(46, 'users', '98', 0, 'ROCHET', 0),
(47, 'users', '99', 0, 'NICOLE CAPITAINE', 0),
(48, 'users', '100', 0, 'SOULAS', 0),
(49, 'users', '101', 0, 'LE BARS', 0),
(50, 'users', '102', 0, 'Nguyen', 0),
(51, 'users', '103', 0, 'Maxime Cousté', 0),
(52, 'users', '104', 0, 'Philippe Randier', 0),
(53, 'users', '105', 0, 'Fabien ISLER', 0),
(54, 'users', '106', 0, 'verel-liebault', 0),
(55, 'users', '107', 0, 'marc spadaccini', 0),
(56, 'users', '108', 0, 'michel carteron', 0),
(57, 'users', '109', 0, 'agnes mauduit', 0),
(58, 'users', '110', 0, 'WILLIAM DUMAS', 0),
(59, 'users', '111', 0, 'Dupé', 0),
(60, 'users', '112', 0, 'Nathalie BLANCHON', 0),
(61, 'users', '113', 0, 'paul schindler', 0),
(62, 'users', '114', 0, 'duportets', 0),
(63, 'users', '115', 0, 'Hervé IWEINS', 0),
(64, 'users', '116', 0, 'sophie bourez', 0),
(65, 'users', '117', 0, 'gilles garraud', 0),
(66, 'users', '118', 0, 'Maria Pilar Hernandez Ramon', 0),
(67, 'users', '119', 0, 'CHARBON', 0),
(68, 'users', '120', 0, 'MICHEL MASSON', 0),
(69, 'users', '121', 0, 'romain Loseille', 0),
(70, 'users', '122', 0, 'ganne', 0),
(71, 'users', '123', 0, 'checri', 0),
(72, 'users', '124', 0, 'Gebelin Catherine', 0),
(73, 'users', '125', 0, 'PATRICIA BRUNEAU', 0),
(74, 'users', '126', 0, 'Junon', 0),
(75, 'users', '127', 0, 'COQUEREL Jacques &amp; Colette', 0),
(76, 'users', '128', 0, 'PACTET ANNE', 0),
(77, 'users', '129', 0, 'CATHERINE DUBOIS', 0),
(78, 'users', '130', 0, 'Marie-Andrée PORTA', 0),
(79, 'users', '131', 0, 'virginie weber', 0),
(80, 'users', '132', 0, 'BRISSON', 0),
(81, 'users', '133', 0, 'Laurence Gorini Camard', 0),
(82, 'users', '134', 0, 'longuet delphine', 0),
(83, 'users', '135', 0, 'yoan', 0),
(84, 'users', '136', 0, 'GOSSEZ', 0),
(85, 'users', '137', 0, 'Malou Gossez', 0),
(86, 'users', '138', 0, 'GERZAIN', 0),
(87, 'users', '139', 0, 'gines', 0),
(88, 'users', '140', 0, 'Paquico', 0),
(89, 'users', '141', 0, 'Nathalie Giltat', 0),
(90, 'users', '142', 0, 'comoy', 0),
(91, 'users', '143', 0, 'daniel fourari', 0),
(92, 'users', '144', 0, 'lili', 0),
(93, 'users', '145', 0, 'yann gines', 0),
(94, 'users', '146', 0, 'chantal MORICEAU', 0),
(95, 'users', '147', 0, 'VIOLETTE FRAZIER', 0),
(96, 'users', '148', 0, 'kimlyweb', 0),
(97, 'users', '149', 0, 'anna o&#039;carroll', 0),
(98, 'users', '150', 0, 'Magalie Plisson', 0),
(99, 'users', '151', 0, 'peggy Gélenne', 0),
(100, 'users', '152', 0, 'John Vanden Bos', 0),
(101, 'users', '153', 0, 'ouy chantal', 0),
(102, 'users', '154', 0, 'philippe ANDRE', 0),
(103, 'users', '155', 0, 'Joëlle TERRASA', 0),
(104, 'users', '156', 0, 'Cecile HAUVETTE', 0),
(105, 'users', '157', 0, 'elisabeth morel', 0),
(106, 'users', '158', 0, 'Marie-Claude  PINCEMAILLE', 0),
(107, 'users', '159', 0, 'Jean Michel DUPAYS', 0),
(108, 'users', '160', 0, 'madeleine galerne', 0),
(109, 'users', '161', 0, 'Michèle ALLIBERT', 0),
(110, 'users', '162', 0, 'adeline nigoul', 0),
(111, 'users', '163', 0, 'francesca LUDOVICI', 0),
(112, 'users', '164', 0, 'genevieve lagrost', 0),
(113, 'users', '165', 0, 'MajjjesssTiC', 0),
(114, 'users', '166', 0, 'Cécile thiébaut', 0),
(115, 'users', '167', 0, 'pallade', 0),
(116, 'users', '168', 0, 'isabelle guyotat', 0),
(117, 'users', '169', 0, 'Bernard ROUAULT', 0),
(118, 'users', '170', 0, 'julien schiapparelli', 0),
(119, 'users', '171', 0, 'Maxime HELIOT', 0),
(120, 'users', '172', 0, 'DESGROUAS', 0),
(121, 'users', '173', 0, 'rivet', 0),
(122, 'users', '174', 0, 'claudine rivet', 0),
(123, 'users', '175', 0, 'Gringuillard', 0),
(124, 'users', '176', 0, 'Hâlé-Lerat', 0),
(125, 'users', '177', 0, 'kimly kimlyweb', 0),
(126, 'users', '178', 0, 'FRANCOISE GUILLOT', 0),
(127, 'users', '179', 0, 'Nathalie BOISSON', 0),
(128, 'users', '180', 0, 'adrien ESTEBAN', 0),
(129, 'users', '181', 0, 'robert blanchut', 0),
(130, 'users', '182', 0, 'Sandrine Pataut', 0),
(131, 'users', '183', 0, 'EMMANUELLE DANICOURT', 0),
(132, 'users', '184', 0, 'BOULERY FABIENNE', 0),
(133, 'users', '185', 0, 'Marie-Françoise LE ROUX', 0),
(134, 'users', '186', 0, 'LAURE BOURCIER', 0),
(135, 'users', '187', 0, 'moretti didier', 0),
(136, 'users', '188', 0, 'MARIA BARBIER', 0),
(137, 'users', '189', 0, 'CLOTILDE CATONET', 0),
(138, 'users', '190', 0, 'Myriam  Deniel', 0),
(139, 'users', '191', 0, 'nadine payet', 0),
(140, 'users', '192', 0, 'BRIGITTE BENOIST', 0),
(141, 'users', '193', 0, 'Émile PEREZ', 0),
(142, 'users', '194', 0, 'thierry berthellemy', 0),
(143, 'users', '195', 0, 'Marie-Odile PROY', 0),
(144, 'users', '196', 0, 'daniel lambert', 0),
(145, 'users', '197', 0, 'Karine GANDON', 0),
(146, 'users', '198', 0, 'NICOLAS CHATELAIN', 0),
(147, 'users', '199', 0, 'Davy Raillard', 0),
(148, 'users', '200', 0, 'nelly le moine', 0),
(149, 'users', '201', 0, 'CLAUDINE BRIFFAUX', 0),
(150, 'users', '202', 0, 'Jean-Michel ROBINET', 0),
(151, 'users', '203', 0, 'marie claire zordan', 0),
(152, 'users', '204', 0, 'Christophe HUE', 0),
(153, 'users', '205', 0, 'Jean Bourguignon', 0),
(154, 'users', '206', 0, 'Christophe HUE', 0),
(155, 'users', '207', 0, 'Françoise SOUM', 0),
(156, 'users', '208', 0, 'Philippe TERNOIS', 0),
(157, 'users', '209', 0, 'celine tancredo', 0),
(158, 'users', '210', 0, 'SOLENE CHEVALLIER', 0),
(159, 'users', '211', 0, 'carine detre', 0),
(160, 'users', '212', 0, 'ROUQUETTE DAVID', 0),
(161, 'users', '213', 0, 'NICOLAS Jean-Claude', 0),
(162, 'users', '214', 0, 'Jean-Luc FEL', 0),
(163, 'users', '215', 0, 'Christian VOUTERS', 0),
(164, 'users', '216', 0, 'Caroline Duong', 0),
(165, 'users', '217', 0, 'Marie MENGUY', 0),
(166, 'users', '218', 0, 'Gérard CLAIRE', 0),
(167, 'users', '219', 0, 'Nina Frantz', 0),
(168, 'users', '220', 0, 'michel carteron', 0),
(169, 'users', '221', 0, 'dominique larcheveque', 0),
(170, 'users', '222', 0, 'Claire Guitton', 0),
(171, 'users', '223', 0, 'Olivier Dibon', 0),
(172, 'users', '224', 0, 'frederic dubreuil', 0),
(173, 'users', '225', 0, 'Geneviève KREIDER', 0),
(174, 'users', '226', 0, 'Jessica BARON', 0),
(175, 'users', '227', 0, 'Sarah GROIZIER', 0),
(176, 'users', '228', 0, 'christophe VASSOR', 0),
(177, 'users', '229', 0, 'Corinne POUTOT', 0);

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

--
-- Table structure for table `jos_core_acl_aro_groups`
--

CREATE TABLE IF NOT EXISTS `jos_core_acl_aro_groups` (
  `group_id` int(11) NOT NULL auto_increment,
  `parent_id` int(11) NOT NULL default '0',
  `name` varchar(255) NOT NULL default '',
  `lft` int(11) NOT NULL default '0',
  `rgt` int(11) NOT NULL default '0',
  PRIMARY KEY  (`group_id`),
  KEY `parent_id_aro_groups` (`parent_id`),
  KEY `jos_gacl_parent_id_aro_groups` (`parent_id`),
  KEY `jos_gacl_lft_rgt_aro_groups` (`lft`,`rgt`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=31 ;

--
-- Dumping data for table `jos_core_acl_aro_groups`
--

INSERT INTO `jos_core_acl_aro_groups` (`group_id`, `parent_id`, `name`, `lft`, `rgt`) VALUES
(17, 0, 'ROOT', 1, 22),
(28, 17, 'USERS', 2, 21),
(29, 28, 'Public Frontend', 3, 12),
(18, 29, 'Registered', 4, 11),
(19, 18, 'Author', 5, 10),
(20, 19, 'Editor', 6, 9),
(21, 20, 'Publisher', 7, 8),
(30, 28, 'Public Backend', 13, 20),
(23, 30, 'Manager', 14, 19),
(24, 23, 'Administrator', 15, 18),
(25, 24, 'Super Administrator', 16, 17);

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

--
-- Table structure for table `jos_core_acl_aro_sections`
--

CREATE TABLE IF NOT EXISTS `jos_core_acl_aro_sections` (
  `section_id` int(11) NOT NULL auto_increment,
  `value` varchar(230) NOT NULL default '',
  `order_value` int(11) NOT NULL default '0',
  `name` varchar(230) NOT NULL default '',
  `hidden` int(11) NOT NULL default '0',
  PRIMARY KEY  (`section_id`),
  UNIQUE KEY `value_aro_sections` (`value`),
  UNIQUE KEY `jos_gacl_value_aro_sections` (`value`),
  KEY `hidden_aro_sections` (`hidden`),
  KEY `jos_gacl_hidden_aro_sections` (`hidden`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;

--
-- Dumping data for table `jos_core_acl_aro_sections`
--

INSERT INTO `jos_core_acl_aro_sections` (`section_id`, `value`, `order_value`, `name`, `hidden`) VALUES
(10, 'users', 1, 'Users', 0);

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

--
-- Table structure for table `jos_core_acl_groups_aro_map`
--

CREATE TABLE IF NOT EXISTS `jos_core_acl_groups_aro_map` (
  `group_id` int(11) NOT NULL default '0',
  `section_value` varchar(240) NOT NULL default '',
  `aro_id` int(11) NOT NULL default '0',
  UNIQUE KEY `group_id_aro_id_groups_aro_map` (`group_id`,`section_value`,`aro_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_core_acl_groups_aro_map`
--

INSERT INTO `jos_core_acl_groups_aro_map` (`group_id`, `section_value`, `aro_id`) VALUES
(18, '', 32),
(18, '', 33),
(18, '', 34),
(18, '', 35),
(18, '', 36),
(18, '', 37),
(18, '', 38),
(18, '', 39),
(18, '', 40),
(18, '', 41),
(18, '', 42),
(18, '', 43),
(18, '', 44),
(18, '', 45),
(18, '', 46),
(18, '', 47),
(18, '', 48),
(18, '', 49),
(18, '', 50),
(18, '', 51),
(18, '', 52),
(18, '', 53),
(18, '', 54),
(18, '', 55),
(18, '', 56),
(18, '', 57),
(18, '', 58),
(18, '', 59),
(18, '', 60),
(18, '', 61),
(18, '', 62),
(18, '', 63),
(18, '', 64),
(18, '', 65),
(18, '', 66),
(18, '', 67),
(18, '', 68),
(18, '', 69),
(18, '', 70),
(18, '', 71),
(18, '', 72),
(18, '', 73),
(18, '', 74),
(18, '', 75),
(18, '', 76),
(18, '', 77),
(18, '', 78),
(18, '', 79),
(18, '', 80),
(18, '', 81),
(18, '', 82),
(18, '', 84),
(18, '', 85),
(18, '', 86),
(18, '', 87),
(18, '', 88),
(18, '', 89),
(18, '', 90),
(18, '', 91),
(18, '', 92),
(18, '', 93),
(18, '', 94),
(18, '', 95),
(18, '', 97),
(18, '', 98),
(18, '', 99),
(18, '', 100),
(18, '', 101),
(18, '', 102),
(18, '', 103),
(18, '', 104),
(18, '', 105),
(18, '', 106),
(18, '', 107),
(18, '', 108),
(18, '', 109),
(18, '', 110),
(18, '', 111),
(18, '', 112),
(18, '', 113),
(18, '', 114),
(18, '', 115),
(18, '', 116),
(18, '', 117),
(18, '', 118),
(18, '', 119),
(18, '', 120),
(18, '', 121),
(18, '', 122),
(18, '', 123),
(18, '', 124),
(18, '', 125),
(18, '', 126),
(18, '', 127),
(18, '', 128),
(18, '', 129),
(18, '', 130),
(18, '', 131),
(18, '', 132),
(18, '', 133),
(18, '', 134),
(18, '', 135),
(18, '', 136),
(18, '', 137),
(18, '', 138),
(18, '', 139),
(18, '', 140),
(18, '', 141),
(18, '', 142),
(18, '', 143),
(18, '', 144),
(18, '', 145),
(18, '', 146),
(18, '', 147),
(18, '', 148),
(18, '', 149),
(18, '', 150),
(18, '', 151),
(18, '', 152),
(18, '', 153),
(18, '', 154),
(18, '', 155),
(18, '', 156),
(18, '', 157),
(18, '', 158),
(18, '', 159),
(18, '', 160),
(18, '', 161),
(18, '', 162),
(18, '', 163),
(18, '', 164),
(18, '', 165),
(18, '', 166),
(18, '', 167),
(18, '', 168),
(18, '', 169),
(18, '', 170),
(18, '', 171),
(18, '', 172),
(18, '', 173),
(18, '', 174),
(18, '', 175),
(18, '', 176),
(18, '', 177),
(24, '', 27),
(24, '', 28),
(24, '', 83),
(25, '', 10),
(25, '', 96);

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

--
-- Table structure for table `jos_core_log_items`
--

CREATE TABLE IF NOT EXISTS `jos_core_log_items` (
  `time_stamp` date NOT NULL default '0000-00-00',
  `item_table` varchar(50) NOT NULL default '',
  `item_id` int(11) unsigned NOT NULL default '0',
  `hits` int(11) unsigned NOT NULL default '0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_core_log_items`
--


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

--
-- Table structure for table `jos_core_log_searches`
--

CREATE TABLE IF NOT EXISTS `jos_core_log_searches` (
  `search_term` varchar(128) NOT NULL default '',
  `hits` int(11) unsigned NOT NULL default '0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_core_log_searches`
--


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

--
-- Table structure for table `jos_ebackup_log`
--

CREATE TABLE IF NOT EXISTS `jos_ebackup_log` (
  `id` int(11) NOT NULL auto_increment,
  `time` datetime default NULL,
  `job_id` tinyint(4) NOT NULL default '0',
  `ip` varchar(15) NOT NULL default '',
  `host` varchar(255) NOT NULL default '',
  `agent` varchar(255) NOT NULL default '',
  `log` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `jos_ebackup_log`
--


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

--
-- Table structure for table `jos_ebackup_scheduler`
--

CREATE TABLE IF NOT EXISTS `jos_ebackup_scheduler` (
  `id` int(11) NOT NULL auto_increment,
  `job_name` varchar(255) NOT NULL default '',
  `state` tinyint(4) NOT NULL default '0',
  `tables` text NOT NULL,
  `versions` tinyint(4) NOT NULL default '0',
  `schedule_type` smallint(4) NOT NULL default '0',
  `last_run` datetime default NULL,
  `structure` tinyint(4) NOT NULL default '0',
  `drop` tinyint(4) NOT NULL default '0',
  `exists` smallint(4) NOT NULL default '0',
  `inc` smallint(4) NOT NULL default '0',
  `inserts` smallint(4) NOT NULL default '0',
  `compat` varchar(20) NOT NULL default '',
  `gzip` smallint(4) NOT NULL default '0',
  `email` varchar(255) NOT NULL default '',
  `ftp_srv` varchar(255) NOT NULL default '',
  `ftp_pasv` tinyint(4) NOT NULL default '0',
  `ftp_port` varchar(5) NOT NULL default '',
  `ftp_user` varchar(255) NOT NULL default '',
  `ftp_pw` varchar(255) NOT NULL default '',
  `ftp_path` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `jos_ebackup_scheduler`
--

INSERT INTO `jos_ebackup_scheduler` (`id`, `job_name`, `state`, `tables`, `versions`, `schedule_type`, `last_run`, `structure`, `drop`, `exists`, `inc`, `inserts`, `compat`, `gzip`, `email`, `ftp_srv`, `ftp_pasv`, `ftp_port`, `ftp_user`, `ftp_pw`, `ftp_path`) VALUES
(1, 'base saveursvergers', 0, 'jos_banner;jos_bannerclient;jos_bannerfinish;jos_categories;jos_components;jos_contact_details;jos_content;jos_content_frontpage;jos_content_rating;jos_core_acl_aro;jos_core_acl_aro_groups;jos_core_acl_aro_sections;jos_core_acl_groups_aro_map;jos_core_log_items;jos_core_log_searches;jos_ebackup_log;jos_ebackup_scheduler;jos_export_categories;jos_export_content;jos_export_sections;jos_groups;jos_jce_langs;jos_jce_plugins;jos_mambots;jos_menu;jos_messages;jos_messages_cfg;jos_modules;jos_modules_menu;jos_newsfeeds;jos_poll_data;jos_poll_date;jos_poll_menu;jos_polls;jos_privatepages;jos_privatepages_privileges;jos_sections;jos_session;jos_stats_agents;jos_template_positions;jos_templates_menu;jos_users;jos_usertypes;jos_vm_affiliate;jos_vm_affiliate_sale;jos_vm_auth_user_vendor;jos_vm_category;jos_vm_category_xref;jos_vm_country;jos_vm_coupons;jos_vm_creditcard;jos_vm_csv;jos_vm_currency;jos_vm_function;jos_vm_manufacturer;jos_vm_manufacturer_category;jos_vm_module;jos_vm_order_history;jos_vm_order_item;jos_vm_order_payment;jos_vm_order_status;jos_vm_order_user_info;jos_vm_orders;jos_vm_payment_method;jos_vm_product;jos_vm_product_attribute;jos_vm_product_attribute_sku;jos_vm_product_category_xref;jos_vm_product_discount;jos_vm_product_download;jos_vm_product_files;jos_vm_product_mf_xref;jos_vm_product_price;jos_vm_product_product_type_xref;jos_vm_product_relations;jos_vm_product_reviews;jos_vm_product_type;jos_vm_product_type_parameter;jos_vm_product_votes;jos_vm_shipping_carrier;jos_vm_shipping_rate;jos_vm_shopper_group;jos_vm_shopper_vendor_xref;jos_vm_state;jos_vm_tax_rate;jos_vm_user_info;jos_vm_vendor;jos_vm_vendor_category;jos_vm_visit;jos_vm_waiting_list;jos_vm_zone_shipping;jos_weblinks', 0, 2, NULL, 1, 1, 1, 1, 0, 'MYSQL40', 0, '', '', 0, '21', '', '', '');

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

--
-- Table structure for table `jos_export_categories`
--

CREATE TABLE IF NOT EXISTS `jos_export_categories` (
  `id` int(11) NOT NULL auto_increment,
  `parent_id` int(11) NOT NULL default '0',
  `title` varchar(50) NOT NULL default '',
  `name` varchar(255) NOT NULL default '',
  `image` varchar(100) NOT NULL default '',
  `section` varchar(50) NOT NULL default '',
  `image_position` varchar(10) NOT NULL default '',
  `description` text NOT NULL,
  `published` tinyint(1) NOT NULL default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `editor` varchar(50) default NULL,
  `ordering` int(11) NOT NULL default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `count` int(11) NOT NULL default '0',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `cat_idx` (`section`,`published`,`access`),
  KEY `idx_section` (`section`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=14 ;

--
-- Dumping data for table `jos_export_categories`
--

INSERT INTO `jos_export_categories` (`id`, `parent_id`, `title`, `name`, `image`, `section`, `image_position`, `description`, `published`, `checked_out`, `checked_out_time`, `editor`, `ordering`, `access`, `count`, `params`) VALUES
(1, 0, 'News', 'News', '', '1', 'right', '&#60;p&#62;&#60;br /&#62;&#60;/p&#62;\n&#60;p align=&#34;center&#34;&#62;&#60;img width=&#34;359&#34; height=&#34;246&#34; alt=&#34;&#34; src=&#34;http://kimly.com/kimlyweb/images/stories/vitrine-kimly.gif&#34; /&#62;&#60;/p&#62;', 1, 0, '0000-00-00 00:00:00', '', 3, 0, 1, 'imagefolders=*2*'),
(3, 0, 'SOLDES D\\''HIVER', 'Flash infos', '', '2', 'left', 'Soldes jusqu''au 17 Fevrier 50%', 1, 0, '0000-00-00 00:00:00', '', 1, 0, 0, 'imagefolders=*2*'),
(7, 0, 'Exemples', 'Exemple FAQs', 'key.jpg', '3', 'left', 'Here you will find an example set of FAQs.', 1, 0, '0000-00-00 00:00:00', '', 0, 0, 2, ''),
(13, 0, 'kimly', 'kimly', '', '1', 'left', '', 1, 0, '0000-00-00 00:00:00', '', 2, 0, 0, 'imagefolders=*2*');

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

--
-- Table structure for table `jos_export_content`
--

CREATE TABLE IF NOT EXISTS `jos_export_content` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `title` varchar(100) NOT NULL default '',
  `title_alias` varchar(100) NOT NULL default '',
  `introtext` mediumtext NOT NULL,
  `fulltext` mediumtext NOT NULL,
  `state` tinyint(3) NOT NULL default '0',
  `sectionid` int(11) unsigned NOT NULL default '0',
  `mask` int(11) unsigned NOT NULL default '0',
  `catid` int(11) unsigned NOT NULL default '0',
  `created` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) unsigned NOT NULL default '0',
  `created_by_alias` varchar(100) NOT NULL default '',
  `modified` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) unsigned NOT NULL default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
  `images` text NOT NULL,
  `urls` text NOT NULL,
  `attribs` text NOT NULL,
  `version` int(11) unsigned NOT NULL default '1',
  `parentid` int(11) unsigned NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `access` int(11) unsigned NOT NULL default '0',
  `hits` int(11) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `idx_section` (`sectionid`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_catid` (`catid`),
  KEY `idx_mask` (`mask`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=30 ;

--
-- Dumping data for table `jos_export_content`
--

INSERT INTO `jos_export_content` (`id`, `title`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`) VALUES
(2, 'SOLDES D''HIVER 2007', '', 'DU 15 janvier au 15 F&#38;eacute;vrier 50% de REDUCTION sur TOUT le rayon CRISTAL Profitez-en!', '', 1, 2, 0, 3, '2004-08-09 08:30:34', 62, '', '2007-02-24 00:42:47', 62, 0, '0000-00-00 00:00:00', '2004-08-09 00:00:00', '0000-00-00 00:00:00', 'seignolles.jpg|||0||bottom||', '', 'pageclass_sfx=\nback_button=0\nitem_title=1\nlink_titles=0\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0\nkeyref=\ndocbook_type=', 20, 0, 2, '', '', 0, 19),
(3, 'NOUVEAU SITE KIMLY LUMINAIRES', '', '&#60;p&#62;KIMLY LUMINAIRES met en place son nouveau site de commerce. &#60;/p&#62;\n&#60;p&#62;R&#38;eacute;alisez maintenant vos achats en ligne, r&#38;eacute;servez vos produits, et profitez de nos offres et promotions.&#60;br /&#62;R&#38;eacute;glez vos achats par ch&#38;egrave;que ou gr&#38;agrave;ce au paiement s&#38;eacute;curis&#38;eacute; Paypal.&#60;/p&#62;\n&#60;p&#62;&#60;a href=&#34;http://www.paypal.fr&#34; target=&#34;_blank&#34;&#62;&#60;img align=&#34;left&#34; alt=&#34;&#34; style=&#34;width: 83px; height: 24px;&#34; src=&#34;/kimly/images/stories//paypal.jpg&#34; /&#62;&#60;/a&#62;&#60;br /&#62;&#60;/p&#62;', '', 1, 2, 0, 3, '2004-08-09 08:30:34', 62, '', '2007-02-20 23:43:48', 62, 0, '0000-00-00 00:00:00', '2004-08-09 00:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nback_button=0\nitem_title=1\nlink_titles=0\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0\nkeyref=\ndocbook_type=', 12, 0, 3, '', '', 0, 5),
(12, 'Le plan d''acc&#232;s &#224; notre magasin', '', '&#60;p&#62;&#60;img width=&#34;359&#34; height=&#34;246&#34; border=&#34;1&#34; align=&#34;texttop&#34; src=&#34;/kimly/images/stories//vitrine-kimly.JPG&#34; alt=&#34;&#34; /&#62;&#60;img width=&#34;0&#34; height=&#34;0&#34; src=&#34;/kimly/images/stories//vitrine-kimly.gif&#34; alt=&#34;vitrine Kimly&#34; /&#62;&#60;br /&#62;&#60;/p&#62;\n&#60;p&#62;Nos coordonn&#38;eacute;es :&#60;/p&#62;\n&#60;p&#62;Kimly Luminaires 46 Rue Jean Jaur&#38;egrave;s 77130 MONTEREAU&#60;/p&#62;\n&#60;p&#62;T&#38;eacute;l&#38;eacute;phone  : 01 60 96 14 80&#60;br /&#62;Fax               : 01 60 96 14 80&#60;/p&#62;\n&#60;p&#62; LE PLAN :&#60;/p&#62;\n&#60;p&#62;&#60;img width=&#34;496&#34; height=&#34;249&#34; border=&#34;1&#34; align=&#34;middle&#34; src=&#34;/kimly/images/stories//plan.gif&#34; alt=&#34;&#34; /&#62;&#60;br /&#62;&#60;/p&#62;\n&#60;p&#62; &#60;/p&#62;', '', 1, 0, 0, 0, '2007-01-11 02:22:31', 62, '', '2007-02-20 01:56:44', 62, 0, '0000-00-00 00:00:00', '2007-01-11 02:15:53', '0000-00-00 00:00:00', 'plan.gif|||0||bottom||', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=1\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=1\nprint=1\nemail=1', 3, 0, 2, '', '', 0, 55),
(13, 'notre atelier', '', '&#60;p&#62;Nous effectuons : &#60;/p&#62;\n&#60;p&#62;La r&#38;eacute;paration des lampadaires, des lampes.&#60;br /&#62;La remise &#38;agrave; niveau &#38;eacute;lectrique de vos luminaires anciens&#60;br /&#62;&#60;/p&#62;\n&#60;p&#62;Transformation et adaptation de vos luminaires anciens si les pi&#38;egrave;ces d&#38;eacute;tach&#38;eacute;es ne sont plus disponibles ou plus aux normes.&#60;/p&#62;\n&#60;p&#62;La conception des lampes, &#38;agrave; votre go&#38;ucirc;t, selon vos besoins: &#60;br /&#62;                -En composant des &#38;eacute;l&#38;eacute;ments de marques (pieds, abat-jour, etc...)&#60;br /&#62;                - A partir d''objet de d&#38;eacute;coration divers (statues, objets d''art, objets personnels etc...)&#60;/p&#62;\n&#60;p&#62; &#60;/p&#62;\n&#60;p&#62;La livraison &#38;agrave; domicile est offerte pour les gros articles (meubles, lampadaires...) dans un rayon de 10 km autour de Montereau Fault Yonne.&#60;/p&#62;\n&#60;p&#62;Contactez-nous pour exprimer vos besoins et &#38;eacute;tablir un devis gratuit des travaux &#38;agrave; r&#38;eacute;aliser.&#60;/p&#62;\n&#60;p&#62; &#60;/p&#62;\n&#60;p&#62;&#38;gt; Un exemple de r&#38;eacute;novation d ''un lustre :&#60;/p&#62;\n&#60;p&#62;{mosimage}   {mosimage}                              &#60;/p&#62;\n&#60;p&#62; &#60;/p&#62;\n&#60;p&#62; &#60;/p&#62;\n&#38;lt;\n&#60;p&#62;{mosimage} {mosimage}&#60;/p&#62;\n&#60;p&#62; &#60;/p&#62;', '', 1, 0, 0, 0, '2007-01-11 03:08:02', 62, '', '2007-02-20 22:52:49', 62, 0, '0000-00-00 00:00:00', '2007-01-11 03:02:46', '0000-00-00 00:00:00', 'detailavant01.JPG|center|d&#233;tail d''un lustre avant travaux|0|d&#233;tail d''un lustre avant travaux|bottom|center|\ndetailapres01.JPG|center|Le m&#234;me lustre apr&#232;s travaux|0|Le m&#234;me lustre apr&#232;s travaux|bottom|center|\nLustre_avantGM.JPG||lustre avant r&#233;novation|0|tr&#232;s oxyd&#233;, tiges et bougies cass&#233;es, c&#226;blage en tr&#232;s mauvais &#233;tat, etc.|bottom||\nlustreapres01.JPG||Lustre apr&#232;s r&#233;paration|0|d&#233;capage et vernissage pour &#233;viter toute nouvelle oxydation; remplacement, avec mise aux normes de tout le circuit &#233;lectrique.|bottom||', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=1\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 1, 0, 3, '', '', 0, 124),
(14, 'La boutique en ligne', '', '&#60;p&#62;Gr&#38;agrave;ce &#38;agrave; nos produits en ligne, vous pouvez r&#38;eacute;aliser vos achats tranquillement de chez vous.&#60;br /&#62;&#60;br /&#62;Le mode d''exp&#38;eacute;dition est le colissimo ou le contre-remboursement.&#60;/p&#62;\n&#60;p&#62;Notre syst&#38;egrave;me de prise de commandes est s&#38;eacute;curis&#38;eacute;. Le mode de paiement est:&#60;/p&#62;\n&#60;p&#62;Le paiement par ch&#38;egrave;que. L''envoi du colis se fait la r&#38;eacute;ception du paiement. &#60;br /&#62;Le paiement par paypal enti&#38;egrave;rement s&#38;eacute;curis&#38;eacute;.&#60;/p&#62;', '', 1, 0, 0, 0, '2007-01-11 03:23:32', 62, '', '2007-02-24 02:54:11', 62, 0, '0000-00-00 00:00:00', '2007-01-11 03:16:11', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 1, 0, 6, '', '', 0, 74),
(15, 'Les listes de mariage', '', '&#60;p&#62;D&#38;eacute;posez votre liste de mariage dans notre magasin. Nous avons s&#38;eacute;lectionn&#38;eacute; des produits de qualit&#38;eacute; dans des marques de renomm&#38;eacute;es. {mosslideshow 3}&#60;br /&#62;&#60;/p&#62;\n&#60;p&#62;&#60;br /&#62;&#60;/p&#62;\n&#60;p align=&#34;left&#34;&#62;&#38;nbsp;Les services de tables : Seignolles, Gien, Haviland&#60;/p&#62;\n&#60;p&#62; Le cristal et la verrerie : S&#38;egrave;vres, Boh&#38;egrave;me&#60;/p&#62;\n&#60;p&#62;Les couverts : Pintinox, l''Ecuyer, Eternum &#60;/p&#62;\n&#60;p align=&#34;center&#34;&#62;&#60;a href=&#34;javascript:submitbutton(''save'');&#34; class=&#34;toolbar&#34;&#62;&#38;nbsp; 				&#60;br /&#62;&#60;br /&#62;&#60;/a&#62;&#60;/p&#62;', '', 1, 0, 0, 0, '2007-01-11 03:48:54', 62, '', '2007-02-23 23:14:44', 62, 0, '0000-00-00 00:00:00', '2007-01-11 03:37:24', '0000-00-00 00:00:00', 'haviland.jpg||collection haviland|0|collection haviland|bottom|center|\nseignolles.jpg||fournisseur seignolles|0|fournisseur Seignolles|bottom|center|\nsevres.jpg||Fournisseur S&#232;vres|0|Fournisseur S&#232;vres|bottom|center|', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=1\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 1, 0, 7, '', '', 0, 190),
(16, 'Les GCV et mentions l&#233;gales', '', '&#60;p&#62;Dans cette page les mentions l&#38;eacute;gales du magasin:&#60;/p&#62;&#60;p&#62;le registre du commerce&#60;/p&#62;&#60;p&#62;les CGV&#60;/p&#62;&#60;p&#62;Les engagements&#38;nbsp;&#60;/p&#62;', '', 1, 0, 0, 0, '2007-01-16 04:00:14', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2007-01-16 03:55:12', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 8, '', '', 0, 2),
(17, 'Mentions l&#233;gales', '', 'Ici vous trouverez tous les informations l&#38;eacute;gales', '', 1, 0, 0, 0, '2007-01-16 23:28:43', 62, '', '2007-02-24 03:54:17', 62, 0, '0000-00-00 00:00:00', '2007-01-16 23:26:36', '0000-00-00 00:00:00', 'pastarchives.jpg|||0||bottom||', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 1, 0, 4, '', '', 0, 16),
(18, 'Les promotions', '', '', '', 1, 0, 0, 0, '2007-01-18 02:50:58', 62, '', '2007-01-23 03:59:09', 62, 0, '0000-00-00 00:00:00', '2007-01-18 02:50:35', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=1\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 1, 0, 1, '', '', 0, 110),
(19, 'Votre liste de mariage chez KIMLY!', '', 'Les grandes marques de l''Art de la table pour une liste de qualit&#38;eacute;. Services de table, couverts,&#60;img width=&#34;81&#34; height=&#34;66&#34; align=&#34;right&#34; alt=&#34;&#34; src=&#34;/kimly/images/stories//seignolles.jpg&#34; /&#62;&#60;br /&#62; services de verres, m&#38;eacute;nag&#38;egrave;res, cristallerie avec HAVILAND, SEIGNOLLES, GIEN,&#60;br /&#62;BOHEME, INTINOX, L''ECUYER, ETERNUM etc... &#60;br /&#62;&#60;br /&#62; N''h&#38;eacute;sitez plus, d&#38;eacute;posez votre liste sans tarder !&#60;br /&#62;\n&#60;p&#62; &#60;/p&#62;\n&#60;p&#62;&#60;br /&#62;&#60;/p&#62;', '', 1, 2, 0, 3, '2007-01-20 13:18:00', 62, '', '2007-02-20 23:16:35', 62, 0, '0000-00-00 00:00:00', '2007-01-20 13:14:37', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nback_button=0\nitem_title=1\nlink_titles=0\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0\nkeyref=\ndocbook_type=', 11, 0, 1, '', '', 0, 2),
(20, 'Notre adresse', '', '&#60;p&#62;46 Rue Jean Jaur&#38;egrave;s&#60;br /&#62;77130 Montereau Fault Yonne&#60;br /&#62;TEL/FAX :&#60;br /&#62;01 60 96 14 80 kimly@kimly.com&#60;br /&#62;Ouvert du Mardi au Samedi&#60;br /&#62;de 9H30 &#38;agrave; 12H00 &#60;br /&#62;et de 14H30 &#38;agrave; 19H00&#60;/p&#62;', '46 Rue Jean Jaur&#38;egrave;s 77130 Montereau Fault Yonne TEL/FAX : 01 60 96 14 80 kimly@kimly.com&#60;br /&#62;Ouvert du Mardi au Samedi de 9H30 &#38;agrave; 12H00 et de 14H30 &#38;agrave; 19H00', 1, 1, 0, 13, '2007-01-20 13:22:25', 62, '', '2007-02-21 02:03:10', 62, 0, '0000-00-00 00:00:00', '2007-01-20 13:20:02', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nback_button=0\nitem_title=0\nlink_titles=0\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0\nkeyref=\ndocbook_type=', 22, 0, 1, '', '', 0, 7),
(25, 'Notre magasin', '', '&#60;div align=&#34;left&#34;&#62;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp; &#60;br /&#62;\n&#60;table style=&#34;WIDTH: 273px; HEIGHT: 64px&#34; height=&#34;64&#34; cellspacing=&#34;1&#34; cellpadding=&#34;1&#34; width=&#34;273&#34; border=&#34;1&#34;&#62;\n    &#60;caption&#62;&#38;nbsp;&#60;/caption&#62;\n    &#60;tbody align=&#34;center&#34;&#62;\n        &#60;tr&#62;\n            &#60;td&#62;&#38;nbsp;&#38;nbsp;&#38;nbsp; {mosimage}&#60;/td&#62;\n        &#60;/tr&#62;\n    &#60;/tbody&#62;\n&#60;/table&#62;\n&#60;br /&#62;&#60;/div&#62;', '', -2, 0, 0, 0, '2007-01-21 19:07:59', 62, '', '2007-01-23 02:25:44', 62, 0, '0000-00-00 00:00:00', '2007-01-21 19:06:46', '0000-00-00 00:00:00', 'vitrine-kimly.gif|center|vitrine Kimly Luminaires|0|vitrine de Kimly Luminaires|bottom||', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 1, 0, 5, '', '', 0, 249),
(26, 'Accueil', '', '&#60;p&#62;\n&#60;table width=&#34;555&#34; cellspacing=&#34;10&#34; cellpadding=&#34;1&#34; border=&#34;0&#34; align=&#34;&#34; style=&#34;&#34; summary=&#34;&#34;&#62;\n    &#60;tbody&#62;\n        &#60;tr&#62;\n            &#60;td valign=&#34;top&#34; align=&#34;center&#34; bordercolor=&#34;#ff66ff&#34;&#62;\n            &#60;h4&#62;&#60;em style=&#34;font-family: Arial;&#34;&#62;Notre rayon luminaire&#60;/em&#62;&#60;/h4&#62;\n            &#60;div style=&#34;text-align: left;&#34;&#62;&#60;img border=&#34;1&#34; align=&#34;left&#34; alt=&#34;&#34; src=&#34;/kimly/images/stories//lampe4.jpg&#34; style=&#34;width: 68px; height: 80px;&#34; /&#62;lampe &#38;agrave; poser, lampe de bureau, lampadaire, lustre, applique murale, abat-jour...&#60;br /&#62;Ampoules, accessoires Pi&#38;egrave;ces d&#38;eacute;tach&#38;eacute;es et conseils techniques sur la d&#38;eacute;coration.&#60;br /&#62;&#60;/div&#62;\n            &#60;/td&#62;\n            &#60;td valign=&#34;top&#34; align=&#34;center&#34;&#62;\n            &#60;h4 style=&#34;font-family: Arial;&#34;&#62;&#60;em&#62;Vos id&#38;eacute;es cadeaux avec KIMLY&#60;/em&#62;&#60;/h4&#62;\n            &#60;div style=&#34;text-align: justify;&#34;&#62;A l''occasion des f&#38;ecirc;tes et&#60;img align=&#34;right&#34; src=&#34;/kimly/images/stories//236.jpg&#34; style=&#34;width: 73px; height: 104px;&#34; alt=&#34;&#34; /&#62; grands &#38;eacute;v&#38;egrave;nements, No&#38;euml;l, f&#38;ecirc;te des m&#38;egrave;res, des p&#38;egrave;res, Saint-Valentin, anniversaires ou simplement se faire plaisir... des id&#38;eacute;es cadeau &#38;agrave; offrir parmi les figurines, miniatures, poup&#38;eacute;es de collection, &#38;eacute;tains et cuivres.&#60;/div&#62;\n            &#60;/td&#62;\n            &#60;td valign=&#34;top&#34; align=&#34;center&#34;&#62;\n            &#60;h4 style=&#34;font-family: Arial;&#34;&#62;&#60;em&#62;Liste de Mariage&#60;/em&#62;&#60;/h4&#62;\n            &#60;div style=&#34;text-align: left;&#34;&#62;\n            &#60;div style=&#34;text-align: justify;&#34;&#62;Votre mariage pour cette ann&#38;eacute;e? N''h&#38;eacute;sitez pas! D&#38;eacute;posez votre liste de mariage et choisissez parmi les marques de prestige des Arts de la table, Haviland, Gien, Seignolles, S&#38;egrave;vres etc...&#60;br /&#62;&#60;/div&#62;\n            &#60;div style=&#34;text-align: center;&#34;&#62;&#60;font size=&#34;3&#34;&#62;&#60;img border=&#34;1&#34; align=&#34;middle&#34; style=&#34;width: 125px; height: 106px;&#34; src=&#34;/kimly/images/stories//sevres.jpg&#34; alt=&#34;&#34; /&#62;&#60;/font&#62;&#60;/div&#62;\n            &#60;/div&#62;\n            &#60;/td&#62;\n        &#60;/tr&#62;\n        &#60;tr&#62;\n            &#60;td valign=&#34;top&#34; align=&#34;center&#34;&#62;\n            &#60;h4&#62;&#60;em&#62;Petits meubles exotiques&#60;br /&#62;&#60;/em&#62;&#60;/h4&#62;\n            &#60;div style=&#34;text-align: justify;&#34;&#62; Un s&#38;eacute;lection de meubles chinois, pour votre int&#38;eacute;rieur. D&#38;eacute;couvrez nos tables basses, des &#38;eacute;tag&#38;egrave;res-escalier aux commodes d&#38;eacute;cor&#38;eacute;es main... &#60;br /&#62;             &#60;/div&#62;\n            &#60;div style=&#34;text-align: center;&#34;&#62;&#60;img width=&#34;100&#34; height=&#34;98&#34; border=&#34;0&#34; align=&#34;middle&#34; src=&#34;/kimly/images/stories//meuble2.jpg&#34; alt=&#34;&#34; /&#62;&#60;/div&#62;\n            &#60;/td&#62;\n            &#60;td style=&#34;text-align: center;&#34;&#62;&#60;img width=&#34;170&#34; height=&#34;170&#34; align=&#34;middle&#34; src=&#34;/kimly/images/stories//kimly1.gif&#34; alt=&#34;&#34; /&#62;&#60;br /&#62;&#60;/td&#62;\n            &#60;td style=&#34;text-align: justify;&#34;&#62;\n            &#60;h4 style=&#34;text-align: center;&#34;&#62;&#60;em&#62;Votre luminaire n''&#38;eacute;claire plus? Ne le jetez pas!&#60;/em&#62;&#60;/h4&#62;\n            &#60;div style=&#34;text-align: left;&#34;&#62;             Kimly est sp&#38;eacute;cialiste en&#60;br /&#62;R&#38;eacute;paration de luminaire.&#60;br /&#62;&#60;br /&#62;Un vieux lampadaire terne et v&#38;eacute;tuste? Kimly effectue aussi la restauration de luminaire!&#60;br /&#62;&#60;br /&#62;Un objet qui vous tient &#38;agrave; coeur ? Nous pouvons le transformer en lampe gr&#38;acirc;ce &#38;agrave; notre service cr&#38;eacute;ation de luminaire!&#60;/div&#62;\n            &#60;/td&#62;\n        &#60;/tr&#62;\n        &#60;tr align=&#34;justify&#34;&#62;\n            &#60;td&#62;&#60;br /&#62;&#60;/td&#62;\n            &#60;td&#62;&#60;br /&#62;&#60;/td&#62;\n            &#60;td&#62;&#60;br /&#62;&#60;/td&#62;\n        &#60;/tr&#62;\n    &#60;/tbody&#62;\n&#60;/table&#62;\n&#60;/p&#62;', '', 1, 0, 0, 0, '2007-02-19 20:13:38', 62, '', '2007-02-27 22:32:06', 62, 0, '0000-00-00 00:00:00', '2007-02-19 19:43:04', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 2, 0, 9, '', '', 0, 825),
(27, 'Page Accueil', '', '', '', -2, 0, 0, 0, '2007-02-20 08:01:12', 65, '', '2007-02-20 08:08:58', 65, 0, '0000-00-00 00:00:00', '2007-02-20 08:00:15', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=1\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 1, 0, 0, '', '', 0, 4),
(28, 'Foire de Montereau en avril', '', '&#60;p&#62;Du Vendredi 20 au Lundi 23 avril 2007, grande foire annuelle de Montereau.&#60;br /&#62;Emplacement des Noues. Venez nous rendre visite sur notre stand et profitez des promotions sp&#38;eacute;ciales ''FOIRE''&#60;/p&#62;\n&#60;p&#62;&#60;br /&#62;&#60;/p&#62;', '', 1, 1, 0, 1, '2007-02-21 02:13:05', 62, '', '2007-02-24 15:05:36', 62, 0, '0000-00-00 00:00:00', '2007-02-21 02:04:09', '2007-04-24 01:00:00', '', '', 'pageclass_sfx=\nback_button=0\nitem_title=1\nlink_titles=0\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0\nkeyref=\ndocbook_type=', 3, 0, 1, '', '', 0, 0),
(29, 'Promos clients', '', 'Bienvenue aux clients privil&#38;eacute;gi&#38;eacute;s&#60;br /&#62;&#60;br /&#62;Vous b&#38;eacute;n&#38;eacute;ficiez d''offres particuli&#38;egrave;rement adapt&#38;eacute;e aux clients fid&#38;egrave;les', '', 1, 0, 0, 0, '2007-02-24 15:48:20', 62, '', '2007-02-24 15:49:32', 62, 0, '0000-00-00 00:00:00', '2007-02-24 15:46:19', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 1, 0, 0, '', '', 0, 3);

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

--
-- Table structure for table `jos_export_sections`
--

CREATE TABLE IF NOT EXISTS `jos_export_sections` (
  `id` int(11) NOT NULL auto_increment,
  `title` varchar(50) NOT NULL default '',
  `name` varchar(255) NOT NULL default '',
  `image` varchar(100) NOT NULL default '',
  `scope` varchar(50) NOT NULL default '',
  `image_position` varchar(10) NOT NULL default '',
  `description` text NOT NULL,
  `published` tinyint(1) NOT NULL default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `count` int(11) NOT NULL default '0',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `idx_scope` (`scope`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `jos_export_sections`
--

INSERT INTO `jos_export_sections` (`id`, `title`, `name`, `image`, `scope`, `image_position`, `description`, `published`, `checked_out`, `checked_out_time`, `ordering`, `access`, `count`, `params`) VALUES
(1, 'Nouvelles', 'Les News', 'articles.jpg', 'content', 'right', 'S&#38;eacute;lectionner une cat&#38;eacute;gorie de news dans la liste ci-dessous.', 1, 0, '0000-00-00 00:00:00', 1, 0, 13, 'imagefolders=*1*'),
(2, 'Flashs', 'Newsflashes', 'clock.jpg', 'content', 'left', '', 1, 0, '0000-00-00 00:00:00', 2, 0, 9, 'imagefolders=*1*'),
(3, 'FAQs', 'Foire Aux Questions', 'pastarchives.jpg', 'content', 'left', 'S&#233;lectionner une cat&#233;gorie de news dans la liste ci-dessous pour consulter..', 1, 0, '0000-00-00 00:00:00', 3, 0, 1, '');

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

--
-- Table structure for table `jos_facileforms_compmenus`
--

CREATE TABLE IF NOT EXISTS `jos_facileforms_compmenus` (
  `id` int(11) NOT NULL auto_increment,
  `package` varchar(30) NOT NULL default '',
  `parent` int(11) NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  `published` tinyint(1) NOT NULL default '0',
  `img` varchar(255) NOT NULL default '',
  `title` varchar(50) NOT NULL default '',
  `name` varchar(30) NOT NULL default '',
  `page` int(11) NOT NULL default '1',
  `frame` tinyint(1) NOT NULL default '0',
  `border` tinyint(1) NOT NULL default '0',
  `params` text,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `jos_facileforms_compmenus`
--

INSERT INTO `jos_facileforms_compmenus` (`id`, `package`, `parent`, `ordering`, `published`, `img`, `title`, `name`, `page`, `frame`, `border`, `params`) VALUES
(1, 'Samples', 0, 0, 1, 'js/ThemeOffice/tux.png', 'FacileForms Sample Menu', '', 1, 0, 0, ''),
(2, 'Samples', 1, 1, 1, 'js/ThemeOffice/user.png', 'Contact form', 'SampleContactForm', 1, 0, 1, ''),
(3, 'Samples', 1, 2, 1, 'js/ThemeOffice/credits.png', 'Pizza shop', 'SamplePizzaShop', 1, 1, 1, '');

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

--
-- Table structure for table `jos_facileforms_config`
--

CREATE TABLE IF NOT EXISTS `jos_facileforms_config` (
  `id` varchar(30) NOT NULL default '',
  `value` text,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_facileforms_config`
--

INSERT INTO `jos_facileforms_config` (`id`, `value`) VALUES
('stylesheet', '1'),
('wysiwyg', '0'),
('areasmall', '4'),
('areamedium', '12'),
('arealarge', '20'),
('limitdesc', '100'),
('emailadr', 'Enter your email address here'),
('images', '{mossite}/components/com_facileforms/images'),
('uploads', '{mospath}/components/com_facileforms/uploads'),
('movepixels', '10'),
('compress', '1'),
('livesite', '0'),
('getprovider', '0'),
('gridshow', '1'),
('gridsize', '10'),
('gridcolor1', '#e0e0ff'),
('gridcolor2', '#ffe0e0'),
('viewed', '0'),
('exported', '0'),
('archived', '0'),
('formname', ''),
('menupkg', ''),
('formpkg', ''),
('scriptpkg', ''),
('piecepkg', '');

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

--
-- Table structure for table `jos_facileforms_elements`
--

CREATE TABLE IF NOT EXISTS `jos_facileforms_elements` (
  `id` int(11) NOT NULL auto_increment,
  `form` int(11) NOT NULL default '0',
  `page` int(11) NOT NULL default '1',
  `ordering` int(11) NOT NULL default '0',
  `published` tinyint(1) NOT NULL default '0',
  `name` varchar(30) NOT NULL default '',
  `title` varchar(50) NOT NULL default '',
  `type` varchar(50) NOT NULL default '',
  `class1` varchar(30) default NULL,
  `class2` varchar(30) default NULL,
  `logging` tinyint(1) NOT NULL default '1',
  `posx` int(11) default NULL,
  `posxmode` tinyint(1) NOT NULL default '0',
  `posy` int(11) default NULL,
  `posymode` tinyint(1) NOT NULL default '0',
  `width` int(11) default NULL,
  `widthmode` tinyint(1) NOT NULL default '0',
  `height` int(11) default NULL,
  `heightmode` tinyint(1) NOT NULL default '0',
  `flag1` tinyint(1) NOT NULL default '0',
  `flag2` tinyint(1) NOT NULL default '0',
  `data1` text,
  `data2` text,
  `data3` text,
  `script1cond` tinyint(1) NOT NULL default '0',
  `script1id` int(11) default NULL,
  `script1code` text,
  `script1flag1` tinyint(1) NOT NULL default '0',
  `script1flag2` tinyint(1) NOT NULL default '0',
  `script2cond` tinyint(1) NOT NULL default '0',
  `script2id` int(11) default NULL,
  `script2code` text,
  `script2flag1` tinyint(1) NOT NULL default '0',
  `script2flag2` tinyint(1) NOT NULL default '0',
  `script2flag3` tinyint(1) NOT NULL default '0',
  `script2flag4` tinyint(1) NOT NULL default '0',
  `script2flag5` tinyint(1) NOT NULL default '0',
  `script3cond` tinyint(1) NOT NULL default '0',
  `script3id` int(11) default NULL,
  `script3code` text,
  `script3msg` text,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=143 ;

--
-- Dumping data for table `jos_facileforms_elements`
--

INSERT INTO `jos_facileforms_elements` (`id`, `form`, `page`, `ordering`, `published`, `name`, `title`, `type`, `class1`, `class2`, `logging`, `posx`, `posxmode`, `posy`, `posymode`, `width`, `widthmode`, `height`, `heightmode`, `flag1`, `flag2`, `data1`, `data2`, `data3`, `script1cond`, `script1id`, `script1code`, `script1flag1`, `script1flag2`, `script2cond`, `script2id`, `script2code`, `script2flag1`, `script2flag2`, `script2flag3`, `script2flag4`, `script2flag5`, `script3cond`, `script3id`, `script3code`, `script3msg`) VALUES
(1, 1, 1, 1, 1, 'cf_title', 'Title', 'Static Text/HTML', '', '', 1, 0, 0, 13, 0, 400, 0, 100, 0, 0, 0, '<center><h1 style="line-height:1;padding:0;margin:0;">Contact Form</h1></center>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(2, 1, 1, 2, 1, 'cf_name', 'Name', 'Text', '', '', 1, 51, 0, 48, 0, 300, 1, 255, 0, 0, 0, '', '', '', 1, 6, NULL, 1, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 1, 38, NULL, 'Please enter your name.'),
(3, 1, 1, 3, 1, 'cf_nametext', 'Name:', 'Static Text/HTML', '', '', 1, 5, 0, 50, 0, 0, 0, 0, 0, 0, 0, 'Name:', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(4, 1, 1, 4, 1, 'cf_email', 'Email', 'Text', '', '', 1, 51, 0, 78, 0, 300, 1, 255, 0, 0, 0, '', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 1, 37, NULL, 'Please enter your valid email address.'),
(5, 1, 1, 5, 1, 'cf_emailtext', 'Email:', 'Static Text/HTML', '', '', 1, 5, 0, 80, 0, 0, 0, 0, 0, 0, 0, 'Email:', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(6, 1, 1, 6, 1, 'cf_note', 'Note', 'Tooltip', '', '', 1, 367, 0, 80, 0, 0, 0, 0, 0, 0, 0, '', 'We confirm that your email address will be only used for handling this contact request, and it will not be made availabe to any 3rd party.', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(7, 1, 1, 7, 1, 'cf_messagetext', 'Your message:', 'Static Text/HTML', '', '', 1, 5, 0, 108, 0, 0, 0, 0, 0, 0, 0, 'Your Message:', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(8, 1, 1, 8, 1, 'cf_message', 'Message', 'Textarea', '', '', 1, 10, 0, 128, 0, 380, 1, 180, 1, 0, 0, '', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 1, 38, NULL, 'Please enter your message.'),
(9, 1, 1, 9, 1, 'cf_submit', 'Submit', 'Regular Button', '', '', 1, -5, 0, 321, 0, 0, 0, 0, 0, 0, 0, '', 'Submit', '', 0, NULL, NULL, 0, 0, 1, 36, NULL, 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(10, 1, 1, 10, 1, 'seccode', 'Security Code', 'Text', '', 'inputbox', 1, 245, 0, 322, 0, 5, 0, 5, 0, 0, 0, '', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 1, 22, NULL, ''),
(11, 1, 1, 11, 1, 'secimage', 'Security Image', 'Static Text/HTML', '', '', 1, 10, 0, 324, 0, 0, 0, 0, 0, 0, 0, '<?php return ff_securityImage(); ?>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(12, 1, 1, 12, 1, 'seclabel', 'Security Label', 'Static Text/HTML', '', '', 1, 87, 0, 325, 0, 0, 0, 0, 0, 0, 0, 'Enter security code:', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(13, 2, 1, 1, 1, 'pane1page1', 'Page 1', 'Rectangle', '', '', 1, 10, 0, 10, 0, 450, 0, 400, 0, 0, 0, '1px solid #aaaaaa', '#eeeeee', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(14, 2, 1, 2, 1, 'pane1page2', 'Page 2', 'Rectangle', '', '', 1, 160, 0, 10, 0, 151, 0, 30, 0, 0, 0, '1px solid #aaaaaa', '#dddddd', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(15, 2, 1, 3, 1, 'pane1page3', 'Page 3', 'Rectangle', '', '', 1, 309, 0, 10, 0, 151, 0, 30, 0, 0, 0, '1px solid #aaaaaa', '#dddddd', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(16, 2, 1, 4, 1, 'pane1legend1', 'Legend 1', 'Static Text/HTML', '', '', 1, 55, 0, 17, 0, 0, 0, 0, 0, 0, 0, 'Welcome', '#dddddd', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(17, 2, 1, 5, 1, 'pane1legend2', 'Legend 2', 'Static Text/HTML', '', '', 1, 210, 0, 17, 0, 0, 0, 0, 0, 0, 0, '<a href="javascript:ff_switchpage(2)">Details</a>', '#dddddd', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(18, 2, 1, 6, 1, 'pane1legend3', 'Legend 3', 'Static Text/HTML', '', '', 1, 360, 0, 17, 0, 0, 0, 0, 0, 0, 0, '<a href="javascript:ff_switchpage(3)">The Rest</a>', '#dddddd', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(19, 2, 1, 7, 1, 'pane1intro', 'Intro', 'Static Text/HTML', '', '', 1, 30, 0, 70, 0, 410, 0, 300, 0, 0, 0, '<h1>Tab Sample</h1>\r\n<p>This demonstrates how you can build a dialogue with tabs for each page. It also shows another reasonable use of rectangles besides framing and highlighting contents.</p>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(20, 2, 1, 8, 1, 'pane1next', 'Next', 'Icon', '', '', 1, 415, 0, 345, 0, 0, 0, 0, 0, 1, 0, '{mossite}/administrator/images/next.png', '<font size="2"><strong>Next</strong></font>', '{mossite}/administrator/images/next_f2.png', 0, NULL, NULL, 0, 0, 1, 13, NULL, 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(21, 2, 2, 9, 1, 'pane2page2', 'Page 2', 'Rectangle', '', '', 1, 10, 0, 10, 0, 450, 0, 400, 0, 0, 0, '1px solid #aaaaaa', '#eeeeee', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(22, 2, 2, 10, 1, 'pane2page1', 'Page 1', 'Rectangle', '', '', 1, 10, 0, 10, 0, 151, 0, 30, 0, 0, 0, '1px solid #aaaaaa', '#dddddd', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(23, 2, 2, 11, 1, 'pane2page3', 'Page 3', 'Rectangle', '', '', 1, 309, 0, 10, 0, 151, 0, 30, 0, 0, 0, '1px solid #aaaaaa', '#dddddd', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(24, 2, 2, 12, 1, 'pane2legend1', 'Legend 1', 'Static Text/HTML', '', '', 1, 55, 0, 17, 0, 0, 0, 0, 0, 0, 0, '<a href="javascript:ff_switchpage(1)">Welcome</a>', '#dddddd', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(25, 2, 2, 13, 1, 'pane2legend2', 'Legend 2', 'Static Text/HTML', '', '', 1, 210, 0, 17, 0, 0, 0, 0, 0, 0, 0, 'Details', '#dddddd', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(26, 2, 2, 14, 1, 'pane2legend3', 'Legend 3', 'Static Text/HTML', '', '', 1, 360, 0, 17, 0, 0, 0, 0, 0, 0, 0, '<a href="javascript:ff_switchpage(3)">The Rest</a>', '#dddddd', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(27, 2, 2, 15, 1, 'pane2picture', 'Picture', 'Image', '', '', 1, 100, 0, 100, 0, 200, 0, 200, 0, 0, 0, '{mossite}/administrator/images/credits.png', 'Credits', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(28, 2, 2, 16, 1, 'pane2next', 'Next', 'Icon', '', '', 1, 415, 0, 345, 0, 0, 0, 0, 0, 1, 0, '{mossite}/administrator/images/next.png', '<font size="2"><strong>Next</strong></font>', '{mossite}/administrator/images/next_f2.png', 0, NULL, NULL, 0, 0, 1, 13, NULL, 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(29, 2, 2, 17, 1, 'pane2back', 'Back', 'Icon', '', '', 1, 20, 0, 345, 0, 0, 0, 0, 0, 1, 0, '{mossite}/administrator/images/back.png', '<font size="2"><strong>Back</strong></font>', '{mossite}/administrator/images/back_f2.png', 0, NULL, NULL, 0, 0, 1, 17, NULL, 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(30, 2, 3, 18, 1, 'pane3page3', 'Page 3', 'Rectangle', '', '', 1, 10, 0, 10, 0, 450, 0, 400, 0, 0, 0, '1px solid #aaaaaa', '#eeeeee', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(31, 2, 3, 19, 1, 'pane3page1', 'Page 1', 'Rectangle', '', '', 1, 10, 0, 10, 0, 151, 0, 30, 0, 0, 0, '1px solid #aaaaaa', '#dddddd', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(32, 2, 3, 20, 1, 'pane3page2', 'Page 2', 'Rectangle', '', '', 1, 159, 0, 10, 0, 151, 0, 30, 0, 0, 0, '1px solid #aaaaaa', '#dddddd', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(33, 2, 3, 21, 1, 'pane3legend1', 'Legend 1', 'Static Text/HTML', '', '', 1, 55, 0, 17, 0, 0, 0, 0, 0, 0, 0, '<a href="javascript:ff_switchpage(1)">Welcome</a>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(34, 2, 3, 22, 1, 'pane3legend2', 'Legend 2', 'Static Text/HTML', '', '', 1, 210, 0, 17, 0, 0, 0, 0, 0, 0, 0, '<a href="javascript:ff_switchpage(2)">Details</a>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(35, 2, 3, 23, 1, 'pane3legend3', 'Legend 3', 'Static Text/HTML', '', '', 1, 360, 0, 17, 0, 0, 0, 0, 0, 0, 0, 'The Rest', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(36, 2, 3, 24, 1, 'pane3text', 'Text', 'Static Text/HTML', '', '', 1, 130, 0, 100, 0, 0, 0, 0, 0, 0, 0, '<h3>....will go here.</h3>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(37, 2, 3, 25, 1, 'pane3back', 'Back', 'Icon', '', '', 1, 20, 0, 345, 0, 0, 0, 0, 0, 1, 0, '{mossite}/administrator/images/back.png', '<font size="2"><strong>Back</strong></font>', '{mossite}/administrator/images/back_f2.png', 0, NULL, NULL, 0, 0, 1, 17, NULL, 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(38, 3, 1, 1, 1, 'CselHeading', 'Heading', 'Static Text/HTML', '', '', 1, 5, 0, 0, 0, 310, 0, 100, 0, 0, 0, '<h3>Advanced Country Selection</h3>\r\n<p>This sample demonstrates the interaction between logically connected select lists, as well as dynamic replacement of select list options.</p>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(39, 3, 1, 2, 1, 'CselRegionCaption', 'Region:', 'Static Text/HTML', '', '', 1, 5, 0, 130, 0, 0, 0, 0, 0, 0, 0, '<strong>Region:</strong>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(40, 3, 1, 3, 1, 'CselRegion', 'Region', 'Select List', '', '', 0, 145, 0, 128, 0, 150, 0, 0, 0, 0, 0, '1', '1;Select Region;none\r\n0;Asia;asia\r\n0;Africa;africa\r\n0;Australia;australia\r\n0;Europe;europe\r\n0;Middle East;middleeast\r\n0;Latin America;lamerica\r\n0;North America;namerica\r\n0;South America;samerica', '', 1, 6, NULL, 1, 0, 2, NULL, 'function ff_CselRegion_action(element, action)\r\n{\r\n    country = ff_getElementByName(''CselCountry'');\r\n    state   = ff_getElementByName(''CselState'');\r\n\r\n    var africaArray = new Array(\r\n        ''Ethiopia'', ''Somalia'', ''South Africa'', ''Other''\r\n    );\r\n\r\n    var middleeastArray = new Array(\r\n        ''Egypt'', ''Iran'', ''Israel'', ''Kuwait'', ''Lebanon'', ''Morocco'',\r\n        ''Saudi Arabia'', ''Syria'', ''Turkey'', ''U.A.Emirates'', ''Other''\r\n    );\r\n\r\n    var asiaArray = new Array(\r\n        ''Armenia'', ''Bangladesh'', ''Cambodia'', ''China'', ''India'', ''Indonesia'',\r\n        ''Japan'', ''Malaysia'', ''Myanmar'', ''Nepal'', ''Pakistan'', ''Philippines'',\r\n        ''Singapore'', ''South Korea'', ''Sri Lanka'', ''Taiwan'', ''Thailand'',\r\n        ''Uzbekistan'', ''Vietnam'', ''Other''\r\n    );\r\n\r\n    var europeArray = new Array(\r\n        ''Albania'', ''Austria'', ''Belarus'', ''Belgium'', ''Bosnia'', ''Bulgaria'',\r\n        ''Croatia'', ''Cyprus'', ''Czech Rep.'', ''Denmark'', ''Estonia'', ''Finland'',\r\n        ''France'', ''Germany'', ''Greece'', ''Hungary'', ''Iceland'', ''Ireland'',\r\n        ''Italy'', ''Latvia'', ''Liechtenstein'', ''Lithuania'', ''Luxembourg'',\r\n        ''Macedonia'', ''Malta'', ''Monaco'', ''Netherlands'', ''Norway'', ''Poland'',\r\n        ''Portugal'', ''Romania'', ''Russia'', ''Slovakia'', ''Slovenia'', ''Spain'',\r\n        ''Sweden'', ''Switzerland'', ''Ukraine'', ''United Kingdom'', ''Other''\r\n    );\r\n\r\n    var australiaArray = new Array(''Australia'', ''New Zealand'', ''Other'');\r\n\r\n    var lamericaArray = new Array(\r\n        ''Costa Rica'', ''Cuba'', ''El Salvador'', ''Guatemala'', ''Haiti'', ''Jamaica'',\r\n        ''Mexico'', ''Panama'', ''Other''\r\n    );\r\n\r\n    var namericaArray =  new Array(''Canada'', ''USA'', ''Other'');\r\n\r\n    var samericaArray =  new Array(\r\n        ''Argentina'', ''Bolivia'', ''Brazil'', ''Chile'', ''Colombia'', ''Ecuador'',\r\n        ''Paraguay'', ''Peru'', ''Suriname'', ''Uruguay'', ''Venezuela'', ''Other''\r\n    );\r\n\r\n    if (element.value == ''none'') {\r\n        // drop countries\r\n        while (country.options.length > 0)\r\n            country.options[country.options.length-1] = null;\r\n    } else {\r\n        // get the matching array\r\n        var selectedArray = eval(element.value+''Array'');\r\n\r\n        // drop supernumerous option\r\n        while (selectedArray.length < country.options.length-1)\r\n            country.options[country.options.length-1] = null;\r\n\r\n        // add the new options\r\n        country.options[0] = new Option(''Select Country'', ''none'', true, true);\r\n        for (var i=0; i < selectedArray.length; i++)\r\n            country.options[i+1] =\r\n                new Option(selectedArray[i], selectedArray[i]);\r\n    } // if\r\n\r\n    // drop states\r\n    while (state.options.length > 0)\r\n        state.options[state.options.length-1] = null;\r\n} // ff_CselRegion_action', 0, 0, 1, 0, 0, 2, NULL, 'function ff_CselRegion_validation(element, message)\r\n{\r\n    if (element.value==''none'') {\r\n        if (message=='''') message = "Please select region.\\n";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    }\r\n    return '''';\r\n}', ''),
(41, 3, 1, 4, 1, 'CselCountryCaption', 'Country:', 'Static Text/HTML', '', '', 1, 5, 0, 155, 0, 0, 0, 0, 0, 0, 0, '<strong>Country:</strong>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(42, 3, 1, 5, 1, 'CselCountry', 'Country', 'Select List', '', '', 0, 145, 0, 153, 0, 150, 0, 0, 0, 0, 0, '1', '', '', 0, NULL, NULL, 0, 0, 2, NULL, 'function ff_CselCountry_action(element, action)\r\n{\r\n    state   = ff_getElementByName(''CselState'');\r\n\r\n    var stateArray = new Array(\r\n        ''Alabama'', ''Alaska'', ''Arizona'', ''Arkansas'', ''California'', ''Colorado'',\r\n        ''Connecticut'', ''Delaware'', ''Columbia'', ''Florida'', ''Georgia'', ''Hawaii'',\r\n        ''Idaho'', ''Illinois'', ''Indiana'', ''Iowa'', ''Kansas'', ''Kentucky'',\r\n        ''Louisiana'', ''Maine'', ''Maryland'', ''Massachusetts'', ''Michigan'',\r\n        ''Minnesota'', ''Mississippi'', ''Missouri'', ''Montana'', ''Nebraska'',\r\n        ''Nevada'', ''New Hampshire'', ''New Jersey'', ''New Mexico'', ''New York'',\r\n        ''North Carolina'', ''North Dakota'', ''Ohio'', ''Oklahoma'', ''Oregon'',\r\n        ''Pennsylvania'', ''Rhode Island'', ''South Carolina'', ''South Dakota'',\r\n        ''Tennessee'', ''Texas'', ''Utah'', ''Vermont'', ''Virginia'', ''Washington'',\r\n        ''West Virginia'', ''Wisconsin'', ''Wyoming''\r\n    );\r\n    if (element.value==''USA'') {\r\n        // drop supernumerous option\r\n        while (stateArray.length < state.options.length-1)\r\n            state.options[state.options.length-1] = null;\r\n\r\n        // add the new options\r\n	    state.options[0] = new Option(''Select State'', ''none'', true, true);\r\n        for (var i=0; i < stateArray.length; i++)\r\n            state.options[i+1] = new Option(stateArray[i], stateArray[i]);\r\n    } else {\r\n        while (state.options.length > 0)\r\n            state.options[(state.options.length - 1)] = null;\r\n    } // if\r\n} //ff_CselCountry_action', 0, 0, 1, 0, 0, 2, NULL, 'function ff_CselCountry_validation(element, message)\r\n{\r\n    if (element.value==''none'' || element.value=='''') {\r\n        if (message=='''') message = "Please select country.\\n";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    }\r\n    return '''';\r\n}', ''),
(43, 3, 1, 6, 1, 'CselStateCaption', 'State:', 'Static Text/HTML', '', '', 1, 5, 0, 180, 0, 0, 0, 0, 0, 0, 0, '<strong>State (USA only):</strong>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(44, 3, 1, 7, 1, 'CselState', 'State', 'Select List', '', '', 0, 145, 0, 178, 0, 150, 0, 0, 0, 0, 0, '1', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 2, NULL, 'function ff_CselState_validation(element, message)\r\n{\r\n    if (ff_getElementByName(''CselCountry'').value==''USA'')\r\n        if (element.value==''none'' || element.value=='''') {\r\n            if (message=='''') message = "Please select state.\\n";\r\n            ff_validationFocus(element.name);\r\n            return message;\r\n        }\r\n    return '''';\r\n}', ''),
(45, 3, 1, 8, 1, 'CselValidateButton', 'Validate Button', 'Regular Button', '', '', 1, 50, 0, 210, 0, 0, 0, 0, 0, 0, 0, '', 'Validate Country Selection', '', 0, NULL, NULL, 0, 0, 1, 35, NULL, 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(46, 4, 1, 1, 1, 'email_txt', 'Recipient:', 'Static Text/HTML', '', '', 1, 10, 0, 10, 0, 0, 0, 0, 0, 0, 0, 'Email to:', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(47, 4, 1, 2, 1, 'email', 'Recipient', 'Text', '', '', 1, 10, 0, 25, 0, 51, 0, 128, 0, 0, 0, '', '', '', 1, 6, NULL, 1, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 1, 37, NULL, 'Please enter a valid email address.'),
(48, 4, 1, 3, 1, 'subject_txt', 'Subject:', 'Static Text/HTML', '', '', 1, 10, 0, 55, 0, 0, 0, 0, 0, 0, 0, 'Subject:', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(49, 4, 1, 4, 1, 'subject', 'Subject', 'Text', '', '', 1, 10, 0, 70, 0, 51, 0, 128, 0, 0, 0, '', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 1, 38, NULL, 'Please enter the subject.'),
(50, 4, 1, 5, 1, 'message_txt', 'Message:', 'Static Text/HTML', '', '', 1, 10, 0, 100, 0, 0, 0, 0, 0, 0, 0, 'Message:', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(51, 4, 1, 6, 1, 'message', 'Message', 'Textarea', '', '', 1, 10, 0, 115, 0, 38, 0, 15, 0, 0, 0, '', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 1, 38, NULL, 'Please enter the message.'),
(52, 4, 1, 7, 1, 'submit_mail', 'Submit', 'Regular Button', '', '', 1, 10, 0, 370, 0, 0, 0, 0, 0, 0, 0, '', 'Submit', '', 0, NULL, NULL, 0, 0, 1, 36, NULL, 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(53, 5, 1, 1, 1, 'welcome', 'Welcome', 'Static Text/HTML', '', '', 1, 10, 0, 10, 0, 0, 0, 0, 0, 0, 0, '<h2>Welcome <?php \r\nglobal $my; \r\nif ($my->name != '''') return $my->name; else return ''Visitor'';\r\n?></h2>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(54, 5, 1, 2, 1, 'userlist', 'Userlist', 'Select List', '', '', 1, 10, 0, 75, 0, 0, 0, 0, 0, 0, 0, '10', '1;Select user;none\r\n<?php\r\n/*\r\n  This php code is executed while the page is created.\r\n  It queries the userlist by sql and creates options for the select list.\r\n*/\r\n$users = ff_select("select name, username from #__users order by name");\r\n$options = '''';\r\nif ($users)\r\n    foreach ($users as $user) \r\n        $options .= "0;$user->name;$user->username\\n";\r\nreturn $options;\r\n?>', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 2, NULL, 'function ff_userlist_validation(element, message)\r\n{\r\n    if (element.value==''none'' || element.value=='''') {\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return '''';\r\n} // ff_userlist_validation', 'Please select a mambo user!'),
(55, 5, 1, 3, 1, 'submit', 'Submit', 'Regular Button', '', '', 1, 10, 0, 260, 0, 0, 0, 0, 0, 0, 0, '5', 'Submit', '', 0, NULL, NULL, 0, 0, 1, 36, NULL, 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(56, 5, 1, 4, 1, 'username', 'Username', 'Hidden Input', '', '', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '<?php \r\n    global $my; \r\n    return $my->username; \r\n?>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(57, 6, 1, 1, 1, 'psi_lights', 'Lights', 'Image', '', '', 1, 0, 0, 0, 0, 400, 0, 100, 0, 0, 0, '{ff_images}/pizzashop/lights.jpg', 'Lights Picture', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(58, 6, 1, 2, 1, 'psi_ticker', 'Ticker', 'Static Text/HTML', '', '', 1, 10, 0, 100, 0, 0, 0, 0, 0, 0, 0, '<marquee scrollamount="3" scrolldelay="10">  <b>+++ Happy hours monday to friday from 4 a.m. to 6 a.m +++ Every pizza half price! +++ Dont miss this! +++</b>  </marquee>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(59, 6, 1, 3, 1, 'psi_standard', 'Standard Pizzas', 'Graphic Button', '', '', 1, 40, 0, 150, 0, 0, 0, 0, 0, 1, 0, '{ff_images}/pizzashop/quattro.jpg', '<strong>Order standard pizzas</strong>', '', 0, NULL, NULL, 0, 0, 2, NULL, 'function ff_psi_standard_action(element, action)\r\n{\r\n    switch (action) {\r\n        case ''click'':\r\n            ff_switchpage(ff_getPageByName(''pss_title''));\r\n            break;\r\n        default:;\r\n    } // switch\r\n} // ff_psi_standard_action', 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(60, 6, 1, 4, 1, 'psi_custom', 'Custom Pizzas', 'Graphic Button', '', '', 1, 190, 0, 275, 0, 0, 0, 0, 0, 1, 0, '{ff_images}/pizzashop/design.jpg', '<strong>Create my own pizza</strong>', '', 0, NULL, NULL, 0, 0, 2, NULL, 'function ff_psi_custom_action(element, action)\r\n{\r\n    switch (action) {\r\n        case ''click'':\r\n            ff_switchpage(ff_getPageByName(''psc_title''));\r\n            break;\r\n        default:;\r\n    } // switch\r\n} // ff_psi_custom_action', 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(61, 6, 2, 5, 1, 'pss_title', 'Title', 'Static Text/HTML', '', '', 1, 0, 0, 0, 0, 400, 0, 30, 0, 0, 0, '<center><h1>Our Standard Pizzas</h1><h1></h1></center>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(62, 6, 2, 6, 1, 'pss_regular', 'Regular', 'Static Text/HTML', '', '', 1, 280, 0, 60, 0, 0, 0, 0, 0, 0, 0, '<strong>Regular</strong>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(63, 6, 2, 7, 1, 'pss_large', 'Large', 'Static Text/HTML', '', '', 1, 350, 0, 60, 0, 0, 0, 0, 0, 0, 0, '<strong>Large</strong>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(64, 6, 2, 8, 1, 'pss_margherita_image', 'Margherita Image', 'Image', '', '', 1, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, '{ff_images}/pizzashop/margherita.jpg', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(65, 6, 2, 9, 1, 'pss_margherita_text', 'Margherita Text', 'Static Text/HTML', '', '', 1, 110, 0, 100, 0, 100, 0, 0, 0, 0, 0, '<strong>Margherita</strong><br>  <font size="-2">Pizza sauce, Mozarella</font>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(66, 6, 2, 10, 1, 'pss_margherita_regular_price', 'Margherita Regular Price', 'Static Text/HTML', '', '', 1, 280, 0, 100, 0, 0, 0, 0, 0, 0, 0, '$5.99', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(67, 6, 2, 11, 1, 'pss_margherita_regular', 'Margherita Regular Order', 'Text', '', '', 1, 280, 0, 120, 0, 2, 0, 2, 0, 0, 0, '', '', '', 1, 6, NULL, 0, 1, 2, NULL, 'function ff_pss_margherita_regular_action(element, action)\r\n{\r\n    switch (action) {\r\n        case ''change'':\r\n            ff_pss_calculate();\r\n            break;\r\n        default:;\r\n    } // switch\r\n} // ff_pss_margherita_regular_action', 0, 0, 1, 0, 0, 1, 12, NULL, 'Please enter a number for margherita regular.'),
(68, 6, 2, 12, 1, 'pss_margherita_large_price', 'Martgherita Large Price', 'Static Text/HTML', '', '', 1, 350, 0, 100, 0, 0, 0, 0, 0, 0, 0, '$8.99', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(69, 6, 2, 13, 1, 'pss_margherita_large', 'Margherita Large Order', 'Text', '', '', 1, 350, 0, 120, 0, 2, 0, 2, 0, 0, 0, '', '', '', 0, NULL, NULL, 0, 0, 2, NULL, 'function ff_pss_margherita_large_action(element, action)\r\n{\r\n    switch (action) {\r\n        case ''change'':\r\n            ff_pss_calculate();\r\n            break;\r\n        default:;\r\n    } // switch\r\n} // ff_pss_margherita_large_action', 0, 0, 1, 0, 0, 1, 12, NULL, 'Please enter a number for margherita large.'),
(70, 6, 2, 14, 1, 'pss_quattro_image', 'Quattro Image', 'Image', '', '', 1, 0, 0, 200, 0, 0, 0, 0, 0, 0, 0, '{ff_images}/pizzashop/quattro.jpg', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(71, 6, 2, 15, 1, 'pss_quattro_text', 'Quattro Text', 'Static Text/HTML', '', '', 1, 110, 0, 200, 0, 120, 0, 0, 0, 0, 0, '<strong>Quattro Staggione</strong><br>  <font size="-2">Pizza sauce, Mozarella, Pepperoni, Mushrooms, Garlic</font>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(72, 6, 2, 16, 1, 'pss_quattro_regular_price', 'Quattro Regular Price', 'Static Text/HTML', '', '', 1, 280, 0, 200, 0, 0, 0, 0, 0, 0, 0, '$7.99', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(73, 6, 2, 17, 1, 'pss_quattro_regular', 'Quattro Regular Order', 'Text', '', '', 1, 280, 0, 220, 0, 2, 0, 2, 0, 0, 0, '', '', '', 0, NULL, NULL, 0, 0, 2, NULL, 'function ff_pss_quattro_regular_action(element, action)\r\n{\r\n    switch (action) {\r\n        case ''change'':\r\n            ff_pss_calculate();\r\n            break;\r\n        default:;\r\n    } // switch\r\n} // ff_pss_quattro_regular_action', 0, 0, 1, 0, 0, 1, 12, NULL, 'Please enter a number for quattro regular.'),
(74, 6, 2, 18, 1, 'pss_quattro_large_price', 'Quattro Large Price', 'Static Text/HTML', '', '', 1, 350, 0, 200, 0, 0, 0, 0, 0, 0, 0, '$10.99', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(75, 6, 2, 19, 1, 'pss_quattro_large', 'Quattro Large Order', 'Text', '', '', 1, 350, 0, 220, 0, 2, 0, 2, 0, 0, 0, '', '', '', 0, NULL, NULL, 0, 0, 2, NULL, 'function ff_pss_quattro_large_action(element, action)\r\n{\r\n    switch (action) {\r\n        case ''change'':\r\n            ff_pss_calculate();\r\n            break;\r\n        default:;\r\n    } // switch\r\n} // ff_pss_quattro_large_action', 0, 0, 1, 0, 0, 1, 12, NULL, 'Please enter a number for quattro large.'),
(76, 6, 2, 20, 1, 'pss_amount_text', 'Total Amount:', 'Static Text/HTML', '', '', 1, 150, 0, 320, 0, 0, 0, 0, 0, 0, 0, '<strong>Your total amount is:</strong>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(77, 6, 2, 21, 1, 'pss_amount', 'Total Amount', 'Text', '', '', 0, 280, 0, 320, 0, 10, 0, 10, 0, 0, 1, '', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 2, NULL, 'function ff_pss_amount_validation(element, message)\r\n{\r\n    ff_pss_calculate();\r\n    if (element.value==0) {\r\n        ff_validationFocus(''pss_margherita_regular'');\r\n        return message;\r\n    } // if\r\n    return '''';\r\n} // ff_pss_amount_validation\r\n\r\nfunction ff_pss_calculate()\r\n{\r\n    var amount = 0;\r\n    var order;\r\n\r\n    order = ff_getElementByName(''pss_margherita_regular'').value;\r\n    if (order != '''') amount += parseInt(order) * 5.99;\r\n\r\n    order = ff_getElementByName(''pss_margherita_large'').value;\r\n    if (order != '''') amount += parseInt(order) * 8.99;\r\n\r\n    order = ff_getElementByName(''pss_quattro_regular'').value;\r\n    if (order != '''') amount += parseInt(order) * 7.99;\r\n\r\n    order = ff_getElementByName(''pss_quattro_large'').value;\r\n    if (order != '''') amount += parseInt(order) * 10.99;\r\n\r\n    ff_getElementByName(''pss_amount'').value = Math.round(amount*100)/100;\r\n} // ff_pss_calculate', 'Please enter your order first!'),
(78, 6, 2, 22, 1, 'pss_order', 'Order Now', 'Regular Button', '', '', 1, 280, 0, 350, 0, 0, 0, 0, 0, 0, 0, '', 'Order Now', '', 0, NULL, NULL, 0, 0, 2, NULL, 'function ff_pss_order_action(element, action)\r\n{\r\n    var error;\r\n    switch (action) {\r\n        case ''click'':\r\n            error = ff_validation(ff_currentpage);\r\n            if (error != '''') {\r\n                alert(error);\r\n                ff_validationFocus();\r\n            } else\r\n                ff_switchpage(ff_getPageByName(''psa_title''));\r\n            break;\r\n        default:;\r\n    } // switch\r\n} // ff_pss_order_action', 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(79, 6, 3, 23, 1, 'psc_title', 'Title', 'Static Text/HTML', '', '', 1, 0, 0, 0, 0, 400, 0, 30, 0, 0, 0, '<center><h1>Create My Own Pizza</h1><h1></h1></center>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(80, 6, 3, 24, 1, 'psc_regular', 'Regular', 'Static Text/HTML', '', '', 1, 280, 0, 60, 0, 0, 0, 0, 0, 0, 0, '<strong>Regular</strong>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(81, 6, 3, 25, 1, 'psc_large', 'Large', 'Static Text/HTML', '', '', 1, 350, 0, 60, 0, 0, 0, 0, 0, 0, 0, '<strong>Large</strong>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(82, 6, 3, 26, 1, 'psc_image', 'Custom Image', 'Image', '', '', 1, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, '{ff_images}/pizzashop/design.jpg', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(83, 6, 3, 27, 1, 'psc_custom_text', 'Custom Text', 'Static Text/HTML', '', '', 1, 110, 0, 100, 0, 100, 0, 0, 0, 0, 0, '<strong>Basic Pizza</strong><br>  <font size="-2">With pizza sauce</font>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(84, 6, 3, 28, 1, 'psc_custom_regular_price', 'Custom Regular Price', 'Static Text/HTML', '', '', 1, 280, 0, 100, 0, 0, 0, 0, 0, 0, 0, '$5.99', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(85, 6, 3, 29, 1, 'psc_custom_regular', 'Custom Regular Order', 'Text', '', '', 1, 280, 0, 120, 0, 2, 0, 2, 0, 0, 0, '', '', '', 1, 6, NULL, 0, 1, 2, NULL, 'function ff_psc_custom_regular_action(element, action)\r\n{\r\n    switch (action) {\r\n        case ''change'':\r\n            ff_psc_calculate();\r\n            break;\r\n        default:;\r\n    } // switch\r\n} // ff_psc_custom_regular_action', 0, 0, 1, 0, 0, 1, 12, NULL, 'Please enter a number for regular size.'),
(86, 6, 3, 30, 1, 'psc_custom_large_price', 'Custom Large Price', 'Static Text/HTML', '', '', 1, 350, 0, 100, 0, 0, 0, 0, 0, 0, 0, '$8.99', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(87, 6, 3, 31, 1, 'psc_custom_large', 'Custom Large Order', 'Text', '', '', 1, 350, 0, 120, 0, 2, 0, 2, 0, 0, 0, '', '', '', 0, NULL, NULL, 0, 0, 2, NULL, 'function ff_psc_custom_large_action(element, action)\r\n{\r\n    switch (action) {\r\n        case ''change'':\r\n            ff_psc_calculate();\r\n            break;\r\n        default:;\r\n    } // switch\r\n} // ff_psc_custom_large_action', 0, 0, 1, 0, 0, 1, 12, NULL, 'Please enter a number for large size.'),
(88, 6, 3, 32, 1, 'psc_extras_text', 'Extras Text', 'Static Text/HTML', '', '', 1, 240, 0, 155, 0, 0, 0, 0, 0, 0, 0, 'Add $0.49 for every extra', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(89, 6, 3, 33, 1, 'psc_adds', 'Extras', 'Checkbox', '', '', 1, 0, 0, 200, 0, 0, 0, 0, 0, 0, 0, 'Mozzarella', 'Mozzarella', '', 0, NULL, NULL, 0, 0, 2, NULL, 'function ff_psc_adds_action(element, action)\r\n{\r\n    switch (action) {\r\n        case ''click'':\r\n            ff_psc_calculate();\r\n            break;\r\n        default:;\r\n    } // switch\r\n} // ff_psc_adds_action', 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(90, 6, 3, 34, 1, 'psc_adds', 'Pepperoni', 'Checkbox', '', '', 1, 100, 0, 200, 0, 0, 0, 0, 0, 0, 0, 'Pepperoni', 'Pepperoni', '', 0, NULL, NULL, 0, 0, 2, NULL, '// This is just dummy, function must be defined in first psc_adds only.\r\n// Nonetheless action of all psc_adds_only must be "Custom Code" with\r\n// "Click"', 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(91, 6, 3, 35, 1, 'psc_adds', 'Mushrooms', 'Checkbox', '', '', 1, 200, 0, 200, 0, 0, 0, 0, 0, 0, 0, 'Mushrooms', 'Mushrooms', '', 0, NULL, NULL, 0, 0, 2, NULL, '// This is just dummy, function must be defined in first psc_adds only.\r\n// Nonetheless action of all psc_adds_only must be "Custom Code" with\r\n// "Click"', 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(92, 6, 3, 36, 1, 'psc_adds', 'Garlic', 'Checkbox', '', '', 1, 300, 0, 200, 0, 0, 0, 0, 0, 0, 0, 'Garlic', 'Garlic', '', 0, NULL, NULL, 0, 0, 2, NULL, '// This is just dummy, function must be defined in first psc_adds only.\r\n// Nonetheless action of all psc_adds_only must be "Custom Code" with\r\n// "Click"', 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(93, 6, 3, 37, 1, 'psc_adds', 'Chedar', 'Checkbox', '', '', 1, 0, 0, 220, 0, 0, 0, 0, 0, 0, 0, 'Chedar', 'Chedar', '', 0, NULL, NULL, 0, 0, 2, NULL, '// This is just dummy, function must be defined in first psc_adds only.\r\n// Nonetheless action of all psc_adds_only must be "Custom Code" with\r\n// "Click"', 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(94, 6, 3, 38, 1, 'psc_adds', 'Tomatos', 'Checkbox', '', '', 1, 100, 0, 220, 0, 0, 0, 0, 0, 0, 0, 'Tomatos', 'Tomatos', '', 0, NULL, NULL, 0, 0, 2, NULL, '// This is just dummy, function must be defined in first psc_adds only.\r\n// Nonetheless action of all psc_adds_only must be "Custom Code" with\r\n// "Click"', 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(95, 6, 3, 39, 1, 'psc_adds', 'Vegetables', 'Checkbox', '', '', 1, 200, 0, 220, 0, 0, 0, 0, 0, 0, 0, 'Vegetables', 'Vegetables', '', 0, NULL, NULL, 0, 0, 2, NULL, '// This is just dummy, function must be defined in first psc_adds only.\r\n// Nonetheless action of all psc_adds_only must be "Custom Code" with\r\n// "Click"', 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(96, 6, 3, 40, 1, 'psc_adds', 'Anchovies', 'Checkbox', '', '', 1, 300, 0, 220, 0, 0, 0, 0, 0, 0, 0, 'Anchovies', 'Anchovies', '', 0, NULL, NULL, 0, 0, 2, NULL, '// This is just dummy, function must be defined in first psc_adds only.\r\n// Nonetheless action of all psc_adds_only must be "Custom Code" with\r\n// "Click"', 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(97, 6, 3, 41, 1, 'psc_alladds', 'All Extras', 'Checkbox', '', '', 0, 0, 0, 250, 0, 0, 0, 0, 0, 0, 0, 'yes', 'Don''t steal my time, I want them ALL!', '', 0, NULL, NULL, 0, 0, 2, NULL, 'function ff_psc_alladds_action(element, action)\r\n{\r\n    switch (action) {\r\n        case ''click'':\r\n            for (var i = 0; i < ff_elements.length; i++)\r\n                if (ff_elements[i][2]==''psc_adds'') \r\n                    ff_getElementByIndex(i).checked = element.checked;\r\n            ff_psc_calculate();\r\n            break;\r\n        default:;\r\n    } // switch\r\n} // ff_psc_alladds_action', 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(98, 6, 3, 42, 1, 'psc_amount_text', 'Total Amount:', 'Static Text/HTML', '', '', 1, 150, 0, 320, 0, 0, 0, 0, 0, 0, 0, '<strong>Your total amount is:</strong>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(99, 6, 3, 43, 1, 'psc_amount', 'Total Amount', 'Text', '', '', 0, 280, 0, 320, 0, 10, 0, 10, 0, 0, 1, '', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 2, NULL, 'function ff_psc_amount_validation(element, message)\r\n{\r\n    ff_psc_calculate();\r\n    if (ff_getElementByName(''psc_custom_regular'').value == '''' &&\r\n        ff_getElementByName(''psc_custom_large'').value == '''') {\r\n        ff_validationFocus(''psc_custom_regular'');\r\n        return message;\r\n    } // if\r\n    return '''';\r\n} // ff_psc_amount_validation\r\n\r\nfunction ff_psc_calculate()\r\n{\r\n    var amount = 0;\r\n    var order;\r\n    var count = 0;\r\n\r\n    // add base amout of regular size\r\n    order = ff_getElementByName(''psc_custom_regular'').value;\r\n    if (order != '''') {\r\n        order = parseInt(order);\r\n        count += order;\r\n        amount += order * 5.99;\r\n    } // if\r\n \r\n    // add base amount of large size\r\n    order = ff_getElementByName(''psc_custom_large'').value;\r\n    if (order != '''') {\r\n        order = parseInt(order);\r\n        count += order;\r\n        amount += order * 8.99;\r\n    }\r\n\r\n    // count number of adds\r\n    var adds = 0;\r\n    for (var i = 0; i < ff_elements.length; i++)\r\n        if (ff_elements[i][2]==''psc_adds'') \r\n            if (ff_getElementByIndex(i).checked) adds++;\r\n    amount += count * adds * 0.49;\r\n\r\n    // show result\r\n    ff_getElementByName(''psc_amount'').value = Math.round(amount*100)/100;\r\n} // ff_psc_calculate', 'You must order one basic pizza at least!'),
(100, 6, 3, 44, 1, 'psc_order', 'Order Now', 'Regular Button', '', '', 1, 280, 0, 350, 0, 10, 0, 10, 0, 0, 0, '', 'Order Now', '', 0, NULL, NULL, 0, 0, 2, NULL, 'function ff_psc_order_action(element, action)\r\n{\r\n    var error;\r\n    switch (action) {\r\n        case ''click'':\r\n            error = ff_validation(ff_currentpage);\r\n            if (error != '''') {\r\n                alert(error);\r\n                ff_validationFocus();\r\n            } else\r\n                ff_switchpage(ff_getPageByName(''psa_title''));\r\n            break;\r\n        default:;\r\n    } // switch\r\n} // ff_psc_order_action', 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(101, 6, 4, 45, 1, 'psa_title', 'Title', 'Static Text/HTML', '', '', 1, 0, 0, 0, 0, 400, 0, 30, 0, 0, 0, '<center><h1>Delivery Address</h1><h1></h1></center>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(102, 6, 4, 46, 1, 'psa_name_text', 'Name:', 'Static Text/HTML', '', '', 1, 5, 0, 100, 0, 0, 0, 0, 0, 0, 0, 'Your Name:', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(103, 6, 4, 47, 1, 'psa_name', 'Name', 'Text', '', '', 1, 80, 0, 100, 0, 45, 0, 255, 0, 0, 0, '', '', '', 1, 6, NULL, 0, 1, 0, NULL, NULL, 0, 0, 0, 0, 0, 1, 38, NULL, 'Please enter your name.'),
(104, 6, 4, 48, 1, 'psa_address_text', 'Address:', 'Static Text/HTML', '', '', 1, 5, 0, 130, 0, 0, 0, 0, 0, 0, 0, 'Address:', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(105, 6, 4, 49, 1, 'psa_address', 'Address', 'Text', '', '', 1, 80, 0, 130, 0, 45, 0, 255, 0, 0, 0, '', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 1, 38, NULL, 'Please enter your address.'),
(106, 6, 4, 50, 1, 'psa_phone_text', 'Phone:', 'Static Text/HTML', '', '', 1, 5, 0, 160, 0, 0, 0, 0, 0, 0, 0, 'Phone:', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(107, 6, 4, 51, 1, 'psa_phone', 'Phone', 'Text', '', '', 1, 80, 0, 160, 0, 45, 0, 255, 0, 0, 0, '', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 1, 38, NULL, 'Please enter your phone number.'),
(108, 6, 4, 52, 1, 'pss_submit', 'Submit Order', 'Regular Button', '', '', 1, 120, 0, 220, 0, 10, 0, 10, 0, 0, 0, '', 'Submit order, I''m hungry now!', '', 0, NULL, NULL, 0, 0, 2, NULL, 'function ff_pss_submit_action(element, action)\r\n{\r\n    var error;\r\n    switch (action) {\r\n        case ''click'':\r\n            error = ff_validation(ff_currentpage);\r\n            if (error != '''') {\r\n                alert(error);\r\n                ff_validationFocus();\r\n            } else {\r\n                ff_switchpage(ff_getPageByName(''psx_submitting''));\r\n                ff_submitForm();\r\n            } // if\r\n            break;\r\n        default:;\r\n    } // switch\r\n} // ff_pss_submit_action', 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(109, 6, 5, 53, 1, 'psx_submitting', 'Submitting...', 'Static Text/HTML', '', '', 1, 50, 0, 100, 0, 300, 0, 200, 0, 0, 0, '<h2>Your order is being submitted, please stand by....</h2>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(110, 6, 6, 54, 1, 'pst_picture', 'Picture', 'Image', '', '', 1, 100, 0, 50, 0, 0, 0, 0, 0, 0, 0, '{ff_images}/pizzashop/delivery.jpg', 'Lights Picture', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(111, 6, 6, 55, 1, 'pst_text', 'Text', 'Static Text/HTML', '', '', 1, 20, 0, 200, 0, 360, 0, 100, 0, 0, 0, '<h1>Thank you for your order!</h1>\r\n<p>Please expect our delivery in half an hour from now. Prepare the necessary amount please.<p>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(112, 7, 1, 1, 1, 'title', 'Title', 'Static Text/HTML', '', '', 1, 0, 0, 10, 0, 100, 1, 0, 0, 0, 0, '<center><h3>Rock''N''Roll Dance Contest Registration Form</h3></center>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(113, 7, 1, 2, 1, 'couple_capt', 'Couple Caption', 'Static Text/HTML', '', '', 1, 10, 0, 50, 0, 0, 0, 0, 0, 0, 0, 'Couple:', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(114, 7, 1, 3, 1, 'couple', 'Couple', 'Text', '', '', 1, 10, 0, 67, 0, 50, 0, 50, 0, 0, 0, '<?php global $record; if ($record) return $record->couple; ?>', '', '', 1, 6, NULL, 0, 1, 0, NULL, NULL, 0, 0, 0, 0, 0, 1, 38, NULL, 'Please enter couple names'),
(115, 7, 1, 4, 1, 'age', 'Junior', 'Radio Button', '', '', 1, 10, 0, 100, 0, 0, 0, 0, 0, 0, 0, '1', 'Junior Class', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 2, NULL, 'function ff_age_validation(element, message)\r\n{\r\n    var age = 0;\r\n    for (var i = 0; i < ff_elements.length; i++)\r\n        if (ff_elements[i][2]==''age'') \r\n            if (ff_getElementByIndex(i).checked) age++;\r\n    if (age==0) {\r\n        ff_validationFocus(element.name);\r\n        return ''Please select age class\\n'';\r\n    } // if\r\n    return '''';\r\n} // ff_age_validation', ''),
(116, 7, 1, 5, 1, 'age', 'Adult', 'Radio Button', '', '', 1, 110, 0, 100, 0, 0, 0, 0, 0, 0, 0, '0', 'Adult Class', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(117, 7, 1, 6, 1, 'acro', 'Acrobatic', 'Checkbox', '', '', 1, 10, 0, 130, 0, 0, 0, 0, 0, 0, 0, '1', 'Acrobatic Rock''N''Roll', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 2, NULL, 'function ff_acro_validation(element, message)\r\n{\r\n    if (!ff_getElementByName(''acro'').checked &&\r\n        !ff_getElementByName(''fun'').checked &&\r\n        !ff_getElementByName(''boogie'').checked) {\r\n        ff_validationFocus(element.name);\r\n        return ''Please select at least one category\\n'';\r\n    } // if\r\n    return '''';\r\n} // ff_acro_validation', ''),
(118, 7, 1, 7, 1, 'fun', 'Fun', 'Checkbox', '', '', 1, 10, 0, 150, 0, 0, 0, 0, 0, 0, 0, '1', 'Fun Rock''N''Roll', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(119, 7, 1, 8, 1, 'boogie', 'Boogie', 'Checkbox', '', '', 1, 10, 0, 170, 0, 0, 0, 0, 0, 0, 0, '1', 'Boogie-Woogie', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(120, 7, 1, 9, 1, 'submit', 'Submit', 'Icon', '', '', 1, 200, 0, 130, 0, 0, 0, 0, 0, 1, 0, '{mossite}/administrator/images/save.png', '<font size="2"><strong>Submit Registration</strong></font>', '{mossite}/administrator/images/save_f2.png', 0, NULL, NULL, 0, 0, 1, 36, NULL, 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(121, 7, 1, 10, 1, 'userid', 'User ID', 'Hidden Input', '', '', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '<?php global $my; return $my->id; ?>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(122, 7, 1, 11, 1, 'recordid', 'Record ID', 'Hidden Input', '', '', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '<?php global $record; if ($record) return $record->id; ?>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(123, 7, 2, 12, 1, 'message', 'Message', 'Static Text/HTML', '', '', 1, 10, 1, 50, 0, 80, 1, 0, 0, 0, 0, '<h2>You need to log in as site member to registrate for the contest.</h2>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(124, 8, 1, 1, 1, 'update', 'New/Update', 'Icon', '', '', 1, 10, 0, 10, 0, 0, 0, 0, 0, 4, 0, '{mossite}/administrator/images/edit.png', '<strong>New/Update Registration</strong>', '{mossite}/administrator/images/edit_f2.png', 0, NULL, NULL, 0, 0, 2, NULL, 'function ff_update_action(element, action)\r\n{\r\n    ff_redirectParent(\r\n        ''<?php return ff_makeFormUrl("RnrContestRegist"); ?>''\r\n    );\r\n} // ff_update_action', 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(125, 8, 1, 2, 1, 'revoke', 'Revoke', 'Icon', '', '', 1, 220, 0, 10, 0, 0, 0, 0, 0, 4, 0, '{mossite}/administrator/images/delete.png', '<strong>Revoke Registration</strong>', '{mossite}/administrator/images/delete_f2.png', 0, NULL, NULL, 0, 0, 2, NULL, 'function ff_revoke_action(element, action)\r\n{\r\n    // check if user is logged in\r\n    var userid = ff_getElementByName(''userid'').value;\r\n    if (userid == 0) {\r\n        alert(''You are not logged in to the site.'');\r\n        return;\r\n    } // if\r\n\r\n    // search if userid is in the list\r\n    var listid = ff_getIdByName(''participants'');\r\n    var qrows = ff_queryRows[listid];\r\n    var cnt = qrows.length;\r\n    var i;\r\n    var rowid = 0;\r\n    for (i = 0; i < cnt; i++)\r\n        if (qrows[i][1] == userid) {\r\n            rowid = qrows[i][0];\r\n            break;\r\n        } // if\r\n    if (rowid == 0) {\r\n        alert(''You have currently no registration.'');\r\n        return;\r\n    } // if\r\n\r\n    if (!confirm(''Do you really want to revoke your registration?'')) return;\r\n    ff_getElementByName(''deleteid'').value = rowid;\r\n    ff_submitForm();\r\n} // ff_revoke_action', 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(126, 8, 1, 3, 1, 'participants', 'Participants', 'Query List', 'ff_titlebar', 'ff_querylist;adminlist', 1, 2, 1, 60, 0, 96, 1, 20, 0, 1, 0, '0\r\n2\r\n1\r\n\r\ndata1;row0\r\ndata2;row1\r\nfooter;adminheading\r\nfooter;pagenav\r\n1', '$rows = ff_select(\r\n    "select ".\r\n        "c.id as id, ".\r\n        "c.userid as userid, ".\r\n        "u.name as user, ".\r\n        "c.couple as couple, ".\r\n        "c.age as age, ".\r\n        "c.acro as acro, ".\r\n        "c.fun as fun, ".\r\n        "c.boogie as boogie ".\r\n    "from #__rnr_contest as c ".\r\n    "left join #__users as u on c.userid = u.id ".\r\n    "order by user, couple"\r\n);', 'ID&id&&&&&0&0&2&0&0&2&0&0&\\x3C?php return $value; ?\\x3E\r\nUser ID&userid&&&&&0&0&2&0&0&2&0&0&\\x3C?php return $value; ?\\x3E\r\nUser&user&&&&80&0&1&1&0&0&0&0&0&\\x3C?php return $value; ?\\x3E\r\nCouple&couple&&&&150&0&1&1&0&0&0&0&0&\\x3C?php return htmlentities($value); ?\\x3E\r\nAge&age&&&&40&0&1&1&0&0&0&0&0&\\x3C?php if ($value==1) return \\x22Junior\\x22; else return \\x22Adult\\x22; ?\\x3E\r\nAcro RnR&acro&&&&30&0&1&2&0&0&2&0&0&\\x3C?php\\nif ($value)\\n  return\\n    \\x27\\x3Cimg src=\\x22{mossite}/administrator/images/tick.png\\x22/\\x3E\\x27;\\n?\\x3E\r\nFun RnR&fun&&&&30&0&1&2&0&0&2&0&0&\\x3C?php\\nif ($value)\\n  return\\n    \\x27\\x3Cimg src=\\x22{mossite}/administrator/images/tick.png\\x22/\\x3E\\x27;\\n?\\x3E\r\nBoogie Woogie&boogie&&&&30&0&1&2&0&0&2&0&0&\\x3C?php\\nif ($value)\\n  return\\n    \\x27\\x3Cimg src=\\x22{mossite}/administrator/images/tick.png\\x22/\\x3E\\x27;\\n?\\x3E', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(127, 8, 1, 4, 1, 'userid', 'User ID', 'Hidden Input', '', '', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '<?php global $my; return $my->id ?>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(128, 8, 1, 5, 1, 'deleteid', 'Delete ID', 'Hidden Input', '', '', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(129, 9, 1, 1, 1, 'name_label', 'Name Label', 'Static Text/HTML', '', '', 1, 10, 0, 10, 0, 0, 0, 0, 0, 0, 0, '<strong>Name</strong>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(130, 9, 1, 2, 1, 'name', 'Name', 'Text', '', 'inputbox', 1, 10, 0, 30, 0, 200, 1, 30, 0, 0, 0, '<?php \r\nglobal $my; \r\nif ($my->id>0)\r\n   return $my->name; \r\nelse\r\n   return ff_getParam(''ff_param_name'', '''');\r\n?>', '', '', 2, NULL, 'function ff_name_init(element, condition)\r\n{\r\n<?php\r\n    // make readonly for registred users\r\n    global $my;\r\n    if ($my->id) return "element.readOnly = true;";\r\n?>\r\n} // ff_name_init', 1, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 1, 38, NULL, 'Please enter your name.'),
(131, 9, 1, 3, 1, 'section', 'Section', 'Select List', '', '', 1, 10, 0, 60, 0, 200, 0, 0, 0, 0, 0, '1', '<?php\r\n$section = ff_getParam(''ff_param_section'', 0);\r\n$rows = ff_select(\r\n            "select id, title from #__sections ".\r\n            "where published = 1 order by title"\r\n        );\r\n$flag = 0;\r\n$list = '''';\r\nif (!is_null($rows))\r\n    foreach ($rows as $row)\r\n        if ($row->id==$section) {\r\n            $flag = 1;\r\n            $list .= "1;$row->title;$row->id\\r\\n";\r\n        } else\r\n            $list .= "0;$row->title;$row->id\\r\\n";\r\n\r\nif ($flag) return $list; \r\nreturn "1;Select Section;''''\\r\\n".$list;\r\n?>', '', 0, NULL, NULL, 0, 0, 2, NULL, 'function ff_section_action(element, action)\r\n{\r\n    // reload this form and pass the id of the new selected\r\n    // section so the category list can get reloaded\r\n    ff_redirectParent(\r\n        ''<?php return ff_makeSelfUrl(); ?>''+\r\n        ''&ff_param_section=''+element.value+\r\n        ''&ff_param_name=''+escape(ff_getElementByName(''name'').value)+\r\n        ''&ff_param_title=''+escape(ff_getElementByName(''title'').value)+\r\n        ''&ff_param_text=''+escape(ff_getElementByName(''text'').value)\r\n    );\r\n} // ff_section_action', 0, 0, 1, 0, 0, 1, 38, NULL, 'Please select the section.'),
(132, 9, 1, 4, 1, 'category', 'Category', 'Select List', '', '', 1, 10, 0, 90, 0, 200, 0, 0, 0, 0, 0, '1', '<?php\r\n$section  = ff_getParam(''ff_param_section'', 0);\r\n$category = ff_getParam(''ff_param_category'', 0);\r\n$rows = ff_select(\r\n    "select id, title from #__categories ".\r\n    "where section=''$section'' and published=1"\r\n);\r\n$list = '''';\r\n$sel = 1;\r\nif (!is_null($rows)) {\r\n    foreach ($rows as $row) {\r\n        if ($row->id==$category) {\r\n            $list .= "1;$row->title;$row->id\\r\\n";\r\n            $sel = 0;\r\n        } else\r\n            $list .= "0;$row->title;$row->id\\r\\n";\r\n    } // foreach\r\n} // if\r\nreturn $sel.";Select Category;''''\\r\\n".$list;\r\n?>', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 1, 38, NULL, 'Please select the category.'),
(133, 9, 1, 5, 1, 'title_label', 'Title Label', 'Static Text/HTML', '', '', 1, 10, 0, 120, 0, 0, 0, 0, 0, 0, 0, '<strong>Title</strong>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, '');
INSERT INTO `jos_facileforms_elements` (`id`, `form`, `page`, `ordering`, `published`, `name`, `title`, `type`, `class1`, `class2`, `logging`, `posx`, `posxmode`, `posy`, `posymode`, `width`, `widthmode`, `height`, `heightmode`, `flag1`, `flag2`, `data1`, `data2`, `data3`, `script1cond`, `script1id`, `script1code`, `script1flag1`, `script1flag2`, `script2cond`, `script2id`, `script2code`, `script2flag1`, `script2flag2`, `script2flag3`, `script2flag4`, `script2flag5`, `script3cond`, `script3id`, `script3code`, `script3msg`) VALUES
(134, 9, 1, 6, 1, 'title', 'Title', 'Text', '', 'inputbox', 1, 10, 0, 140, 0, 400, 1, 100, 0, 0, 0, '<?php \r\n$title = ff_getParam(''ff_param_title'', '''');\r\n$title = stripslashes(stripslashes($title));\r\nreturn htmlentities($title); \r\n?>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 1, 38, NULL, 'Please enter the title.'),
(135, 9, 1, 7, 1, 'text_label', 'Text Label', 'Static Text/HTML', '', '', 1, 10, 0, 170, 0, 0, 0, 0, 0, 0, 0, '<strong>Text</strong> (Please use <a href="http://daringfireball.net/projects/markdown/syntax" target="_blank">Markdown</a> for text formatting!)', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(136, 9, 1, 8, 1, 'text', 'Text', 'Textarea', '', 'inputbox', 1, 10, 0, 190, 0, 400, 1, 270, 1, 0, 0, '<?php \r\n$text = ff_getParam(''ff_param_text'', '''');\r\n$text = stripslashes(stripslashes($text));\r\nreturn htmlentities($text); \r\n?>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 1, 38, NULL, 'Please enter the text.'),
(137, 9, 1, 9, 1, 'preview_button', 'Preview Button', 'Regular Button', '', 'button', 1, 10, 0, 470, 0, 0, 0, 0, 0, 0, 0, '', 'Preview', '', 0, NULL, NULL, 0, 0, 2, NULL, 'function ff_preview_button_action(element, action)\r\n{\r\n    window.open(\r\n        ''{mossite}/index2.php?option=com_facileforms''+\r\n        ''&ff_name=SubmitContentPreview''+\r\n        ''&ff_param_title=''+escape(ff_getElementByName(''title'').value)+\r\n        ''&ff_param_text=''+escape(ff_getElementByName(''text'').value),\r\n        ''Preview'',\r\n        ''dependent,scrollbars,resizable,''+\r\n        ''width=600,height=500,left=50,top=50''\r\n    );\r\n} // ff_preview_button_action', 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(138, 9, 1, 10, 1, 'submit_button', 'Submit Button', 'Regular Button', '', 'button', 1, -10, 0, 470, 0, 0, 0, 0, 0, 0, 0, '', 'Submit Content', '', 0, NULL, NULL, 0, 0, 1, 36, NULL, 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(139, 9, 2, 11, 1, 'registration', 'Registration', 'Static Text/HTML', '', '', 1, 0, 0, 80, 0, 500, 0, 300, 0, 0, 0, '<?php \r\n$text = "<h4>To submit an article you need to register</h4>";\r\nreturn $text;\r\n?>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(140, 9, 3, 12, 1, 'thankyou', 'Thank You', 'Static Text/HTML', '', '', 1, 0, 0, 30, 0, 500, 0, 100, 0, 0, 0, '<?php\r\n\r\nreturn "<h4>Thank you for your article</h4>";\r\n?>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, ''),
(141, 10, 1, 1, 1, 'closewindow', 'Close Button', 'Regular Button', '', 'button', 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, '', 'Close Preview', '', 0, NULL, NULL, 0, 0, 2, NULL, 'function ff_closewindow_action(element, action)\r\n{\r\n    window.close();\r\n} // ff_closewindow_action', 1, 0, 0, 0, 0, 0, NULL, NULL, ''),
(142, 10, 1, 2, 1, 'text', 'Text', 'Static Text/HTML', '', '', 1, 1, 1, 20, 0, 98, 1, 0, 0, 0, 0, '<?php\r\n    $title = ff_getParam(''ff_param_title'', ''Sample Title'', _MOS_NOTRIM|_MOS_ALLOWHTML);\r\n    $text  = ff_getParam(''ff_param_text'',  ''Sample Text'',  _MOS_NOTRIM|_MOS_ALLOWHTML);\r\n    return ''<h2>''.stripslashes($title).''</h2>''.\r\n           ff_markdown(stripslashes($text));\r\n?>', '', '', 0, NULL, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, '');

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

--
-- Table structure for table `jos_facileforms_forms`
--

CREATE TABLE IF NOT EXISTS `jos_facileforms_forms` (
  `id` int(11) NOT NULL auto_increment,
  `package` varchar(30) NOT NULL default '',
  `ordering` int(11) NOT NULL default '0',
  `published` tinyint(1) NOT NULL default '0',
  `runmode` tinyint(1) NOT NULL default '0',
  `name` varchar(30) NOT NULL default '',
  `title` varchar(50) NOT NULL default '',
  `description` text,
  `class1` varchar(30) default NULL,
  `class2` varchar(30) default NULL,
  `width` int(11) NOT NULL default '0',
  `widthmode` tinyint(1) NOT NULL default '0',
  `height` int(11) NOT NULL default '0',
  `heightmode` tinyint(1) NOT NULL default '0',
  `pages` int(11) NOT NULL default '1',
  `emailntf` tinyint(1) NOT NULL default '1',
  `emaillog` tinyint(1) NOT NULL default '1',
  `emailxml` tinyint(1) NOT NULL default '0',
  `emailadr` varchar(50) default NULL,
  `dblog` tinyint(1) NOT NULL default '1',
  `script1cond` tinyint(1) NOT NULL default '0',
  `script1id` int(11) default NULL,
  `script1code` text,
  `script2cond` tinyint(1) NOT NULL default '0',
  `script2id` int(11) default NULL,
  `script2code` text,
  `piece1cond` tinyint(1) NOT NULL default '0',
  `piece1id` int(11) default NULL,
  `piece1code` text,
  `piece2cond` tinyint(1) NOT NULL default '0',
  `piece2id` int(11) default NULL,
  `piece2code` text,
  `piece3cond` tinyint(1) NOT NULL default '0',
  `piece3id` int(11) default NULL,
  `piece3code` text,
  `piece4cond` tinyint(1) NOT NULL default '0',
  `piece4id` int(11) default NULL,
  `piece4code` text,
  `prevmode` tinyint(1) NOT NULL default '2',
  `prevwidth` int(11) default NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;

--
-- Dumping data for table `jos_facileforms_forms`
--

INSERT INTO `jos_facileforms_forms` (`id`, `package`, `ordering`, `published`, `runmode`, `name`, `title`, `description`, `class1`, `class2`, `width`, `widthmode`, `height`, `heightmode`, `pages`, `emailntf`, `emaillog`, `emailxml`, `emailadr`, `dblog`, `script1cond`, `script1id`, `script1code`, `script2cond`, `script2id`, `script2code`, `piece1cond`, `piece1id`, `piece1code`, `piece2cond`, `piece2id`, `piece2code`, `piece3cond`, `piece3id`, `piece3code`, `piece4cond`, `piece4id`, `piece4code`, `prevmode`, `prevwidth`) VALUES
(1, 'Samples', 0, 1, 0, 'SampleContactForm', 'Contact form', 'This sample is a basic contact form everybody should be able to master. It does not require any scripting skills to make such a form.', '', '', 400, 0, 350, 0, 1, 1, 1, 0, '', 0, 0, NULL, NULL, 1, 31, NULL, 1, 11, NULL, 0, NULL, NULL, 2, NULL, '// load the standard FacileForms library\r\n$this->execPieceByName(''ff_InitLib'');\r\n\r\n// check attempt to post with invalid security code\r\nif (ff_getSubmit(''seccode'') != $_SESSION[''ff_seccode'']) {\r\n    $this->status = 1000; // our custom error code\r\n    $this->message = "Invalid security code.";\r\n} // if', 0, NULL, NULL, 2, 0),
(2, 'Samples', 1, 1, 0, 'SampleTabNavigation', 'Using tabs for page navigation', 'Demonstrates how you can build a dialog with tabs for each page. It also shows another reasonable use of rectangles besides framing and highlighting contents.', '', '', 470, 0, 420, 0, 3, 0, 0, 0, '', 0, 0, NULL, NULL, 0, NULL, NULL, 0, NULL, NULL, 0, NULL, NULL, 0, NULL, NULL, 0, NULL, NULL, 2, 0),
(3, 'Samples', 2, 1, 0, 'SampleCountrySelect', 'Country selection', 'Shows the interaction between logically connected select lists, as well as dynamic replacement of select list options. Not really stuff for rookies.', '', '', 320, 0, 240, 0, 1, 0, 0, 0, '', 0, 0, NULL, NULL, 0, NULL, NULL, 0, NULL, NULL, 0, NULL, NULL, 0, NULL, NULL, 0, NULL, NULL, 2, 0),
(4, 'Samples', 3, 1, 0, 'SamplePieceApp', 'Piece sending mail', 'Shows how a piece can be used to send a mail to an arbitraty address. \r\nIt takes the fields email, subject and message from the form to send a mail.', '', '', 350, 0, 400, 0, 1, 0, 0, 0, '', 0, 0, NULL, NULL, 1, 29, NULL, 0, NULL, NULL, 0, NULL, NULL, 2, NULL, '// declare globals used in this piece\r\nglobal $mosConfig_mailfrom, $mosConfig_fromname;\r\n\r\n// include FacileForms standard library\r\n$this->execPieceByName(''ff_InitLib'');\r\n\r\n// send the mail\r\n$this->sendMail(\r\n    $mosConfig_mailfrom,                // email addr of submitter (1)\r\n    $mosConfig_fromname.'' - Message'',   // name of submitter (1)\r\n    ff_getSubmit(''email''),              // email of recipient (2)\r\n    ff_getSubmit(''subject''),            // subject of the mail (3)\r\n    ff_getSubmit(''message'')             // body of the mail (3)\r\n);\r\n\r\n/*--------------------------------------------------------------------\r\nNotes:\r\n\r\n(1) In this sample we use the site admin as submitter of the email,\r\n    but basicly you could use anything. Note that many mail servers \r\n    however impose constraints about the submitters email address and\r\n    in case refuse to sent the mail to prevent from spamming. (This\r\n    will mostly be reported as ''relaying denied'').\r\n\r\n(2) Recipient can also be an array of email addresses if you want to \r\n    send the same mail to multiple recipients. Note that all email\r\n    adresses will however be visible to all recipients, so maybe\r\n    it is better to call $this->sendMail for each recipient \r\n    individually.\r\n\r\n(3) Subject and body could of cause also be composed here in the \r\n    piece instead of taking it completely from the submitted values.\r\n--------------------------------------------------------------------*/', 0, NULL, NULL, 2, 0),
(5, 'Samples', 4, 1, 0, 'SampleEmbeddedCode', 'Embedded php code', 'Demonstrates the use of embedded php code in various ways.', '', '', 180, 0, 300, 0, 1, 0, 1, 0, '', 0, 2, NULL, 'function ff_SampleEmbeddedCode_init()\r\n{\r\n    alert(\r\n        ''This sample shows some applications of embedded php code:\\n''+\r\n        ''\\n''+\r\n        ''- Code in static text as personalized welcome\\n''+\r\n        ''- Options of the select list are populated by a sql query\\n''+\r\n        ''- A hidden input submitting the user id\\n''+\r\n        ''\\n''+\r\n        ''Embedded php code can be used in parameters of forms, elements ''+\r\n        ''and scripts that have a multiline textarea for editing.''\r\n    );\r\n} // ff_SampleEmbeddedCode_init', 1, 29, NULL, 1, 11, NULL, 0, NULL, NULL, 0, NULL, NULL, 0, NULL, NULL, 2, 0),
(6, 'Samples', 5, 1, 0, 'SamplePizzaShop', 'Pizza shop', 'A complete pizza order form with all bells and whistles. Only the selection of pizzas is very limited. And dont blame me if it doesn''t arrive in time ;)', '', '', 400, 0, 400, 0, 6, 0, 1, 0, '', 1, 0, NULL, NULL, 2, NULL, 'function ff_SamplePizzaShop_submitted(status)\r\n{\r\n    if (status != 0) {\r\n        alert(\r\n            "Sorry, but submission of you entries unfotunately failed.\\n"+\r\n            "We will check this problem and hope on your understanding.\\n"+\r\n            "You will be redirected to the home page now."\r\n        );\r\n        ff_returnHome();\r\n    } else\r\n        ff_switchpage(ff_getPageByName(''pst_picture'')); // thank you\r\n} // ff_SamplePizzaShop_submitted', 0, NULL, NULL, 0, NULL, NULL, 0, NULL, NULL, 0, NULL, NULL, 2, 0),
(7, 'Samples', 6, 1, 0, 'RnrContestRegist', 'Rock''N''Roll dance contest registration', 'This is the registration form for the Rock''N''Roll dance contest. Every site member can make one registration only in this sample. Existing registrations can be edited.', '', '', 350, 0, 200, 0, 2, 0, 1, 1, '', 0, 2, NULL, 'function ff_RnrContestRegist_init()\r\n{\r\n    if (ff_getElementByName(''userid'').value==''0'') ff_switchpage(2);\r\n} // ff_RnrContestRegist_init', 0, NULL, NULL, 2, NULL, '//+trace dis\r\n\r\n// load the standard form creation utilities\r\n$this->execPieceByName(''ff_InitLib'');\r\n\r\n// create table if it does not yet exist\r\nff_query(\r\n    "CREATE TABLE IF NOT EXISTS `#__rnr_contest` (".\r\n        "`id` INT( 11 ) NOT NULL AUTO_INCREMENT ,".\r\n        "`userid` INT( 11 ) DEFAULT ''0'' NOT NULL ,".\r\n        "`couple` VARCHAR( 50 ) NOT NULL ,".\r\n        "`age` TINYINT( 1 ) DEFAULT ''0'' NOT NULL ,".\r\n        "`acro` TINYINT( 1 ) DEFAULT ''0'' NOT NULL ,".\r\n        "`fun` TINYINT( 1 ) DEFAULT ''0'' NOT NULL ,".\r\n        "`boogie` TINYINT( 1 ) DEFAULT ''0'' NOT NULL,".\r\n        "PRIMARY KEY  (`id`)".\r\n    ") TYPE=MyISAM AUTO_INCREMENT=1"\r\n);\r\n\r\n// load old record if any\r\nglobal $record, $my;\r\n$rows = ff_select("select * from `#__rnr_contest` where userid=$my->id");\r\nif (count($rows)) {\r\n   $record = $rows[0];\r\n   ff_setChecked(''age'', $record->age);\r\n   if ($record->acro  ) ff_setChecked(''acro''  ,''1'');\r\n   if ($record->fun   ) ff_setChecked(''fun''   ,''1'');\r\n   if ($record->boogie) ff_setChecked(''boogie'',''1'');\r\n} else\r\n   $record = NULL;', 0, NULL, NULL, 2, NULL, '//+trace dis\r\nglobal $my; \r\n\r\n// load the standard submit utilities\r\n$this->execPieceByName(''ff_InitLib'');\r\n\r\n// retrieve the submitted values\r\n$recordid = ff_getSubmit(''recordid'');\r\n$userid   = $my->id;\r\n$couple   = ff_getSubmit(''couple'', '''');\r\n$age      = ff_getSubmit(''age'',    0);\r\n$acro     = ff_getSubmit(''acro'',   0);\r\n$fun      = ff_getSubmit(''fun'',    0);\r\n$boogie   = ff_getSubmit(''boogie'', 0);\r\n\r\nif (is_numeric($recordid))\r\n    // update existing record\r\n    ff_query(\r\n        "update `#__rnr_contest` ".\r\n           "set `couple` = ''$couple'', ".\r\n               "`age`    = ''$age'', ".\r\n               "`acro`   = ''$acro'', ".\r\n               "`fun`    = ''$fun'', ".\r\n               "`boogie` = ''$boogie'' ".\r\n         "where `id`     = $recordid"\r\n    );\r\nelse\r\n    // save new record\r\n    ff_query(\r\n        "insert into `#__rnr_contest` ".\r\n            "(`userid`, `couple`, `age`, `acro`, `fun`, `boogie`) ".\r\n        "values (''$userid'', ''$couple'', ''$age'', ''$acro'', ''$fun'', ''$boogie'')"\r\n    );', 2, NULL, 'ff_redirectForm("RnrContestList");', 2, 0),
(8, 'Samples', 7, 1, 0, 'RnrContestList', 'Rock''N''Roll dance contest partipicant list', 'Partipicants list for the Rock''N''Roll dance contest. \r\n(Please run registration first in order to automaticly create tables)', '', '', 95, 1, 10, 1, 1, 0, 1, 0, '', 0, 0, NULL, NULL, 0, NULL, NULL, 1, 11, NULL, 0, NULL, NULL, 2, NULL, '//+trace dis\r\n\r\n// load the standard submit utilities\r\n$this->execPieceByName(''ff_InitLib'');\r\n\r\n// get the userid to delete\r\n$deleteid = 0;\r\nforeach ($this->submitdata as $data)\r\n    if ($data[_FF_DATA_NAME]==''deleteid'') {\r\n        $deleteid = $data[_FF_DATA_VALUE];\r\n        break;\r\n    } // if\r\n\r\n// delete the record if userid found\r\nif ($deleteid > 0)\r\n    ff_query("delete from `#__rnr_contest` where id=$deleteid");', 0, NULL, NULL, 2, 450),
(9, 'Samples', 8, 1, 0, 'SubmitContent', 'Submit Content', 'This form shows how content can be submitted by users.', 'content_outline', '', 420, 0, 500, 0, 3, 0, 1, 0, '', 0, 0, NULL, NULL, 0, NULL, NULL, 2, NULL, '//+trace dis\r\n\r\n// configuration variables\r\n$register = 1;  // 0 = public access, 1 = registred users only\r\n\r\n// declare globals used in this piece\r\nglobal $my;\r\n\r\n// load the standard piece library\r\n$this->execPieceByName(''ff_InitLib'');  \r\n\r\n// check for registred users\r\nif ($register && !$my->id) $this->page = 2;', 0, NULL, NULL, 2, NULL, '//+trace dis\r\n\r\n// configuration variables\r\n$moderate = 1;  // 0 = publish directly, 1 = leave unpublished\r\n\r\n// declare globals used in this piece\r\nglobal $Itemid, $my;\r\n\r\n// load the standard piece library\r\n$this->execPieceByName(''ff_InitLib'');\r\n\r\n// get values from submission\r\n$name     = ff_getSubmit(''name'',     '''');\r\n$title    = ff_getSubmit(''title'',    '''');\r\n$text     = ff_getSubmit(''text'',     '''');\r\n$section  = ff_getSubmit(''section'',  0);\r\n$category = ff_getSubmit(''category'', 0);\r\n\r\n// get the userid of a superadministrator. the article will be created\r\n// by the superadmin, but use as author alias the name of the person\r\n// who submitted it.\r\n$creator = ff_select("select id, email, sendEmail from #__users where gid=25");\r\n$creator = $creator[0]; // take first row\r\n\r\n// format text, date and state\r\n$text = ff_markdown($text);\r\n$date = date( "Y-m-d H:i:s" );\r\nif ($moderate) $state = 0; else $state = 1;\r\n\r\n// save new submission into #__content table\r\nff_query(\r\n    "insert into #__content ".\r\n        "(title, title_alias, introtext, state, sectionid, ".\r\n         "catid, created, created_by, created_by_alias) ".\r\n    "values ".\r\n        "(''$title'', ''$title'', ''$text'', ''$state'', ''$section'', ".\r\n         "''$category'', ''$date'', ''$creator->id'', ''$name'')"\r\n);\r\n\r\n// get section and cat name\r\n$section_name = ff_selectValue("select title from #__sections where id=''$section''");\r\n$cat_name = ff_selectValue("select title from #__categories where id=''$category''");\r\n\r\n// update #__messages table for backend notices\r\n$subject = "New content submitted";\r\n$message = "A new product was submitted by [$name] ".\r\n           "titled [$title] in section [$section_name] and category [$cat_name]";\r\nff_query(\r\n    "insert into #__messages (user_id_from, user_id_to, date_time, subject,message) ".\r\n    "values (''$my->id'', ''$creator->id'', ''$date'', ''$subject'',''$message'')"\r\n);\r\n\r\n// send a mail notice to superadmin\r\nif ($creator->sendEmail) {\r\n    // if sent by unregistred we dont know the email\r\n    if ($my->id) $from = $my->email; else $from = "somebody@unknown.com";\r\n    $this->sendMail(\r\n        $from,              // senders email\r\n        $name,              // senders name\r\n        $creator->email,    // recipient email\r\n        $subject,           // subject line\r\n        $message            // the message\r\n    );\r\n} // if\r\n\r\nff_redirectSelf("&ff_page=3"); // show thank you page', 0, NULL, NULL, 2, 0),
(10, 'Samples', 9, 1, 0, 'SubmitContentPreview', 'Submit Content Preview', 'This is the preview form for the content submit piece. \r\nIt is not meant to be called directly, but by form\r\nSubmitContent.', 'content_outline', '', 100, 1, 10, 1, 1, 0, 1, 0, '', 0, 0, NULL, NULL, 0, NULL, NULL, 1, 11, NULL, 0, NULL, NULL, 0, NULL, NULL, 0, NULL, NULL, 2, 400);

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

--
-- Table structure for table `jos_facileforms_packages`
--

CREATE TABLE IF NOT EXISTS `jos_facileforms_packages` (
  `id` varchar(30) NOT NULL default '',
  `name` varchar(30) NOT NULL default '',
  `version` varchar(30) NOT NULL default '',
  `created` varchar(20) NOT NULL default '',
  `title` varchar(50) NOT NULL default '',
  `author` varchar(50) NOT NULL default '',
  `email` varchar(50) NOT NULL default '',
  `url` varchar(50) NOT NULL default '',
  `description` varchar(100) NOT NULL default '',
  `copyright` varchar(100) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_facileforms_packages`
--

INSERT INTO `jos_facileforms_packages` (`id`, `name`, `version`, `created`, `title`, `author`, `email`, `url`, `description`, `copyright`) VALUES
('', 'mypck_001', '0.0.1', '2005-07-31 22:21:23', 'My First Package', 'My Name', 'my.name@my.domain', 'http://www.my.domain', 'This is the first package that I created', 'This FacileForms package is released under the GNU/GPL license'),
('FF', 'stdlib.english', '1.4.6e', '2006-07-03 23:07:45', 'FacileForms - Standard Piece and Script Libraries', 'Peter Koch', 'use_the_forum@facileforms.biz', 'http://www.facileforms.biz', 'These are the standard FacileForms script and piece libraries.', 'This FacileForms package is released under the GNU/GPL license'),
('Samples', 'samples.english', '1.4.6b', '2006-06-28 14:35:25', 'FacileForms - Standard Samples', 'Peter Koch', 'use_the_forum@facileforms.biz', 'http://www.facileforms.biz', 'These are the original samples that come with FacileForms', 'This FacileForms package is released under the GNU/GPL license');

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

--
-- Table structure for table `jos_facileforms_pieces`
--

CREATE TABLE IF NOT EXISTS `jos_facileforms_pieces` (
  `id` int(11) NOT NULL auto_increment,
  `published` tinyint(1) NOT NULL default '0',
  `package` varchar(30) NOT NULL default '',
  `name` varchar(30) NOT NULL default '',
  `title` varchar(50) NOT NULL default '',
  `description` text,
  `type` varchar(30) NOT NULL default '',
  `code` text,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=29 ;

--
-- Dumping data for table `jos_facileforms_pieces`
--

INSERT INTO `jos_facileforms_pieces` (`id`, `published`, `package`, `name`, `title`, `description`, `type`, `code`) VALUES
(1, 1, 'FF', 'ff_Constants', 'Constansts definitions', 'Library constants definitions', 'Untyped', 'define(''FF_DIE'',       ''_ff_die_on_errors_'');\r\ndefine(''FF_DONTDIE'',   ''_ff_stay_alive_'');\r\ndefine(''FF_IGNOREDIE'', ''_ff_ignore_if_dying_'');\r\n\r\ndefine(''FF_ARRAY'',     ''_ff_return_as_array_'');\r\ndefine(''FF_LIST'',      ''_ff_return_as_list_'');\r\ndefine(''FF_SLIST'',     ''_ff_return_as_slist_'');\r\ndefine(''FF_DLIST'',     ''_ff_return_as_dlist_'');\r\n\r\ndefine(''FF_NOTRIM'',    1);\r\ndefine(''FF_ALLOWHTML'', 2);\r\ndefine(''FF_ALLOWRAW'',  4);'),
(2, 1, 'FF', 'ff_die', 'Terminate form gracefully', 'Gracefully terminates the form and shows a message plus opionally a \r\nCONTINUE button for further redirection.\r\n\r\nCall:\r\n\r\n    ff_die($message=null, $action=''stop'', $target='''', $params='''', $label=''Continue'');\r\n    return;\r\n\r\n    $message = A message to display. If no message is provided, it will\r\n               display:\r\n\r\n                    Fatal error in $formname, processing stopped.\r\n\r\n    $action  = ''stop'' : Dont show a CONTINUE button (default)\r\n               ''self'' : Redirect to the same form\r\n               ''form'' : Redirect to another form \r\n               ''page'' : Redirect to another page of this site\r\n               ''home'' : Redirect to homepage of the site\r\n               ''url''  : Redirect to a url\r\n\r\n    $target  = Target name/url for ''form'', ''page'' and ''url''\r\n\r\n    $params  = Additional parameters for ''self'' and ''form''\r\n\r\n    $label   = Text for the continue button\r\n\r\nExamples:\r\n\r\n    // Display standard message without continue button\r\n    ff_die(); \r\n\r\n    // Display message without continue button\r\n    ff_die(''Sorry, cannot continue for some reason.'');\r\n\r\n    // Display standard message and return to same form with a parameter\r\n    ff_die(null, ''self'', ''&ff_param_foo=bar'');\r\n\r\n    // Redirect to another form\r\n    ff_die(''Guess you are hungry now...'', ''form'', ''SamplePizzaShop'', null, ''Order'');\r\n\r\n    // Redirect to another site page\r\n    ff_die(\r\n        ''Something strange has happened!'', \r\n        ''page'', \r\n        ''index.php?option=com_content&task=section&id=1&Itemid=2''\r\n    );', 'Untyped', 'function ff_die($message='''', $action=''stop'', $target='''', $params='''', $label=''Continue'')\r\n{\r\n    global $ff_processor;\r\n    if ($ff_processor->dying) return;\r\n\r\n    ob_end_clean();\r\n    $form =& $ff_processor->formrow;\r\n    if (!$message) \r\n        $message = \r\n            "<strong>Fatal error in $form->name, form processing halted.</strong>";\r\n    switch ($action) {\r\n        case ''self'': $url = ff_makeSelfUrl($params); break;\r\n        case ''form'': $url = ff_makeFormUrl($target, $params); break;\r\n        case ''page'': $url = ff_makePageUrl($target); break;\r\n        case ''home'': $url = "{mossite}"; break;\r\n        case ''url'' : $url = $target; break;\r\n        default    : $url = '''';\r\n    } // switch\r\n    if ($form->class1 != '''') echo ''<div class="''.$form->class1.''">''.nl();\r\n    echo($message.''<br/><br/><br/>''.nl());\r\n    if ($url) {\r\n        if (!$ff_processor->inline) echo ''<form action="#redirect">''.nl();\r\n        if ($ff_processor->inframe) $t = ''parent''; else $t = ''document'';\r\n        echo ''<input type="button" class="button" value="''.$label.''"''.\r\n             '' onClick="''.$t.''.location.href=\\''''.htmlentities($url,ENT_QUOTES).''\\'';"''.\r\n             ''/>''.nl();\r\n        if (!$ff_processor->inline) echo ''</form>''.nl();\r\n    } // if\r\n    if ($form->class1 != '''') echo ''</div>''.nl();\r\n    unset($form);\r\n    ob_start();\r\n    $ff_processor->suicide();\r\n} // ff_die'),
(3, 1, 'FF', 'ff_DisableFormTrace', 'Disable tracing at view time', 'Disables tracing for use as before form piece', 'Before Form', '//+trace dis'),
(4, 1, 'FF', 'ff_DisableSubmitTrace', 'Disable tracing at submit time', 'Disables tracing for use as begin submit piece', 'Begin Submit', '//+trace dis'),
(5, 1, 'FF', 'ff_dying', 'Query live status', 'Query if form is dying', 'Untyped', '//+trace max none\r\nfunction ff_dying()\r\n{\r\n    global $ff_processor; \r\n    return $ff_processor->dying;\r\n} // ff_dying'),
(6, 1, 'FF', 'ff_expString', 'String export', 'Export string function: escapes special characters in c-codes', 'Untyped', 'function ff_expString($text)\r\n{\r\n    return expstring($text);\r\n} // ff_expString'),
(7, 1, 'FF', 'ff_getPageByNameX', 'Get page # by element name', 'Gets the page number by the name of an element. \r\nTypically used to redirect to a certain page in a before form piece \r\nas \r\n\r\n    $this->page = ff_getPageByName(''elementname'');', 'Untyped', 'function ff_getPageByName($name)\r\n{\r\n    global $ff_processor;\r\n    foreach($ff_processor->rows as $row)\r\n        if ($row->name==$name)\r\n            return $row->page;\r\n    return null;\r\n} // ff_getPageByName'),
(8, 1, 'FF', 'ff_getParam', 'Get GET/POST parameter', 'Direct replacement for mosGetParam. ff_getParam will attempt to filter \r\nout parameters that are targeted to another form on the same page.', 'Untyped', 'function ff_getParam($name, $default=null, $mask=0)\r\n{\r\n    global $ff_request;\r\n    if (substr($name,0,9)==''ff_param_'') {\r\n        if (!isset($ff_request[$name])) return $default;\r\n        $val = $ff_request[$name];\r\n    } else {\r\n        if (!isset($_REQUEST[$name])) return $default;\r\n        $val = $_REQUEST[$name];\r\n    } // if\r\n    $dotrim = ($mask & FF_NOTRIM)==0;\r\n    $dostrp = ($mask & FF_ALLOWHTML)==0;\r\n    $addsla = ($mask & FF_ALLOWRAW)==0 && !get_magic_quotes_gpc();\r\n    $remsla = ($mask & FF_ALLOWRAW)!=0 && get_magic_quotes_gpc();\r\n    if (is_array($val)) {\r\n        $cnt = count($val);\r\n        for ($v = 0; $v < $cnt; $v++)\r\n            if (is_string($val[$v])) {\r\n                if ($dotrim) $val[$v] = trim($val[$v]);\r\n                if ($dostrp) $val[$v] = strip_tags($val[$v]);\r\n                if ($addsla) $val[$v] = addslashes($val[$v]);\r\n                if ($remsla) $val[$v] = stripslashes($val[$v]);\r\n            } // if\r\n    } else {\r\n        if (is_string($val)) {\r\n            if ($dotrim) $val = trim($val);\r\n            if ($dostrp) $val = strip_tags($val);\r\n            if ($addsla) $val = addslashes($val);\r\n            if ($remsla) $val = stripslashes($val);\r\n        } // if\r\n    } // if\r\n    return $val;\r\n} // ff_getParam'),
(9, 1, 'FF', 'ff_getSubmit', 'Get submited data', 'Returns submitdata either as scalar, array or list. In case of list the values\r\nare returned as a string with the values concatenated by comma.\r\n\r\nExamples:\r\n\r\n// Get as scalar: Optionally pass a default value as second parameter.\r\n// If no default is provided, it will return NULL if no value was submitted\r\n\r\n    $myval = ff_getSubmit(''myvar'');        // return NULL if not submitted\r\n\r\n    $myval = ff_getSubmit(''myvar'',1);      // return 1 if not submitted\r\n\r\n    $myval = ff_getSubmit(''myvar'',''foo'');  // return ''foo'' if not submitted\r\n\r\n    ff_query(\r\n        "insert into #__mytable(id, name) ".\r\n        "values (''".\r\n            ff_getSubmit(''id'').", ".\r\n            ff_getSubmit(''name'',''unknown'').\r\n        "'')"\r\n    );\r\n\r\n// Get as array: Pass FF_ARRAY as second Parameter\r\n\r\n    $myarr = $ff_getSubmit(''myarr'', FF_ARRAY);\r\n\r\n    foreach ($myarr as $myval) ...\r\n\r\n// Get as list: Pass either FF_LIST, FF_SLIST or FF_DLIST as 2nd parameter.\r\n\r\n    // FF_LIST will return numeric data unquoted and strings in single quotes:\r\n    //    1,2,''a'',4\r\n\r\n    // FF_SLIST will return all data single quoted:\r\n    //    ''1'',''2'',''a'',''4''\r\n\r\n    // FF_DLIST will return all data double quoted:\r\n    //    "1","2","a","4"\r\n\r\n    ff_query(\r\n        "delete from #__mytable ".\r\n        "where id in (".ff_getSubmit(''itemlist'',FF_LIST).")"\r\n    );', 'Untyped', 'function ff_getSubmit($name, $default=null)\r\n{\r\n    global $ff_processor;\r\n\r\n    switch ((string)$default) {\r\n        case FF_ARRAY: $value = array(); break;\r\n        case FF_LIST : \r\n        case FF_SLIST:\r\n        case FF_DLIST: $value = ''''; break;\r\n        default      : $value = $default;\r\n    } // switch\r\n    foreach ($ff_processor->submitdata as $data)\r\n        if ($data[_FF_DATA_NAME]==$name) {\r\n            $q = '''';\r\n            switch ((string)$default) {\r\n                case FF_ARRAY:\r\n                    $value[] = $data[_FF_DATA_VALUE];\r\n                    break;\r\n                case FF_SLIST:\r\n                    $q = "''";\r\n                case FF_DLIST:\r\n                    if ($q=='''') $q = ''"'';\r\n                case FF_LIST:\r\n                    if ($q=='''' && !is_numeric($data[_FF_DATA_VALUE])) $q = "''";\r\n                    if ($value!='''') $value.='','';\r\n                    $value .= $q.$data[_FF_DATA_VALUE].$q;\r\n                    break;\r\n                default:\r\n                    return $data[_FF_DATA_VALUE];\r\n            } // switch\r\n         } // if\r\n    return $value;\r\n} // ff_getSubmit'),
(10, 1, 'FF', 'ff_impString', 'String import', 'Import string function: unescapes c-coded characters of a string', 'Untyped', 'function ff_impString($text)\r\n{\r\n    return impstring($text);\r\n} // ff_impString'),
(11, 1, 'FF', 'ff_InitLib', 'Init Library', 'A collection of useful functions for use in form pieces. \r\n\r\nInclude by: \r\n\r\n    $this->execPieceByName(''ff_InitLib'');', 'Before Form', '//+trace high none\r\nif (!defined(''FF_DIE''))                    $this->execPieceByName(''ff_Constants'');\r\nif (!function_exists(''ff_expstring''))      $this->execPieceByName(''ff_expstring'');\r\nif (!function_exists(''ff_makePageUrl''))    $this->execPieceByName(''ff_makePageUrl'');\r\nif (!function_exists(''ff_makeFormUrl''))    $this->execPieceByName(''ff_makeFormUrl'');\r\nif (!function_exists(''ff_makeSelfUrl''))    $this->execPieceByName(''ff_makeSelfUrl'');\r\nif (!function_exists(''ff_die''))            $this->execPieceByName(''ff_die'');\r\nif (!function_exists(''ff_dying''))          $this->execPieceByName(''ff_dying'');\r\nif (!function_exists(''ff_redirect''))       $this->execPieceByName(''ff_redirect'');\r\nif (!function_exists(''ff_redirectParent'')) $this->execPieceByName(''ff_redirectParentX'');\r\nif (!function_exists(''ff_redirectPage''))   $this->execPieceByName(''ff_redirectPage'');\r\nif (!function_exists(''ff_redirectForm''))   $this->execPieceByName(''ff_redirectForm'');\r\nif (!function_exists(''ff_redirectSelf''))   $this->execPieceByName(''ff_redirectSelf'');\r\nif (!function_exists(''ff_setChecked''))     $this->execPieceByName(''ff_setCheckedX'');\r\nif (!function_exists(''ff_setSelected''))    $this->execPieceByName(''ff_setSelectedX'');\r\nif (!function_exists(''ff_setValue''))       $this->execPieceByName(''ff_setValueX'');\r\nif (!function_exists(''ff_getPageByName''))  $this->execPieceByName(''ff_getPageByNameX'');\r\nif (!function_exists(''ff_getParam''))       $this->execPieceByName(''ff_getParam'');\r\nif (!function_exists(''ff_getSubmit''))      $this->execPieceByName(''ff_getSubmit'');\r\nif (!function_exists(''ff_impString''))      $this->execPieceByName(''ff_impString'');\r\nif (!function_exists(''ff_expString''))      $this->execPieceByName(''ff_expString'');\r\nif (!function_exists(''ff_securityImage''))  $this->execPieceByName(''ff_securityImage'');\r\nif (!function_exists(''ff_select''))         $this->execPieceByName(''ff_select'');\r\nif (!function_exists(''ff_selectValue''))    $this->execPieceByName(''ff_selectValue'');\r\nif (!function_exists(''ff_query''))          $this->execPieceByName(''ff_query'');\r\nif (!function_exists(''ff_markdown''))       $this->execPieceByName(''ff_markdown'');'),
(12, 1, 'FF', 'ff_makeFormUrl', 'Make URL to other form', 'Redirects to another facile form. \r\n\r\nCall: \r\n\r\n    $url = ff_makeFormUrl($name, $params = '''');\r\n\r\nExample:\r\n\r\n    $url = ff_makeFormUrl(\r\n       ''OtherForm'', \r\n       ''&ff_param_email=''.urlencode($email)\r\n    );', 'Untyped', 'function ff_makeFormUrl($name, $params='''')\r\n{\r\n    global $ff_processor, $ff_otherparams;\r\n    $url = '''';\r\n    switch ($ff_processor->runmode) {\r\n        case 2: // preview\r\n        case 1: // backend\r\n            $url .= ''administrator/index2.php?option=com_facileforms&act=run''.\r\n                    ''&ff_name=''.urlencode($name);\r\n            if ($ff_processor->inframe) $url .= ''&ff_frame=1'';\r\n            if ($ff_processor->border) $url .= ''&ff_border=1'';\r\n            break;\r\n        default: // frontend\r\n            $url .= ''index.php?ff_name=''.urlencode($name);\r\n            if ($ff_otherparams[''option''] == ''com_facileforms'') {\r\n                reset($ff_otherparams);\r\n                while (list($prop, $val) = each($ff_otherparams))\r\n                    $url .= ''&''.urlencode($prop).''=''.urlencode($val);\r\n            } else\r\n                $url .= ''&option=com_facileforms'';\r\n            if ($ff_processor->target > 1) $url .= ''&ff_target=''.$ff_processor->target;\r\n            if ($ff_processor->inframe) $url .= ''&ff_frame=1'';\r\n            if ($ff_processor->border) $url .= ''&ff_border=1'';\r\n            if ($ff_processor->align !=1) $url .= ''&ff_align=''.$ff_processor->align;\r\n            if ($ff_processor->top>0) $url .= ''&ff_top=''.$ff_processor->top;\r\n    } // switch\r\n    return ff_makePageUrl($url. $params);\r\n} // ff_makeFormUrl'),
(13, 1, 'FF', 'ff_makePageUrl', 'Make URL to other page', 'Builds an URL to another mambo page\r\n\r\nCall: \r\n\r\n    $url = ff_makePageUrl($params = '''');\r\n\r\nExample:\r\n\r\n    $url = ff_makePageUrl(\r\n        ''index.php?option=com_content&task=blogsection&id=0&Itemid=39''\r\n    );', 'Untyped', 'function ff_makePageUrl($params='''')\r\n{\r\n    $url = ''{mossite}'';\r\n    if ($params != '''') {\r\n        $len = strlen($url);\r\n        if ($len > 0 && $url{$len-1} != ''/'') $url .= ''/'';\r\n        $url .= $params;\r\n    } // if\r\n    return $url;\r\n} // ff_makePageUrl'),
(14, 1, 'FF', 'ff_makeSelfUrl', 'Make URL to same form', 'Make an URL to the same form. \r\n\r\nCall: \r\n\r\n    $url = ff_makeSelfUrl($params = '''');\r\n\r\nExample:\r\n\r\n    $url = ff_makeSelfUrl(''&ff_param_email=''.urlencode($email));', 'Untyped', 'function ff_makeSelfUrl($params='''')\r\n{\r\n    global $ff_processor;\r\n    return ff_makeFormUrl($ff_processor->formrow->name, $params);\r\n} // ff_makeSelfUrl'),
(15, 1, 'FF', 'ff_markdown', 'Markdown tagging for facile forms', 'Convert text marked up by ''Markdown'' into HTML.\r\n\r\nInclude by: \r\n\r\n    if (!function_exists(''ff_markdown'')) $this->execPieceByName(''ff_markdown'');\r\n\r\nCall syntax: \r\n\r\n    $html = ff_markdown($text);', 'Untyped', 'function ff_markdown($text)\r\n{\r\n    global $ff_processor, $ff_compath;\r\n\r\n    // do the standard Markdown processing first\r\n    if (!function_exists(''Markdown'')) require_once($ff_compath.''/markdown.php'');\r\n    $html = Markdown($text);\r\n\r\n    // now fix <a href...> tags\r\n    $html = preg_replace(\r\n        "/(\\\\<a href=[^\\\\>]+)/i",    // search pattern\r\n        "\\${1} target=\\"_parent\\"",  // replacement\r\n        $html\r\n    );       \r\n    return $html;\r\n} // ff_markdown'),
(16, 1, 'FF', 'ff_query', 'Non-select queries against db', 'Execute a simple db query.\r\n\r\nInclude by one of:\r\n\r\n    $this->execPieceByName(''ff_InitUtilities'');\r\n    $this->execPieceByName(''ff_SubmitUtilities'');\r\n    if (!function_exists(''ff_query'')) $this->execPieceByName(''ff_query'');\r\n\r\nCall syntax:\r\n\r\n    [$newid = ] ff_query($sql [, $insert = 0]);\r\n\r\n    $sql:    Sql statement to call\r\n    $insert: 1 = return key of auto column when inserting rows\r\n    $newid:  The key of the new row.', 'Untyped', 'function ff_query($sql, $insert=false, $error=FF_DIE)\r\n{\r\n    global $database, $ff_processor;\r\n    if ($ff_processor->dying && $error!=FF_IGNOREDIE) return -1;\r\n    $database->setQuery($sql);\r\n    $database->query();\r\n    if ($database->getErrorNum()) {\r\n        $dienow = $error==FF_DIE;\r\n        $error = $database->stderr();\r\n        if ($dienow) ff_die($error);\r\n    } else {\r\n        $error = null;\r\n        if ($insert) return $database->insertid();\r\n    } // if\r\n    return 0;\r\n} // ff_query'),
(17, 1, 'FF', 'ff_redirect', 'Basic redirection', 'Basic redirection routine supporting multiple targets and methods.\r\n\r\nCall:\r\n \r\nff_redirect($url [, $target=''self'' , $method=''post''])\r\n\r\n    $url    = The url to redirect to including the parameters appended.\r\n\r\n    $target = ''top'', ''parent'', ''self'' or ''blank''\r\n\r\n              ''top''    = redirect to the top browser window\r\n              ''parent'' = redirect to the parent frame\r\n              ''self''   = redirect in the same frame (the default)\r\n              ''blank''  = redirect to a new browser window \r\n                         (blank works with post method only)\r\n\r\n    $method = ''post'' or ''get''. The default is ''post''.\r\n\r\n    Example:\r\n\r\n       ff_redirect(\r\n          ''http://mysite.net/index.php?option=xxx&Itemid=33'',\r\n          ''top''\r\n       );', 'Untyped', 'function ff_redirect($url, $target=''self'', $method=''post'')\r\n{\r\n    global $ff_processor, $ff_request;\r\n    if ($ff_processor->dying) return;\r\n\r\n    ob_end_clean();\r\n    switch (strtolower($method)) {\r\n        case ''get'': {\r\n            switch (strtolower($target)) {\r\n                case ''top''   :\r\n                case ''parent'': break;\r\n                default      : $target = ''document'';\r\n            } // switch\r\n            echo ''<script type="text/javascript">''.nl().\r\n                 ''<!--''.nl().\r\n                 "onload=function() { ".$target.".location.href=''".$url."''; }".nl().\r\n                 ''-->''.nl().\r\n                 ''</script>''.nl().\r\n                 ''</body>''.nl();\r\n            break;\r\n        } // url\r\n        default: { // post\r\n            $pos = strpos($url,''?'');\r\n            $ff_request = array();\r\n            if ($pos === false)\r\n                $action = $url;\r\n            else {\r\n                $action = substr($url,0,$pos);\r\n                addRequestParams(substr($url, $pos+1));\r\n            } // if\r\n            switch (strtolower($target)) {\r\n                case ''blank'' : $target = '' target="_blank"'';  break;\r\n                case ''top''   : $target = '' target="_top"'';    break;\r\n                case ''parent'': $target = '' target="_parent"''; break;\r\n                default      : $target = '' target="_self"'';\r\n            } // switch\r\n            echo ''<script language="javascript" type="text/javascript">''.nl().\r\n                 ''<!--''.nl().\r\n                 ''onload = function() { document.ff_redirect.submit(); }''.nl().\r\n                 ''-->''.nl().\r\n                 ''</script>''.nl().\r\n                 ''<form action="''.$action.''" ''.\r\n                  ''method="post" ''.\r\n                  ''name="ff_redirect" id="ff_redirect" ''.\r\n                  ''enctype="multipart/form-data"''.\r\n                  $target.\r\n                 ''>''.nl();\r\n            while (list($prop, $val) = each($ff_request))\r\n                echo ''<input type="hidden" name="''.$prop.''" ''.\r\n                            ''value="''.htmlentities(urldecode($val)).''"/>''.nl();\r\n            echo ''</form>''.nl().\r\n                 ''</body>''.nl();\r\n        } // post\r\n    } // switch\r\n    exit;\r\n} // ff_redirect'),
(18, 1, 'FF', 'ff_redirectForm', 'Redirect to other form', 'Redirects to another facile form. \r\n\r\nCall: \r\n\r\n    ff_redirectForm($name, $params = '''');\r\n\r\nExample:\r\n\r\n    ff_redirectForm(\r\n        $this, \r\n       ''SecondForm'', \r\n       ''&ff_param_email=''.urlencode($email)\r\n    );', 'Untyped', 'function ff_redirectForm($name, $params='''', $method=''post'')\r\n{\r\n    ff_redirectParent(ff_makeFormUrl($name, $params), $method);\r\n} // ff_redirectForm'),
(19, 1, 'FF', 'ff_redirectPage', 'Redirect to other page', 'Redirects to another mambo page. \r\n\r\nCall: \r\n\r\n    ff_redirectPage($params = '''');\r\n\r\nExample:\r\n\r\n    ff_redirectPage(\r\n        ''index.php?option=com_content&task=blogsection&id=0&Itemid=39''\r\n    );', 'Untyped', 'function ff_redirectPage($params='''', $method=''post'')\r\n{\r\n    ff_redirectParent(ff_makePageUrl($params), $method);\r\n} // ff_redirectPage'),
(20, 1, 'FF', 'ff_redirectParentX', 'Redirect to parent window', 'Redirects to the parent window when runing in iframe, otherwise to self. \r\n\r\nff_redirectParent($url [, $method=''post''])\r\n\r\n    $url    = The url to redirect to including the parameters appended.\r\n\r\n    $method = ''post'' or ''url''. The default is ''post''.\r\n\r\n    Example:\r\n\r\n       ff_redirectParent(\r\n          ''http://mysite.net/index.php?option=xxx&Itemid=33'',\r\n          ''url''\r\n       );', 'Untyped', 'function ff_redirectParent($url, $method = ''post'')\r\n{\r\n    global $ff_processor;\r\n    if ($ff_processor->inframe) $target = ''parent''; else $target = ''self''; \r\n    ff_redirect($url, $target, $method);\r\n} // ff_redirectParent'),
(21, 1, 'FF', 'ff_redirectSelf', 'Redirect to same form', 'Redirects to the same form. \r\n\r\nCall: \r\n\r\n    ff_redirectSelf($params = '''');\r\n\r\nExample:\r\n\r\n    ff_redirectSelf(''&ff_param_email=''.urlencode($email));', 'Untyped', 'function ff_redirectSelf($params='''', $method=''post'')\r\n{\r\n    ff_redirectParent(ff_makeSelfUrl($params), $method);\r\n} // ff_redirectSelf'),
(22, 1, 'FF', 'ff_securityImage', 'Security Image', 'Create code to display the security image', 'Untyped', 'global $ff_seccode;\r\nif (!isset($this->record_id)) $ff_seccode = null;\r\n\r\nfunction ff_securityImage()\r\n{\r\n    global $ff_comsite, $ff_seccode;\r\n    if (!isset($ff_seccode)) { \r\n        mt_srand((double)microtime()*1000000);\r\n        $ff_seccode = mt_rand(10000, 99999);\r\n        $_SESSION[''ff_seccode''] = $ff_seccode;\r\n    } // if\r\n    return ''<img src="''.$ff_comsite.''/secimage.php?sessid=''.session_id().''" title="" alt="" />'';\r\n} // ff_securityImage'),
(23, 1, 'FF', 'ff_select', 'Select rows from db', 'Execute a select query\r\n\r\nInclude by one of:\r\n\r\n    $this->execPieceByName(''ff_InitUtilities'');\r\n    $this->execPieceByName(''ff_SubmitUtilities'');\r\n    if (!function_exists(''ff_select'')) $this->execPieceByName(''ff_select'');\r\n\r\nCall syntax:\r\n\r\n    $rows = ff_select($sql);\r\n\r\n    $sql:    Sql SELECT-statement to call\r\n    $rows:   List of row objects', 'Untyped', 'function ff_select($sql, $error=FF_DIE)\r\n{\r\n    global $database;\r\n    $database->setQuery($sql);\r\n    $rows = $database->loadObjectList();\r\n    if ($database->getErrorNum()) {\r\n        $dienow = $error==FF_DIE;\r\n        $error = $database->stderr();\r\n        $rows = array();\r\n        if ($dienow) ff_die($error);\r\n    } else\r\n        $error = null;\r\n    return $rows;\r\n} // ff_select'),
(24, 1, 'FF', 'ff_selectValue', 'Select single value from db', 'Execute query to read a single value\r\n\r\nInclude by one of:\r\n\r\n    $this->execPieceByName(''ff_InitUtilities'');\r\n    $this->execPieceByName(''ff_SubmitUtilities'');\r\n    if (!function_exists(''ff_selectValue'')) $this->execPieceByName(''ff_selectValue'');\r\n\r\nCall syntax:\r\n\r\n    $value = ff_selectValue($sql);\r\n\r\n    $sql:    Sql SELECT-statement to call\r\n    $value:  The value returned by the database', 'Untyped', 'function ff_selectValue($sql, $def=null, $error=FF_DIE)\r\n{\r\n    global $database;\r\n    $database->setQuery($sql);\r\n    $value = $database->loadResult();\r\n    if ($database->getErrorNum()) {\r\n        $dienow = $error==FF_DIE;\r\n        $error = $database->stderr();\r\n        if ($dienow) ff_die($error);\r\n    } else {\r\n        $error = null;\r\n        if ($value) return $value;\r\n    } // if\r\n    return $def;\r\n} // ff_selectValue'),
(25, 1, 'FF', 'ff_setCheckedX', 'Set checkbox/radiobutton checked', 'Set a radio button or checkbox checked. \r\n\r\nCall: \r\n\r\n    ff_setChecked(''name'', ''value'');', 'Untyped', 'function ff_setChecked($name, $value)\r\n{\r\n    global $ff_processor;\r\n    for ($r = 0; $r < $ff_processor->rowcount; $r++) {\r\n        $row =& $ff_processor->rows[$r];\r\n        if ($row->name==$name && $row->data1==$value)\r\n            $row->flag1 = 1;\r\n        unset($row);\r\n    } // for\r\n} // ff_setChecked'),
(26, 1, 'FF', 'ff_setSelectedX', 'Set a select list option to *selected*', 'Sets a select list option to selected. \r\n\r\nCall: \r\n\r\n    ff_setSelected(''name'', ''value'');', 'Untyped', 'function ff_setSelected($name, $value)\r\n{\r\n    global $ff_processor;\r\n    for ($r = 0; $r < $ff_processor->rowcount; $r++) {\r\n        $row =& $ff_processor->rows[$r];\r\n        if ($row->name==$name)\r\n            $row->data2 =\r\n                preg_replace(\r\n                    ''/(^|\\r\\n|\\n)(0|1);([^;]*);(''.$value.'')($|\\r\\n|\\n)/'',\r\n                    ''${1}1;${3};${4}${5}'',\r\n                    $row->data2\r\n                );\r\n        unset($row);\r\n    } // for\r\n} // ff_setSelected'),
(27, 1, 'FF', 'ff_setValueX', 'Set text, textarea, hidden value', 'Set value of a Static Text, Text, Textarea or Hidden Input. \r\n\r\nCall: \r\n\r\n    ff_setValue(''name'', ''value'');', 'Untyped', 'function ff_setValue($name, $value)\r\n{\r\n    global $ff_processor;\r\n    for ($r = 0; $r < $ff_processor->rowcount; $r++) {\r\n        $row =& $ff_processor->rows[$r];\r\n        if ($row->name==$name)\r\n            $row->data1 = $value;\r\n        unset($row);\r\n    } // for\r\n} // ff_setValue');
INSERT INTO `jos_facileforms_pieces` (`id`, `published`, `package`, `name`, `title`, `description`, `type`, `code`) VALUES
(28, 1, 'FF', 'Markdown', 'Original Markdown Processor', 'Converts text marked up by ''Markdown'' into HTML.\r\n\r\nPlease use ff_markdown() in forms instead of Markdown()', 'Untyped', '#\r\n# Markdown  -  A text-to-HTML conversion tool for web writers\r\n#\r\n# Copyright (c) 2004-2005 John Gruber\r\n# <http://daringfireball.net/projects/markdown/>\r\n#\r\n# Copyright (c) 2004-2005 Michel Fortin - PHP Port\r\n# <http://www.michelf.com/projects/php-markdown/>\r\n#\r\n\r\nglobal	$MarkdownPHPVersion, $MarkdownSyntaxVersion,\r\n		$md_empty_element_suffix, $md_tab_width,\r\n		$md_nested_brackets_depth, $md_nested_brackets,\r\n		$md_escape_table, $md_backslash_escape_table,\r\n		$md_list_level;\r\n\r\n$MarkdownPHPVersion    = ''1.0.1b''; # Mon 6 Jun 2005\r\n$MarkdownSyntaxVersion = ''1.0.1'';  # Sun 12 Dec 2004\r\n\r\n\r\n#\r\n# Global default settings:\r\n#\r\n$md_empty_element_suffix = " />";     # Change to ">" for HTML output\r\n$md_tab_width = 4;\r\n\r\n#\r\n# WordPress settings:\r\n#\r\n$md_wp_posts    = true;  # Set to false to remove Markdown from posts.\r\n$md_wp_comments = true;  # Set to false to remove Markdown from comments.\r\n\r\n\r\n# -- WordPress Plugin Interface -----------------------------------------------\r\n/*\r\nPlugin Name: Markdown\r\nPlugin URI: http://www.michelf.com/projects/php-markdown/\r\nDescription: <a href="http://daringfireball.net/projects/markdown/syntax">Markdown syntax</a> allows you to write using an easy-to-read, easy-to-write plain text format. Based on the original Perl version by <a href="http://daringfireball.net/">John Gruber</a>. <a href="http://www.michelf.com/projects/php-markdown/">More...</a>\r\nVersion: 1.0.1b\r\nAuthor: Michel Fortin\r\nAuthor URI: http://www.michelf.com/\r\n*/\r\nif (isset($wp_version)) {\r\n	# More details about how it works here:\r\n	# <http://www.michelf.com/weblog/2005/wordpress-text-flow-vs-markdown/>\r\n\r\n	# Post content and excerpts\r\n	if ($md_wp_posts) {\r\n		remove_filter(''the_content'',  ''wpautop'');\r\n		remove_filter(''the_excerpt'',  ''wpautop'');\r\n		add_filter(''the_content'',     ''Markdown'', 6);\r\n		add_filter(''get_the_excerpt'', ''Markdown'', 6);\r\n		add_filter(''get_the_excerpt'', ''trim'', 7);\r\n		add_filter(''the_excerpt'',     ''md_add_p'');\r\n		add_filter(''the_excerpt_rss'', ''md_strip_p'');\r\n\r\n		remove_filter(''content_save_pre'',  ''balanceTags'', 50);\r\n		remove_filter(''excerpt_save_pre'',  ''balanceTags'', 50);\r\n		add_filter(''the_content'',  	  ''balanceTags'', 50);\r\n		add_filter(''get_the_excerpt'', ''balanceTags'', 9);\r\n\r\n		function md_add_p($text) {\r\n			if (strlen($text) == 0) return;\r\n			if (strcasecmp(substr($text, -3), ''<p>'') == 0) return $text;\r\n			return ''<p>''.$text.''</p>'';\r\n		}\r\n		function md_strip_p($t) { return preg_replace(''{</?[pP]>}'', '''', $t); }\r\n	}\r\n\r\n	# Comments\r\n	if ($md_wp_comments) {\r\n		remove_filter(''comment_text'', ''wpautop'');\r\n		remove_filter(''comment_text'', ''make_clickable'');\r\n		add_filter(''pre_comment_content'', ''Markdown'', 6);\r\n		add_filter(''pre_comment_content'', ''md_hide_tags'', 8);\r\n		add_filter(''pre_comment_content'', ''md_show_tags'', 12);\r\n		add_filter(''get_comment_text'',    ''Markdown'', 6);\r\n		add_filter(''get_comment_excerpt'', ''Markdown'', 6);\r\n		add_filter(''get_comment_excerpt'', ''md_strip_p'', 7);\r\n\r\n		global $md_hidden_tags;\r\n		$md_hidden_tags = array(\r\n			''<p>''	=> md5(''<p>''),		''</p>''	=> md5(''</p>''),\r\n			''<pre>''	=> md5(''<pre>''),	''</pre>''=> md5(''</pre>''),\r\n			''<ol>''	=> md5(''<ol>''),		''</ol>''	=> md5(''</ol>''),\r\n			''<ul>''	=> md5(''<ul>''),		''</ul>''	=> md5(''</ul>''),\r\n			''<li>''	=> md5(''<li>''),		''</li>''	=> md5(''</li>''),\r\n			);\r\n\r\n		function md_hide_tags($text) {\r\n			global $md_hidden_tags;\r\n			return str_replace(array_keys($md_hidden_tags),\r\n								array_values($md_hidden_tags), $text);\r\n		}\r\n		function md_show_tags($text) {\r\n			global $md_hidden_tags;\r\n			return str_replace(array_values($md_hidden_tags),\r\n								array_keys($md_hidden_tags), $text);\r\n		}\r\n	}\r\n}\r\n\r\n\r\n# -- bBlog Plugin Info --------------------------------------------------------\r\nfunction identify_modifier_markdown() {\r\n	global $MarkdownPHPVersion;\r\n	return array(\r\n		''name''			=> ''markdown'',\r\n		''type''			=> ''modifier'',\r\n		''nicename''		=> ''Markdown'',\r\n		''description''	=> ''A text-to-HTML conversion tool for web writers'',\r\n		''authors''		=> ''Michel Fortin and John Gruber'',\r\n		''licence''		=> ''GPL'',\r\n		''version''		=> $MarkdownPHPVersion,\r\n		''help''			=> ''<a href="http://daringfireball.net/projects/markdown/syntax">Markdown syntax</a> allows you to write using an easy-to-read, easy-to-write plain text format. Based on the original Perl version by <a href="http://daringfireball.net/">John Gruber</a>. <a href="http://www.michelf.com/projects/php-markdown/">More...</a>''\r\n	);\r\n}\r\n\r\n# -- Smarty Modifier Interface ------------------------------------------------\r\nfunction smarty_modifier_markdown($text) {\r\n	return Markdown($text);\r\n}\r\n\r\n# -- Textile Compatibility Mode -----------------------------------------------\r\n# Rename this file to "classTextile.php" and it can replace Textile anywhere.\r\nif (strcasecmp(substr(__FILE__, -16), "classTextile.php") == 0) {\r\n	# Try to include PHP SmartyPants. Should be in the same directory.\r\n	@include_once ''smartypants.php'';\r\n	# Fake Textile class. It calls Markdown instead.\r\n	class Textile {\r\n		function TextileThis($text, $lite='''', $encode='''', $noimage='''', $strict='''') {\r\n			if ($lite == '''' && $encode == '''')   $text = Markdown($text);\r\n			if (function_exists(''SmartyPants'')) $text = SmartyPants($text);\r\n			return $text;\r\n		}\r\n	}\r\n}\r\n\r\n\r\n\r\n#\r\n# Globals:\r\n#\r\n\r\n# Regex to match balanced [brackets].\r\n# Needed to insert a maximum bracked depth while converting to PHP.\r\n$md_nested_brackets_depth = 6;\r\n$md_nested_brackets =\r\n	str_repeat(''(?>[^\\[\\]]+|\\['', $md_nested_brackets_depth).\r\n	str_repeat(''\\])*'', $md_nested_brackets_depth);\r\n\r\n# Table of hash values for escaped characters:\r\n$md_escape_table = array(\r\n	"\\\\" => md5("\\\\"),\r\n	"`" => md5("`"),\r\n	"*" => md5("*"),\r\n	"_" => md5("_"),\r\n	"{" => md5("{"),\r\n	"}" => md5("}"),\r\n	"[" => md5("["),\r\n	"]" => md5("]"),\r\n	"(" => md5("("),\r\n	")" => md5(")"),\r\n	">" => md5(">"),\r\n	"#" => md5("#"),\r\n	"+" => md5("+"),\r\n	"-" => md5("-"),\r\n	"." => md5("."),\r\n	"!" => md5("!")\r\n);\r\n# Create an identical table but for escaped characters.\r\n$md_backslash_escape_table;\r\nforeach ($md_escape_table as $key => $char)\r\n	$md_backslash_escape_table["\\\\$key"] = $char;\r\n\r\n\r\nfunction Markdown($text) {\r\n#\r\n# Main function. The order in which other subs are called here is\r\n# essential. Link and image substitutions need to happen before\r\n# _EscapeSpecialCharsWithinTagAttributes(), so that any *''s or _''s in the <a>\r\n# and <img> tags get encoded.\r\n#\r\n	# Clear the global hashes. If we don''t clear these, you get conflicts\r\n	# from other articles when generating a page which contains more than\r\n	# one article (e.g. an index page that shows the N most recent\r\n	# articles):\r\n	global $md_urls, $md_titles, $md_html_blocks;\r\n	$md_urls = array();\r\n	$md_titles = array();\r\n	$md_html_blocks = array();\r\n\r\n	# Standardize line endings:\r\n	#   DOS to Unix and Mac to Unix\r\n	$text = str_replace(array("\\r\\n", "\\r"), "\\n", $text);\r\n\r\n	# Make sure $text ends with a couple of newlines:\r\n	$text .= "\\n\\n";\r\n\r\n	# Convert all tabs to spaces.\r\n	$text = _Detab($text);\r\n\r\n	# Strip any lines consisting only of spaces and tabs.\r\n	# This makes subsequent regexen easier to write, because we can\r\n	# match consecutive blank lines with /\\n+/ instead of something\r\n	# contorted like /[ \\t]*\\n+/ .\r\n	$text = preg_replace(''/^[ \\t]+$/m'', '''', $text);\r\n\r\n	# Turn block-level HTML blocks into hash entries\r\n	$text = _HashHTMLBlocks($text);\r\n\r\n	# Strip link definitions, store in hashes.\r\n	$text = _StripLinkDefinitions($text);\r\n\r\n	$text = _RunBlockGamut($text);\r\n\r\n	$text = _UnescapeSpecialChars($text);\r\n\r\n	return $text . "\\n";\r\n}\r\n\r\n\r\nfunction _StripLinkDefinitions($text) {\r\n#\r\n# Strips link definitions from text, stores the URLs and titles in\r\n# hash references.\r\n#\r\n	global $md_tab_width;\r\n	$less_than_tab = $md_tab_width - 1;\r\n\r\n	# Link defs are in the form: ^[id]: url "optional title"\r\n	$text = preg_replace_callback(''{\r\n						^[ ]{0,''.$less_than_tab.''}\\[(.+)\\]:	# id = $1\r\n						  [ \\t]*\r\n						  \\n?				# maybe *one* newline\r\n						  [ \\t]*\r\n						<?(\\S+?)>?			# url = $2\r\n						  [ \\t]*\r\n						  \\n?				# maybe one newline\r\n						  [ \\t]*\r\n						(?:\r\n							(?<=\\s)			# lookbehind for whitespace\r\n							["(]\r\n							(.+?)			# title = $3\r\n							[")]\r\n							[ \\t]*\r\n						)?	# title is optional\r\n						(?:\\n+|\\Z)\r\n		}xm'',\r\n		''_StripLinkDefinitions_callback'',\r\n		$text);\r\n	return $text;\r\n}\r\nfunction _StripLinkDefinitions_callback($matches) {\r\n	global $md_urls, $md_titles;\r\n	$link_id = strtolower($matches[1]);\r\n	$md_urls[$link_id] = _EncodeAmpsAndAngles($matches[2]);\r\n	if (isset($matches[3]))\r\n		$md_titles[$link_id] = str_replace(''"'', ''&quot;'', $matches[3]);\r\n	return ''''; # String that will replace the block\r\n}\r\n\r\n\r\nfunction _HashHTMLBlocks($text) {\r\n	global $md_tab_width;\r\n	$less_than_tab = $md_tab_width - 1;\r\n\r\n	# Hashify HTML blocks:\r\n	# We only want to do this for block-level HTML tags, such as headers,\r\n	# lists, and tables. That''s because we still want to wrap <p>s around\r\n	# "paragraphs" that are wrapped in non-block-level tags, such as anchors,\r\n	# phrase emphasis, and spans. The list of tags we''re looking for is\r\n	# hard-coded:\r\n	$block_tags_a = ''p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|''.\r\n					''script|noscript|form|fieldset|iframe|math|ins|del'';\r\n	$block_tags_b = ''p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|''.\r\n					''script|noscript|form|fieldset|iframe|math'';\r\n\r\n	# First, look for nested blocks, e.g.:\r\n	# 	<div>\r\n	# 		<div>\r\n	# 		tags for inner block must be indented.\r\n	# 		</div>\r\n	# 	</div>\r\n	#\r\n	# The outermost tags must start at the left margin for this to match, and\r\n	# the inner nested divs must be indented.\r\n	# We need to do this before the next, more liberal match, because the next\r\n	# match will start at the first `<div>` and stop at the first `</div>`.\r\n	$text = preg_replace_callback("{\r\n				(						# save in $1\r\n					^					# start of line  (with /m)\r\n					<($block_tags_a)	# start tag = $2\r\n					\\\\b					# word break\r\n					(.*\\\\n)*?			# any number of lines, minimally matching\r\n					</\\\\2>				# the matching end tag\r\n					[ \\\\t]*				# trailing spaces/tabs\r\n					(?=\\\\n+|\\\\Z)	# followed by a newline or end of document\r\n				)\r\n		}xm",\r\n		''_HashHTMLBlocks_callback'',\r\n		$text);\r\n\r\n	#\r\n	# Now match more liberally, simply from `\\n<tag>` to `</tag>\\n`\r\n	#\r\n	$text = preg_replace_callback("{\r\n				(						# save in $1\r\n					^					# start of line  (with /m)\r\n					<($block_tags_b)	# start tag = $2\r\n					\\\\b					# word break\r\n					(.*\\\\n)*?			# any number of lines, minimally matching\r\n					.*</\\\\2>				# the matching end tag\r\n					[ \\\\t]*				# trailing spaces/tabs\r\n					(?=\\\\n+|\\\\Z)	# followed by a newline or end of document\r\n				)\r\n		}xm",\r\n		''_HashHTMLBlocks_callback'',\r\n		$text);\r\n\r\n	# Special case just for <hr />. It was easier to make a special case than\r\n	# to make the other regex more complicated.\r\n	$text = preg_replace_callback(''{\r\n				(?:\r\n					(?<=\\n\\n)		# Starting after a blank line\r\n					|				# or\r\n					\\A\\n?			# the beginning of the doc\r\n				)\r\n				(						# save in $1\r\n					[ ]{0,''.$less_than_tab.''}\r\n					<(hr)				# start tag = $2\r\n					\\b					# word break\r\n					([^<>])*?			#\r\n					/?>					# the matching end tag\r\n					[ \\t]*\r\n					(?=\\n{2,}|\\Z)		# followed by a blank line or end of document\r\n				)\r\n		}x'',\r\n		''_HashHTMLBlocks_callback'',\r\n		$text);\r\n\r\n	# Special case for standalone HTML comments:\r\n	$text = preg_replace_callback(''{\r\n				(?:\r\n					(?<=\\n\\n)		# Starting after a blank line\r\n					|				# or\r\n					\\A\\n?			# the beginning of the doc\r\n				)\r\n				(						# save in $1\r\n					[ ]{0,''.$less_than_tab.''}\r\n					(?s:\r\n						<!\r\n						(--.*?--\\s*)+\r\n						>\r\n					)\r\n					[ \\t]*\r\n					(?=\\n{2,}|\\Z)		# followed by a blank line or end of document\r\n				)\r\n			}x'',\r\n			''_HashHTMLBlocks_callback'',\r\n			$text);\r\n\r\n	return $text;\r\n}\r\nfunction _HashHTMLBlocks_callback($matches) {\r\n	global $md_html_blocks;\r\n	$text = $matches[1];\r\n	$key = md5($text);\r\n	$md_html_blocks[$key] = $text;\r\n	return "\\n\\n$key\\n\\n"; # String that will replace the block\r\n}\r\n\r\n\r\nfunction _RunBlockGamut($text) {\r\n#\r\n# These are all the transformations that form block-level\r\n# tags like paragraphs, headers, and list items.\r\n#\r\n	global $md_empty_element_suffix;\r\n\r\n	$text = _DoHeaders($text);\r\n\r\n	# Do Horizontal Rules:\r\n	$text = preg_replace(\r\n		array(''{^[ ]{0,2}([ ]?\\*[ ]?){3,}[ \\t]*$}mx'',\r\n			  ''{^[ ]{0,2}([ ]? -[ ]?){3,}[ \\t]*$}mx'',\r\n			  ''{^[ ]{0,2}([ ]? _[ ]?){3,}[ \\t]*$}mx''),\r\n		"\\n<hr$md_empty_element_suffix\\n",\r\n		$text);\r\n\r\n	$text = _DoLists($text);\r\n	$text = _DoCodeBlocks($text);\r\n	$text = _DoBlockQuotes($text);\r\n\r\n	# We already ran _HashHTMLBlocks() before, in Markdown(), but that\r\n	# was to escape raw HTML in the original Markdown source. This time,\r\n	# we''re escaping the markup we''ve just created, so that we don''t wrap\r\n	# <p> tags around block-level tags.\r\n	$text = _HashHTMLBlocks($text);\r\n	$text = _FormParagraphs($text);\r\n\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _RunSpanGamut($text) {\r\n#\r\n# These are all the transformations that occur *within* block-level\r\n# tags like paragraphs, headers, and list items.\r\n#\r\n	global $md_empty_element_suffix;\r\n\r\n	$text = _DoCodeSpans($text);\r\n\r\n	$text = _EscapeSpecialChars($text);\r\n\r\n	# Process anchor and image tags. Images must come first,\r\n	# because ![foo][f] looks like an anchor.\r\n	$text = _DoImages($text);\r\n	$text = _DoAnchors($text);\r\n\r\n	# Make links out of things like `<http://example.com/>`\r\n	# Must come after _DoAnchors(), because you can use < and >\r\n	# delimiters in inline links like [this](<url>).\r\n	$text = _DoAutoLinks($text);\r\n	$text = _EncodeAmpsAndAngles($text);\r\n	$text = _DoItalicsAndBold($text);\r\n\r\n	# Do hard breaks:\r\n	$text = preg_replace(''/ {2,}\\n/'', "<br$md_empty_element_suffix\\n", $text);\r\n\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _EscapeSpecialChars($text) {\r\n	global $md_escape_table;\r\n	$tokens = _TokenizeHTML($text);\r\n\r\n	$text = '''';   # rebuild $text from the tokens\r\n#	$in_pre = 0;  # Keep track of when we''re inside <pre> or <code> tags.\r\n#	$tags_to_skip = "!<(/?)(?:pre|code|kbd|script|math)[\\s>]!";\r\n\r\n	foreach ($tokens as $cur_token) {\r\n		if ($cur_token[0] == ''tag'') {\r\n			# Within tags, encode * and _ so they don''t conflict\r\n			# with their use in Markdown for italics and strong.\r\n			# We''re replacing each such character with its\r\n			# corresponding MD5 checksum value; this is likely\r\n			# overkill, but it should prevent us from colliding\r\n			# with the escape values by accident.\r\n			$cur_token[1] = str_replace(array(''*'', ''_''),\r\n				array($md_escape_table[''*''], $md_escape_table[''_'']),\r\n				$cur_token[1]);\r\n			$text .= $cur_token[1];\r\n		} else {\r\n			$t = $cur_token[1];\r\n			$t = _EncodeBackslashEscapes($t);\r\n			$text .= $t;\r\n		}\r\n	}\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _DoAnchors($text) {\r\n#\r\n# Turn Markdown link shortcuts into XHTML <a> tags.\r\n#\r\n	global $md_nested_brackets;\r\n	#\r\n	# First, handle reference-style links: [link text] [id]\r\n	#\r\n	$text = preg_replace_callback("{\r\n		(					# wrap whole match in $1\r\n		  \\\\[\r\n			($md_nested_brackets)	# link text = $2\r\n		  \\\\]\r\n\r\n		  [ ]?				# one optional space\r\n		  (?:\\\\n[ ]*)?		# one optional newline followed by spaces\r\n\r\n		  \\\\[\r\n			(.*?)		# id = $3\r\n		  \\\\]\r\n		)\r\n		}xs",\r\n		''_DoAnchors_reference_callback'', $text);\r\n\r\n	#\r\n	# Next, inline-style links: [link text](url "optional title")\r\n	#\r\n	$text = preg_replace_callback("{\r\n		(				# wrap whole match in $1\r\n		  \\\\[\r\n			($md_nested_brackets)	# link text = $2\r\n		  \\\\]\r\n		  \\\\(			# literal paren\r\n			[ \\\\t]*\r\n			<?(.*?)>?	# href = $3\r\n			[ \\\\t]*\r\n			(			# $4\r\n			  ([''\\"])	# quote char = $5\r\n			  (.*?)		# Title = $6\r\n			  \\\\5		# matching quote\r\n			)?			# title is optional\r\n		  \\\\)\r\n		)\r\n		}xs",\r\n		''_DoAnchors_inline_callback'', $text);\r\n\r\n	return $text;\r\n}\r\nfunction _DoAnchors_reference_callback($matches) {\r\n	global $md_urls, $md_titles, $md_escape_table;\r\n	$whole_match = $matches[1];\r\n	$link_text   = $matches[2];\r\n	$link_id     = strtolower($matches[3]);\r\n\r\n	if ($link_id == "") {\r\n		$link_id = strtolower($link_text); # for shortcut links like [this][].\r\n	}\r\n\r\n	if (isset($md_urls[$link_id])) {\r\n		$url = $md_urls[$link_id];\r\n		# We''ve got to encode these to avoid conflicting with italics/bold.\r\n		$url = str_replace(array(''*'', ''_''),\r\n						   array($md_escape_table[''*''], $md_escape_table[''_'']),\r\n						   $url);\r\n		$result = "<a href=\\"$url\\"";\r\n		if ( isset( $md_titles[$link_id] ) ) {\r\n			$title = $md_titles[$link_id];\r\n			$title = str_replace(array(''*'',     ''_''),\r\n								 array($md_escape_table[''*''],\r\n									   $md_escape_table[''_'']), $title);\r\n			$result .=  " title=\\"$title\\"";\r\n		}\r\n		$result .= ">$link_text</a>";\r\n	}\r\n	else {\r\n		$result = $whole_match;\r\n	}\r\n	return $result;\r\n}\r\nfunction _DoAnchors_inline_callback($matches) {\r\n	global $md_escape_table;\r\n	$whole_match	= $matches[1];\r\n	$link_text		= $matches[2];\r\n	$url			= $matches[3];\r\n	$title			=& $matches[6];\r\n\r\n	# We''ve got to encode these to avoid conflicting with italics/bold.\r\n	$url = str_replace(array(''*'', ''_''),\r\n					   array($md_escape_table[''*''], $md_escape_table[''_'']),\r\n					   $url);\r\n	$result = "<a href=\\"$url\\"";\r\n	if (isset($title)) {\r\n		$title = str_replace(''"'', ''&quot;'', $title);\r\n		$title = str_replace(array(''*'', ''_''),\r\n							 array($md_escape_table[''*''], $md_escape_table[''_'']),\r\n							 $title);\r\n		$result .=  " title=\\"$title\\"";\r\n	}\r\n\r\n	$result .= ">$link_text</a>";\r\n\r\n	return $result;\r\n}\r\n\r\n\r\nfunction _DoImages($text) {\r\n#\r\n# Turn Markdown image shortcuts into <img> tags.\r\n#\r\n	global $md_nested_brackets;\r\n\r\n	#\r\n	# First, handle reference-style labeled images: ![alt text][id]\r\n	#\r\n	$text = preg_replace_callback(''{\r\n		(				# wrap whole match in $1\r\n		  !\\[\r\n			(''.$md_nested_brackets.'')		# alt text = $2\r\n		  \\]\r\n\r\n		  [ ]?				# one optional space\r\n		  (?:\\n[ ]*)?		# one optional newline followed by spaces\r\n\r\n		  \\[\r\n			(.*?)		# id = $3\r\n		  \\]\r\n\r\n		)\r\n		}xs'',\r\n		''_DoImages_reference_callback'', $text);\r\n\r\n	#\r\n	# Next, handle inline images:  ![alt text](url "optional title")\r\n	# Don''t forget: encode * and _\r\n\r\n	$text = preg_replace_callback(''{\r\n		(				# wrap whole match in $1\r\n		  !\\[\r\n			(''.$md_nested_brackets.'')		# alt text = $2\r\n		  \\]\r\n		  \\(			# literal paren\r\n			[ \\t]*\r\n			<?(\\S+?)>?	# src url = $3\r\n			[ \\t]*\r\n			(			# $4\r\n			  ([\\''"])	# quote char = $5\r\n			  (.*?)		# title = $6\r\n			  \\5		# matching quote\r\n			  [ \\t]*\r\n			)?			# title is optional\r\n		  \\)\r\n		)\r\n		}xs'',\r\n		''_DoImages_inline_callback'', $text);\r\n\r\n	return $text;\r\n}\r\nfunction _DoImages_reference_callback($matches) {\r\n	global $md_urls, $md_titles, $md_empty_element_suffix, $md_escape_table;\r\n	$whole_match = $matches[1];\r\n	$alt_text    = $matches[2];\r\n	$link_id     = strtolower($matches[3]);\r\n\r\n	if ($link_id == "") {\r\n		$link_id = strtolower($alt_text); # for shortcut links like ![this][].\r\n	}\r\n\r\n	$alt_text = str_replace(''"'', ''&quot;'', $alt_text);\r\n	if (isset($md_urls[$link_id])) {\r\n		$url = $md_urls[$link_id];\r\n		# We''ve got to encode these to avoid conflicting with italics/bold.\r\n		$url = str_replace(array(''*'', ''_''),\r\n						   array($md_escape_table[''*''], $md_escape_table[''_'']),\r\n						   $url);\r\n		$result = "<img src=\\"$url\\" alt=\\"$alt_text\\"";\r\n		if (isset($md_titles[$link_id])) {\r\n			$title = $md_titles[$link_id];\r\n			$title = str_replace(array(''*'', ''_''),\r\n								 array($md_escape_table[''*''],\r\n									   $md_escape_table[''_'']), $title);\r\n			$result .=  " title=\\"$title\\"";\r\n		}\r\n		$result .= $md_empty_element_suffix;\r\n	}\r\n	else {\r\n		# If there''s no such link ID, leave intact:\r\n		$result = $whole_match;\r\n	}\r\n\r\n	return $result;\r\n}\r\nfunction _DoImages_inline_callback($matches) {\r\n	global $md_empty_element_suffix, $md_escape_table;\r\n	$whole_match	= $matches[1];\r\n	$alt_text		= $matches[2];\r\n	$url			= $matches[3];\r\n	$title			= '''';\r\n	if (isset($matches[6])) {\r\n		$title		= $matches[6];\r\n	}\r\n\r\n	$alt_text = str_replace(''"'', ''&quot;'', $alt_text);\r\n	$title    = str_replace(''"'', ''&quot;'', $title);\r\n	# We''ve got to encode these to avoid conflicting with italics/bold.\r\n	$url = str_replace(array(''*'', ''_''),\r\n					   array($md_escape_table[''*''], $md_escape_table[''_'']),\r\n					   $url);\r\n	$result = "<img src=\\"$url\\" alt=\\"$alt_text\\"";\r\n	if (isset($title)) {\r\n		$title = str_replace(array(''*'', ''_''),\r\n							 array($md_escape_table[''*''], $md_escape_table[''_'']),\r\n							 $title);\r\n		$result .=  " title=\\"$title\\""; # $title already quoted\r\n	}\r\n	$result .= $md_empty_element_suffix;\r\n\r\n	return $result;\r\n}\r\n\r\n\r\nfunction _DoHeaders($text) {\r\n	# Setext-style headers:\r\n	#	  Header 1\r\n	#	  ========\r\n	#\r\n	#	  Header 2\r\n	#	  --------\r\n	#\r\n	$text = preg_replace(\r\n		array(''{ ^(.+)[ \\t]*\\n=+[ \\t]*\\n+ }emx'',\r\n			  ''{ ^(.+)[ \\t]*\\n-+[ \\t]*\\n+ }emx''),\r\n		array("''<h1>''._RunSpanGamut(_UnslashQuotes(''\\\\1'')).''</h1>\\n\\n''",\r\n			  "''<h2>''._RunSpanGamut(_UnslashQuotes(''\\\\1'')).''</h2>\\n\\n''"),\r\n		$text);\r\n\r\n	# atx-style headers:\r\n	#	# Header 1\r\n	#	## Header 2\r\n	#	## Header 2 with closing hashes ##\r\n	#	...\r\n	#	###### Header 6\r\n	#\r\n	$text = preg_replace("{\r\n			^(\\\\#{1,6})	# $1 = string of #''s\r\n			[ \\\\t]*\r\n			(.+?)		# $2 = Header text\r\n			[ \\\\t]*\r\n			\\\\#*			# optional closing #''s (not counted)\r\n			\\\\n+\r\n		}xme",\r\n		"''<h''.strlen(''\\\\1'').''>''._RunSpanGamut(_UnslashQuotes(''\\\\2'')).''</h''.strlen(''\\\\1'').''>\\n\\n''",\r\n		$text);\r\n\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _DoLists($text) {\r\n#\r\n# Form HTML ordered (numbered) and unordered (bulleted) lists.\r\n#\r\n	global $md_tab_width, $md_list_level;\r\n	$less_than_tab = $md_tab_width - 1;\r\n\r\n	# Re-usable patterns to match list item bullets and number markers:\r\n	$marker_ul  = ''[*+-]'';\r\n	$marker_ol  = ''\\d+[.]'';\r\n	$marker_any = "(?:$marker_ul|$marker_ol)";\r\n\r\n	$markers = array($marker_ul, $marker_ol);\r\n\r\n	foreach ($markers as $marker) {\r\n		# Re-usable pattern to match any entirel ul or ol list:\r\n		$whole_list = ''\r\n			(								# $1 = whole list\r\n			  (								# $2\r\n				[ ]{0,''.$less_than_tab.''}\r\n				(''.$marker.'')				# $3 = first list item marker\r\n				[ \\t]+\r\n			  )\r\n			  (?s:.+?)\r\n			  (								# $4\r\n				  \\z\r\n				|\r\n				  \\n{2,}\r\n				  (?=\\S)\r\n				  (?!						# Negative lookahead for another list item marker\r\n					[ \\t]*\r\n					''.$marker.''[ \\t]+\r\n				  )\r\n			  )\r\n			)\r\n		''; // mx\r\n\r\n		# We use a different prefix before nested lists than top-level lists.\r\n		# See extended comment in _ProcessListItems().\r\n\r\n		if ($md_list_level) {\r\n			$text = preg_replace_callback(''{\r\n					^\r\n					''.$whole_list.''\r\n				}mx'',\r\n				''_DoLists_callback_top'', $text);\r\n		}\r\n		else {\r\n			$text = preg_replace_callback(''{\r\n					(?:(?<=\\n\\n)|\\A\\n?)\r\n					''.$whole_list.''\r\n				}mx'',\r\n				''_DoLists_callback_nested'', $text);\r\n		}\r\n	}\r\n\r\n	return $text;\r\n}\r\nfunction _DoLists_callback_top($matches) {\r\n	# Re-usable patterns to match list item bullets and number markers:\r\n	$marker_ul  = ''[*+-]'';\r\n	$marker_ol  = ''\\d+[.]'';\r\n	$marker_any = "(?:$marker_ul|$marker_ol)";\r\n\r\n	$list = $matches[1];\r\n	$list_type = preg_match("/$marker_ul/", $matches[3]) ? "ul" : "ol";\r\n\r\n	$marker_any = ( $list_type == "ul" ? $marker_ul : $marker_ol );\r\n\r\n	# Turn double returns into triple returns, so that we can make a\r\n	# paragraph for the last item in a list, if necessary:\r\n	$list = preg_replace("/\\n{2,}/", "\\n\\n\\n", $list);\r\n	$result = _ProcessListItems($list, $marker_any);\r\n\r\n	# Trim any trailing whitespace, to put the closing `</$list_type>`\r\n	# up on the preceding line, to get it past the current stupid\r\n	# HTML block parser. This is a hack to work around the terrible\r\n	# hack that is the HTML block parser.\r\n	$result = rtrim($result);\r\n	$result = "<$list_type>" . $result . "</$list_type>\\n";\r\n	return $result;\r\n}\r\nfunction _DoLists_callback_nested($matches) {\r\n	# Re-usable patterns to match list item bullets and number markers:\r\n	$marker_ul  = ''[*+-]'';\r\n	$marker_ol  = ''\\d+[.]'';\r\n	$marker_any = "(?:$marker_ul|$marker_ol)";\r\n\r\n	$list = $matches[1];\r\n	$list_type = preg_match("/$marker_ul/", $matches[3]) ? "ul" : "ol";\r\n\r\n	$marker_any = ( $list_type == "ul" ? $marker_ul : $marker_ol );\r\n\r\n	# Turn double returns into triple returns, so that we can make a\r\n	# paragraph for the last item in a list, if necessary:\r\n	$list = preg_replace("/\\n{2,}/", "\\n\\n\\n", $list);\r\n	$result = _ProcessListItems($list, $marker_any);\r\n	$result = "<$list_type>\\n" . $result . "</$list_type>\\n";\r\n	return $result;\r\n}\r\n\r\n\r\nfunction _ProcessListItems($list_str, $marker_any) {\r\n#\r\n#	Process the contents of a single ordered or unordered list, splitting it\r\n#	into individual list items.\r\n#\r\n	global $md_list_level;\r\n\r\n	# The $md_list_level global keeps track of when we''re inside a list.\r\n	# Each time we enter a list, we increment it; when we leave a list,\r\n	# we decrement. If it''s zero, we''re not in a list anymore.\r\n	#\r\n	# We do this because when we''re not inside a list, we want to treat\r\n	# something like this:\r\n	#\r\n	#		I recommend upgrading to version\r\n	#		8. Oops, now this line is treated\r\n	#		as a sub-list.\r\n	#\r\n	# As a single paragraph, despite the fact that the second line starts\r\n	# with a digit-period-space sequence.\r\n	#\r\n	# Whereas when we''re inside a list (or sub-list), that line will be\r\n	# treated as the start of a sub-list. What a kludge, huh? This is\r\n	# an aspect of Markdown''s syntax that''s hard to parse perfectly\r\n	# without resorting to mind-reading. Perhaps the solution is to\r\n	# change the syntax rules such that sub-lists must start with a\r\n	# starting cardinal number; e.g. "1." or "a.".\r\n\r\n	$md_list_level++;\r\n\r\n	# trim trailing blank lines:\r\n	$list_str = preg_replace("/\\n{2,}\\\\z/", "\\n", $list_str);\r\n\r\n	$list_str = preg_replace_callback(''{\r\n		(\\n)?							# leading line = $1\r\n		(^[ \\t]*)						# leading whitespace = $2\r\n		(''.$marker_any.'') [ \\t]+		# list marker = $3\r\n		((?s:.+?)						# list item text   = $4\r\n		(\\n{1,2}))\r\n		(?= \\n* (\\z | \\2 (''.$marker_any.'') [ \\t]+))\r\n		}xm'',\r\n		''_ProcessListItems_callback'', $list_str);\r\n\r\n	$md_list_level--;\r\n	return $list_str;\r\n}\r\nfunction _ProcessListItems_callback($matches) {\r\n	$item = $matches[4];\r\n	$leading_line =& $matches[1];\r\n	$leading_space =& $matches[2];\r\n\r\n	if ($leading_line || preg_match(''/\\n{2,}/'', $item)) {\r\n		$item = _RunBlockGamut(_Outdent($item));\r\n	}\r\n	else {\r\n		# Recursion for sub-lists:\r\n		$item = _DoLists(_Outdent($item));\r\n		$item = preg_replace(''/\\n+$/'', '''', $item);\r\n		$item = _RunSpanGamut($item);\r\n	}\r\n\r\n	return "<li>" . $item . "</li>\\n";\r\n}\r\n\r\n\r\nfunction _DoCodeBlocks($text) {\r\n#\r\n#	Process Markdown `<pre><code>` blocks.\r\n#\r\n	global $md_tab_width;\r\n	$text = preg_replace_callback("{\r\n			(?:\\\\n\\\\n|\\\\A)\r\n			(	            # $1 = the code block -- one or more lines, starting with a space/tab\r\n			  (?:\r\n				(?:[ ]\\{$md_tab_width} | \\\\t)  # Lines must start with a tab or a tab-width of spaces\r\n				.*\\\\n+\r\n			  )+\r\n			)\r\n			((?=^[ ]{0,$md_tab_width}\\\\S)|\\\\Z)	# Lookahead for non-space at line-start, or end of doc\r\n		}xm",\r\n		''_DoCodeBlocks_callback'', $text);\r\n\r\n	return $text;\r\n}\r\nfunction _DoCodeBlocks_callback($matches) {\r\n	$codeblock = $matches[1];\r\n\r\n	$codeblock = _EncodeCode(_Outdent($codeblock));\r\n//	$codeblock = _Detab($codeblock);\r\n	# trim leading newlines and trailing whitespace\r\n	$codeblock = preg_replace(array(''/\\A\\n+/'', ''/\\s+\\z/''), '''', $codeblock);\r\n\r\n	$result = "\\n\\n<pre><code>" . $codeblock . "\\n</code></pre>\\n\\n";\r\n\r\n	return $result;\r\n}\r\n\r\n\r\nfunction _DoCodeSpans($text) {\r\n#\r\n# 	*	Backtick quotes are used for <code></code> spans.\r\n#\r\n# 	*	You can use multiple backticks as the delimiters if you want to\r\n# 		include literal backticks in the code span. So, this input:\r\n#\r\n#		  Just type ``foo `bar` baz`` at the prompt.\r\n#\r\n#	  	Will translate to:\r\n#\r\n#		  <p>Just type <code>foo `bar` baz</code> at the prompt.</p>\r\n#\r\n#		There''s no arbitrary limit to the number of backticks you\r\n#		can use as delimters. If you need three consecutive backticks\r\n#		in your code, use four for delimiters, etc.\r\n#\r\n#	*	You can use spaces to get literal backticks at the edges:\r\n#\r\n#		  ... type `` `bar` `` ...\r\n#\r\n#	  	Turns to:\r\n#\r\n#		  ... type <code>`bar`</code> ...\r\n#\r\n	$text = preg_replace_callback(''@\r\n			(?<!\\\\\\)	# Character before opening ` can\\''t be a backslash\r\n			(`+)		# $1 = Opening run of `\r\n			(.+?)		# $2 = The code block\r\n			(?<!`)\r\n			\\1			# Matching closer\r\n			(?!`)\r\n		@xs'',\r\n		''_DoCodeSpans_callback'', $text);\r\n\r\n	return $text;\r\n}\r\nfunction _DoCodeSpans_callback($matches) {\r\n	$c = $matches[2];\r\n	$c = preg_replace(''/^[ \\t]*/'', '''', $c); # leading whitespace\r\n	$c = preg_replace(''/[ \\t]*$/'', '''', $c); # trailing whitespace\r\n	$c = _EncodeCode($c);\r\n	return "<code>$c</code>";\r\n}\r\n\r\n\r\nfunction _EncodeCode($_) {\r\n#\r\n# Encode/escape certain characters inside Markdown code runs.\r\n# The point is that in code, these characters are literals,\r\n# and lose their special Markdown meanings.\r\n#\r\n	global $md_escape_table;\r\n\r\n	# Encode all ampersands; HTML entities are not\r\n	# entities within a Markdown code span.\r\n	$_ = str_replace(''&'', ''&amp;'', $_);\r\n\r\n	# Do the angle bracket song and dance:\r\n	$_ = str_replace(array(''<'',    ''>''),\r\n					 array(''&lt;'', ''&gt;''), $_);\r\n\r\n	# Now, escape characters that are magic in Markdown:\r\n	$_ = str_replace(array_keys($md_escape_table),\r\n					 array_values($md_escape_table), $_);\r\n\r\n	return $_;\r\n}\r\n\r\n\r\nfunction _DoItalicsAndBold($text) {\r\n	# <strong> must go first:\r\n	$text = preg_replace(''{\r\n			(						# $1: Marker\r\n				(?<!\\*\\*) \\*\\* |	#     (not preceded by two chars of\r\n				(?<!__)   __		#      the same marker)\r\n			)\r\n			(?=\\S) 					# Not followed by whitespace\r\n			(?!\\1)					#   or two others marker chars.\r\n			(						# $2: Content\r\n				(?:\r\n					[^*_]+?			# Anthing not em markers.\r\n				|\r\n									# Balence any regular emphasis inside.\r\n					([*_]) (?=\\S) .+? (?<=\\S) \\3	# $3: em char (* or _)\r\n				|\r\n					(?! \\1 ) .		# Allow unbalenced * and _.\r\n				)+?\r\n			)\r\n			(?<=\\S) \\1				# End mark not preceded by whitespace.\r\n		}sx'',\r\n		''<strong>\\2</strong>'', $text);\r\n	# Then <em>:\r\n	$text = preg_replace(\r\n		''{ ( (?<!\\*)\\* | (?<!_)_ ) (?=\\S) (?! \\1) (.+?) (?<=\\S) \\1 }sx'',\r\n		''<em>\\2</em>'', $text);\r\n\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _DoBlockQuotes($text) {\r\n	$text = preg_replace_callback(''/\r\n		  (								# Wrap whole match in $1\r\n			(\r\n			  ^[ \\t]*>[ \\t]?			# ">" at the start of a line\r\n				.+\\n					# rest of the first line\r\n			  (.+\\n)*					# subsequent consecutive lines\r\n			  \\n*						# blanks\r\n			)+\r\n		  )\r\n		/xm'',\r\n		''_DoBlockQuotes_callback'', $text);\r\n\r\n	return $text;\r\n}\r\nfunction _DoBlockQuotes_callback($matches) {\r\n	$bq = $matches[1];\r\n	# trim one level of quoting - trim whitespace-only lines\r\n	$bq = preg_replace(array(''/^[ \\t]*>[ \\t]?/m'', ''/^[ \\t]+$/m''), '''', $bq);\r\n	$bq = _RunBlockGamut($bq);		# recurse\r\n\r\n	$bq = preg_replace(''/^/m'', "  ", $bq);\r\n	# These leading spaces screw with <pre> content, so we need to fix that:\r\n	$bq = preg_replace_callback(''{(\\s*<pre>.+?</pre>)}sx'',\r\n								''_DoBlockQuotes_callback2'', $bq);\r\n\r\n	return "<blockquote>\\n$bq\\n</blockquote>\\n\\n";\r\n}\r\nfunction _DoBlockQuotes_callback2($matches) {\r\n	$pre = $matches[1];\r\n	$pre = preg_replace(''/^  /m'', '''', $pre);\r\n	return $pre;\r\n}\r\n\r\n\r\nfunction _FormParagraphs($text) {\r\n#\r\n#	Params:\r\n#		$text - string to process with html <p> tags\r\n#\r\n	global $md_html_blocks;\r\n\r\n	# Strip leading and trailing lines:\r\n	$text = preg_replace(array(''/\\A\\n+/'', ''/\\n+\\z/''), '''', $text);\r\n\r\n	$grafs = preg_split(''/\\n{2,}/'', $text, -1, PREG_SPLIT_NO_EMPTY);\r\n\r\n	#\r\n	# Wrap <p> tags.\r\n	#\r\n	foreach ($grafs as $key => $value) {\r\n		if (!isset( $md_html_blocks[$value] )) {\r\n			$value = _RunSpanGamut($value);\r\n			$value = preg_replace(''/^([ \\t]*)/'', ''<p>'', $value);\r\n			$value .= "</p>";\r\n			$grafs[$key] = $value;\r\n		}\r\n	}\r\n\r\n	#\r\n	# Unhashify HTML blocks\r\n	#\r\n	foreach ($grafs as $key => $value) {\r\n		if (isset( $md_html_blocks[$value] )) {\r\n			$grafs[$key] = $md_html_blocks[$value];\r\n		}\r\n	}\r\n\r\n	return implode("\\n\\n", $grafs);\r\n}\r\n\r\n\r\nfunction _EncodeAmpsAndAngles($text) {\r\n# Smart processing for ampersands and angle brackets that need to be encoded.\r\n\r\n	# Ampersand-encoding based entirely on Nat Irons''s Amputator MT plugin:\r\n	#   http://bumppo.net/projects/amputator/\r\n	$text = preg_replace(''/&(?!#?[xX]?(?:[0-9a-fA-F]+|\\w+);)/'',\r\n						 ''&amp;'', $text);;\r\n\r\n	# Encode naked <''s\r\n	$text = preg_replace(''{<(?![a-z/?\\$!])}i'', ''&lt;'', $text);\r\n\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _EncodeBackslashEscapes($text) {\r\n#\r\n#	Parameter:  String.\r\n#	Returns:    The string, with after processing the following backslash\r\n#				escape sequences.\r\n#\r\n	global $md_escape_table, $md_backslash_escape_table;\r\n	# Must process escaped backslashes first.\r\n	return str_replace(array_keys($md_backslash_escape_table),\r\n					   array_values($md_backslash_escape_table), $text);\r\n}\r\n\r\n\r\nfunction _DoAutoLinks($text) {\r\n	$text = preg_replace("!<((https?|ftp):[^''\\">\\\\s]+)>!",\r\n						 ''<a href="\\1">\\1</a>'', $text);\r\n\r\n	# Email addresses: <address@domain.foo>\r\n	$text = preg_replace(''{\r\n		<\r\n        (?:mailto:)?\r\n		(\r\n			[-.\\w]+\r\n			\\@\r\n			[-a-z0-9]+(\\.[-a-z0-9]+)*\\.[a-z]+\r\n		)\r\n		>\r\n		}exi'',\r\n		"_EncodeEmailAddress(_UnescapeSpecialChars(_UnslashQuotes(''\\\\1'')))",\r\n		$text);\r\n\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _EncodeEmailAddress($addr) {\r\n#\r\n#	Input: an email address, e.g. "foo@example.com"\r\n#\r\n#	Output: the email address as a mailto link, with each character\r\n#		of the address encoded as either a decimal or hex entity, in\r\n#		the hopes of foiling most address harvesting spam bots. E.g.:\r\n#\r\n#	  <a href="&#x6D;&#97;&#105;&#108;&#x74;&#111;:&#102;&#111;&#111;&#64;&#101;\r\n#		x&#x61;&#109;&#x70;&#108;&#x65;&#x2E;&#99;&#111;&#109;">&#102;&#111;&#111;\r\n#		&#64;&#101;x&#x61;&#109;&#x70;&#108;&#x65;&#x2E;&#99;&#111;&#109;</a>\r\n#\r\n#	Based by a filter by Matthew Wickline, posted to the BBEdit-Talk\r\n#	mailing list: <http://tinyurl.com/yu7ue>\r\n#\r\n	$addr = "mailto:" . $addr;\r\n	$length = strlen($addr);\r\n\r\n	# leave '':'' alone (to spot mailto: later)\r\n	$addr = preg_replace_callback(''/([^\\:])/'',\r\n								  ''_EncodeEmailAddress_callback'', $addr);\r\n\r\n	$addr = "<a href=\\"$addr\\">$addr</a>";\r\n	# strip the mailto: from the visible part\r\n	$addr = preg_replace(''/">.+?:/'', ''">'', $addr);\r\n\r\n	return $addr;\r\n}\r\nfunction _EncodeEmailAddress_callback($matches) {\r\n	$char = $matches[1];\r\n	$r = rand(0, 100);\r\n	# roughly 10% raw, 45% hex, 45% dec\r\n	# ''@'' *must* be encoded. I insist.\r\n	if ($r > 90 && $char != ''@'') return $char;\r\n	if ($r < 45) return ''&#x''.dechex(ord($char)).'';'';\r\n	return ''&#''.ord($char).'';'';\r\n}\r\n\r\n\r\nfunction _UnescapeSpecialChars($text) {\r\n#\r\n# Swap back in all the special characters we''ve hidden.\r\n#\r\n	global $md_escape_table;\r\n	return str_replace(array_values($md_escape_table),\r\n					   array_keys($md_escape_table), $text);\r\n}\r\n\r\n\r\n# _TokenizeHTML is shared between PHP Markdown and PHP SmartyPants.\r\n# We only define it if it is not already defined.\r\nif (!function_exists(''_TokenizeHTML'')) :\r\nfunction _TokenizeHTML($str) {\r\n#\r\n#   Parameter:  String containing HTML markup.\r\n#   Returns:    An array of the tokens comprising the input\r\n#               string. Each token is either a tag (possibly with nested,\r\n#               tags contained therein, such as <a href="<MTFoo>">, or a\r\n#               run of text between tags. Each element of the array is a\r\n#               two-element array; the first is either ''tag'' or ''text'';\r\n#               the second is the actual value.\r\n#\r\n#\r\n#   Regular expression derived from the _tokenize() subroutine in\r\n#   Brad Choate''s MTRegex plugin.\r\n#   <http://www.bradchoate.com/past/mtregex.php>\r\n#\r\n	$index = 0;\r\n	$tokens = array();\r\n\r\n	$match = ''(?s:<!(?:--.*?--\\s*)+>)|''.	# comment\r\n			 ''(?s:<\\?.*?\\?>)|''.				# processing instruction\r\n			 								# regular tags\r\n			 ''(?:<[/!$]?[-a-zA-Z0-9:]+\\b(?>[^"\\''>]+|"[^"]*"|\\''[^\\'']*\\'')*>)'';\r\n\r\n	$parts = preg_split("{($match)}", $str, -1, PREG_SPLIT_DELIM_CAPTURE);\r\n\r\n	foreach ($parts as $part) {\r\n		if (++$index % 2 && $part != '''')\r\n			$tokens[] = array(''text'', $part);\r\n		else\r\n			$tokens[] = array(''tag'', $part);\r\n	}\r\n\r\n	return $tokens;\r\n}\r\nendif;\r\n\r\n\r\nfunction _Outdent($text) {\r\n#\r\n# Remove one level of line-leading tabs or spaces\r\n#\r\n	global $md_tab_width;\r\n	return preg_replace("/^(\\\\t|[ ]{1,$md_tab_width})/m", "", $text);\r\n}\r\n\r\n\r\nfunction _Detab($text) {\r\n#\r\n# Replace tabs with the appropriate amount of space.\r\n#\r\n	global $md_tab_width;\r\n\r\n	# For each line we separate the line in blocks delemited by\r\n	# tab characters. Then we reconstruct every line by adding the\r\n	# appropriate number of space between each blocks.\r\n\r\n	$lines = explode("\\n", $text);\r\n	$text = "";\r\n\r\n	foreach ($lines as $line) {\r\n		# Split in blocks.\r\n		$blocks = explode("\\t", $line);\r\n		# Add each blocks to the line.\r\n		$line = $blocks[0];\r\n		unset($blocks[0]); # Do not add first block twice.\r\n		foreach ($blocks as $block) {\r\n			# Calculate amount of space, insert spaces, insert block.\r\n			$amount = $md_tab_width - strlen($line) % $md_tab_width;\r\n			$line .= str_repeat(" ", $amount) . $block;\r\n		}\r\n		$text .= "$line\\n";\r\n	}\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _UnslashQuotes($text) {\r\n#\r\n#	This function is useful to remove automaticaly slashed double quotes\r\n#	when using preg_replace and evaluating an expression.\r\n#	Parameter:  String.\r\n#	Returns:    The string with any slash-double-quote (\\") sequence replaced\r\n#				by a single double quote.\r\n#\r\n	return str_replace(''\\"'', ''"'', $text);\r\n}\r\n\r\n\r\n/*\r\n\r\nPHP Markdown\r\n============\r\n\r\nDescription\r\n-----------\r\n\r\nThis is a PHP translation of the original Markdown formatter written in\r\nPerl by John Gruber.\r\n\r\nMarkdown is a text-to-HTML filter; it translates an easy-to-read /\r\neasy-to-write structured text format into HTML. Markdown''s text format\r\nis most similar to that of plain text email, and supports features such\r\nas headers, *emphasis*, code blocks, blockquotes, and links.\r\n\r\nMarkdown''s syntax is designed not as a generic markup language, but\r\nspecifically to serve as a front-end to (X)HTML. You can use span-level\r\nHTML tags anywhere in a Markdown document, and you can use block level\r\nHTML tags (like <div> and <table> as well).\r\n\r\nFor more information about Markdown''s syntax, see:\r\n\r\n<http://daringfireball.net/projects/markdown/>\r\n\r\n\r\nBugs\r\n----\r\n\r\nTo file bug reports please send email to:\r\n\r\n<michel.fortin@michelf.com>\r\n\r\nPlease include with your report: (1) the example input; (2) the output you\r\nexpected; (3) the output Markdown actually produced.\r\n\r\n\r\nVersion History\r\n---------------\r\n\r\nSee the readme file for detailed release notes for this version.\r\n\r\n1.0.1b - 6 Jun 2005\r\n\r\n1.0.1a - 15 Apr 2005\r\n\r\n1.0.1 - 16 Dec 2004\r\n\r\n1.0 - 21 Aug 2004\r\n\r\n\r\nAuthor & Contributors\r\n---------------------\r\n\r\nOriginal Perl version by John Gruber\r\n<http://daringfireball.net/>\r\n\r\nPHP port and other contributions by Michel Fortin\r\n<http://www.michelf.com/>\r\n\r\n\r\nCopyright and License\r\n---------------------\r\n\r\nCopyright (c) 2004-2005 Michel Fortin\r\n<http://www.michelf.com/>\r\nAll rights reserved.\r\n\r\nCopyright (c) 2003-2004 John Gruber\r\n<http://daringfireball.net/>\r\nAll rights reserved.\r\n\r\nRedistribution and use in source and binary forms, with or without\r\nmodification, are permitted provided that the following conditions are\r\nmet:\r\n\r\n*	Redistributions of source code must retain the above copyright notice,\r\n	this list of conditions and the following disclaimer.\r\n\r\n*	Redistributions in binary form must reproduce the above copyright\r\n	notice, this list of conditions and the following disclaimer in the\r\n	documentation and/or other materials provided with the distribution.\r\n\r\n*	Neither the name "Markdown" nor the names of its contributors may\r\n	be used to endorse or promote products derived from this software\r\n	without specific prior written permission.\r\n\r\nThis software is provided by the copyright holders and contributors "as\r\nis" and any express or implied warranties, including, but not limited\r\nto, the implied warranties of merchantability and fitness for a\r\nparticular purpose are disclaimed. In no event shall the copyright owner\r\nor contributors be liable for any direct, indirect, incidental, special,\r\nexemplary, or consequential damages (including, but not limited to,\r\nprocurement of substitute goods or services; loss of use, data, or\r\nprofits; or business interruption) however caused and on any theory of\r\nliability, whether in contract, strict liability, or tort (including\r\nnegligence or otherwise) arising in any way out of the use of this\r\nsoftware, even if advised of the possibility of such damage.\r\n\r\n*/');

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

--
-- Table structure for table `jos_facileforms_records`
--

CREATE TABLE IF NOT EXISTS `jos_facileforms_records` (
  `id` int(11) NOT NULL auto_increment,
  `submitted` datetime NOT NULL default '0000-00-00 00:00:00',
  `form` int(11) NOT NULL default '0',
  `title` varchar(50) NOT NULL default '',
  `name` varchar(30) NOT NULL default '',
  `ip` varchar(30) NOT NULL default '',
  `browser` varchar(255) NOT NULL default '',
  `opsys` varchar(255) NOT NULL default '',
  `provider` varchar(255) NOT NULL default '',
  `viewed` tinyint(1) NOT NULL default '0',
  `exported` tinyint(1) NOT NULL default '0',
  `archived` tinyint(1) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `jos_facileforms_records`
--


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

--
-- Table structure for table `jos_facileforms_scripts`
--

CREATE TABLE IF NOT EXISTS `jos_facileforms_scripts` (
  `id` int(11) NOT NULL auto_increment,
  `published` tinyint(1) NOT NULL default '0',
  `package` varchar(30) NOT NULL default '',
  `name` varchar(30) NOT NULL default '',
  `title` varchar(50) NOT NULL default '',
  `description` text,
  `type` varchar(30) NOT NULL default '',
  `code` text,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=39 ;

--
-- Dumping data for table `jos_facileforms_scripts`
--

INSERT INTO `jos_facileforms_scripts` (`id`, `published`, `package`, `name`, `title`, `description`, `type`, `code`) VALUES
(1, 1, 'FF', 'ff_anychecked', 'Any Checked', 'Validate that any radio button or checkbox of a group is checked.', 'Element Validation', 'function ff_anychecked(element, message)\r\n{\r\n    // get plain name\r\n    var name = element.name;\r\n    if (name.substr(0,6) == ''ff_nm_'') name = name.substring(6,name.length-2);\r\n\r\n    // loop through elements and count selections\r\n    var cnt = 0;\r\n    for (var i = 0; i < ff_elements.length; i++)\r\n        if (ff_elements[i][2]==name) \r\n            if (ff_getElementByIndex(i).checked) cnt++;\r\n\r\n    // if none selected, emitt error\r\n    if (cnt==0) {\r\n        ff_validationFocus(element.name);\r\n        if (message=='''') message = "Please check or select "+name+".\\n";\r\n        return message;\r\n    } // if\r\n    return '''';\r\n} // ff_anychecked'),
(2, 1, 'FF', 'ff_checked', 'Checked', 'Validate that radio button or checkbox is checked.', 'Element Validation', 'function ff_checked(element, message)\r\n{\r\n    if (element.checked) \r\n        return ''''; \r\n    else {\r\n        if (message=='''') message = element.name+" is not checked.\\n";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } \r\n}'),
(3, 1, 'FF', 'ff_checkedValue', 'Get checked value', 'Get value of the currently checked radiobutton.', 'Untyped', 'function ff_checkedValue(name)\r\n{\r\n    // loop through elements and find checked\r\n    for (i = 0; i < ff_elements.length; i++)\r\n        if (ff_elements[i][2]==name) {\r\n            e = ff_getElementByIndex(i);\r\n            if (e.checked) return e.value;\r\n        } // if \r\n    return '''';\r\n} // ff_checkedValue'),
(4, 1, 'FF', 'ff_countQuerySelections', 'Count Query Selections', 'Counts how many checkboxes/radiobuttons are checked/selected in a query list element', 'Untyped', 'function ff_countQuerySelections(name)\r\n{\r\n    var id = ff_getIdByName(name);\r\n    var cnt = ff_queryRows[id].length;\r\n    var pagesize = ff_queryPageSize[id];\r\n    if (pagesize>0) {\r\n        var currpage = ff_queryCurrPage[id];\r\n        var p;\r\n        for (p = 1; p < currpage; p++) cnt -= pagesize;\r\n        if (cnt > pagesize) cnt = pagesize;\r\n    } // if\r\n    var curr;\r\n    var sels = 0;\r\n    for (curr = 0; curr < cnt; curr++)\r\n        if (document.getElementById(''ff_cb''+id+''_''+curr).checked) sels++;\r\n    return sels;\r\n} // ff_countQuerySelections'),
(5, 1, 'FF', 'ff_expString', 'String export', 'Export string function: escapes special characters of a string', 'Untyped', 'function ff_expString(text)\r\n{\r\n    text = trim(text);\r\n    var i;\r\n    var o = '''';\r\n    for(i = 0; i < text.length; i++) {\r\n        c = text.charAt(i);\r\n        switch(c) {\r\n            case '';'' : o += ''\\\\x3B''; break;\r\n            case '','' : o += ''\\\\x2C''; break;\r\n            case ''&'' : o += ''\\\\x26''; break;\r\n            case ''<'' : o += ''\\\\x3C''; break;\r\n            case ''>'' : o += ''\\\\x3E''; break;\r\n            case ''\\'''': o += ''\\\\x27''; break;\r\n            case ''\\\\'': o += ''\\\\x5C''; break;\r\n            case ''"'' : o += ''\\\\x22''; break;\r\n            case ''\\n'': o += ''\\\\n''; break;\r\n            case ''\\r'': o += ''\\\\r''; break;\r\n            default: o += c;\r\n        } // switch\r\n    } // for\r\n    return o;\r\n} // expString'),
(6, 1, 'FF', 'ff_getfocus', 'Get focus', 'Get the focus. Usually this is for the first element of the form/page.', 'Element Init', 'function ff_getfocus(element,condition)\r\n{\r\n    element.focus();\r\n}'),
(7, 1, 'FF', 'ff_getQuerySelectedRows', 'Get Query Selected Rows', 'Returns the selected rows in a 2-dimensional array', 'Untyped', 'function ff_getQuerySelectedRows(name)\r\n{\r\n    var id = ff_getIdByName(name);\r\n    var rcnt = ff_queryRows[id].length;\r\n    var cnt = rcnt;\r\n    var pagesize = ff_queryPageSize[id];\r\n    if (pagesize>0) {\r\n        var currpage = ff_queryCurrPage[id];\r\n        var p;\r\n        for (p = 1; p < currpage; p++) cnt -= pagesize;\r\n        if (cnt > pagesize) cnt = pagesize;\r\n    } // if\r\n    var curr, r;\r\n    var selcnt = 0;\r\n    var sels = new Array;\r\n    for (curr = 0; curr < cnt; curr++) {\r\n        var elem = document.getElementById(''ff_cb''+id+''_''+curr);\r\n        if (elem.checked) {\r\n            var ident = elem.value;\r\n            for (r = 0; r < rcnt; r++)\r\n                if (ff_queryRows[id][r][0] == ident) {\r\n                    sels[selcnt++] = ff_queryRows[id][r];\r\n                    break;\r\n                } // if\r\n        } // if\r\n    } // for\r\n    return sels;\r\n} // ff_getQuerySelectedRows'),
(8, 1, 'FF', 'ff_getQuerySelections', 'Get Query Selected ID''s', 'Returns the column values of the checked/selected checkboxes/radiobuttons in an array', 'Untyped', 'function ff_getQuerySelections(name)\r\n{\r\n    var id = ff_getIdByName(name);\r\n    var cnt = ff_queryRows[id].length;\r\n    var pagesize = ff_queryPageSize[id];\r\n    if (pagesize>0) {\r\n        var currpage = ff_queryCurrPage[id];\r\n        var p;\r\n        for (p = 1; p < currpage; p++) cnt -= pagesize;\r\n        if (cnt > pagesize) cnt = pagesize;\r\n    } // if\r\n    var curr;\r\n    var selcnt = 0;\r\n    var sels = new Array;\r\n    for (curr = 0; curr < cnt; curr++) {\r\n        var elem = document.getElementById(''ff_cb''+id+''_''+curr);\r\n        if (elem.checked) \r\n            sels[selcnt++] = elem.value;\r\n    } // for\r\n    return sels;\r\n} // ff_getQuerySelections'),
(9, 1, 'FF', 'ff_impString', 'String import', 'Import string function: unescapes c-coded characters of a string', 'Untyped', 'function ff_impString(text)\r\n{\r\n    var str = '''';\r\n    var ss = 0;\r\n    var s;\r\n    var tl = text.length;\r\n    var hexdigs = "0123456789abcdefABCDEF";\r\n    while (ss < tl) {\r\n        s = text.charAt(ss++);\r\n        if (s == ''\\\\'') {\r\n            if (ss < tl) s = text.charAt(ss++); else s = 0;\r\n            switch (s) {\r\n                case 0   : break;\r\n                case ''e'' : str += ''\\33''; break;\r\n                case ''t'' : str += ''\\t''; break;\r\n                case ''r'' : str += ''\\r''; break;\r\n                case ''n'' : str += ''\\n''; break;\r\n                case ''f'' : str += ''\\f''; break;\r\n                case ''x'' : {\r\n                    if (ss < tl) s = text.charAt(ss++); else s = 0;\r\n                    var ch = '''';\r\n                    while (hexdigs.indexOf(s)>=0 && ch.length < 2) {\r\n                        ch += s;\r\n                        if (ss < tl) s = text.charAt(ss++); else s = 0;\r\n                    } // while\r\n                    while (ch.length < 2) ch = ''0''+ch;\r\n                    str += unescape(''%''+ch);\r\n                    if (s) ss--;\r\n                    break;\r\n                }\r\n                default:\r\n                    str += s;\r\n            } // switch\r\n        } else\r\n            str += s;\r\n    } // while\r\n    return str;\r\n} // impString'),
(10, 1, 'FF', 'ff_integer', 'Integer Number', 'Validate that an integer value is entered.', 'Element Validation', 'function ff_integer(element, message)\r\n{\r\n    var ex  = /(^-?\\d\\d*$)/;\r\n    if (!ex.test(element.value)) {\r\n        if (message=='''') message = element.name+" must be integer.\\n";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return '''';\r\n} // ff_integer'),
(11, 1, 'FF', 'ff_integeramount', 'Positive Integer', 'Validate that an positive integer value is entered.', 'Element Validation', 'function ff_integeramount(element, message)\r\n{\r\n    var ex  = /(^-?\\d\\d*$)/;\r\n    if (!ex.test(element.value)) {\r\n        if (message=='''') message = element.name+" must be integer.\\n";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return '''';\r\n} // ff_integeramount'),
(12, 1, 'FF', 'ff_integer_or_empty', 'Integer or empty', 'Validate that either an integer value or nothing is entered.', 'Element Validation', 'function ff_integer_or_empty(element, message)\r\n{\r\n    if (element.value != '''') {\r\n        var ex  = /(^-?\\d\\d*$)/;\r\n        if (!ex.test(element.value)) {\r\n            if (message=='''') message = element.name+" must be integer.\\n";\r\n            ff_validationFocus(element.name);\r\n            return message;\r\n        } // if\r\n    } // if\r\n    return '''';\r\n} // ff_integer_or_empty'),
(13, 1, 'FF', 'ff_nextpage', 'Next page', 'Switchs to the next page.', 'Element Action', 'function ff_nextpage(element, action)\r\n{\r\n    if (ff_currentpage < ff_lastpage) \r\n        ff_switchpage(ff_currentpage+1);\r\n} // ff_nextpage'),
(14, 1, 'FF', 'ff_page1', 'Page 1', 'Switches to the first page.', 'Element Action', 'function ff_page1(element, action)\r\n{\r\n    ff_switchpage(1);\r\n} // ff_page1'),
(15, 1, 'FF', 'ff_page2', 'Page 2', 'Switches to the second page.', 'Element Action', 'function ff_page2(element, action)\r\n{\r\n    if (ff_lastpage >= 2) ff_switchpage(2);\r\n} // ff_page2'),
(16, 1, 'FF', 'ff_page3', 'Page 3', 'Switches to the third page.', 'Element Action', 'function ff_page3(element, action)\r\n{\r\n    if (ff_lastpage >= 3) ff_switchpage(3);\r\n} // ff_page3'),
(17, 1, 'FF', 'ff_previouspage', 'Previous page', 'Switches to the previous page.', 'Element Action', 'function ff_previouspage(element, action)\r\n{\r\n    if (ff_currentpage > 1)\r\n        ff_switchpage(ff_currentpage-1);\r\n} // ff_previouspage'),
(18, 1, 'FF', 'ff_real', 'Real Number', 'Validate that a real number is entered.', 'Element Validation', 'function ff_real(element, message)\r\n{\r\n    var ex  = /(^-?\\d\\d*\\.?\\d*$)/;\r\n    if (!ex.test(element.value)) {\r\n        if (message=='''') message = element.name+" must be a number.\\n";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return '''';\r\n} // ff_real'),
(19, 1, 'FF', 'ff_realamount', 'Positive Real Number', 'Validate that a positive real number is entered.', 'Element Validation', 'function ff_realamount(element, message)\r\n{\r\n    var ex  = /(^\\d\\d*\\.?\\d*$)/;\r\n    if (!ex.test(element.value)) {\r\n        if (message=='''') message = element.name+" must be a number.\\n";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return '''';\r\n} // ff_realamount'),
(20, 1, 'FF', 'ff_resetForm', 'Reset form', 'Reset all form inputs to the initial values.', 'Element Action', 'function ff_resetForm(element, action)\r\n{\r\n    eval(''document.''+ff_processor.form_id).reset();\r\n} // ff_resetForm'),
(21, 1, 'FF', 'ff_securitycode_entered', 'Security code entered', 'Check that a security code was entered.', 'Element Validation', 'function ff_securitycode_entered(element, message)\r\n{\r\n    var ex  = /(^\\d{5}$)/;\r\n    if (!ex.test(element.value)) {\r\n        if (message=='''') message = "Security code must be entered as five digits.\\n";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return '''';\r\n} // ff_securitycode_entered'),
(22, 1, 'FF', 'ff_securitycode_ok', 'Security code ok', 'Check that a valid security code was entered.', 'Element Validation', 'function ff_securitycode_ok(element, message)\r\n{\r\n<?php\r\n    global $ff_seccode;\r\n    if (!isset($ff_seccode)) { \r\n        mt_srand((double)microtime()*1000000);\r\n        $ff_seccode = mt_rand(10000, 99999);\r\n        $_SESSION[''ff_seccode''] = $ff_seccode;\r\n    } // if\r\n    $enc = array();\r\n    mt_srand((double)microtime()*1000000);\r\n    for ($i = 0; $i < 256; $i++) $enc[] = mt_rand(0, 255);\r\n    $seccode = (string)$ff_seccode;\r\n    $hash = '''';\r\n    $ini = $ff_seccode % 240;\r\n    for ($i = 0; $i < 5; $i++) {\r\n        $d = $ini+intval($seccode{$i});\r\n        for ($j = 0; $j < 7; $j++) $d = $enc[$d];\r\n        $hash .= $d;\r\n        $ini = ($ini+$d) % 240;\r\n    } // for\r\n    return\r\n        "var enc = ".$this->expJsValue($enc).";\\n".\r\n        "var seccode = new String(element.value);\\n".\r\n        "if (seccode.length==5) {\\n".\r\n        "    var hash = '''';\\n".\r\n        "    var ini = parseInt(element.value) % 240;\\n".\r\n        "    var i, j;\\n".\r\n        "    for (i = 0; i < 5; i++) {\\n".\r\n        "        var d = ini+parseInt(seccode.charAt(i));\\n".\r\n        "        for (j = 0; j < 7; j++) d = enc[d];\\n".\r\n        "        hash += d;\\n".\r\n        "        ini = (ini+d) % 240;\\n".\r\n        "    } // for\\n".\r\n        "    if (hash == ''$hash'') return '''';\\n". \r\n        "} // if\\n".\r\n        "if (message=='''') message = \\"Security code is missing or wrong.\\\\n\\";\\n".\r\n        "ff_validationFocus(element.name);\\n".\r\n        "return message;\\n";\r\n?>\r\n} // ff_securitycode_ok'),
(23, 1, 'FF', 'ff_selectedValues', 'Get selected values as list', 'Get values of selected options of a select list as list:\r\n\r\nx = ff_selectedValues(''myselectlist'');\r\n// x = green,red', 'Untyped', 'function ff_selectedValues(name)\r\n{\r\n    vals = '''';\r\n    opts = ff_getElementByName(name).options;\r\n    for (o = 0; o < opts.length; o++)\r\n        if (opts[o].selected) {\r\n            if (vals != '''') vals += '','';\r\n            vals += opts[o].value;\r\n        } // if\r\n    return vals;\r\n} // ff_selectedValues'),
(24, 1, 'FF', 'ff_setChecked', 'Set radiobutton checked', 'Set a radiobutton checked/unchecked', 'Untyped', 'function ff_setChecked(name, value, checked)\r\n{\r\n    if (arguments.length<3) checked = true;\r\n    for (var i = 0; i < ff_elements.length; i++)\r\n        if (ff_elements[i][2]==name) {\r\n            var e = ff_getElementByIndex(i);\r\n            if (e.value == value) {\r\n                e.checked = checked;\r\n                break;\r\n            } // if\r\n        } // if\r\n} // ff_setChecked'),
(25, 1, 'FF', 'ff_setSelected', 'Select options of  select list', 'Select options in a Select List element.\r\n\r\nff_setSelected(''mylist'', ''green''); // select green in single or multi mode, unselect all other options\r\nff_setSelected(''mylist'', ''red,green''); // select red and green in multi mode, unselect all other options', 'Untyped', 'function ff_setSelected(name, list)\r\n{\r\n    ids = list.split('','')\r\n    opts = ff_getElementByName(name).options;\r\n    for (o = 0; o < opts.length; o++) {\r\n        state = false;\r\n        for (i = 0; i < ids.length; i++) \r\n            if (ids[i]==opts[o].value) {\r\n                state = true;\r\n                break;\r\n            } // if\r\n        opts[o].selected = state;\r\n    } // for\r\n} // ff_setSelected'),
(26, 1, 'FF', 'ff_showaction', 'Show action', 'Displays the element action.', 'Element Action', 'function ff_showaction(element, action)\r\n{\r\n   alert(''Action ''+action+'' performed by element ''+element.id);\r\n}'),
(27, 1, 'FF', 'ff_showelementinit', 'Show element initialization', 'Display the element initialization (mainly for debugging)', 'Element Init', 'function ff_showelementinit(element,condition)\r\n{\r\n    alert(''Initialization of ''+element.name+'' at ''+condition);\r\n}'),
(28, 1, 'FF', 'ff_showforminit', 'Show form initialization', 'Show when form initialization is run (for debugging)', 'Form Init', 'function ff_showforminit()\r\n{\r\n    alert(''Form initialization'');\r\n}'),
(29, 1, 'FF', 'ff_showsubmitted', 'Show submitted status', 'Display submit status as user feedback.', 'Form Submitted', 'function ff_showsubmitted(status, message)\r\n{\r\n    alert(message);\r\n} // ff_showsubmitted'),
(30, 1, 'FF', 'ff_showvalidation', 'Show element validation', 'Display element validation (for debugging)', 'Element Validation', 'function ff_showvalidation(element, message)\r\n{\r\n    alert(''Validation of ''+element.name+" with message: \\n"+message);\r\n    return '''';\r\n}'),
(31, 1, 'FF', 'ff_submittedhome', 'Return to homepage', 'Display submit status and then return to the home page of the site.', 'Form Submitted', 'function ff_submittedhome(status, message)\r\n{\r\n    alert(message+"\\nYou will be redirected to the home page now.");\r\n    ff_returnHome();\r\n} // ff_submittedhome'),
(32, 1, 'FF', 'ff_unchecked', 'Unchecked', 'Validate that radio button or checkbox is unchecked.', 'Element Validation', 'function ff_unchecked(element, message)\r\n{\r\n    if (!element.checked) \r\n        return ''''; \r\n    else {\r\n        if (message=='''') message = element.name+" is checked.\\n";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n} // ff_unchecked'),
(33, 1, 'FF', 'ff_validate_form', 'Validate form', 'Validates the form and displays the result.', 'Element Action', 'function ff_validate_form(element, action)\r\n{\r\n    error = ff_validation(0);\r\n    if (error != '''') {\r\n        alert(error);\r\n        ff_validationFocus('''');\r\n    } else\r\n        alert(''All inputs are valid.'');\r\n} // ff_validate_form'),
(34, 1, 'FF', 'ff_validate_nextpage', 'Validate and next page', 'Validates the current page, and if everything is ok is switches to the next page.', 'Element Action', 'function ff_validate_nextpage(element, action)\r\n{\r\n    error = ff_validation(ff_currentpage);\r\n    if (error != '''') {\r\n        alert(error);\r\n        ff_validationFocus('''');\r\n    } else\r\n        ff_switchpage(ff_currentpage+1);\r\n} // ff_validate_nextpage'),
(35, 1, 'FF', 'ff_validate_page', 'Validate page', 'Validates the current page and displays the result.', 'Element Action', 'function ff_validate_page(element, action)\r\n{\r\n    error = ff_validation(ff_currentpage);\r\n    if (error != '''') {\r\n        alert(error);\r\n        ff_validationFocus('''');\r\n    } else\r\n        alert(''All inputs are valid.'');\r\n} // ff_validate_page'),
(36, 1, 'FF', 'ff_validate_submit', 'Validate and submit form', 'Validates the whole form, and if everything is ok it submits the form.', 'Element Action', 'function ff_validate_submit(element, action)\r\n{\r\n    error = ff_validation(0);\r\n    if (error != '''') {\r\n        alert(error);\r\n        ff_validationFocus();\r\n    } else\r\n        ff_submitForm();\r\n} // ff_validate_submit'),
(37, 1, 'FF', 'ff_validemail', 'Valid email', 'Validate entry of a valid email (syntax check only)', 'Element Validation', 'function ff_validemail(element, message)\r\n{\r\n    var check =\r\n    /^([a-zA-Z0-9_\\.\\-])+\\@(([a-zA-Z0-9\\-])+\\.)+([a-zA-Z0-9]{2,4})+$/;\r\n    if (!check.test(element.value)){\r\n        if (message=='''') message = element.name+" is no valid email address.\\n";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return '''';\r\n} // ff_validemail'),
(38, 1, 'FF', 'ff_valuenotempty', 'Value not empty', 'Validate that value is not empty.', 'Element Validation', 'function ff_valuenotempty(element, message)\r\n{\r\n    if (element.value!='''') return ''''; \r\n    if (message=='''') message = "Please enter "+element.name+".\\n";\r\n    ff_validationFocus(element.name);\r\n    return message;\r\n} // ff_valuenotempty');

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

--
-- Table structure for table `jos_facileforms_subrecords`
--

CREATE TABLE IF NOT EXISTS `jos_facileforms_subrecords` (
  `id` int(11) NOT NULL auto_increment,
  `record` int(11) NOT NULL default '0',
  `element` int(11) NOT NULL default '0',
  `title` varchar(50) NOT NULL default '',
  `name` varchar(30) NOT NULL default '',
  `type` varchar(30) NOT NULL default '',
  `value` text,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `jos_facileforms_subrecords`
--


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

--
-- Table structure for table `jos_groups`
--

CREATE TABLE IF NOT EXISTS `jos_groups` (
  `id` tinyint(3) unsigned NOT NULL default '0',
  `name` varchar(50) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_groups`
--

INSERT INTO `jos_groups` (`id`, `name`) VALUES
(0, 'Public'),
(1, 'Membre'),
(2, 'Special');

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

--
-- Table structure for table `jos_gwcoupons`
--

CREATE TABLE IF NOT EXISTS `jos_gwcoupons` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(100) NOT NULL,
  `delay` smallint(6) NOT NULL,
  `amountMode` tinyint(1) NOT NULL default '0',
  `amountValue` decimal(12,2) NOT NULL default '0.00',
  `published` tinyint(1) NOT NULL,
  `mailAdmin` tinyint(1) NOT NULL,
  `event` tinyint(4) NOT NULL,
  `eventValue` varchar(20) default NULL,
  `cpIsAuto` tinyint(1) NOT NULL,
  `cpPrefixe` varchar(3) default NULL,
  `cpSuffixe` varchar(3) default NULL,
  `cpSeparChar` varchar(1) default NULL,
  `cpSeparPos` varchar(20) default NULL,
  `ordering` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `jos_gwcoupons`
--

INSERT INTO `jos_gwcoupons` (`id`, `name`, `delay`, `amountMode`, `amountValue`, `published`, `mailAdmin`, `event`, `eventValue`, `cpIsAuto`, `cpPrefixe`, `cpSuffixe`, `cpSeparChar`, `cpSeparPos`, `ordering`) VALUES
(1, 'test_Coupon1', 360, 1, '0.00', 0, 1, 0, '2', 1, 'CS', 'RD', '-', '2;4;7', 10),
(2, 'test_Coupon2', 30, 0, '10.00', 0, 1, 1, '', 1, 'REG', 'KD', '-', '5;9', 20),
(3, 'test_Coupon3', 120, 1, '15.00', 0, 1, 2, '500', 1, 'V1', 'TC', '_', '2;5', 30),
(4, 'test_Coupon4', 90, 1, '10.00', 0, 1, 2, '1000', 1, 'V2', 'MC', ':', '4;6', 40);

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

--
-- Table structure for table `jos_gwcoupons_conf`
--

CREATE TABLE IF NOT EXISTS `jos_gwcoupons_conf` (
  `id` smallint(6) NOT NULL auto_increment,
  `conf_name` varchar(20) default NULL,
  `conf_val` varchar(10) default NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=14 ;

--
-- Dumping data for table `jos_gwcoupons_conf`
--

INSERT INTO `jos_gwcoupons_conf` (`id`, `conf_name`, `conf_val`) VALUES
(1, 'SYMB_MONET', 'EUR'),
(2, 'CPN_LIST_SORT', 'ASC'),
(3, 'CPN_LIST_BCOLOR_ERR', '#E9967A'),
(4, 'DATE_FORMAT', 'd/m/Y'),
(5, 'DEBUG', '0'),
(6, 'CRYPT_AUTO', '1'),
(7, 'CRYPT_KEY', '6'),
(8, 'CRYPT_KEY_POS', '2'),
(9, 'CRYPT_NAME', '1'),
(10, 'CRYPT_NAME_POS', '1'),
(11, 'CRYPT_1ST_LETTER', '1'),
(12, 'CRYPT_1ST_LETTER_POS', '3'),
(13, 'CRYPT_CHECKSUM_PASSE', '3');

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

--
-- Table structure for table `jos_gwcoupons_log`
--

CREATE TABLE IF NOT EXISTS `jos_gwcoupons_log` (
  `id` int(16) NOT NULL auto_increment,
  `log_date` datetime default NULL,
  `log_level` tinyint(1) NOT NULL,
  `log_class` varchar(50) default NULL,
  `log_method` varchar(50) default NULL,
  `log_msg` varchar(255) default NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `jos_gwcoupons_log`
--


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

--
-- Table structure for table `jos_gwcoupons_sponsors`
--

CREATE TABLE IF NOT EXISTS `jos_gwcoupons_sponsors` (
  `id_user` int(11) NOT NULL,
  `sponsorship_code` varchar(32) default NULL,
  `id_sponsor` int(11) NOT NULL,
  PRIMARY KEY  (`id_user`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_gwcoupons_sponsors`
--

INSERT INTO `jos_gwcoupons_sponsors` (`id_user`, `sponsorship_code`, `id_sponsor`) VALUES
(65, 'MS63-918', 63),
(66, 'JC65-218', 65);

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

--
-- Table structure for table `jos_gwcoupons_vm`
--

CREATE TABLE IF NOT EXISTS `jos_gwcoupons_vm` (
  `id` int(16) NOT NULL auto_increment,
  `id_cpn` int(16) NOT NULL,
  `id_cpn_type` int(11) NOT NULL,
  `unpub_cpn_code` varchar(32) default NULL,
  `unpub_cpn_value` decimal(12,2) default NULL,
  `unpub_cpn_unit` enum('percent','total') default NULL,
  `limit_date` datetime default NULL,
  `unlimited` tinyint(1) NOT NULL,
  `published` tinyint(1) NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `jos_gwcoupons_vm`
--

INSERT INTO `jos_gwcoupons_vm` (`id`, `id_cpn`, `id_cpn_type`, `unpub_cpn_code`, `unpub_cpn_value`, `unpub_cpn_unit`, `limit_date`, `unlimited`, `published`) VALUES
(1, 2, 1, NULL, NULL, NULL, '2008-03-24 23:59:59', 0, 1);

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

--
-- Table structure for table `jos_jce_langs`
--

CREATE TABLE IF NOT EXISTS `jos_jce_langs` (
  `id` int(11) NOT NULL auto_increment,
  `Name` varchar(100) NOT NULL default '',
  `lang` varchar(100) NOT NULL default '',
  `published` tinyint(3) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `jos_jce_langs`
--

INSERT INTO `jos_jce_langs` (`id`, `Name`, `lang`, `published`) VALUES
(1, 'English', 'en', 0),
(2, 'Français', 'fr', 1);

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

--
-- Table structure for table `jos_jce_plugins`
--

CREATE TABLE IF NOT EXISTS `jos_jce_plugins` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(100) NOT NULL default '',
  `plugin` varchar(100) NOT NULL default '',
  `type` varchar(100) NOT NULL default 'plugin',
  `icon` varchar(255) NOT NULL default '',
  `layout_icon` varchar(255) NOT NULL default '',
  `access` tinyint(3) unsigned NOT NULL default '18',
  `row` int(11) NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  `published` tinyint(3) NOT NULL default '0',
  `editable` tinyint(3) NOT NULL default '0',
  `elements` varchar(255) NOT NULL default '',
  `iscore` tinyint(3) NOT NULL default '0',
  `client_id` tinyint(3) NOT NULL default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  UNIQUE KEY `plugin` (`plugin`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=55 ;

--
-- Dumping data for table `jos_jce_plugins`
--

INSERT INTO `jos_jce_plugins` (`id`, `name`, `plugin`, `type`, `icon`, `layout_icon`, `access`, `row`, `ordering`, `published`, `editable`, `elements`, `iscore`, `client_id`, `checked_out`, `checked_out_time`, `params`) VALUES
(1, 'Context Menu', 'contextmenu', 'plugin', '', '', 18, 0, 0, 0, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(2, 'Directionality', 'directionality', 'plugin', 'ltr,rtl', 'directionality', 18, 3, 8, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(3, 'Emotions', 'emotions', 'plugin', 'emotions', 'emotions', 18, 4, 12, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(4, 'Fullscreen', 'fullscreen', 'plugin', 'fullscreen', 'fullscreen', 18, 4, 6, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(5, 'Paste', 'paste', 'plugin', 'pasteword,pastetext', 'paste', 18, 1, 16, 1, 1, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(6, 'Preview', 'preview', 'plugin', 'preview', 'preview', 18, 4, 1, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(7, 'Tables', 'table', 'plugin', 'tablecontrols', 'buttons', 18, 2, 8, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(8, 'Print', 'print', 'plugin', 'print', 'print', 18, 4, 3, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(9, 'Search Replace', 'searchreplace', 'plugin', 'search,replace', 'searchreplace', 18, 1, 17, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(10, 'Styles', 'style', 'plugin', 'styleprops', 'styleprops', 18, 4, 7, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(11, 'Non-Breaking', 'nonbreaking', 'plugin', 'nonbreaking', 'nonbreaking', 18, 4, 8, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(12, 'Visual Characters', 'visualchars', 'plugin', 'visualchars', 'visualchars', 18, 4, 9, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(13, 'XHTML Xtras', 'xhtmlxtras', 'plugin', 'cite,abbr,acronym,del,ins,attribs', 'xhtmlxtras', 18, 4, 10, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(14, 'Image Manager', 'imgmanager', 'plugin', '', 'imgmanager', 18, 4, 13, 1, 1, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(15, 'Advanced Link', 'advlink', 'plugin', '', 'advlink', 18, 4, 14, 1, 1, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(16, 'Spell Checker', 'spellchecker', 'plugin', 'spellchecker', 'spellchecker', 18, 4, 15, 1, 1, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(17, 'Layers', 'layer', 'plugin', 'insertlayer,moveforward,movebackward,absolute', 'layer', 18, 4, 11, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(18, 'Font ForeColour', 'forecolor', 'command', 'forecolor', 'forecolor', 18, 3, 4, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(19, 'Bold', 'bold', 'command', 'bold', 'bold', 18, 1, 5, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(20, 'Italic', 'italic', 'command', 'italic', 'italic', 18, 1, 6, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(21, 'Underline', 'underline', 'command', 'underline', 'underline', 18, 1, 7, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(22, 'Font BackColour', 'backcolor', 'command', 'backcolor', 'backcolor', 18, 3, 5, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(23, 'Unlink', 'unlink', 'command', 'unlink', 'unlink', 18, 2, 11, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(24, 'Font Select', 'fontselect', 'command', 'fontselect', 'fontselect', 18, 3, 2, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(25, 'Font Size Select', 'fontsizeselect', 'command', 'fontsizeselect', 'fontsizeselect', 18, 3, 3, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(26, 'Style Select', 'styleselect', 'command', 'styleselect', 'styleselect', 18, 3, 1, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(27, 'New Document', 'newdocument', 'command', 'newdocument', 'newdocument', 18, 1, 4, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(28, 'Help', 'help', 'command', 'help', 'help', 18, 1, 3, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(29, 'StrikeThrough', 'strikethrough', 'command', 'strikethrough', 'strikethrough', 18, 1, 12, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(30, 'Indent', 'indent', 'command', 'indent', 'indent', 18, 1, 11, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(31, 'Outdent', 'outdent', 'command', 'outdent', 'outdent', 18, 1, 10, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(32, 'Undo', 'undo', 'command', 'undo', 'undo', 18, 1, 1, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(33, 'Redo', 'redo', 'command', 'redo', 'redo', 18, 1, 2, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(34, 'Horizontal Rule', 'hr', 'command', 'hr', 'hr', 18, 2, 1, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(35, 'HTML', 'html', 'command', 'code', 'code', 18, 1, 13, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(36, 'Numbered List', 'numlist', 'command', 'numlist', 'numlist', 18, 1, 9, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(37, 'Bullet List', 'bullist', 'command', 'bullist', 'bullist', 18, 1, 8, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(38, 'Clipboard Actions', 'clipboard', 'command', 'cut,copy,paste', 'clipboard', 18, 1, 16, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(39, 'Subscript', 'sub', 'command', 'sub', 'sub', 18, 2, 2, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(40, 'Superscript', 'sup', 'command', 'sup', 'sup', 18, 2, 3, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(41, 'Visual Aid', 'visualaid', 'command', 'visualaid', 'visualaid', 18, 3, 7, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(42, 'Character Map', 'charmap', 'command', 'charmap', 'charmap', 18, 3, 6, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(43, 'Justify Full', 'full', 'command', 'justifyfull', 'justifyfull', 18, 2, 7, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(44, 'Justify Center', 'center', 'command', 'justifycenter', 'justifycenter', 18, 2, 5, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(45, 'Justify Left', 'left', 'command', 'justifyleft', 'justifyleft', 18, 2, 6, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(46, 'Justify Right', 'right', 'command', 'justifyright', 'justifyright', 18, 2, 4, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(47, 'Remove Format', 'removeformat', 'command', 'removeformat', 'removeformat', 18, 1, 15, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(48, 'Anchor', 'anchor', 'command', 'anchor', 'anchor', 18, 2, 9, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(49, 'Format Select', 'formatselect', 'command', 'formatselect', 'formatselect', 18, 3, 9, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(50, 'Image', 'image', 'command', 'image', 'image', 18, 4, 1, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(51, 'Link', 'link', 'command', 'link', 'link', 18, 4, 1, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''),
(52, 'Joomla Bots Plugin', 'joomla', 'plugin', 'mosimage,mospagebreak', 'joomla', 18, 4, 1, 1, 1, '', 0, 0, 0, '0000-00-00 00:00:00', ''),
(53, 'JCE DocLink', 'doclink', 'plugin', 'doclink', 'doclink', 18, 4, 1, 1, 1, '', 0, 0, 0, '0000-00-00 00:00:00', ''),
(54, 'JoomlaBoard DiscussBot Plugin', 'joomlaboard', 'plugin', 'joomlaboard', 'joomlaboard', 18, 4, 1, 1, 1, '', 0, 0, 0, '0000-00-00 00:00:00', '');

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

--
-- Table structure for table `jos_jstats_bots`
--

CREATE TABLE IF NOT EXISTS `jos_jstats_bots` (
  `bot_id` mediumint(9) NOT NULL auto_increment,
  `bot_string` varchar(50) NOT NULL default '',
  `bot_fullname` varchar(50) NOT NULL default '',
  PRIMARY KEY  (`bot_id`),
  UNIQUE KEY `bot_string` (`bot_string`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=421 ;

--
-- Dumping data for table `jos_jstats_bots`
--

INSERT INTO `jos_jstats_bots` (`bot_id`, `bot_string`, `bot_fullname`) VALUES
(1, 'acme.spider', 'Acme Spider'),
(2, 'ahoythehomepagefinder', 'Ahoy! The Homepage Finder'),
(3, 'alkaline', 'Alkaline'),
(4, 'appie', 'Walhello appie'),
(5, 'arachnophilia', 'Arachnophilia'),
(6, 'architext', 'ArchitextSpider'),
(7, 'aretha', 'Aretha'),
(8, 'ariadne', 'ARIADNE'),
(9, 'arks', 'arks'),
(10, 'aspider', 'ASpider (Associative Spider)'),
(11, 'atn.txt', 'ATN Worldwide'),
(12, 'atomz', 'Atomz.com Search Robot'),
(13, 'auresys', 'AURESYS'),
(14, 'backrub', 'BackRub'),
(15, 'biUKrother', 'Big Brother'),
(16, 'bjaaland', 'Bjaaland'),
(17, 'blackwidow', 'BlackWidow'),
(18, 'blindekuh', 'Die Blinde Kuh'),
(19, 'bloodhound', 'Bloodhound'),
(20, 'brightnet', 'bright.net caching robot'),
(21, 'bspider', 'BSpider'),
(22, 'cactvschemistryspider', 'CACTVS Chemistry Spider'),
(23, 'calif[^r]', 'Calif'),
(24, 'cassandra', 'Cassandra'),
(25, 'cgireader', 'Digimarc Marcspider/CGI'),
(26, 'checkbot', 'Checkbot'),
(27, 'churl', 'churl'),
(28, 'cmc', 'CMC/0.01'),
(29, 'collective', 'Collective'),
(30, 'combine', 'Combine System'),
(31, 'conceptbot', 'Conceptbot'),
(32, 'coolbot', 'CoolBot'),
(33, 'core', 'Web Core / Roots'),
(34, 'cosmos', 'XYLEME Robot'),
(35, 'cruiser', 'Internet Cruiser Robot'),
(36, 'cusco', 'Cusco'),
(37, 'cyberspyder', 'CyberSpyder Link Test'),
(38, 'deweb', 'DeWeb(c) Katalog/Index'),
(39, 'dienstspider', 'DienstSpider'),
(40, 'digger', 'Digger'),
(41, 'diibot', 'Digital Integrity Robot'),
(42, 'directhit', 'Direct Hit Grabber'),
(43, 'dnabot', 'DNAbot'),
(44, 'download_express', 'DownLoad Express'),
(45, 'dragonbot', 'DragonBot'),
(46, 'dwcp', 'DWCP (Dridus Web Cataloging Project)'),
(47, 'e-collector', 'e-collector'),
(48, 'ebiness', 'EbiNess'),
(49, 'eit', 'EIT Link Verifier Robot'),
(50, 'elfinbot', 'ELFINBOT'),
(51, 'emacs', 'Emacs-w3 Search Engine'),
(52, 'emcspider', 'ananzi'),
(53, 'esther', 'Esther'),
(54, 'evliyacelebi', 'Evliya Celebi'),
(55, 'nzexplorer', 'nzexplorer'),
(56, 'fdse', 'Fluid Dynamics Search Engine robot'),
(57, 'felix', 'Felix IDE'),
(58, 'ferret', 'Wild Ferret Web Hopper #1, #2, #3'),
(59, 'fetchrover', 'FetchRover'),
(60, 'fido', 'fido'),
(61, 'finnish', 'Hämähäkki'),
(62, 'fireball', 'KIT-Fireball'),
(63, '[^a]fish', 'Fish search'),
(64, 'fouineur', 'Fouineur'),
(65, 'francoroute', 'Robot Francoroute'),
(66, 'freecrawl', 'Freecrawl'),
(67, 'funnelweb', 'FunnelWeb'),
(68, 'gama', 'gammaSpider, FocusedCrawler'),
(69, 'gazz', 'gazz'),
(70, 'gcreep', 'GCreep'),
(71, 'getbot', 'GetBot'),
(72, 'geturl', 'GetURL'),
(73, 'golem', 'Golem'),
(74, 'googlebot', 'Googlebot (Google)'),
(75, 'grapnel', 'Grapnel/0.01 Experiment'),
(76, 'griffon', 'Griffon'),
(77, 'gromit', 'Gromit'),
(78, 'gulliver', 'Northern Light Gulliver'),
(79, 'hambot', 'HamBot'),
(80, 'harvest', 'Harvest'),
(81, 'havindex', 'havIndex'),
(82, 'hometown', 'Hometown Spider Pro'),
(83, 'htdig', 'ht://Dig'),
(84, 'htmlgobble', 'HTMLgobble'),
(85, 'hyperdecontextualizer', 'Hyper-Decontextualizer'),
(86, 'iajabot', 'iajaBot'),
(87, 'ibm', 'IBM_Planetwide'),
(88, 'iconoclast', 'Popular Iconoclast'),
(89, 'ilse', 'Ingrid'),
(90, 'imagelock', 'Imagelock'),
(91, 'incywincy', 'IncyWincy'),
(92, 'informant', 'Informant'),
(93, 'infoseek', 'InfoSeek Robot 1.0'),
(94, 'infoseeksidewinder', 'Infoseek Sidewinder'),
(95, 'infospider', 'InfoSpiders'),
(96, 'inspectorwww', 'Inspector Web'),
(97, 'intelliagent', 'IntelliAgent'),
(98, 'irobot', 'I, Robot'),
(99, 'iron33', 'Iron33'),
(100, 'israelisearch', 'Israeli-search'),
(101, 'javabee', 'JavaBee'),
(102, 'jbot', 'JBot Java Web Robot'),
(103, 'jcrawler', 'JCrawler'),
(104, 'jeeves', 'Jeeves'),
(105, 'jobo', 'JoBo Java Web Robot'),
(106, 'jobot', 'Jobot'),
(107, 'joebot', 'JoeBot'),
(108, 'jubii', 'The Jubii Indexing Robot'),
(109, 'jumpstation', 'JumpStation'),
(110, 'katipo', 'Katipo'),
(111, 'kdd', 'KDD-Explorer'),
(112, 'kilroy', 'Kilroy'),
(113, 'ko_yappo_robot', 'KO_Yappo_Robot'),
(114, 'labelgrabber.txt', 'LabelGrabber'),
(115, 'larbin', 'larbin'),
(116, 'legs', 'legs'),
(117, 'linkidator', 'Link Validator'),
(118, 'linkscan', 'LinkScan'),
(119, 'linkwalker', 'LinkWalker'),
(120, 'lockon', 'Lockon'),
(121, 'logo_gif', 'logo.gif Crawler'),
(122, 'lycos', 'Lycos'),
(123, 'macworm', 'Mac WWWWorm'),
(124, 'magpie', 'Magpie'),
(125, 'marvin', 'marvin/infoseek'),
(126, 'mattie', 'Mattie'),
(127, 'mediafox', 'MediaFox'),
(128, 'merzscope', 'MerzScope'),
(129, 'meshexplorer', 'NEC-MeshExplorer'),
(130, 'mindcrawler', 'MindCrawler'),
(131, 'moget', 'moget'),
(132, 'momspider', 'MOMspider'),
(133, 'monster', 'Monster'),
(134, 'motor', 'Motor'),
(135, 'muscatferret', 'Muscat Ferret'),
(136, 'mwdsearch', 'Mwd.Search'),
(137, 'myweb', 'Internet Shinchakubin'),
(138, 'netcarta', 'NetCarta WebMap Engine'),
(139, 'netcraft', 'Netcraft Web Server Survey'),
(140, 'netmechanic', 'NetMechanic'),
(141, 'netscoop', 'NetScoop'),
(142, 'newscan-online', 'newscan-online'),
(143, 'nhse', 'NHSE Web Forager'),
(144, 'nomad', 'Nomad'),
(145, 'northstar', 'The NorthStar Robot'),
(146, 'occam', 'Occam'),
(147, 'octopus', 'HKU WWW Octopus'),
(148, 'openfind', 'Openfind data gatherer'),
(149, 'orb_search', 'Orb Search'),
(150, 'packrat', 'Pack Rat'),
(151, 'pageboy', 'PageBoy'),
(152, 'parasite', 'ParaSite'),
(153, 'patric', 'Patric'),
(154, 'pegasus', 'pegasus'),
(155, 'perignator', 'The Peregrinator'),
(156, 'perlcrawler', 'PerlCrawler 1.0'),
(157, 'phantom', 'Phantom'),
(158, 'piltdownman', 'PiltdownMan'),
(159, 'pimptrain', 'Pimptrain.com''s robot'),
(160, 'pioneer', 'Pioneer'),
(161, 'pitkow', 'html_analyzer'),
(162, 'pjspider', 'Portal Juice Spider'),
(163, 'pka', 'PGP Key Agent'),
(164, 'plumtreewebaccessor', 'PlumtreeWebAccessor'),
(165, 'poppi', 'Poppi'),
(166, 'portalb', 'PortalB Spider'),
(167, 'puu', 'GetterroboPlus Puu'),
(168, 'python', 'The Python Robot'),
(169, 'raven', 'Raven Search'),
(170, 'rbse', 'RBSE Spider'),
(171, 'resumerobot', 'Resume Robot'),
(172, 'rhcs', 'RoadHouse Crawling System'),
(173, 'roadrunner', 'Road Runner: The ImageScape Robot'),
(174, 'robbie', 'Robbie the Robot'),
(175, 'robi', 'ComputingSite Robi/1.0'),
(176, 'robofox', 'RoboFox'),
(177, 'robozilla', 'Robozilla'),
(178, 'roverbot', 'Roverbot'),
(179, 'rules', 'RuLeS'),
(180, 'safetynetrobot', 'SafetyNet Robot'),
(181, 'scooter', 'Scooter (AltaVista)'),
(182, 'search_au', 'Search.Aus-AU.COM'),
(183, 'searchprocess', 'SearchProcess'),
(184, 'senrigan', 'Senrigan'),
(185, 'sgscout', 'SG-Scout'),
(186, 'shaggy', 'ShagSeeker'),
(187, 'shaihulud', 'Shai''Hulud'),
(188, 'sift', 'Sift'),
(189, 'simbot', 'Simmany Robot Ver1.0'),
(190, 'site-valet', 'Site Valet'),
(191, 'sitegrabber', 'Open Text Index Robot'),
(192, 'sitetech', 'SiteTech-Rover'),
(193, 'slcrawler', 'SLCrawler'),
(194, 'slurp', 'Inktomi Slurp'),
(195, 'smartspider', 'Smart Spider'),
(196, 'snooper', 'Snooper'),
(197, 'solbot', 'Solbot'),
(198, 'spanner', 'Spanner'),
(199, 'speedy', 'Speedy Spider'),
(200, 'spider_monkey', 'spider_monkey'),
(201, 'spiderbot', 'SpiderBot'),
(202, 'spiderline', 'Spiderline Crawler'),
(203, 'spiderman', 'SpiderMan'),
(204, 'spiderview', 'SpiderView(tm)'),
(205, 'spry', 'Spry Wizard Robot'),
(206, 'ssearcher', 'Site Searcher'),
(207, 'suke', 'Suke'),
(208, 'suntek', 'suntek search engine'),
(209, 'sven', 'Sven'),
(210, 'tach_bw', 'TACH Black Widow'),
(211, 'tarantula', 'Tarantula'),
(212, 'tarspider', 'tarspider'),
(213, 'techbot', 'TechBOT'),
(214, 'templeton', 'Templeton'),
(215, 'teoma_agent1', 'TeomaTechnologies'),
(216, 'titin', 'TitIn'),
(217, 'titan', 'TITAN'),
(218, 'tkwww', 'The TkWWW Robot'),
(219, 'tlspider', 'TLSpider'),
(220, 'ucsd', 'UCSD Crawl'),
(221, 'udmsearch', 'UdmSearch'),
(222, 'urlck', 'URL Check'),
(223, 'valkyrie', 'Valkyrie'),
(224, 'victoria', 'Victoria'),
(225, 'visionsearch', 'vision-search'),
(226, 'voyager', 'Voyager'),
(227, 'vwbot', 'VWbot'),
(228, 'w3index', 'The NWI Robot'),
(229, 'w3m2', 'W3M2'),
(230, 'wallpaper', 'WallPaper'),
(231, 'wanderer', 'the World Wide Web Wanderer'),
(232, 'wapspider', 'w@pSpider by wap4.com'),
(233, 'webbandit', 'WebBandit Web Spider'),
(234, 'webcatcher', 'WebCatcher'),
(235, 'webcopy', 'WebCopy'),
(236, 'webfetcher', 'Webfetcher'),
(237, 'webfoot', 'The Webfoot Robot'),
(238, 'weblayers', 'Weblayers'),
(239, 'weblinker', 'WebLinker'),
(240, 'webmirror', 'WebMirror'),
(241, 'webmoose', 'The Web Moose'),
(242, 'webquest', 'WebQuest'),
(243, 'webreader', 'Digimarc MarcSpider'),
(244, 'webreaper', 'WebReaper'),
(245, 'websnarf', 'Websnarf'),
(246, 'webspider', 'WebSpider'),
(247, 'webvac', 'WebVac'),
(248, 'webwalk', 'webwalk'),
(249, 'webwalker', 'WebWalker'),
(250, 'webwatch', 'WebWatch'),
(251, 'wget', 'Wget'),
(252, 'whatuseek', 'whatUseek Winona'),
(253, 'whowhere', 'WhoWhere Robot'),
(254, 'wired-digital', 'Wired Digital'),
(255, 'wmir', 'w3mir'),
(256, 'wolp', 'WebStolperer'),
(257, 'wombat', 'The Web Wombat'),
(258, 'worm', 'The World Wide Web Worm'),
(259, 'wwwc', 'WWWC Ver 0.2.5'),
(260, 'wz101', 'WebZinger'),
(261, 'xget', 'XGET'),
(262, 'nederland.zoek', 'Nederland.zoek'),
(263, 'antibot', 'Antibot'),
(264, 'awbot', 'AWBot'),
(265, 'baiduspider', 'BaiDuSpider'),
(266, 'bobby', 'Bobby'),
(267, 'boris', 'Boris'),
(268, 'bumblebee', 'Bumblebee (relevare.com)'),
(269, 'cscrawler', 'CsCrawler'),
(270, 'daviesbot', 'DaviesBot'),
(271, 'digout4u', 'Digout4u'),
(272, 'echo', 'EchO!'),
(273, 'exactseek', 'ExactSeek Crawler'),
(274, 'ezresult', 'Ezresult'),
(275, 'fast-webcrawler', 'Fast-Webcrawler (AllTheWeb)'),
(276, 'gigabot', 'GigaBot'),
(277, 'gnodspider', 'GNOD Spider'),
(278, 'ia_archiver', 'Alexa (IA Archiver)'),
(279, 'internetseer', 'InternetSeer'),
(280, 'jennybot', 'JennyBot'),
(281, 'justview', 'JustView'),
(282, 'linkbot', 'LinkBot'),
(283, 'linkchecker', 'LinkChecker'),
(284, 'mercator', 'Mercator'),
(285, 'msiecrawler', 'MSIECrawler'),
(286, 'perman', 'Perman surfer'),
(287, 'petersnews', 'Petersnews'),
(288, 'pompos', 'Pompos'),
(289, 'psbot', 'psBot'),
(290, 'redalert', 'Red Alert'),
(291, 'shoutcast', 'Shoutcast Directory Service'),
(292, 'slysearch', 'SlySearch'),
(293, 'turnitinbot', 'Turn It In'),
(294, 'ultraseek', 'Ultraseek'),
(295, 'unlost_web_crawler', 'Unlost Web Crawler'),
(296, 'voila', 'Voila'),
(297, 'webbase', 'WebBase'),
(298, 'webcompass', 'webcompass'),
(299, 'wisenutbot', 'WISENutbot (Looksmart)'),
(300, 'yandex', 'Yandex bot'),
(301, 'zyborg', 'Zyborg (Looksmart)'),
(308, 'mixcat', 'morris - mixcat crawler'),
(305, 'netresearchserver', 'Net Research Server'),
(306, 'vagabondo', 'vagabondo (test version WiseGuys webagent)'),
(307, 'szukacz', 'Szukacz crawler'),
(309, 'grub-client', 'Grub''s distributed crawler'),
(310, 'fluffy', 'fluffy (searchhippo)'),
(311, 'webtrends link analyzer', 'webtrends link analyzer'),
(312, 'naverrobot', 'naver'),
(313, 'steeler', 'steeler'),
(314, 'bordermanager', 'bordermanager'),
(315, 'nutch', 'Nutch'),
(316, 'teradex', 'Teradex'),
(317, 'deepindex', 'DeepIndex'),
(318, 'npbot', 'NPBot'),
(319, 'webcraftboot', 'Webcraftboot'),
(320, 'franklin locator', 'Franklin locator'),
(321, 'internet ninja', 'Internet ninja'),
(322, 'space bison', 'Space bison'),
(323, 'gornker', 'gornker crawler'),
(324, 'gaisbot', 'Gaisbot'),
(325, 'cj spider', 'CJ spider'),
(326, 'semanticdiscovery', 'Semantic Discovery'),
(327, 'zao', 'Zao'),
(328, 'web downloader', 'Web Downloader'),
(329, 'webstripper', 'Webstripper'),
(330, 'zeus', 'Zeus'),
(331, 'webrace', 'Webrace'),
(332, 'christcrawler', 'ChristCENTRAL'),
(333, 'webfilter', 'Webfilter'),
(334, 'webgather', 'Webgather'),
(335, 'surveybot', 'Surveybot'),
(336, 'nitle blog spider', 'Nitle Blog Spider'),
(337, 'galaxybot', 'Galaxybot'),
(338, 'fangcrawl', 'FangCrawl'),
(339, 'searchspider', 'SearchSpider'),
(340, 'msnbot', 'msnbot'),
(341, 'computer_and_automation_research_institute_crawler', 'computer and automation research institute crawler'),
(342, 'overture-webcrawler', 'overture-webcrawler'),
(343, 'exalead ng', 'exalead ng'),
(344, 'denmex websearch', 'denmex websearch'),
(345, 'linkfilter.net url verifier', 'linkfilter.net url verifier'),
(346, 'mac finder', 'mac finder'),
(347, 'polybot', 'polybot'),
(348, 'quepasacreep', 'quepasacreep'),
(349, 'xenu link sleuth', 'xenu link sleuth'),
(350, 'hatena antenna', 'hatena antenna'),
(351, 'timbobot', 'timbobot'),
(352, 'waypath scout', 'waypath scout'),
(353, 'technoratibot', 'technoratibot'),
(354, 'frontier', 'frontier'),
(355, 'blogosphere', 'blogosphere'),
(356, 'my little bot', 'my little bot'),
(357, 'illinois state tech labs', 'illinois state tech labs'),
(358, 'splatsearch.com', 'splatsearch'),
(359, 'blogshares bot', 'blogshares bot'),
(360, 'fastbuzz.com', 'fastbuzz'),
(361, 'obidos-bot', 'obidos'),
(362, 'blogwise.com-metachecker', 'blogwise.com metachecker'),
(363, 'bravobrian bstop', 'bravobrian bstop'),
(364, 'feedster crawler', 'feedster'),
(365, 'isspider', 'blogpulse'),
(366, 'syndic8', 'syndic8'),
(367, 'blogvisioneye', 'blogvisioneye'),
(368, 'downes/referrers', 'downes/referrers'),
(369, 'naverbot', 'naverbot'),
(370, 'soziopath', 'soziopath'),
(371, 'nextopiabot', 'nextopiabot'),
(372, 'ingrid', 'ingrid'),
(373, 'vspider', 'vspider'),
(374, 'yahoo', 'Yahoo'),
(375, 'sherlock-spider', 'Sherlock Spider'),
(376, 'mercubot', 'Mercubot'),
(377, 'mediapartners-google', 'Mediapartners Google'),
(378, 'jetbot', 'JetBot'),
(379, 'faxobot', 'FaxoBot'),
(380, 'cosmixcrawler', 'cosmix crawler'),
(381, 'exabot', 'exabot'),
(382, 'sitespider', 'sitespider'),
(383, 'pipeliner', 'pipeliner'),
(384, 'ccgcrawl', 'ccgcrawl'),
(385, 'cydralspider', 'cydralspider'),
(386, 'crawlconvera', 'crawlconvera'),
(387, 'blogwatcher', 'blogwatcher'),
(388, 'mozdex', 'mozdex'),
(389, 'aleksika spider', 'aleksika spider'),
(390, 'e-societyrobot', 'e-societyrobot'),
(391, 'enterprise_search', 'enterprise search'),
(392, 'seekbot', 'seekbot'),
(393, 'emeraldshield', 'emeraldshield'),
(394, 'mj12bot', 'mj12bot'),
(395, 'aipbot', 'aipbot'),
(396, 'omniexplorer_bot', 'omniexplorer_bot'),
(397, 'shim-crawler', 'shim-crawler'),
(398, 'nimblecrawler', 'nimblecrawler'),
(399, 'msrbot', 'msrbot'),
(400, 'scirus', 'scirus'),
(401, 'geniebot', 'geniebot'),
(402, 'nextgensearchbot', 'nextgensearchbot'),
(403, 'ichiro', 'ichiro'),
(404, 'peerfactor 404 crawler', 'peerfactor 404 crawler'),
(405, 'ebay relevance ad crawler', 'Ebay relevance ad crawler'),
(406, 'yodaobot', 'yodaobot/1.0'),
(407, 'vmbot', 'vmbot/0.9'),
(408, 'Blaiz-Bee', 'Blaiz-Bee/2.00.*'),
(409, 'sensis', 'Sensis Web Crawler'),
(410, 'ABACHOBot', 'ABACHOBot'),
(411, 'AbiLogicBot', 'AbiLogicBot http://www.abilogic.com/bot.html'),
(412, 'Googlebot-Image', 'Googlebot-Image'),
(413, 'EmailSiphon', 'EmailSiphon (Sonic) - Email Collector'),
(414, 'W3C-checklink', 'W3C Linkchecker'),
(419, 'W3C_Validator', 'W3C XHTML/HTML Validator'),
(420, 'depspid', 'DepSpid http://about.depspid.net');

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

--
-- Table structure for table `jos_jstats_browsers`
--

CREATE TABLE IF NOT EXISTS `jos_jstats_browsers` (
  `browser_id` mediumint(9) NOT NULL auto_increment,
  `browser_string` varchar(50) NOT NULL default '',
  `browser_fullname` varchar(50) NOT NULL default '',
  `browser_img` tinyint(1) NOT NULL default '0',
  PRIMARY KEY  (`browser_id`),
  UNIQUE KEY `browser_string` (`browser_string`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=87 ;

--
-- Dumping data for table `jos_jstats_browsers`
--

INSERT INTO `jos_jstats_browsers` (`browser_id`, `browser_string`, `browser_fullname`, `browser_img`) VALUES
(1, 'msie', 'Internet Explorer', 0),
(2, 'netscape', 'Netscape', 0),
(3, 'gecko', 'Mozilla', 0),
(4, 'icab', 'iCab', 0),
(5, 'go!zilla', 'Go!Zilla', 0),
(6, 'konqueror', 'Konqueror', 0),
(7, 'links', 'Links', 0),
(8, 'lynx', 'Lynx', 0),
(9, 'omniweb', 'OmniWeb', 0),
(10, 'opera', 'Opera', 0),
(11, 'wget', 'Wget', 0),
(12, '22acidownload', '22AciDownload', 0),
(13, 'aol-iweng', 'AOL-Iweng', 0),
(14, 'amaya', 'Amaya', 0),
(15, 'amigavoyager', 'AmigaVoyager', 0),
(16, 'aweb', 'AWeb', 0),
(17, 'bpftp', 'BPFTP', 0),
(18, 'cyberdog', 'Cyberdog', 0),
(19, 'dreamcast', 'Dreamcast', 0),
(20, 'downloadagent', 'DownloadAgent', 0),
(21, 'ecatch', 'eCatch', 0),
(22, 'emailsiphon', 'EmailSiphon', 0),
(23, 'encompass', 'Encompass', 0),
(24, 'friendlyspider', 'FriendlySpider', 0),
(25, 'fresco', 'ANT Fresco', 0),
(26, 'galeon', 'Galeon', 0),
(27, 'getright', 'GetRight', 0),
(28, 'headdump', 'HeadDump', 0),
(29, 'hotjava', 'Sun HotJava', 0),
(30, 'ibrowse', 'IBrowse', 0),
(31, 'intergo', 'InterGO', 0),
(32, 'linemodebrowser', 'W3C Line Mode Browser', 0),
(33, 'lotus-notes', 'Lotus Notes web client', 0),
(34, 'macweb', 'MacWeb', 0),
(35, 'ncsa_mosaic', 'NCSA Mosaic', 0),
(36, 'netpositive', 'NetPositive', 0),
(37, 'nutscrape', 'Nutscrape', 0),
(38, 'msfrontpageexpress', 'MS FrontPage Express', 0),
(39, 'phoenix', 'Phoenix', 0),
(40, 'tzgeturl', 'TzGetURL', 0),
(41, 'viking', 'Viking', 0),
(42, 'webfetcher', 'WebFetcher', 0),
(43, 'webexplorer', 'IBM-WebExplorer', 0),
(44, 'webmirror', 'WebMirror', 0),
(45, 'webvcr', 'WebVCR', 0),
(46, 'teleport', 'TelePort Pro', 0),
(47, 'webcapture', 'Acrobat', 0),
(48, 'webcopier', 'WebCopier', 0),
(49, 'real', 'RealAudio or compatible (media player)', 0),
(50, 'winamp', 'WinAmp (media player)', 0),
(51, 'windows-media-player', 'Windows Media Player (media player)', 0),
(52, 'audion', 'Audion (media player)', 0),
(53, 'freeamp', 'FreeAmp (media player)', 0),
(54, 'itunes', 'Apple iTunes (media player)', 0),
(55, 'jetaudio', 'JetAudio (media player)', 0),
(56, 'mint_audio', 'Mint Audio (media player)', 0),
(57, 'mpg123', 'mpg123 (media player)', 0),
(58, 'nsplayer', 'NetShow Player (media player)', 0),
(59, 'sonique', 'Sonique (media player)', 0),
(60, 'uplayer', 'Ultra Player (media player)', 0),
(61, 'xmms', 'XMMS (media player)', 0),
(62, 'xaudio', 'Some XAudio Engine based MPEG player (media player', 0),
(63, 'mmef', 'Microsoft Mobile Explorer (PDA/Phone browser)', 0),
(64, 'mspie', 'MS Pocket Internet Explorer (PDA/Phone browser)', 0),
(65, 'wapalizer', 'WAPalizer (PDA/Phone browser)', 0),
(66, 'wapsilon', 'WAPsilon (PDA/Phone browser)', 0),
(67, 'webcollage', 'WebCollage (PDA/Phone browser)', 0),
(68, 'alcatel', 'Alcatel Browser (PDA/Phone browser)', 0),
(69, 'nokia', 'Nokia Browser (PDA/Phone browser)', 0),
(70, 'webtv', 'WebTV browser', 0),
(71, 'csscheck', 'WDG CSS Validator', 0),
(72, 'w3m', 'w3m', 0),
(73, 'w3c_css_validator', 'W3C CSS Validator', 0),
(74, 'w3c_validator', 'W3C HTML Validator', 0),
(75, 'wdg_validator', 'WDG HTML Validator', 0),
(76, 'webzip', 'WebZIP', 0),
(77, 'staroffice', 'StarOffice', 0),
(78, 'libwww', 'LibWWW', 0),
(79, 'httrack', 'HTTrack (offline browser utility)', 0),
(80, 'webstripper', 'webstripper (offline browser)', 0),
(81, 'safari', 'Safari', 0),
(82, 'avant browser', 'avant browser', 0),
(83, 'firebird', 'firebird', 0),
(84, 'avantgo', 'avantgo', 0),
(85, 'firefox', 'FireFox', 0),
(86, 'navio_aoltv', 'navio aoltv', 0);

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

--
-- Table structure for table `jos_jstats_configuration`
--

CREATE TABLE IF NOT EXISTS `jos_jstats_configuration` (
  `description` varchar(250) NOT NULL default '-',
  `value` varchar(250) default NULL,
  PRIMARY KEY  (`description`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_jstats_configuration`
--

INSERT INTO `jos_jstats_configuration` (`description`, `value`) VALUES
('version', '2.2.1'),
('hourdiff', '+1'),
('onlinetime', '15'),
('startoption', 'r02'),
('startdayormonth', 'd'),
('language', 'auto'),
('purgetime', '30'),
('enable_whois', 'true'),
('enable_i18n', 'true'),
('show_bu', 'false'),
('last_purge', '');

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

--
-- Table structure for table `jos_jstats_ipaddresses`
--

CREATE TABLE IF NOT EXISTS `jos_jstats_ipaddresses` (
  `ip` varchar(50) NOT NULL default '',
  `nslookup` varchar(255) default NULL,
  `tld` varchar(10) NOT NULL default 'unknown',
  `useragent` varchar(255) default NULL,
  `system` varchar(50) NOT NULL default '',
  `browser` varchar(50) NOT NULL default '',
  `id` mediumint(9) NOT NULL auto_increment,
  `type` tinyint(1) NOT NULL default '0',
  `exclude` tinyint(1) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `id` (`id`),
  KEY `type` (`type`),
  KEY `tld` (`tld`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=6234 ;

--
-- Dumping data for table `jos_jstats_ipaddresses`
--

INSERT INTO `jos_jstats_ipaddresses` (`ip`, `nslookup`, `tld`, `useragent`, `system`, `browser`, `id`, `type`, `exclude`) VALUES
('90.46.150.207', 'AMontsouris-157-1-111-207.w90-46.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1) ; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506; .net clr 1.1.4322)', 'Windows Vista', 'Internet Explorer 7.0', 1, 1, 0),
('80.86.200.135', 'nex2.internetvista.com', 'ch', 'internetvista monitor (mozilla compatible)', '', '', 2, 0, 1),
('82.124.217.58', 'APuteaux-155-1-2-58.w82-124.abo.wanadoo.fr', 'fr', 'mozilla/5.0 (windows; u; windows nt 5.1; fr; rv:1.9.0.1) gecko/2008070208 firefox/3.0.1', 'Windows XP', 'FireFox 3.0.1', 3, 1, 0),
('82.66.38.26', 'home.denele.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 2.0.50727)', 'Windows XP', 'Internet Explorer 7.0', 4, 1, 0),
('90.38.102.87', 'AToulouse-256-1-19-87.w90-38.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; every toolbar; .net clr 1.1.4322; .net clr 2.0.50727; .net clr 3.0.04506.30; infopath.1)', 'Windows XP', 'Internet Explorer 7.0', 5, 1, 0),
('74.6.12.28', 'lj513240.crawl.yahoo.net', 'us', 'mozilla/5.0 (compatible; yahoo! slurp; http://help.yahoo.com/help/us/ysearch/slurp)', '', 'Yahoo', 6, 2, 0),
('88.122.122.74', '88-122-122-74.rev.libertysurf.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1)', 'Windows XP', 'Internet Explorer 7.0', 7, 1, 0),
('88.198.13.181', 'htz.internetvista.com', 'de', 'internetvista monitor (mozilla compatible)', '', '', 8, 0, 1),
('86.218.106.236', 'ALagny-751-1-7-236.w86-218.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506; infopath.2)', 'Windows Vista', 'Internet Explorer 7.0', 9, 1, 0),
('67.195.44.87', 'lm302012.crawl.yahoo.net', 'us', 'mozilla/5.0 (compatible; yahoo! slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)', '', 'Yahoo', 10, 2, 0),
('209.85.238.9', '209.85.238.9', 'us', 'adsbot-google (+http://www.google.com/adsbot.html)', '', 'Unknown robot (identified by bot)', 11, 2, 0),
('66.249.85.129', 'ff-in-f129.google.com', 'us', 'mozilla/5.0 (compatible; google keyword tool; +https://adwords.google.com/select/keywordtoolexternal)', '', '', 12, 0, 0),
('90.46.138.158', 'AMontsouris-157-1-99-158.w90-46.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1) ; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506; .net clr 1.1.4322)', 'Windows Vista', 'Internet Explorer 7.0', 13, 1, 0),
('213.193.251.120', 'flex.internetvista.com', 'nl', 'internetvista monitor (mozilla compatible)', '', '', 14, 0, 1),
('80.65.232.115', 't115.tgv.net', 'fr', 'mozilla/4.0 (compatible; msie 5.5; windows 98)', 'Windows 98', 'Internet Explorer 5.5', 15, 1, 0),
('62.147.209.105', 'lns-bzn-47f-62-147-209-105.adsl.proxad.net', 'fr', 'mozilla/5.0 (windows; u; windows nt 6.0; fr; rv:1.9.0.1) gecko/2008070208 firefox/3.0.1', 'Windows Vista', 'FireFox 3.0.1', 16, 1, 0),
('213.41.87.195', 'access-195.87.rev.fr.colt.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1)', 'Windows XP', 'Internet Explorer 7.0', 17, 1, 0),
('81.253.25.57', '81.253.25.57', 'fr', 'mozilla/5.0 (macintosh; u; intel mac os x 10.5; fr; rv:1.9.0.1) gecko/2008070206 firefox/3.0.1', 'Mac OS', 'FireFox 3.0.1', 18, 1, 0),
('67.19.47.50', 'tex.internetvista.com', 'us', 'internetvista monitor (mozilla compatible)', '', '', 19, 0, 1),
('92.132.18.241', '92.132.18.241', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; orange 7.5 ; naviwoo1.1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 7.0', 20, 1, 0),
('79.82.193.171', '171.193.82-79.rev.gaoland.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1)', 'Windows XP', 'Internet Explorer 7.0', 21, 1, 0),
('208.66.193.176', '208.66.193.176', 'ru', 'yanga worldsearch bot v1.1/beta (http://www.yanga.co.uk/)', '', 'Unknown robot (identified by bot)', 22, 2, 0),
('82.236.6.205', 'rue92-4-82-236-6-205.fbx.proxad.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506; .net clr 1.1.4322)', 'Windows Vista', 'Internet Explorer 7.0', 23, 1, 0),
('208.80.194.40', '208.80.194.40', 'us', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; funwebproducts; .net clr 1.0.3705; .net clr 1.1.4322; media center pc 4.0; hotbar 10.0.356.0)', 'Windows XP', 'Internet Explorer 6.0', 24, 1, 0),
('81.220.37.247', 'ip-247.net-81-220-37.lyon.rev.numericable.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1)', 'Windows XP', 'Internet Explorer 6.0', 25, 1, 0),
('90.10.154.7', 'AAnnecy-256-1-75-7.w90-10.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; sung; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506)', 'Windows Vista', 'Internet Explorer 7.0', 26, 1, 0),
('86.218.143.175', 'AStrasbourg-253-1-48-175.w86-218.abo.wanadoo.fr', 'fr', 'mozilla/5.0 (windows; u; windows nt 6.0; fr; rv:1.8.1.16) gecko/20080702 firefox/2.0.0.16', 'Windows Vista', 'FireFox 2.0.0.16', 27, 1, 0),
('79.84.37.36', '36.37.84-79.rev.gaoland.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506)', 'Windows Vista', 'Internet Explorer 7.0', 28, 1, 0),
('86.218.209.148', 'ANancy-157-1-86-148.w86-218.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; orange 8.0; .net clr 1.1.4322; .net clr 2.0.50727; .net clr 3.0.04506.30; .net clr 3.0.04506.648)', 'Windows XP', 'Internet Explorer 7.0', 29, 1, 0),
('91.121.126.112', 'fra.internetvista.com', 'fr', 'internetvista monitor (mozilla compatible)', '', '', 30, 0, 1),
('90.1.93.68', 'AReims-157-1-78-68.w90-1.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1) ; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506; .net clr 1.1.4322)', 'Windows Vista', 'Internet Explorer 7.0', 31, 1, 0),
('66.249.85.129', 'ff-in-f129.google.com', 'us', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1)', 'Windows XP', 'Internet Explorer 6.0', 32, 1, 0),
('83.112.191.242', 'ALagny-154-1-30-242.w83-112.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; orange 8.0; naviwoo2.0; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 7.0', 33, 1, 0),
('81.50.104.47', 'APoitiers-156-1-25-47.w81-50.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506)', 'Windows Vista', 'Internet Explorer 7.0', 34, 1, 0),
('86.205.206.210', 'AToulouse-256-1-79-210.w86-205.abo.wanadoo.fr', 'fr', 'mozilla/5.0 (windows; u; windows nt 5.1; fr; rv:1.8.1.16) gecko/20080702 firefox/2.0.0.16', 'Windows XP', 'FireFox 2.0.0.16', 35, 1, 0),
('74.6.31.119', 'lj512520.crawl.yahoo.net', 'us', 'mozilla/5.0 (compatible; yahoo! slurp; http://help.yahoo.com/help/us/ysearch/slurp)', '', 'Yahoo', 36, 2, 0),
('90.51.37.54', 'ACaen-156-1-78-54.w90-51.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1) ; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506)', 'Windows Vista', 'Internet Explorer 7.0', 37, 1, 0),
('80.118.156.142', '142-156-118-80.kaptech.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1)', 'Windows XP', 'Internet Explorer 7.0', 38, 1, 0),
('85.234.212.92', 'colt.internetvista.com', 'be', 'internetvista monitor (mozilla compatible)', '', '', 39, 0, 1),
('90.46.138.158', 'AMontsouris-157-1-99-158.w90-46.abo.wanadoo.fr', 'fr', 'mozilla/5.0 (windows; u; windows nt 6.0; fr; rv:1.8.1.16) gecko/20080702 firefox/2.0.0.16', 'Windows Vista', 'FireFox 2.0.0.16', 40, 1, 0),
('90.33.51.109', 'ANancy-256-1-140-109.w90-33.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1)', 'Windows XP', 'Internet Explorer 6.0', 41, 1, 0),
('90.53.83.133', 'ALyon-258-1-100-133.w90-53.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 2.0.50727; msn optimized;fr; msn optimized;fr)', 'Windows XP', 'Internet Explorer 7.0', 42, 1, 0),
('81.249.38.151', 'ASt-Lambert-153-1-39-151.w81-249.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; orange 8.0; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 6.0', 43, 1, 0),
('193.253.141.64', '193.253.141.64', 'fr', 'mozilla/5.0 (iphone; u; cpu iphone os 2_0_2 like mac os x; fr-fr) applewebkit/525.18.1 (khtml, like gecko) version/3.1.1 mobile/5c1 safari/525.20', 'Mac OS X', 'Safari 525.20', 44, 1, 0),
('86.193.137.212', 'AGrenoble-257-1-10-212.w86-193.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1) ; .net clr 1.1.4322; hotbar 10.0.412.0)', 'Windows XP', 'Internet Explorer 7.0', 45, 1, 0),
('62.39.79.1', '62.39.79.1', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; infopath.1)', 'Windows XP', 'Internet Explorer 7.0', 46, 1, 0),
('86.216.250.173', 'AMontpellier-257-1-87-173.w86-216.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.0.3705; .net clr 1.1.4322; media center pc 4.0)', 'Windows XP', 'Internet Explorer 7.0', 47, 1, 0),
('77.195.254.151', '151.254.195-77.rev.gaoland.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506; infopath.2)', 'Windows Vista', 'Internet Explorer 7.0', 48, 1, 0),
('84.97.58.8', '8.58.97-84.rev.gaoland.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506; infopath.2)', 'Windows Vista', 'Internet Explorer 7.0', 49, 1, 0),
('82.123.91.232', 'AMontsouris-152-1-19-232.w82-123.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; orange 7.4 ; naviwoo1.1)', 'Windows XP', 'Internet Explorer 6.0', 50, 1, 0),
('83.153.122.169', '83-153-122-169.rev.libertysurf.net', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.0; free)', 'Windows 2000', 'Internet Explorer 6.0', 51, 1, 0),
('82.245.220.158', 'goy81-1-82-245-220-158.fbx.proxad.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1)', 'Windows XP', 'Internet Explorer 7.0', 52, 1, 0),
('86.204.160.216', 'ADijon-257-1-29-216.w86-204.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506)', 'Windows Vista', 'Internet Explorer 7.0', 53, 1, 0),
('86.63.233.233', '233.233.63-86.rev.gaoland.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506)', 'Windows Vista', 'Internet Explorer 7.0', 54, 1, 0),
('90.10.220.104', 'AClermont-Ferrand-256-1-149-104.w90-10.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506; esobisubscriber 2.0.4.16)', 'Windows Vista', 'Internet Explorer 7.0', 55, 1, 0),
('86.66.140.9', '9.140.66-86.rev.gaoland.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; aol 9.0; windows nt 6.0; mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1) ; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506)', 'Windows Vista', 'Internet Explorer 7.0', 56, 1, 0),
('90.21.135.172', 'AOrleans-152-1-64-172.w90-21.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506; .net clr 1.1.4322)', 'Windows Vista', 'Internet Explorer 7.0', 57, 1, 0),
('86.210.245.202', 'APoitiers-257-1-110-202.w86-210.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; .net clr 3.0.04506)', 'Windows Vista', 'Internet Explorer 7.0', 58, 1, 0),
('82.120.241.155', 'AVelizy-152-1-38-155.w82-120.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 7.0', 59, 1, 0),
('90.44.142.252', 'AOrleans-156-1-127-252.w90-44.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; wanadoo 7.1)', 'Windows XP', 'Internet Explorer 7.0', 60, 1, 0),
('86.200.82.202', 'AToulon-151-1-103-202.w86-200.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506)', 'Windows Vista', 'Internet Explorer 7.0', 61, 1, 0),
('85.192.205.73', '73.205.192-85.rev.gaoland.net', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1;1813)', 'Windows XP', 'Internet Explorer 6.0', 62, 1, 0),
('86.208.8.67', 'AReims-156-1-65-67.w86-208.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; orange 8.0; naviwoo2.0; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 6.0', 63, 1, 0),
('90.10.48.105', 'AClermont-Ferrand-256-1-57-105.w90-10.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 2.0.50727)', 'Windows XP', 'Internet Explorer 7.0', 64, 1, 0),
('81.51.168.250', 'AStrasbourg-156-1-37-250.w81-51.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 7.0', 65, 1, 0),
('83.205.125.214', 'AMarseille-151-1-66-214.w83-205.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 2.0.50727)', 'Windows XP', 'Internet Explorer 7.0', 66, 1, 0),
('83.156.91.224', '83-156-91-224.rev.libertysurf.net', 'fr', 'mozilla/5.0 (windows; u; windows nt 5.1; fr; rv:1.9.0.1) gecko/2008070208 firefox/3.0.1', 'Windows XP', 'FireFox 3.0.1', 67, 1, 0),
('90.26.253.67', 'ANancy-256-1-102-67.w90-26.abo.wanadoo.fr', 'fr', 'mozilla/5.0 (windows; u; windows nt 5.1; fr; rv:1.8.1.16) gecko/20080702 firefox/2.0.0.16', 'Windows XP', 'FireFox 2.0.0.16', 68, 1, 0),
('83.201.244.17', 'ALyon-251-1-62-17.w83-201.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.0; .net clr 1.1.4322)', 'Windows 2000', 'Internet Explorer 6.0', 69, 1, 0),
('79.80.191.141', '141.191.80-79.rev.gaoland.net', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; simbar={528800ea-8cc1-422c-b9d6-ab82c6022a73}; .net clr 2.0.50727; .net clr 1.1.4322; infopath.1; platrium 1.0.313.0; p_it_ef700774b07658563faf95)', 'Windows XP', 'Internet Explorer 6.0', 70, 1, 0),
('86.194.65.22', 'AToulon-151-1-74-22.w86-194.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; free; wanadoo 6.2)', 'Windows XP', 'Internet Explorer 7.0', 71, 1, 0),
('90.33.85.135', 'ADijon-259-1-18-135.w90-33.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; orange 8.0; naviwoo2.0; hotbar 10.2.217.0)', 'Windows XP', 'Internet Explorer 6.0', 72, 1, 0),
('93.2.20.136', '93.2.20.136', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; simbar={e796ecba-e208-4338-8ed3-f801bfe17dd0}; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506; .net clr 1.1.4322)', 'Windows Vista', 'Internet Explorer 7.0', 73, 1, 0),
('90.0.75.51', 'AMontpellier-156-1-44-51.w90-0.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; msn optimized;fr; msn optimized;fr)', 'Windows XP', 'Internet Explorer 7.0', 74, 1, 0),
('86.203.133.217', 'APlessis-Bouchard-153-1-78-217.w86-203.abo.wanadoo.fr', 'fr', 'mozilla/5.0 (windows; u; windows nt 5.1; fr; rv:1.8.1.16) gecko/20080702 firefox/2.0.0.16', 'Windows XP', 'FireFox 2.0.0.16', 75, 1, 0),
('65.92.84.200', 'bas2-hull20-1096570056.dsl.bell.ca', 'ca', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.0.3705; .net clr 1.1.4322; media center pc 4.0)', 'Windows XP', 'Internet Explorer 7.0', 76, 1, 0),
('86.193.95.57', 'ANice-152-1-56-57.w86-193.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506)', 'Windows Vista', 'Internet Explorer 7.0', 77, 1, 0),
('83.194.3.194', 'ANancy-152-1-52-194.w83-194.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 7.0', 78, 1, 0),
('86.217.15.82', 'AVelizy-152-1-84-82.w86-217.abo.wanadoo.fr', 'fr', 'mozilla/5.0 (windows; u; windows nt 5.1; fr; rv:1.9.0.1) gecko/2008070208 firefox/3.0.1', 'Windows XP', 'FireFox 3.0.1', 79, 1, 0),
('77.203.147.28', '28.147.203-77.rev.gaoland.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.0.3705; .net clr 1.1.4322; media center pc 4.0; msn optimized;fr; msn optimized;fr)', 'Windows XP', 'Internet Explorer 7.0', 80, 1, 0),
('91.171.228.163', '91-171-228-163.rev.libertysurf.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.1.4322; infopath.1)', 'Windows XP', 'Internet Explorer 7.0', 81, 1, 0),
('86.208.167.215', 'AAmiens-157-1-84-215.w86-208.abo.wanadoo.fr', 'fr', 'mozilla/5.0 (windows; u; windows nt 6.0; fr; rv:1.8.1.16) gecko/20080702 firefox/2.0.0.16', 'Windows Vista', 'FireFox 2.0.0.16', 82, 1, 0),
('82.121.53.27', 'APlessis-Bouchard-151-1-7-27.w82-121.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 5.5; windows 98; win 9x 4.90; hbtools 4.8.4)', 'Windows 98', 'Internet Explorer 5.5', 83, 1, 0),
('86.75.215.177', '177.215.75-86.rev.gaoland.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506; infopath.2)', 'Windows Vista', 'Internet Explorer 7.0', 84, 1, 0),
('90.51.11.22', 'ACaen-156-1-36-22.w90-51.abo.wanadoo.fr', 'fr', 'mozilla/5.0 (windows; u; windows nt 5.1; fr; rv:1.9.0.1) gecko/2008070208 firefox/3.0.1', 'Windows XP', 'FireFox 3.0.1', 85, 1, 0),
('88.176.81.132', 'mab78-3-88-176-81-132.fbx.proxad.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506; infopath.2)', 'Windows Vista', 'Internet Explorer 7.0', 86, 1, 0),
('90.19.39.40', 'AOrleans-257-1-58-40.w90-19.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506)', 'Windows Vista', 'Internet Explorer 7.0', 87, 1, 0),
('86.206.238.138', 'AGrenoble-751-1-23-138.w86-206.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; orange 8.0; .net clr 1.1.4322; iemb3; iemb3)', 'Windows XP', 'Internet Explorer 7.0', 88, 1, 0),
('77.203.223.246', '246.223.203-77.rev.gaoland.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506; infopath.1)', 'Windows Vista', 'Internet Explorer 7.0', 89, 1, 0),
('86.213.107.132', 'ABordeaux-156-1-32-132.w86-213.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1;1813)', 'Windows XP', 'Internet Explorer 6.0', 90, 1, 0),
('88.167.175.29', 'mar06-1-88-167-175-29.fbx.proxad.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.1.4322; .net clr 2.0.50727)', 'Windows XP', 'Internet Explorer 7.0', 91, 1, 0),
('82.212.147.76', '82-212-147-76.teledisnet.be', 'be', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1;1813)', 'Windows XP', 'Internet Explorer 6.0', 92, 1, 0),
('90.38.23.161', 'ABordeaux-157-1-80-161.w90-38.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; orange 7.4 ; naviwoo1.1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 6.0', 93, 1, 0),
('81.53.17.244', 'ARennes-257-1-34-244.w81-53.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506; infopath.1)', 'Windows Vista', 'Internet Explorer 7.0', 94, 1, 0),
('86.195.236.20', 'ANantes-154-1-69-20.w86-195.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; orange 7.4 ; naviwoo1.1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 7.0', 95, 1, 0),
('86.221.181.221', 'AOrleans-156-1-62-221.w86-221.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 2.0.50727; .net clr 1.1.4322; .net clr 3.0.04506.30; .net clr 3.0.04506.648)', 'Windows XP', 'Internet Explorer 7.0', 96, 1, 0),
('90.39.135.194', 'ADijon-259-1-159-194.w90-39.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; orange 8.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506)', 'Windows Vista', 'Internet Explorer 7.0', 97, 1, 0),
('81.53.104.113', 'ARennes-352-1-81-113.w81-53.abo.wanadoo.fr', 'fr', 'mozilla/5.0 (windows; u; windows nt 6.0; fr; rv:1.8.1) gecko/20061010 firefox/2.0', 'Windows Vista', 'FireFox 2.0', 98, 1, 0),
('82.122.5.205', 'AGrenoble-152-1-6-205.w82-122.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; orange 8.0; naviwoo2.0; .net clr 2.0.50727)', 'Windows XP', 'Internet Explorer 7.0', 99, 1, 0),
('90.18.82.98', 'AReims-256-1-131-98.w90-18.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1;1813)', 'Windows XP', 'Internet Explorer 6.0', 100, 1, 0),
('86.202.247.77', 'ALyon-153-1-80-77.w86-202.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506)', 'Windows Vista', 'Internet Explorer 7.0', 101, 1, 0),
('86.203.245.51', 'APlessis-Bouchard-151-1-79-51.w86-203.abo.wanadoo.fr', 'fr', 'mozilla/5.0 (macintosh; u; intel mac os x 10_5_4; fr-fr) applewebkit/525.18 (khtml, like gecko) version/3.1.2 safari/525.20.1', 'Mac OS', 'Safari 525.20.1', 102, 1, 0),
('86.208.225.174', 'AAmiens-157-1-110-174.w86-208.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506)', 'Windows Vista', 'Internet Explorer 7.0', 103, 1, 0),
('90.45.100.217', 'APoitiers-258-1-25-217.w90-45.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1)', 'Windows XP', 'Internet Explorer 6.0', 104, 1, 0),
('86.208.200.198', 'AReims-157-1-33-198.w86-208.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 2.0.50727)', 'Windows XP', 'Internet Explorer 7.0', 105, 1, 0),
('90.39.102.168', 'ADijon-156-1-71-168.w90-39.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; .net clr 1.0.3705; .net clr 1.1.4322; media center pc 4.0)', 'Windows XP', 'Internet Explorer 6.0', 106, 1, 0),
('90.25.121.46', 'ARennes-357-1-138-46.w90-25.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1;1813)', 'Windows XP', 'Internet Explorer 6.0', 107, 1, 0),
('90.36.113.206', 'AMontpellier-158-1-2-206.w90-36.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; .net clr 3.0.04506)', 'Windows Vista', 'Internet Explorer 7.0', 108, 1, 0),
('83.195.47.197', 'ARennes-251-1-12-197.w83-195.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; .net clr 1.0.3705; .net clr 1.1.4322; media center pc 3.1)', 'Windows XP', 'Internet Explorer 6.0', 109, 1, 0),
('86.201.41.96', 'APoitiers-155-1-114-96.w86-201.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 6.0', 110, 1, 0),
('82.224.167.158', 'rai21-1-82-224-167-158.fbx.proxad.net', 'fr', 'user-agent: mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1)', 'Windows XP', 'Internet Explorer 6.0', 111, 1, 0),
('90.10.233.103', 'AMarseille-256-1-110-103.w90-10.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.1.4322; infopath.1)', 'Windows XP', 'Internet Explorer 7.0', 112, 1, 0),
('90.27.150.153', 'AGrenoble-257-1-119-153.w90-27.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; wanadoo 6.7; .net clr 2.0.50727)', 'Windows XP', 'Internet Explorer 7.0', 113, 1, 0),
('90.23.119.241', 'ARouen-752-1-12-241.w90-23.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1) ;  embedded web browser from: http://bsalsa.com/; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506)', 'Windows Vista', 'Internet Explorer 7.0', 114, 1, 0),
('86.217.59.14', 'APuteaux-151-1-100-14.w86-217.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 7.0', 115, 1, 0),
('81.249.52.213', 'APuteaux-153-1-66-213.w81-249.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows 98; orange 7.4)', 'Windows 98', 'Internet Explorer 6.0', 116, 1, 0),
('86.211.102.17', 'AMontpellier-552-1-19-17.w86-211.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506)', 'Windows Vista', 'Internet Explorer 7.0', 117, 1, 0),
('212.198.179.190', '212-198-179-190.rev.numericable.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.1.4322; .net clr 2.0.50727; infopath.1)', 'Windows XP', 'Internet Explorer 7.0', 118, 1, 0),
('74.6.31.102', 'lj512555.crawl.yahoo.net', 'us', 'mozilla/5.0 (compatible; yahoo! slurp; http://help.yahoo.com/help/us/ysearch/slurp)', '', 'Yahoo', 119, 2, 0),
('81.249.46.119', 'APuteaux-153-1-76-119.w81-249.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1)', 'Windows XP', 'Internet Explorer 7.0', 120, 1, 0),
('90.37.103.78', 'AMarseille-157-1-96-78.w90-37.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; infopath.1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 6.0', 121, 1, 0),
('90.38.36.42', 'AToulouse-158-1-105-42.w90-38.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1) ; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506; .net clr 1.1.4322; 3p_usecfr 1.0.9.3)', 'Windows Vista', 'Internet Explorer 7.0', 122, 1, 0),
('74.6.28.234', 'lj511076.crawl.yahoo.net', 'us', 'mozilla/5.0 (compatible; yahoo! slurp; http://help.yahoo.com/help/us/ysearch/slurp)', '', 'Yahoo', 123, 2, 0),
('80.236.122.207', 'ip-207.net-80-236-122.rev.numericable.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; simbar={0fd0c6f2-97aa-11dc-8dc8-001636f2f8f3}; slcc1; .net clr 2.0.50727; .net clr 3.0.04506; .net clr 1.1.4322)', 'Windows Vista', 'Internet Explorer 7.0', 124, 1, 0),
('85.170.31.204', '85-170-31-204.rev.numericable.fr', 'fr', 'mozilla/5.0 (windows; u; windows nt 6.0; fr; rv:1.9.0.1) gecko/2008070208 firefox/3.0.1', 'Windows Vista', 'FireFox 3.0.1', 125, 1, 0),
('90.35.107.254', 'AVelizy-152-1-100-254.w90-35.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 6.0', 126, 1, 0),
('82.226.11.123', 'gra94-4-82-226-11-123.fbx.proxad.net', 'fr', 'mozilla/5.0 (macintosh; u; intel mac os x 10_4_11; fr) applewebkit/525.18 (khtml, like gecko) version/3.1.2 safari/525.22', 'Mac OS', 'Safari 525.22', 127, 1, 0),
('74.6.31.118', 'lj512525.crawl.yahoo.net', 'us', 'mozilla/5.0 (compatible; yahoo! slurp; http://help.yahoo.com/help/us/ysearch/slurp)', '', 'Yahoo', 128, 2, 0),
('66.249.71.204', 'crawl-66-249-71-204.googlebot.com', 'us', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '', 'Googlebot (Google)', 129, 2, 0),
('66.249.71.203', 'crawl-66-249-71-203.googlebot.com', 'us', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '', 'Googlebot (Google)', 130, 2, 0),
('66.249.71.202', 'crawl-66-249-71-202.googlebot.com', 'us', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '', 'Googlebot (Google)', 131, 2, 0),
('67.202.27.146', 'ec2-67-202-27-146.compute-1.amazonaws.com', 'us', 'mozilla/5.0 (x11; u; linux i686; en-us; rv:1.8.1.12) gecko/20080201 firefox/2.0.0.12', 'Linux', 'FireFox 2.0.0.12', 132, 1, 0),
('74.6.17.246', 'lj513048.crawl.yahoo.net', 'us', 'mozilla/5.0 (compatible; yahoo! slurp; http://help.yahoo.com/help/us/ysearch/slurp)', '', 'Yahoo', 133, 2, 0),
('74.6.8.23', 'lj512455.crawl.yahoo.net', 'us', 'mozilla/5.0 (compatible; yahoo! slurp; http://help.yahoo.com/help/us/ysearch/slurp)', '', 'Yahoo', 134, 2, 0),
('74.6.17.220', 'lj513062.crawl.yahoo.net', 'us', 'mozilla/5.0 (compatible; yahoo! slurp; http://help.yahoo.com/help/us/ysearch/slurp)', '', 'Yahoo', 135, 2, 0),
('88.169.28.171', 'cha42-1-88-169-28-171.fbx.proxad.net', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; .net clr 2.0.50727)', 'Windows XP', 'Internet Explorer 6.0', 136, 1, 0),
('74.6.24.88', 'lj511718.crawl.yahoo.net', 'us', 'mozilla/5.0 (compatible; yahoo! slurp; http://help.yahoo.com/help/us/ysearch/slurp)', '', 'Yahoo', 137, 2, 0),
('86.207.184.58', 'APoitiers-754-1-25-58.w86-207.abo.wanadoo.fr', 'fr', 'mozilla/5.0 (macintosh; u; ppc mac os x 10_4_11; fr-fr) applewebkit/525.18 (khtml, like gecko) version/3.1.2 safari/525.22', 'Mac OS', 'Safari 525.22', 138, 1, 0),
('83.197.164.205', 'AAnnecy-152-1-13-205.w83-197.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1)', 'Windows XP', 'Internet Explorer 6.0', 139, 1, 0),
('91.121.134.221', 'ns201965.ovh.net', 'fr', 'agoravox rss robot (beta)', '', 'Unknown robot (identified by robot)', 140, 2, 0),
('90.7.86.60', 'AReims-157-1-95-60.w90-7.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 7.0', 141, 1, 0),
('90.57.56.20', 'ALyon-259-1-17-20.w90-57.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1)', 'Windows XP', 'Internet Explorer 6.0', 142, 1, 0),
('92.134.48.18', '92.134.48.18', 'fr', 'mozilla/5.0 (macintosh; u; ppc mac os x 10_4_11; fr) applewebkit/525.18 (khtml, like gecko) version/3.1.2 safari/525.22', 'Mac OS', 'Safari 525.22', 143, 1, 0),
('77.193.125.208', '208.125.193-77.rev.gaoland.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; maxthon; .net clr 1.1.4322; infopath.2)', 'Windows XP', 'Internet Explorer 7.0', 144, 1, 0),
('82.125.84.241', 'APoitiers-157-1-69-241.w82-125.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.1.4322; .net clr 2.0.50727; .net clr 3.0.04506.30; .net clr 3.0.04506.648)', 'Windows XP', 'Internet Explorer 7.0', 145, 1, 0),
('85.192.208.81', '81.208.192-85.rev.gaoland.net', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; simbar={1d9a5b3c-94f0-46b0-95ed-0e184ed59b22}; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 6.0', 146, 1, 0),
('90.10.79.253', 'AClermont-Ferrand-256-1-88-253.w90-10.abo.wanadoo.fr', 'fr', 'mozilla/5.0 (windows; u; win 9x 4.90; fr; rv:1.8.1.16) gecko/20080702 firefox/2.0.0.16', '', 'FireFox 2.0.0.16', 147, 1, 0),
('90.33.255.72', 'ADijon-259-1-112-72.w90-33.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; orange 7.4 ; naviwoo1.1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 7.0', 148, 1, 0),
('91.168.144.206', '91-168-144-206.rev.libertysurf.net', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 6.0', 149, 1, 0),
('92.129.100.225', '92.129.100.225', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1)', 'Windows XP', 'Internet Explorer 6.0', 150, 1, 0),
('86.200.165.97', 'AMarseille-153-1-62-97.w86-200.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; .net clr 2.0.50727)', 'Windows XP', 'Internet Explorer 6.0', 151, 1, 0),
('212.99.97.81', 'reverse.completel.net', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 6.0', 152, 1, 0),
('81.255.24.121', 'mail.faun.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1)', 'Windows XP', 'Internet Explorer 6.0', 153, 1, 0),
('82.64.126.96', 'lns-bzn-21-82-64-126-96.adsl.proxad.net', 'fr', 'opera/9.27 (windows nt 5.1; u; fr)', 'Windows XP', 'Opera 9.27', 154, 1, 0),
('90.5.220.89', 'ABordeaux-156-1-149-89.w90-5.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.0.3705; .net clr 1.1.4322; media center pc 4.0)', 'Windows XP', 'Internet Explorer 7.0', 155, 1, 0),
('90.19.139.74', 'AOrleans-257-1-86-74.w90-19.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; orange 8.0; naviwoo2.0; .net clr 1.0.3705; .net clr 1.1.4322; media center pc 4.0)', 'Windows XP', 'Internet Explorer 7.0', 156, 1, 0),
('82.233.188.45', 'lib59-3-82-233-188-45.fbx.proxad.net', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; maxthon)', 'Windows XP', 'Internet Explorer 6.0', 157, 1, 0),
('90.1.196.245', 'ARennes-357-1-13-245.w90-1.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506; infopath.2)', 'Windows Vista', 'Internet Explorer 7.0', 158, 1, 0),
('192.44.63.162', 'proxy2.credit-agricole.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; .net clr 2.0.50727)', 'Windows XP', 'Internet Explorer 6.0', 159, 1, 0),
('90.62.9.210', 'AVelizy-753-1-2-210.w90-62.abo.wanadoo.fr', 'fr', 'mozilla/5.0 (windows; u; windows nt 6.0; fr; rv:1.9.0.1) gecko/2008070208 firefox/3.0.1', 'Windows Vista', 'FireFox 3.0.1', 160, 1, 0),
('82.120.153.27', 'AVelizy-151-1-11-27.w82-120.abo.wanadoo.fr', 'fr', 'mozilla/5.0 (macintosh; u; intel mac os x 10_4_11; fr) applewebkit/525.18 (khtml, like gecko) version/3.1.2 safari/525.22', 'Mac OS', 'Safari 525.22', 161, 1, 0),
('90.8.71.172', 'ARouen-156-1-16-172.w90-8.abo.wanadoo.fr', 'fr', 'mozilla/5.0 (windows; u; windows nt 5.1; fr; rv:1.8.1.16) gecko/20080702 firefox/2.0.0.16', 'Windows XP', 'FireFox 2.0.0.16', 162, 1, 0),
('74.6.21.182', 'lj512768.crawl.yahoo.net', 'us', 'mozilla/5.0 (compatible; yahoo! slurp; http://help.yahoo.com/help/us/ysearch/slurp)', '', 'Yahoo', 163, 2, 0),
('82.231.173.67', 'mfl93-1-82-231-173-67.fbx.proxad.net', 'fr', 'mozilla/5.0 (windows; u; windows nt 5.1; fr; rv:1.9.0.1) gecko/2008070208 firefox/3.0.1', 'Windows XP', 'FireFox 3.0.1', 164, 1, 0),
('79.83.162.228', '228.162.83-79.rev.gaoland.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506; infopath.2)', 'Windows Vista', 'Internet Explorer 7.0', 165, 1, 0),
('79.83.229.165', '165.229.83-79.rev.gaoland.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.1.4322; .net clr 2.0.50727)', 'Windows XP', 'Internet Explorer 7.0', 166, 1, 0),
('85.192.226.7', '7.226.192-85.rev.gaoland.net', 'fr', 'mozilla/5.0 (windows; u; windows nt 5.1; fr; rv:1.9.0.1) gecko/2008070208 firefox/3.0.1', 'Windows XP', 'FireFox 3.0.1', 167, 1, 0),
('77.202.2.76', '76.2.202-77.rev.gaoland.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.1.4322; .net clr 2.0.50727; .net clr 3.0.04506.648; .net clr 3.5.21022)', 'Windows XP', 'Internet Explorer 7.0', 168, 1, 0),
('90.13.11.117', 'ADijon-754-1-4-117.w90-13.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; wanadoo 6.2; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 7.0', 169, 1, 0),
('83.145.100.34', 'reverse.completel.net', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; .net clr 1.1.4322; .net clr 2.0.50727)', 'Windows XP', 'Internet Explorer 6.0', 170, 1, 0),
('90.17.101.26', 'ACaen-157-1-110-26.w90-17.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.1.4322; .net clr 2.0.50727; .net clr 3.0.04506.30; .net clr 3.0.04506.648)', 'Windows XP', 'Internet Explorer 7.0', 171, 1, 0),
('164.81.25.239', 'ipcop-admiut.unilim.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.0)', 'Windows 2000', 'Internet Explorer 6.0', 172, 1, 0),
('83.195.3.3', 'ANantes-152-1-7-3.w83-195.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 2.0.50727; .net clr 1.1.4322; .net clr 3.0.04506.30; .net clr 3.0.04506.648)', 'Windows XP', 'Internet Explorer 7.0', 173, 1, 0),
('79.93.6.40', '40.6.93-79.rev.gaoland.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; sv1; simbar={648f2eb3-eb57-4637-9b0c-8821434ae277}; .net clr 1.1.4322; .net clr 2.0.50727; msn optimized;fr; msn optimized;fr)', 'Windows XP', 'Internet Explorer 7.0', 174, 1, 0),
('90.4.171.143', 'AAnnecy-157-1-92-143.w90-4.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.1.4322; .net clr 2.0.50727; .net clr 3.0.04506.30)', 'Windows XP', 'Internet Explorer 7.0', 175, 1, 0),
('194.3.197.33', '194.3.197.33', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.0)', 'Windows 2000', 'Internet Explorer 6.0', 176, 1, 0),
('83.115.250.119', 'ACaen-152-1-89-119.w83-115.abo.wanadoo.fr', 'fr', 'mozilla/5.0 (macintosh; u; ppc mac os x mach-o; fr; rv:1.8.1.14) gecko/20080404 firefox/2.0.0.14', 'Mac OS', 'FireFox 2.0.0.14', 177, 1, 0),
('90.2.39.187', 'ASt-Lambert-153-1-116-187.w90-2.abo.wanadoo.fr', 'fr', 'mozilla/5.0 (macintosh; u; ppc mac os x; fr) applewebkit/416.11 (khtml, like gecko) safari/416.12', 'Mac OS', 'Safari 416.12', 178, 1, 0),
('212.103.5.22', '212.103.5.22', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.1.4322; .net clr 2.0.50727; .net clr 3.0.04506.30; .net clr 3.0.04506.648)', 'Windows XP', 'Internet Explorer 7.0', 179, 1, 0),
('83.145.100.34', 'reverse.completel.net', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1)', 'Windows XP', 'Internet Explorer 6.0', 180, 1, 0),
('84.96.9.226', '226.9.96-84.rev.gaoland.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 7.0', 181, 1, 0),
('83.197.13.233', 'AMontpellier-159-1-54-233.w83-197.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; .net clr 1.1.4322; .net clr 2.0.50727)', 'Windows XP', 'Internet Explorer 6.0', 182, 1, 0),
('86.211.6.22', 'AClermont-Ferrand-158-1-39-22.w86-211.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 7.0', 183, 1, 0),
('90.23.92.243', 'ARouen-251-1-23-243.w90-23.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; orange 7.4 ; naviwoo1.1; funwebproducts; orange 8.0; naviwoo2.0; infopath.2; .net clr 2.0.50727)', 'Windows XP', 'Internet Explorer 6.0', 184, 1, 0),
('88.219.240.181', '181.240.219-88.rev.gaoland.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1) ; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506; .net clr 1.1.4322; infopath.2)', 'Windows Vista', 'Internet Explorer 7.0', 185, 1, 0),
('92.129.26.102', '92.129.26.102', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1)', 'Windows XP', 'Internet Explorer 6.0', 186, 1, 0),
('81.249.130.152', 'AAubervilliers-154-1-67-152.w81-249.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 6.0', 187, 1, 0),
('90.36.45.103', 'AToulon-156-1-10-103.w90-36.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; avant browser; avant browser; .net clr 1.1.4322; hbtools 4.7.7; .net clr 2.0.50727; .net clr 3.0.04506.30)', 'Windows XP', 'avant browser ', 188, 1, 0),
('195.101.11.62', 'Techno-diva.rain.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.1.4322; .net clr 2.0.50727; .net clr 3.0.04506.30)', 'Windows XP', 'Internet Explorer 7.0', 189, 1, 0),
('82.242.45.148', 'log78-1-82-242-45-148.fbx.proxad.net', 'fr', 'mozilla/5.0 (windows; u; windows nt 5.1; fr-fr; rv:1.7.12) gecko/20050919 firefox/1.0.7', 'Windows XP', 'FireFox 1.0.7', 190, 1, 0),
('77.202.198.145', '145.198.202-77.rev.gaoland.net', 'fr', 'mozilla/5.0 (windows; u; windows nt 6.0; fr; rv:1.8.1.16) gecko/20080702 firefox/2.0.0.16', 'Windows Vista', 'FireFox 2.0.0.16', 191, 1, 0),
('213.56.159.202', 'sav.ville-lacellesaintcloud.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; funwebproducts; .net clr 2.0.50727; .net clr 3.0.04506.30; .net clr 3.0.04506.648)', 'Windows XP', 'Internet Explorer 7.0', 192, 1, 0),
('88.162.33.97', 'vig38-5-88-162-33-97.fbx.proxad.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; simbar={cb5f581d-5f45-41b1-8109-d60b539fb526}; .net clr 2.0.50727)', 'Windows XP', 'Internet Explorer 7.0', 193, 1, 0),
('86.214.19.151', 'ANantes-551-1-36-151.w86-214.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506)', 'Windows Vista', 'Internet Explorer 7.0', 194, 1, 0),
('195.101.81.53', 'paeaws.unedic.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 6.0', 195, 1, 0),
('77.200.40.234', '234.40.200-77.rev.gaoland.net', 'fr', 'mozilla/5.0 (windows; u; windows nt 5.1; fr; rv:1.9.0.1) gecko/2008070208 firefox/3.0.1', 'Windows XP', 'FireFox 3.0.1', 196, 1, 0),
('90.60.148.51', 'AToulouse-158-1-157-51.w90-60.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1)', 'Windows XP', 'Internet Explorer 7.0', 197, 1, 0),
('83.194.166.24', 'ADijon-152-1-8-24.w83-194.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 6.0', 198, 1, 0),
('150.70.84.154', '150.70.84.154', 'jp', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1)', 'Windows XP', 'Internet Explorer 6.0', 199, 1, 0),
('82.247.2.57', 'mit77-3-82-247-2-57.fbx.proxad.net', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 6.0', 200, 1, 0),
('203.7.198.28', '203.7.198.28', 'au', '', '', '', 201, 0, 0),
('82.248.217.240', 'lns-bzn-29-82-248-217-240.adsl.proxad.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.1.4322; .net clr 2.0.50727; .net clr 3.0.04506.30; .net clr 3.0.04506.648)', 'Windows XP', 'Internet Explorer 7.0', 202, 1, 0),
('82.254.209.238', 'lns-bzn-60-82-254-209-238.adsl.proxad.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 7.0', 203, 1, 0),
('78.114.162.135', '135.162.114-78.rev.gaoland.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; sv1; .net clr 2.0.50727; .net clr 3.0.04506.30; .net clr 1.1.4322; .net clr 3.0.04506.648)', 'Windows XP', 'Internet Explorer 7.0', 204, 1, 0),
('159.50.249.149', '159.50.249.149', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; .net clr 1.0.3705; .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)', 'Windows XP', 'Internet Explorer 6.0', 205, 1, 0),
('90.39.220.202', 'AStrasbourg-157-1-77-202.w90-39.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; wanadoo 6.7; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 7.0', 206, 1, 0),
('82.244.145.83', 'nco79-1-82-244-145-83.fbx.proxad.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1) ; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506; infopath.2)', 'Windows Vista', 'Internet Explorer 7.0', 207, 1, 0),
('82.66.219.139', 'vol75-3-82-66-219-139.fbx.proxad.net', 'fr', 'mozilla/5.0 (windows; u; windows nt 5.1; fr; rv:1.9.0.1) gecko/2008070208 firefox/3.0.1', 'Windows XP', 'FireFox 3.0.1', 208, 1, 0),
('83.200.204.146', 'APoitiers-153-1-27-146.w83-200.abo.wanadoo.fr', 'fr', 'mozilla/5.0 (windows; u; windows nt 5.1; fr; rv:1.8.1.16) gecko/20080702 firefox/2.0.0.16', 'Windows XP', 'FireFox 2.0.0.16', 209, 1, 0),
('89.226.76.193', '193.76-226-89.dsl.completel.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 7.0', 210, 1, 0),
('80.125.173.55', '80.125.173.55', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1) ; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506; .net clr 1.1.4322)', 'Windows Vista', 'Internet Explorer 7.0', 211, 1, 0),
('208.80.194.45', '208.80.194.45', 'us', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; at&t csm8.0; .net clr 1.1.4322; infopath.2)', 'Windows XP', 'Internet Explorer 7.0', 212, 1, 0),
('74.6.27.177', 'lj512693.crawl.yahoo.net', 'us', 'mozilla/5.0 (compatible; yahoo! slurp; http://help.yahoo.com/help/us/ysearch/slurp)', '', 'Yahoo', 213, 2, 0),
('79.81.207.232', '232.207.81-79.rev.gaoland.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506; .net clr 1.1.4322)', 'Windows Vista', 'Internet Explorer 7.0', 214, 1, 0),
('86.218.40.36', 'ALagny-751-1-1-36.w86-218.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; orange 7.4 ; naviwoo1.1; orange 8.0; naviwoo2.0; .net clr 1.1.4322; .net clr 2.0.50727)', 'Windows XP', 'Internet Explorer 6.0', 215, 1, 0),
('88.169.30.200', 'cha42-1-88-169-30-200.fbx.proxad.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506; .net clr 1.1.4322)', 'Windows Vista', 'Internet Explorer 7.0', 216, 1, 0),
('88.139.148.47', '88-139-148-47.adslgp.cegetel.net', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.0; funwebproducts)', 'Windows 2000', 'Internet Explorer 6.0', 217, 1, 0),
('66.231.189.107', '66.231.189.107', 'us', 'gigabot/3.0 (http://www.gigablast.com/spider.html)', '', 'GigaBot', 218, 2, 0),
('72.30.106.46', 'lm503010.crawl.yahoo.net', 'us', 'mozilla/5.0 (compatible; yahoo! slurp; http://help.yahoo.com/help/us/ysearch/slurp)', '', 'Yahoo', 219, 2, 0),
('74.6.21.237', 'lj512759.crawl.yahoo.net', 'us', 'mozilla/5.0 (compatible; yahoo! slurp; http://help.yahoo.com/help/us/ysearch/slurp)', '', 'Yahoo', 220, 2, 0),
('74.6.21.168', 'lj512794.crawl.yahoo.net', 'us', 'mozilla/5.0 (compatible; yahoo! slurp; http://help.yahoo.com/help/us/ysearch/slurp)', '', 'Yahoo', 221, 2, 0),
('72.14.193.129', '72.14.193.129', 'us', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 2.0.50727),gzip(gfe) (via translate.google.com)', 'Windows XP', 'Internet Explorer 7.0', 222, 1, 0),
('209.234.171.38', 'xcrawl102.alexa.com', 'us', 'ia_archiver', '', 'Alexa (IA Archiver)', 223, 2, 0),
('72.30.179.233', 'lj512316.crawl.yahoo.net', 'us', 'mozilla/5.0 (compatible; yahoo! slurp; http://help.yahoo.com/help/us/ysearch/slurp)', '', 'Yahoo', 224, 2, 0),
('86.210.77.154', 'ARennes-251-1-142-154.w86-210.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.1.4322; .net clr 2.0.50727)', 'Windows XP', 'Internet Explorer 7.0', 225, 1, 0),
('82.244.110.39', 'vaf26-2-82-244-110-39.fbx.proxad.net', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 6.0', 226, 1, 0),
('86.201.17.37', 'ABordeaux-256-1-162-37.w86-201.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506; .net clr 1.1.4322; .net clr 3.5.21022)', 'Windows Vista', 'Internet Explorer 7.0', 227, 1, 0),
('91.135.176.215', '91.135.176.215', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.2; sv1; .net clr 1.1.4322; .net clr 2.0.50727; .net clr 3.0.04506.30; infopath.2)', 'Windows 2003', 'Internet Explorer 6.0', 228, 1, 0),
('81.64.143.217', '81-64-143-217.rev.numericable.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 6.0', 229, 1, 0),
('83.197.10.213', 'AMontpellier-159-1-51-213.w83-197.abo.wanadoo.fr', 'fr', 'mozilla/5.0 (windows; u; windows nt 5.1; fr; rv:1.8.1.16) gecko/20080702 dealio toolbar 3.4 firefox/2.0', 'Windows XP', 'FireFox 2.0', 230, 1, 0),
('193.250.102.123', 'Mix-Bordeaux-208-1-123.w193-250.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.0.3705; .net clr 1.1.4322; .net clr 2.0.50727; media center pc 4.0)', 'Windows XP', 'Internet Explorer 7.0', 231, 1, 0),
('90.19.223.88', 'AOrleans-252-1-83-88.w90-19.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1)', 'Windows XP', 'Internet Explorer 6.0', 232, 1, 0),
('82.242.189.122', 'chm71-1-82-242-189-122.fbx.proxad.net', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1)', 'Windows XP', 'Internet Explorer 6.0', 233, 1, 0),
('83.198.189.163', 'AReims-152-1-26-163.w83-198.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; wanadoo 7.1 ; naviwoo1.1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 6.0', 234, 1, 0),
('86.204.45.180', 'ADijon-257-1-42-180.w86-204.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; (r1 1.5); .net clr 1.1.4322; .net clr 2.0.50727; .net clr 3.0.04506.30)', 'Windows XP', 'Internet Explorer 7.0', 235, 1, 0),
('82.254.221.230', 'lns-bzn-60-82-254-221-230.adsl.proxad.net', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; .net clr 1.1.4322; 3p_upcpcfr 1.0.7.0; 3p_uasefr 1.0.22.0)', 'Windows XP', 'Internet Explorer 6.0', 236, 1, 0),
('82.239.165.218', 'men75-7-82-239-165-218.fbx.proxad.net', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; iopus-i-m)', 'Windows XP', 'Internet Explorer 6.0', 237, 1, 0),
('82.121.230.65', 'AFontenayssB-152-1-64-65.w82-121.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 6.0', 238, 1, 0),
('90.8.228.241', 'AOrleans-157-1-21-241.w90-8.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; orange 7.4 ; naviwoo1.1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 7.0', 239, 1, 0),
('88.172.138.42', 'llo83-1-88-172-138-42.fbx.proxad.net', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; free; .net clr 1.1.4322; .net clr 2.0.50215)', 'Windows XP', 'Internet Explorer 6.0', 240, 1, 0);
INSERT INTO `jos_jstats_ipaddresses` (`ip`, `nslookup`, `tld`, `useragent`, `system`, `browser`, `id`, `type`, `exclude`) VALUES
('84.100.210.219', '219.210.100-84.rev.gaoland.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1) ; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506; .net clr 1.1.4322; infopath.1)', 'Windows Vista', 'Internet Explorer 7.0', 241, 1, 0),
('217.167.123.36', '217.167.123.36', 'fr', '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.04506.30; .net clr 3.0.04506.648)', 'Windows XP', 'Internet Explorer 6.0', 242, 1, 0),
('83.192.205.225', 'AAmiens-152-1-30-225.w83-192.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; .net clr 1.1.4322; .net clr 2.0.50727)', 'Windows XP', 'Internet Explorer 6.0', 243, 1, 0),
('82.251.119.50', 'lns-bzn-54-82-251-119-50.adsl.proxad.net', 'fr', 'mozilla/5.0 (windows; u; windows nt 5.1; fr; rv:1.9.0.1) gecko/2008070208 firefox/3.0.1', 'Windows XP', 'FireFox 3.0.1', 244, 1, 0),
('82.245.239.45', 'mai59-2-82-245-239-45.fbx.proxad.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506; .net clr 1.1.4322)', 'Windows Vista', 'Internet Explorer 7.0', 245, 1, 0),
('91.164.202.245', '91-164-202-245.rev.libertysurf.net', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; infopath.1)', 'Windows XP', 'Internet Explorer 6.0', 246, 1, 0),
('195.93.102.10', 'cache-prs-aa10.proxy.aol.com', 'us', 'mozilla/4.0 (compatible; msie 7.0; aol 9.0; windows nt 6.0; mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1) ; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506)', 'Windows Vista', 'Internet Explorer 7.0', 247, 1, 0),
('79.82.245.158', '158.245.82-79.rev.gaoland.net', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; .net clr 1.1.4322; .net clr 2.0.50727)', 'Windows XP', 'Internet Explorer 6.0', 248, 1, 0),
('83.201.143.3', 'ALyon-251-1-49-3.w83-201.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506)', 'Windows Vista', 'Internet Explorer 7.0', 249, 1, 0),
('193.251.83.9', 'LAubervilliers-151-11-60-9.w193-251.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 6.0', 250, 1, 0),
('90.33.242.120', 'ADijon-259-1-98-120.w90-33.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; orange 7.4 ; naviwoo1.1; .net clr 1.0.3705; .net clr 1.1.4322; media center pc 4.0; hotbar 10.2.197.0)', 'Windows XP', 'Internet Explorer 7.0', 251, 1, 0),
('83.201.108.190', 'AMontpellier-152-1-69-190.w83-201.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506; infopath.2)', 'Windows Vista', 'Internet Explorer 7.0', 252, 1, 0),
('83.141.197.105', 'ip-83-141-197-105.evc.net', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; cdev2; .net clr 1.1.4322; .net clr 2.0.50727)', 'Windows XP', 'Internet Explorer 6.0', 253, 1, 0),
('86.218.234.43', 'ADijon-157-1-15-43.w86-218.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 6.0', 254, 1, 0),
('77.204.85.135', '135.85.204-77.rev.gaoland.net', 'fr', 'mozilla/5.0 (windows; u; windows nt 6.0; fr; rv:1.9.0.1) gecko/2008070208 firefox/3.0.1', 'Windows Vista', 'FireFox 3.0.1', 255, 1, 0),
('80.11.193.121', 'APlessis-Bouchard-111-1-2-121.w80-11.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1)', 'Windows XP', 'Internet Explorer 6.0', 256, 1, 0),
('88.186.40.97', 'pas30-1-88-186-40-97.fbx.proxad.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1) ; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506; .net clr 1.1.4322)', 'Windows Vista', 'Internet Explorer 7.0', 257, 1, 0),
('213.155.151.233', '213-155-151-233.customer.teliacarrier.com', 'uk', 'mozilla/5.0 (windows; u; windows nt 5.1; en-us; rv:1.8.1.16) gecko/20080702 firefox/2.0.0.16', 'Windows XP', 'FireFox 2.0.0.16', 258, 1, 0),
('90.17.109.121', 'ACaen-157-1-134-121.w90-17.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows 98; win 9x 4.90)', 'Windows 98', 'Internet Explorer 6.0', 259, 1, 0),
('84.100.108.80', '80.108.100-84.rev.gaoland.net', 'fr', 'mozilla/5.0 (windows; u; windows nt 5.1; fr; rv:1.9.0.1) gecko/2008070208 firefox/3.0.1', 'Windows XP', 'FireFox 3.0.1', 260, 1, 0),
('90.40.44.61', 'ANancy-257-1-61-61.w90-40.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506)', 'Windows Vista', 'Internet Explorer 7.0', 261, 1, 0),
('62.160.166.54', 'smtp.vtf-vacances.com', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.1.4322; .net clr 2.0.50727)', 'Windows XP', 'Internet Explorer 7.0', 262, 1, 0),
('193.242.5.107', '193.242.5.107', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; .net clr 1.0.3705; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 6.0', 263, 1, 0),
('194.57.219.129', 'nat129.univ-lille3.fr', 'fr', 'mozilla/5.0 (windows; u; windows nt 5.1; fr; rv:1.8.0.7) gecko/20060909 firefox/1.5.0.7', 'Windows XP', 'FireFox 1.5.0.7', 264, 1, 0),
('150.70.84.44', '150.70.84.44', 'jp', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1)', 'Windows XP', 'Internet Explorer 6.0', 265, 1, 0),
('79.93.233.186', '186.233.93-79.rev.gaoland.net', 'fr', 'mozilla/5.0 (windows; u; windows nt 6.0; fr; rv:1.9.0.1) gecko/2008070208 firefox/3.0.1', 'Windows Vista', 'FireFox 3.0.1', 266, 1, 0),
('193.253.61.88', 'LNeuilly-152-21-30-88.w193-253.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; .net clr 3.0.04506; .net clr 1.1.4322)', 'Windows Vista', 'Internet Explorer 7.0', 267, 1, 0),
('74.6.20.106', 'lj512086.crawl.yahoo.net', 'us', 'mozilla/5.0 (compatible; yahoo! slurp; http://help.yahoo.com/help/us/ysearch/slurp)', '', 'Yahoo', 268, 2, 0),
('195.93.102.6', 'cache-prs-aa06.proxy.aol.com', 'us', 'mozilla/4.0 (compatible; msie 7.0; aol 9.0; windows nt 5.1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 7.0', 269, 1, 0),
('90.17.21.227', 'ACaen-156-1-102-227.w90-17.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 2.0.50727; .net clr 3.0.04506.30)', 'Windows XP', 'Internet Explorer 7.0', 270, 1, 0),
('195.6.174.244', '195.6.174.244', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; .net clr 1.0.3705; .net clr 1.1.4322; .net clr 2.0.50727)', 'Windows XP', 'Internet Explorer 6.0', 271, 1, 0),
('195.83.253.2', '195.83.253.2', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 7.0', 272, 1, 0),
('86.197.152.43', 'AMontpellier-157-1-17-43.w86-197.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; slcc1; .net clr 2.0.50727; media center pc 5.0; .net clr 3.0.04506)', 'Windows Vista', 'Internet Explorer 7.0', 273, 1, 0),
('62.39.2.162', '162.2.39-62.rev.gaoland.net', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1)', 'Windows XP', 'Internet Explorer 6.0', 274, 1, 0),
('90.42.216.99', 'AMontpellier-158-1-153-99.w90-42.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; infopath.1; .net clr 2.0.50727)', 'Windows XP', 'Internet Explorer 7.0', 275, 1, 0),
('78.115.115.137', '137.115.115-78.rev.gaoland.net', 'fr', 'mozilla/5.0 (windows; u; windows nt 5.1; fr; rv:1.9.0.1) gecko/2008070208 firefox/3.0.1', 'Windows XP', 'FireFox 3.0.1', 276, 1, 0),
('195.25.48.253', '195.25.48.253', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; .net clr 1.1.4322)', 'Windows XP', 'Internet Explorer 6.0', 277, 1, 0),
('79.83.251.153', '153.251.83-79.rev.gaoland.net', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; .net clr 1.1.4322; .net clr 2.0.50727)', 'Windows XP', 'Internet Explorer 6.0', 278, 1, 0),
('80.70.43.250', 'mail2.galax.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.2; sv1; .net clr 1.1.4322; .net clr 2.0.50727)', 'Windows 2003', 'Internet Explorer 6.0', 279, 1, 0),
('86.220.167.61', 'ARennes-356-1-104-61.w86-220.abo.wanadoo.fr', 'fr', '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.04506.590; .net clr 3.5.20706)', 'Windows XP', 'Internet Explorer 6.0', 280, 1, 0),
('80.11.207.183', 'AMontsouris-108-1-4-183.w80-11.abo.wanadoo.fr', 'fr', 'mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; infopath.2)', 'Windows XP', 'Internet Explorer 6.0', 281, 1, 0),
('79.83.37.72', '72.37.83-79.rev.gaoland.net', 'fr', 'mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.1.4322; infopath.2)', 'Windows XP', 'Internet Explorer 7.0', 282, 1, 0),
('81.220.246.205', 'ip-205.net-81-220-246.rev.numericable.fr', 'fr', 'mozilla/5.0 (windows; u; windows nt 5.1; fr; rv:1.9.0.1) gecko/2008070208 firefox/3.0.1', 'Windows XP', 'FireFox 3.0.1', 283, 1, 0),
('77.193.221.59', 
