0byt3m1n1
Path:
/
data
/
0
/
0
/
96
/
4
/
96330
/
meta
/
97745
/
mysql.backup
/
[
Home
]
File: cnlp_j25.mysqlv103.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv103 Database: cnlp_j25 -- ------------------------------------------------------ -- Server version 5.0.91 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `cnlp_country_backup` -- DROP TABLE IF EXISTS `cnlp_country_backup`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cnlp_country_backup` ( `id` int(11) unsigned NOT NULL auto_increment, `country` varchar(50) NOT NULL, `countrytext` varchar(20) NOT NULL, `flagsmall` varchar(255) NOT NULL, `ordering` int(11) NOT NULL, `state` tinyint(1) NOT NULL, `checked_out` int(11) NOT NULL, `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cnlp_country_backup` -- LOCK TABLES `cnlp_country_backup` WRITE; /*!40000 ALTER TABLE `cnlp_country_backup` DISABLE KEYS */; INSERT INTO `cnlp_country_backup` VALUES (1,'Germany','','images/trainers/flags/Germany.png',1,1,0,'0000-00-00 00:00:00',615),(2,'Japan','','images/trainers/flags/Japan.png',2,1,0,'0000-00-00 00:00:00',615),(3,'France','','images/trainers/flags/France.png',3,1,0,'0000-00-00 00:00:00',615),(4,'United Kingdom','the','images/trainers/flags/United Kingdom(Great Britain).png',4,1,0,'0000-00-00 00:00:00',615),(5,'United States of America','the','images/trainers/flags/United States of America (USA).png',5,1,0,'0000-00-00 00:00:00',615),(6,'Switzerland','','images/trainers/flags/Switzerland.png',6,1,0,'0000-00-00 00:00:00',615),(7,'Tunisia','','images/trainers/flags/Tunisia.png',7,1,0,'0000-00-00 00:00:00',615),(8,'Slovenia','','images/trainers/flags/Slovenia.png',8,1,0,'0000-00-00 00:00:00',615),(9,'Liechtenstein','','images/trainers/flags/Liechtenstein.png',9,1,0,'0000-00-00 00:00:00',615),(10,'Netherlands','the','images/trainers/flags/Netherlands.png',10,1,0,'0000-00-00 00:00:00',615),(11,'Austria','','images/trainers/flags/Austria.png',11,1,0,'0000-00-00 00:00:00',615),(12,'Poland','','images/trainers/flags/Poland.png',12,1,0,'0000-00-00 00:00:00',615); /*!40000 ALTER TABLE `cnlp_country_backup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cnlp_sponsors_backup` -- DROP TABLE IF EXISTS `cnlp_sponsors_backup`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cnlp_sponsors_backup` ( `id` int(11) unsigned NOT NULL auto_increment, `company` varchar(100) NOT NULL, `contact` varchar(50) NOT NULL, `address` text NOT NULL, `country` varchar(50) NOT NULL, `url` varchar(100) NOT NULL, `email` varchar(255) NOT NULL, `fon` varchar(50) NOT NULL, `logo` varchar(255) NOT NULL, `profile` text NOT NULL, `ordering` int(11) NOT NULL, `state` tinyint(1) NOT NULL, `checked_out` int(11) NOT NULL, `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cnlp_sponsors_backup` -- LOCK TABLES `cnlp_sponsors_backup` WRITE; /*!40000 ALTER TABLE `cnlp_sponsors_backup` DISABLE KEYS */; INSERT INTO `cnlp_sponsors_backup` VALUES (2,'Voice Inc.','','','Japan','http://www.voice-inc.co.jp/','project@voice-inc.co.jp','','images/workshops/sponsors/logo_voice.png','',2,1,0,'0000-00-00 00:00:00',615),(3,'Collège Romand de PNL','','','Switzerland','http://www.pnl.ch','info@pnl.ch','','images/workshops/sponsors/logo_college_pnl.png','',3,1,0,'0000-00-00 00:00:00',615),(4,'Formation Evolution et Synergie','','','France','http://www.coaching-pnl.com/','formationevolutionetsynergie@wanadoo.fr','','images/workshops/sponsors/logo_gilles_roy.jpg','',4,1,0,'0000-00-00 00:00:00',615),(5,'Inspirations Seminars International','','','Poland','http://www.foley.com.pl/','foley@foley.com.pl','','images/workshops/sponsors/logo_foley.png','',5,1,0,'0000-00-00 00:00:00',615); /*!40000 ALTER TABLE `cnlp_sponsors_backup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cnlp_trainers_backup` -- DROP TABLE IF EXISTS `cnlp_trainers_backup`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cnlp_trainers_backup` ( `id` int(11) unsigned NOT NULL auto_increment, `name` varchar(75) NOT NULL, `country` int(11) NOT NULL, `mastertrainer` varchar(255) NOT NULL, `city` varchar(50) NOT NULL, `dateofcertification` date NOT NULL, `credentials` text NOT NULL, `description` text NOT NULL, `photo` varchar(255) NOT NULL, `phone` varchar(30) NOT NULL, `website` varchar(75) NOT NULL, `email` varchar(50) NOT NULL, `ordering` int(11) NOT NULL, `state` tinyint(1) NOT NULL, `checked_out` int(11) NOT NULL, `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=305 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cnlp_trainers_backup` -- LOCK TABLES `cnlp_trainers_backup` WRITE; /*!40000 ALTER TABLE `cnlp_trainers_backup` DISABLE KEYS */; INSERT INTO `cnlp_trainers_backup` VALUES (55,'Florence Guittonny',3,'0','Marseille','1996-12-23','Also certified as a Trainer in the Art of Ericksonian Hypnosis, May 30, 2009, and NLP Psychotherapist, January 8, 2001.','<p>Florence Guittonny Formation</p>\r\n<ul>\r\n<li>Formatrice en Communication et Développement de Projet Psychothérapeute (Certificat Européen de psychothérapie) PNL et Hypnose Ericksonienne, Thérapie Familiale</li>\r\n<li>Coaching</li>\r\n<li>Formation certifiante en PNL (technicien, praticien, maître-praticien)</li>\r\n<li>Formation à la Relation Professionnelle en formation continue</li>\r\n<li>Formation à la Communication et à la Relation d’Aide en milieu hospitalier et gérontologique pour le personnel soignant</li>\r\n<li>Accompagnement à l’orientation professionnelle (adultes en reconversion, adolescents)</li>\r\n</ul>','images/trainers/photos/ctl_guittonny_florence.jpg','+33 (0)4 91 81 84 46','www.comecoconsultants.com','florence.guittonny@wanadoo.fr',0,1,0,'0000-00-00 00:00:00',615),(56,'Catherine Tamisier',3,'0','Venelles','1997-02-28','','','','','http://www.rep-formation.com','rep-formation@orange.fr',0,1,0,'0000-00-00 00:00:00',615),(57,'Régis Lamotte',3,'0','Gluiras','1997-07-07','','','','','','complexus@wanadoo.fr',0,1,0,'0000-00-00 00:00:00',615),(58,'Marie-Paule Rous',3,'0','Avignon','1998-05-08','Also certified as an Ericksonian Hypnosis Trainer, January 6, 2011. Certified as a NLP Brief Therapy Trainer, December 18, 2011. Certified as a Psychotherapist Trainer, May 15, 2012','<p>Marie Paule is the co-founder, with Gilles Roy, of “Formation Evolution et Synergie” an International NLP Training Institute based in the South of France. They have been running NLP courses for twelve years, as well as coaching and communication trainings, for individuals and corporations.</p>\r\n<p>Marie Paule Rous is a successful psychotherapist and a gifted trainer in Ericksonian Hypnosis. She also provides customised trainings to hospitals and health professionals, bringing caring and meaning with her unique style.</p>','images/trainers/photos/ctl_rous_marie-paule.jpg','','http://www.coaching-pnl.com','mariepaulerous@wanadoo.fr',0,1,0,'0000-00-00 00:00:00',615),(59,'Anne Castaing',3,'0','Toulouse','2000-07-23','','<p>Enseignante en PNL, diplômée en coaching et en hypnose ericksonnienne, Psychothérapeute certifiée, Anne Castaing transmet les outils de la PNL à travers l’accompagnement personnalisé des personnes et des groupes, tant sur le plan personnel que professionnel.</p>\r\n<ul>\r\n<li>Coaching professionnel, pour l’accompagnement des cadres, des dirigeants et des porteurs de projets.</li>\r\n<li>Coaching personnel, pour développer des ressources professionnelles ou personnelles.</li>\r\n<li>Psychothérapie, pour les personnes souffrant de problèmes émotionnels ou comporte-mentaux.</li>\r\n</ul>','images/trainers/photos/ctl_castaing_anne.jpg',' +33 534 40 82 81','http://www.capformation.fr/','castaing.anne@wanadoo.fr',0,1,0,'0000-00-00 00:00:00',615),(60,'Mireille Durand',3,'0','Navarrenx','2001-04-20','','<p>Mon objectif à travers l\'enseignement de la PNL et de permettre aux personnes de découvrir leurs potentialités et de les exploiter afin de vivre leur vie de façon pleine et entière que ce soit dans leur domaine de vie personnelle, leur couple, leur famille, leur travail, leurs relations avec les autres.</p>','','','','mireilledurand2@wanadoo.fr',0,1,0,'0000-00-00 00:00:00',615),(61,'Michel Rolion',3,'0','Montpellier ','2003-03-29','Also certified as an Ericksonian Hypnosis Trainer, January 10, 2012','<p>Teaching in South of France, I offer NLP training (practitioner and master-practitioner) and Ericksonian Hypnosis.</p>\r\n<p>I’ve created my own institute called “Génération Formation” also offering Coaching, brief therapy, Enneagram and others trainings.</p>\r\n<p>At the same time I also practice Psychotherapy and Coaching in a private office and when all this is finish I enjoy family life and Life in general. I like laughter, to simplify human complexity, paradoxes, the students questions…</p>','images/trainers/photos/ctl_rolion_michel.jpg','04 67 99 05 29','http://www.generation-formation.com','michel.rolion@free.fr',0,1,0,'0000-00-00 00:00:00',615),(62,'Clément Boyé',3,'0','Paris','2003-04-07','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(63,'Géry Cary',3,'0','La Longueville','2004-06-23','','<p>Ancien Directeur pédagogique d’un Institution pour Adolescents en difficultés. <br /> Thérapeute en hypnose thérapeutique.</p>\r\n<p>Formations certifiées:<br /> Maître-Praticien et Enseignant en PNL.<br /> Thérapeute familial par l’analyse systémique.<br /> Praticien et Maître-Praticien en Hypnose Ericksonnienne. Thérapeute en hypnose thérapeutique. <br /> E.M.D.R.<br /> Thérapie individuelle, couple ou familiale sur rendez-vous.</p>\r\n<p>Donne des formations certifiées de praticien et maître praticien en PNL. <br /> Formations à la communication, analyse systémique, utilisation du genogramme, gestions de conflits, gestion des émotions. Et reçoit en consultation sur rendez-vous.</p>','images/trainers/photos/ctl_cary_gery.jpg','+33 327 65 29 53','http://www.cabinet-therapeutique-des-mottes.fr','gery.cary@wanadoo.fr',0,1,0,'0000-00-00 00:00:00',615),(64,'Jacques Puel',3,'0','Marseille','2007-03-10','Also certified as a Trainer in NLP Coaching, November 12, 2009, and a NLP Psychotherapist, November 12, 2009.','<p>Enseignant en PNL, dilplômé en hypnose Ericksonienne et en hypnocoaching. Jacques PUEL propose des formations en PNL en France et au Maroc. Il est coach en préparation mentale du sportif de haut niveau. Il exerce aussi le coaching en entreprise, et le life coaching. Passionné par l’art du changement, et le développement de la PNL, il consacre une autre partie de son temps à l’écriture, et à la recherche en modélisation de l’excellence. <br /> Ce qu’il aime : Former avec humour, conter des histoires, rendre accessible ce qui n’y paraît pas, apprendre avec plaisir, s’émerveiller de la multitude de ressources que l’être humain mobilise.</p>\r\n<p>An NLP teacher, graduate in Ericksonian hypnosis and hypnocoaching. Jacques PUEL offers NLP training in France and Morocco. He also coaches high performance mental preparation in sports, business, and in schools (learning to learn). Passionate about change arts he spends a good deal of his time writing and researching in NLP modelling. What he enjoys most is training with humour, telling stories, making what seems difficult accessible, learning with pleasure and marvelling at the multitude of resources that human beings can mobilize.</p>','images/trainers/photos/ctl_puel_jacques.jpg','+33 682 82 91 98 or 0682 82','http://www.concept-performance.com','j.puel@wanadoo.fr',0,1,0,'0000-00-00 00:00:00',615),(65,'Catherine Leclerc',3,'0','St. Christol de Rodières','2007-12-28','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(66,'Jacques Gaudry',3,'0','N.N.','2008-07-28','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(67,'Nadine Gaudry',3,'0','N.N.','2008-07-28','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(68,'Pascal Laugel',3,'0','N.N.','2009-05-30','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(69,'Isabelle Barbanson',3,'0','Restinclières','2011-07-29','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(70,'Guillaume Poupard',3,'0','Avignon','2012-12-15','Also certified as NLP Brief Therapy Trainer, December 18, 2011. Trainer in the Art of Ericksonian Hypnosis, January 10, 2012. Certified as Psychotherapist Trainer, May 15, 2012.','<p>Guillaume POUPARD (Ph.D.) is also a Psychologist (Psychopathology and Clinical Psychology) and a Psychotherapist with a Brief Therapy emphasis (Group Psychodrama, Ericksonian Hypnosis, Clinical Hypnosis, Ego-states Therapy, Strategic and Solution Oriented Therapy, Neurosemantics, Bilateral Stimulation®). He is a Supervisor with more than 15 years of experience in institutions and in private practice with adults and children and specialized in substance-related disorders and mood disorders. He is an author of technical books and articles about psychotherapy and the \"Sensory Modelling®\". As trainer, he enjoys using metaphors, role playing, playful demonstrations and case studies to focus on the psychic processes.</p>\r\n<p>Guillaume POUPARD (Ph.D.) est aussi un Docteur en psychopathologie et psychologie clinique, Psychothérapeute spécialisé en Psychodrame et en Thérapie Brève (Hypnose Ericksonienne, Hypnose Clinique, Thérapie des Etats Dissociés du Moi, Thérapie Stratégique et Solutionniste, Neurosémantique, Stimulation Bilatérale®). Il est Superviseur de thérapeutes avec plus de 15 ans d’expérience en libéral et en institution avec des adultes et des enfants et s’est spécialisé dans les troubles addictifs et les troubles de l’humeur. Il est l’auteur de livres et d’articles techniques sur la psychothérapie et sur le « Modelage Sensoriel® ». En tant qu’enseignant, il aime former avec des métaphores, des jeux de rôles, des études de cas et des démonstrations ludiques afin de porter l’attention sur les processus psychiques.</p>','images/trainers/photos/ctl_poupard.jpg','0614 236221','http://www.poupard.fr/','gp@poupard.fr',0,1,0,'0000-00-00 00:00:00',615),(71,'Stéphane Guyan',3,'0','Marseille','2012-07-30','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(72,'Lynne Kerry',4,'0','Oxon','2001-02-03','','<p>Lynne is an international consultant and Managing Director of Vievolve Ltd one of the leading NLP business consultancies in the UK. With nearly 20 years experience of applying NLP and other related techniques in business contexts, Vievolve has a demonstrable track record in Commercial, Government, NGO and Charitable Organisations in Europe, Middle East and Africa.</p>\r\n<p>They specialise in the kind of approach and thinking that creates new solutions to old problems, and offer…</p>\r\n<ul>\r\n<li>Bespoke, outcome oriented training interventions for individuals and/or organisations</li>\r\n<li>Fully accredited NLP programmes, both public and in-house, from fundamental to advanced levels</li>\r\n<li>High performance team facilitation</li>\r\n<li>Individual executive coaching and mentoring</li>\r\n</ul>\r\n<p>Lynne’s passion is to create environments which enable people to realise and develop their full potential. Her work reflects this in the high levels of rapport she creates, allowing situations which, while they may involve personal challenge and risk for clients, also provide absolute support and encouragement to achieve the desired results. She is a member of the Chartered Institute of Personnel and Development (CIPD) and holds international accreditation as a Master Practitioner and Certified Trainer of NLP.</p>','images/trainers/photos/ctl_kerry_lynne.jpg','','http://www.vievolve.com','',0,1,0,'0000-00-00 00:00:00',615),(73,'Peter Freeth',4,'0','NorthEast England','2007-12-28','','<p>Peter Freeth has been learning, developing and applying NLP in business for almost twenty years, delivering bespoke corporate development programs, corporate NLP Business Practitioner programs and also public NLP training to over a thousand students, across the UK and also internationally.</p>\r\n<p>Peter has more direct experience of developing and applying NLP in the business environment than anyone operating in the field today, and both NLP and corporate trainers all over the world can be found using and teaching his innovative techniques.</p>\r\n<p>To date, Peter has authored five NLP related books and he is working on new additions right now as he constantly develops new ways to evolve NLP\'s body of knowledge.</p>','images/trainers/photos/ctl_freeth_peter.jpg','','http://www.nenlp.com','learn@nenlp.com',0,1,0,'0000-00-00 00:00:00',615),(74,'Nigel Hetherington',4,'0','Newcastle. ','2009-05-30','<p>Also certified as a NLP Trainer in the Art of Clinical Ericksonian Hypnosis, May 30, 2009</p>','','','','http://www.communicatingexcellence.com','',0,1,0,'0000-00-00 00:00:00',615),(75,'Chantal Burns',4,'0','St. Albans. ','2009-09-12','<p>Also certified as a Trainer in NLP Sales and Business Development, September 12, 2009</p>','','','','http://www.starconsultancy.com','',0,1,0,'0000-00-00 00:00:00',615),(76,'Andrew Duffy',4,'0','N.N.','2011-07-15','','<p>Andy works delivering and designing training programs for a wide variety of companies, applications and people as well as continuing his work with private clients.</p>\r\n<p>His innovative approach delivers fast results as seen on BBC3. He has delivered training in England, Spain, France and Australia and looks forward to many more countries and people who know they can achieve more. He loves to see them unlock their potential.</p>','images/trainers/photos/ctl_duffy_andrew.jpg','','http://www.thenlpexperience.co.uk','',0,1,0,'0000-00-00 00:00:00',615),(77,'David Rose',4,'0','Leicestershire. ','2011-07-29','','','','','http://www.nlpleicester.co.uk','david.rose@live.com',0,1,0,'0000-00-00 00:00:00',615),(78,'Tetsuo Kondo',2,'0','Kawaguchi City, Saitama','2003-08-15','','','','','','tetsuo-k@mth.bigglobe.ne.jp',0,1,0,'0000-00-00 00:00:00',615),(79,'Shinichi Suzuki',2,'0','Tokyo','2003-08-15','','<p>I support the growth and self-actualization of individuals in both personal and business aspects from wholistic perspectives with my practical knowledge and experience in the NLP and Transpersonal psychology.</p>\r\n<p class=\"MsoNormal\"><span style=\"font-family: Osaka; color: black;\" lang=\"EN-US\">メンタルトレーナーとしての豊富な経験を背景に、ヒューマンファクター</span><span style=\"font-family: Geneva; color: black;\" lang=\"EN-US\"><span style=\"font-family: Osaka; color: black;\" lang=\"EN-US\">向上の視点から、NLPを始めとするさまざまなノウハウをベースに、</span><span style=\"font-family: Geneva; color: black;\" lang=\"EN-US\"><span style=\"font-family: Osaka; color: black;\" lang=\"EN-US\">組織の変革から一人ひとりのライフスタイルまで確かな成長をサポート</span><span style=\"font-family: Geneva; color: black;\" lang=\"EN-US\"><span style=\"font-family: Osaka; color: black;\" lang=\"EN-US\">しています</span></span></span></span></p>','images/trainers/photos/ctl_suzuki_shinichi.jpg','','http://oneup-nlp.jimdo.com','one-up@hotmail.co.jp',0,1,0,'0000-00-00 00:00:00',615),(80,'Emiko Suzuki',2,'0','Tokyo','2004-07-05','','<p><span style=\"font-size: small;\"><span style=\"font-size: 10pt; font-family: Osaka; color: black;\" lang=\"EN-US\">あ なたの会社を増益させます。顧客の85.6%が増益(2012年12月当社調べ)日本全国放映テレビに、NLPのスキルでコミュニケーションのプロとして 出演した鈴木が、集客から販売までをサポート。売れ続ける仕組みを1年で構築します。毎月NLP勉強会と販売促進勉強会を開催中。</span></span></p>','images/trainers/photos/ctl_suzuki_emiko.jpg','03-6304-2301','http://www.bestmindoc.com','main@bestmindoc.com',0,1,0,'0000-00-00 00:00:00',615),(81,'Yoko Konzoin',2,'0','Kobe City, Hyogo','2005-04-23','','<p>人間の潜在能力を引き出すための企業研修や公開セミナーにおいて、<br /> 30年以上の実績があり、人間の意識の可能性に対するノウハウと共に、<br /> 各メソッドにおいて、経験に裏打ちされた深い情報を提供している。</p>\r\n<p>NLPのプラクティショナーコースは2000年より実施。<br /> 潜在意識を扱う教授法としては日本屈指。<br /> 国内はもとより、韓国においても指導実績をもつ』</p>','images/trainers/photos/ctl_konzoin_yoko.jpg','','http://www.holonpbi.com','office@holonpbi.com',0,1,0,'0000-00-00 00:00:00',615),(82,'Hiroko Fukuo',2,'0','Aichi','2005-08-01','','<p><span style=\"font-size: 10pt; font-family: Osaka; color: black;\" lang=\"EN-US\">旭硝子株式会社に勤務。入社後、企業内メンタルヘルスケア活動においてカウンセリング業務に携わる。現在、企業内でコミュニケーションスキルセミナーを担当。セミナーを担当する傍ら、名古屋大学との共同研究で企業内の倫理を心理学的に研究するプロジェクトを進行中。</span></p>\r\n<p>NLP<span style=\"font-size: 10pt; font-family: Osaka; color: black;\" lang=\"EN-US\">などの心理学的アプローチによって、カウンセリング・コミュニケーションスキルセミナーをデザインしている。</span></p>','','','','hiroko-fukuo@agc.co.jp',0,1,0,'0000-00-00 00:00:00',615),(83,'Hiroshi Yamasaki',2,'0','Amagasaki City, Hyogo','2005-08-01','','','images/trainers/photos/ctl_yamasaki_hiroshi.jpg','','http://www.nlplearning.jp','hiroyamasaki@nlplearning.jp',0,1,0,'0000-00-00 00:00:00',615),(84,'Keiji Taguchi',2,'0','Kumamotoken','2005-10-27','','','','','','keiji0909@vega.ocn.ne.jp',0,1,0,'0000-00-00 00:00:00',615),(85,'Shigeyuki Nakagawa',2,'0','Kyoto City','2007-03-20','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(86,'Toshihiro Sakai',2,'0','Kanagawa','2007-03-20','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(87,'Ryuzen Kikuchi',2,'0','Tokyo','2007-08-10','','<p><span style=\"font-size: 10pt; font-family: Osaka; color: black;\" lang=\"EN-US\">“楽しみながら♪ズバ抜ける!”をテーマに、経営者などリーダー層へのパーソナルコーチング・NLP資格認定コース・NLPをベースにしたビジネスリーダー向けプログラム・NLPコーチ養成トレーニング等を東京・福岡・新潟などで展開しています。<br /></span></p>','images/trainers/photos/ctl_kazuo_kikuchi.jpg','','http://www.nlpcoach.jp/','kkiku@nlpcoaching.jp',0,1,0,'0000-00-00 00:00:00',615),(88,'Hirohito Kotera',2,'0','Hyogo','2007-12-28','','<p>日本最大手のコンサル会社でチーフ経営コンサルタントとして17年間、600社以上の会社を指導し、独立。「人のイキイキをサポートし、個人・組織・社会のトリプルHAPPYに貢献する」というミッションの下、NLPを活用したプログラムを開発・普及している。</p>\r\n<p>Hirohito Kotera has 17 years of experience as a chief business consultant in one of the largest consulting firms in Japan, and has taught in more than 600 leading companies. He now works as a human resources consultant for Value Creation (VC), a company that he co-founded in 2006. With its mission statement in mind – “To support people to work with such passion and enthusiasm, it will lead to higher corporate profits, enabling their companies to be the best corporate citizens they can be”– VC has created and taught many programs based on NLP.</p>','images/trainers/photos/ctl_kotera_hirohito.jpg','','http://www.nlpbs.com/','h_kotera@nlpbs.com',0,1,0,'0000-00-00 00:00:00',615),(89,'Akiko Ohe',2,'0','N.N.','2007-12-31','','<p>Based on the concept of “supporting the creation rooting<br /> from the origin of people and organizations,” she develops<br /> and provides the program called “Create from core NLP<br /> practitioner course” and “Master practitioner course.”<br /> Those programs are structured by integrating NLP, coaching, and wisdom inherited in ethnos since ancient times, that remind you the connection to yourself, humans, and nature. <br /> 「人・組織のコアからの創造を支援する」をコンセプトに、NLP、コーチング、古来から民族に伝わる智慧を融合させた、自分の中心<br /> ・人・自然とのつながりを思い出すプログラム「Create from core 〜コアから生きるNLPプラクティショナーコース」<br /> 「マスタープラクティショナーコース」を独自開発し、提供している。</p>','images/trainers/photos/ctl_ohe_akiko.jpg','','http://www.core-creations.jp','ohe@core-creations.jp',0,1,0,'0000-00-00 00:00:00',615),(90,'Noriko Matsuda',2,'0','N.N.','2008-03-21','','<p>I hope let everybody know you can enjoy your life even more, and study is surely interest. どんな人生も学びもまた楽し。</p>','images/trainers/photos/ctl_matsuda_noriko.jpg','','http://www.compass.biz-web.jp','compass1@able.ocn.ne.jp',0,1,0,'0000-00-00 00:00:00',615),(91,'Toshihiro Yamasaki',2,'0','N.N.','2008-03-21','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(92,'Takao Nagaoka',2,'0','N.N.','2008-07-15','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(93,'Tadaharu Nikaido',2,'0','Tokyo','2009-01-01','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(94,'Chihiro Tanaka',2,'0','Tokyo','2009-04-24','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(95,'Hisako Yamada',2,'0','Sapporo','2009-08-15','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(96,'Sapporo',0,'0','Sapporo','1970-01-01','',' ','','','','',0,-2,0,'0000-00-00 00:00:00',0),(97,'Junko Nakada',2,'0','Tokyo','2009-10-22','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(98,'Tokyo',0,'0','Tokyo','1970-01-01','',' ','','','','',0,-2,0,'0000-00-00 00:00:00',0),(99,'Yasuhiro Kotera',2,'0','Osaka','2009-10-27','','<p>Yasuhiro Kotera is currently the youngest certified NLP trainer in the world. Yet, he has already taught NLP in various environments, like large international companies, universities and during open seminars hosted by Value Creation, a company which he co-founded. He also coaches people of all ages and backgrounds. He values effectiveness, flexibility and humor in his coaching and training.</p>\r\n<p>若輩ではございますが、企業内、大学、公開研修といった様々な場所で、研修講義をさせていただいております。また、コーチングにおいても企業人事の方、大学教授から受験を控えた小学生にまで幅広くさせていただいております。研修、コーチングにおいて私は「効果性」「柔軟性」「ユーモア」の3つを特に大事にしております。<br /><br /></p>','images/trainers/photos/ctl_kotera_yasuhiro.jpg','','http://www.nlpbs.com/','y_kotera@nlpbs.com',0,1,0,'0000-00-00 00:00:00',615),(100,'Yuta Mogami',2,'0','Tokyo','2010-01-25','','<p>NLPの学習と体験のプロセスを通して、ビジネスにおける自己を革新し、教育や人材開発への適用を幅広く探求していく機会を提供しています。研修講師や人材マネジメントに携わる方々むけのNLPコースをプロデュース</p>\r\n<p>Personal transformation in business, the opportunity to explore the application to the education and the development of personnel resources are offered through the process of learning and the experience of NLP. NLP courses are produced for the person in whom training and the human talent management are involved.</p>','images/trainers/photos/ctl_mogami_yuta.jpg','','http://www.ideass.jp','',0,1,0,'0000-00-00 00:00:00',615),(101,'Hiroyuki Miyabe',2,'0','N.N.','2010-03-24','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(102,'Fumiko Kato',2,'0','N.N.','2010-04-20','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(103,'Takako Urayama',2,'0','Tokyo','2010-12-27','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(104,'Yasuko Sugano',2,'0','Yokohama City','2010-10-19','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(105,'Yasuto Mori',2,'0','Aichiken','2011-01-23','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(106,'Sachiko Ikushima',2,'0','Nara','2011-03-20','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(107,'Hideki Nishizawa',2,'0','Kanagawa-Ken','2011-06-02','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(108,'Michi Nakashima',2,'0','Ehime','2011-08-01','','<p><span style=\"color: black; font-size: 16px; line-height: normal; font-family: Osaka;\">一人一人がありのままに自由に素直に、個性を安心して輝かせられる世界。</span><span style=\"color: black; font-size: 16px; line-height: normal; font-family: Geneva;\"><span style=\"font-family: Osaka;\">それを受け入れられる包容力ある世界を目指し、四国でNLPトレーニングを提供靴討い泙后鹿粡寂蝟昭碣昭蝟昭粡錫鮠鹿粡寂蝟ぢ</span></span></p>','images/trainers/photos/ctl_nakashima_michi.jpg','','http://www.nlp-island.jp','de-sign@nlp-island.jp',0,1,0,'0000-00-00 00:00:00',615),(109,'Keiko Kishimoto',2,'0','Okayama','2011-12-07','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(110,'Masao Sawanobori',2,'0','Sapporo-City','2012-01-25','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(111,'Takahito Ko',2,'0','Tokyo','2012-03-02','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(112,'Asako Nakazawa',2,'0','Tokyo','2012-07-30','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(113,'Takaharu Hara',2,'0','Tokyo','2012-11-12','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(114,'Franz Rieder',11,'0','Innsbruck','1994-11-15','<p>Trainer in the Therapeutic Applications of Neuro-Linguistic Programming</p>','','','','','',0,1,0,'0000-00-00 00:00:00',615),(115,'Dr. med. Karl Payer',11,'0','Deutschlandsberg','1997-10-10','<p>Trainer in the Therapeutic Applications of Neuro-Linguistic Programming</p>','','','','','',0,1,0,'0000-00-00 00:00:00',615),(119,'Angelika Adam',1,'0','Kronberg','1997-07-07','<p>Trainer in the Applications of NLP in Business</p>','','','','','',0,-2,0,'0000-00-00 00:00:00',615),(127,'Gerhard Kless',1,'0','Dauchingen','2001-08-25','','<p>Ich bin seit 1997 selbständig tätig als Projektleiter, Moderator, Berater, Trainer und Coach in der betrieblichen Ausbildung und Personalentwicklung.</p>\r\n<p align=\"left\">Meine Schwerpunkte sind das Ganzheitliche Projektmanagement von der klassischen Planung, Organisation und Steuerung über Projekt-Kommunikation, Präsentation und Moderation, Führen in Projektstrukturen hin zur Prozesskompetenz in der Projektarbeit. Dazu gehören neben der Durchführung von Workshops auch das Coaching von Führungskräften und Projektleitern sowie die Moderation von Projektteams und Arbeitsgruppen.</p>\r\n<p>Basis und Grundlage meiner Tätigkeit ist die Anwendung und Umsetzung der Methoden, Techniken und Denkweisen des NLP in die oben aufgeführten Business-Themen. So biete ich auch Workshops zu Thema „Business-NLP“ an.</p>\r\n<p>Neben meiner Tätigkeit in der Personal- und Unternehmensentwicklung bin ich auch an der Berufsakademie Villingen-Schwenningen tätig und seit 2004 Lehrbeauftragter an der Fachhochschule Furtwangen.</p>','images/trainers/photos/ctl_kless_gerhard.jpg','','http://www.gerhard-kless.de/','info@gerhard-kless.de',0,1,0,'0000-00-00 00:00:00',615),(130,'Claudia Wente',1,'0','Köln','2003-03-18','','','','','','cwente@wkomma.de',0,1,0,'0000-00-00 00:00:00',615),(141,'Frauke Sommer',1,'0','Berlin','2005-02-07','','','','','','f-som@gmx.de',0,1,0,'0000-00-00 00:00:00',615),(142,'Oliver Caspers',1,'0','Stuttgart','2005-03-25','','<p>When interacting with others we as individuals do so in a variety of different ways, depending on whom we are interacting with (or to use our terminology, depending on what “system” we’re in). Sometimes we are satisfied with our behavior and its outcome, sometimes both leave a little something to be desired. The same is true with the interaction we have with ourselves, in body as well as in mind (inner systems).</p>\r\n<p>In our work we focus on making knowledge and techniques available to our clients with which they can optimize their interaction, their communication, with others and themselves. Thus we offer workshops in themes as varied as Teambuilding (creating a new system), Conflict Management (handling challenging systems), Intercultural Training (when two or more systems with different cultural values meet), Body Therapy (knowing, understanding and improving your physical system), and many others.</p>','images/trainers/photos/ctl_caspers_oliver.jpg','','http://www.SyBeSt.de','olivercaspers@sybest.de',0,1,0,'0000-00-00 00:00:00',615),(144,'Artur T. Faust',1,'0','München','2006-08-18','Trainer in the Applications of NLP to Excellence in Business Development and Management','<p>Artur is an agile and charismatic NLP Trainer and Management Coach with an established and experienced background within Sales and Marketing. He is a key player of business performance with a track record of successfully managing sales and marketing over years in European markets and achieving double-digit revenue growth while eliminating operating costs.</p>\r\n<p>Artur has the ability to solve challenging business issues as well as to engender high motivation. Familiar with business operations and change management, he provides methodical Training and Business Innovation for managers and companies who want gain high effectiveness and market visibility.</p>','images/trainers/photos/ctl_faust_artur.jpg','','http://www.arturfaust.com','afa@arturfaust.com',0,1,0,'0000-00-00 00:00:00',615),(152,'Corina Hoche-Springer',1,'0','Gailingen','2011-11-06','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(157,'Christel Waegele',1,'0','Biberbach','2011-11-06','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(202,'Cornelia Siegmann',1,'0','Konstanz','1994-12-15','','','','','','info@system-mensch.com',0,1,0,'0000-00-00 00:00:00',615),(203,'Manfred Fett',1,'0','Parsdorf','1994-12-28','','<p>The overall purpose of my work is building consciousness as a means for participating in and creating a joyous, fulfilling and rewarding life in all its domains.</p>\r\n<p>The main focus of my work is twofold. <br /> One focus is enhancing organizational efficiency and effectiveness utilising the skill and the motivation of their people.</p>\r\n<p>The other focus is supporting and creating clarity, coherency and congruency as well as resiliency and and orientation in personal life with spiritual, mental, physical and emotional aspects.</p>','','','http://www.integrationen.de','manfred.fett@integrationen.de',0,1,0,'0000-00-00 00:00:00',615),(204,'Heinz Frey',1,'0','Kiedrich','1997-03-07','Trainer in the Applications of NLP in Business','','','','','',0,1,0,'0000-00-00 00:00:00',615),(205,'Angelika Adam',1,'0','Kronberg','1997-07-07','Trainer in the Applications of NLP in Business','','','','','',0,1,0,'0000-00-00 00:00:00',615),(206,'Dr. Jörg van Hoorn',1,'0','Essen','1997-09-25','','<p>I encountered NLP in 1993 and was immediately fascinated by its effectiveness and stuctured approach. It went easily along with my study of mathematics and broadened my approach to people and the world around me enormously.</p>\r\n<p>Since 1997 I have translated American NLP trainers on stage. I have had the pleasure to translate Chris Hall and other trainers in more than 80 trainings. I have learned a lot :-)</p>\r\n<p>My specialty is language and de-hypnosis and the emphasis of my work is to go beyond what we take for given. I offer NLP trainings since 1998 as a guest trainer in Practitioner or Master Practitioner tracks mainly on the topics of language, hypnosis and de-hypnosis, meta-programs.</p>','images/trainers/photos/ctl_vanhoorn_joerg.jpg','','http://www.joergvanhoorn.de/nlp','mail@JoergvanHoorn.de',0,1,0,'0000-00-00 00:00:00',615),(207,'Dr. med Bärbel Schneider',1,'0','Eltville','1997-10-10','Trainer in the Applications of NLP in Healing','','','','','',0,1,0,'0000-00-00 00:00:00',615),(208,'Michael Schimpke',1,'0','Bochum','1998-06-01','','<p>Psychologist and M.A. in Human Resource Development</p>\r\n<p>My first contact with NLP was in the early nineties. I was enthusiastic about the NLP-methods at once because by using them in coachings and training seminars, my clients achieved quick and convincing results. I deliver annual NLP-Practitioner and Master Practitioner courses. The participants come from various fields such as psychotherapy, teaching, sales and management. Moreover I work as a business consultant.</p>\r\n<p>My main focus is the training of key competencies. For me these are the readiness for change, the ability to cooperate and the ongoing development of ones personality. In my training seminars I combine self-experience exercises with phases of reflection and transfer to everyday life within a goal-oriented seminar structure. By the way – I love to make use of dry humour!</p>','images/trainers/photos/ctl_schimpke_michael.jpg','','http://www.headteam.eu','schimpke@headteam-gmbh.de',0,1,0,'0000-00-00 00:00:00',615),(209,'Franziska Lochmann',1,'0','Emmendingen','1999-10-04','','<p>Educational Background:<br /> • Studium Pädagogik, Englisch, Französisch, Uni Bern<br /> • Zertifizierte NLP Lehrtrainerin (Society of NLP)</p>\r\n<p>Kommunikationstrainings im Bereich Inkasso und Mahnwesen: Textgestaltung und Telefontrainings, Prozessbegleitung im Bereich Mahndesign<br /> Trainings im Bereich Konfrontation und Provokation</p>\r\n<p>Beratung und Coaching in beruflichen und privaten Veränderungsprozessen: Analyse von Eigen- und Fremdwahrnehmung, Neuorientierung und Zielbestimmung nach Trennung und bei Wiedereinstieg in die Berufswelt</p>\r\n<p>NLP Aus- und Weiterbildung: Ausbildung NLP-Practitioner und – Master, individuelle Business-Anwendungen</p>\r\n<p>Konfliktmanagement: Scheidung oder Gespräch? Mediation.</p>\r\n<p>Verkaufstrainings für Messeaussteller: Individuelle Trainings für Handwerksbetriebe, die gerne ihre eigenen Leute an den Messeständen wissen.</p>\r\n<p>Autorin von \"Praxishilfen Außenstände eintreiben\", Haufe Betriebspraxis</p>','images/trainers/photos/ctl_lochmann_franziska.jpg','+49-7641-92 41-0','','franziska.lochmann@aklo.de',0,1,0,'0000-00-00 00:00:00',615),(210,'Ernst Niebler',1,'0','Augsburg','2000-04-03','','','','','','ernst.niebler@gmx.net',0,1,0,'0000-00-00 00:00:00',615),(211,'Ute Moßbrucker',1,'0','Radolfzell','2000-04-03','','<p>Gründung und Geschäftsleitung des INFIT NLP INSTITUT in Radolfzell seit 1994<br /> Oberstudienrätin a. D. im beruflichen Schulwesen<br /> NLP-Zertifikatsausbildungen: NLP Practitioner, NLP Master, NLP Co-Trainer<br /> Coaching, Mediation, Supervision für Gruppen und Einzelpersonen aller Altersstufen und aller beruflichen Bereiche.<br /> Spezialseminare in den Bereichen Personal Performance, Business Management, Gesundheit, Lehren & Lernen, Bildung & Erziehung, Rhetorik, Vermittlungstechniken, Präsentation.</p>\r\n<p>Meine langjährige Berufserfahrung als Pädagogin und meine Authentizität als NLP Lehrtrainerin begründen die tief greifende methodisch-didaktische Praxis und den damit verbundenen hohen Praxistransfer meiner Trainings und im Coaching.</p>','images/trainers/photos/ctl_mossbrucker_ute.jpg','','http://www.infit-nlp-institut.de','info@infit-nlp-institute.de',0,1,0,'0000-00-00 00:00:00',615),(212,'Ute Hetfeld',1,'0','Wachtendonk','2001-03-20','','','','','','ute.hetfeld@gmx.de',0,1,0,'0000-00-00 00:00:00',615),(214,'Marlies Fösges',1,'0','Sprockhövel','2001-08-28','','<p>Ich bin stolz darauf, zu den von Chris Hall ausgebildeten Trainern zu gehören und eine Trainerin zu SEIN, die ihre Teilnehmer und Klienten durch ihre eigene Begeisterung motiviert.</p>\r\n<p>Besonders wichtig ist mir, Lebensfreude und Lust auf Veränderung mit Leichtigkeit zu vermitteln. Das tue ich in meinen Ausbildungsgruppen zum NLP-Practitioner und NLP-Master-Practitioner, in Tagesseminaren verschiedener Bildungseinrichtungen und im Einzelcoaching.</p>\r\n<p>Neugier auf die Landkarte im Kopf meines Gegenübers, Sorgfalt im Umgang mit den NLP-tools, Humor und die Bereitschaft, täglich dazu zu lernen, gehören zu meinem Handwerkszeug.</p>','images/trainers/photos/ctl_foesges_marlies.jpg','','http://www.foesges.de','m.foesges@foesges.de',0,1,0,'0000-00-00 00:00:00',615),(215,'Klemens König',1,'0','Frankfurt','2002-03-21','','','','','','klemens@koenig.net',0,1,0,'0000-00-00 00:00:00',615),(217,'Ingeborg Alberts',1,'0','Leonberg','2003-09-02','','<p>Welchen Einfluss haben unterschiedliche Bewusstseinszustände auf Zielsetzungen, effektives Handeln im Alltag und auf Lebensfreude allgemein?<br /> Wie kann man wünschenswerte Bewusstseinzustände wachrufen und therapeutisch nutzen?</p>\r\n<p>Diese Fragen bestimmen den Fokus meiner professionellen Tätigkeit. Meine hauptsächlichen Werkzeuge im individuellen Coaching und im Training sind das klassische NLP, Ericksonsche Hypnose und Neurofeedback.</p>\r\n<p>Die Teilnehmer in meinen NLP Practitioner - und Mastertrainings stammen vorwiegend aus dem heilkundlichen Bereich (Ärzte, Zahnärzte, Heilpraktiker und Psychotherapeuten).</p>','images/trainers/photos/ctl_alberts_ingeborg.jpg','','http://www.alberts-training.de','inge.alberts@gmail.com',0,1,0,'0000-00-00 00:00:00',615),(218,'Peter Gerecke',1,'0','Kirchentellinsfurt','2003-09-02','','<p>Institut für EMDR und NLP</p>\r\n<p>Ausbildungen: Diplom Sozialpädagoge, Certified Trainer der Society of NLP, DVNLP Lehtrainer und Coach, DVNLP.</p>\r\n<p>Motto: beweglich sein, Neues sehen und hören und in Gesamtheit wahrnehmen und unsere Welt der Kommunikation ständig erweitern, - das sind unsere Grundlagen.</p>\r\n<p>NLP-Interessen: NLP Gesamt, Entwicklung und Integration<br /> Zielgruppe: Therapie und Beratung, Coaching<br /> Angebot: NLP-Einführung, NLP-Practitioner, NLP-Master, Das Konzept der Selbstberatung:Eine neu entwickelte Beratungsform.<br /> Veröffentlichungen: Das Konzept der Selbstberatung: Fachzeitschrift Kommunikation und Seminar / 3. Ausgabe in 2006</p>\r\n<p>Zu meiner Person: Ich bin seit 14 Jahren verheiratet und lebe mit meiner Frau und meinen beiden Kindern in ländlicher Region bei Tübingen. Als Diplom-Sozialpädagoge arbeite ich seit 15 Jahren in einem Sozial-Unternehmen, davon vierzehn Jahre als Führungskraft. Meine Arbeit ergänzen Elemente des Enneagramms und des Qi Gong.</p>','images/trainers/photos/ctl_gerecke_peter.jpg','','http://www.institut-emdr.de','p.gerecke@t-online.de',0,1,0,'0000-00-00 00:00:00',615),(219,'Petra Felber',1,'0','Ulm','2003-09-15','','<p>Petra Felber bildet seit ca. 10 Jahren NLP-Practitioner aus. <br /> In dieser Zeit hat sie sich spezialisiert auf Mentale Gesundheitsförderung, Coaching und Spirituelle Entwicklung. Seit 2004 beschäftigt sie sich intensiv <br /> mit dem Studium der Kabbalah. Daraus entstanden im Laufe der letzten Jahre NLP-Formate, die sehr tiefgreifende Prozesse zur Transformation herbeiführen.</p>','images/trainers/photos/ctl_felber_petra.jpg','','','petrafelber@persent-coaching.de',0,1,0,'0000-00-00 00:00:00',615),(220,'Dr. Jutta Heller',1,'0','Nürnberg','2003-09-25','','','','','','jutta.heller@heller-process.de',0,1,0,'0000-00-00 00:00:00',615),(221,'Melanie König',1,'0','Karben (Frankfurt)','2003-12-11','','<p>Melanie König ist zertifizierte NLP-Trainerin der Society of NLP und in Ausbildung zur NLP-Master-Trainerin (Christina Hall, the NLP Connection, USA). Sie bietet Seminare, NLP-Ausbildungen und Coaching an, und arbeitet als Trainerin für Menschen in Unternehmen und non-profit-Organisationen sowie im Gesundheitsbereich.</p>\r\n<p>Ihre Arbeit und ihre Haltung zu ihren KundInnen ist geprägt von</p>\r\n<ul>\r\n<li>Respekt vor der Individualität und den Ansichten der Teilnehmer,</li>\r\n<li>Spaß am gemeinsamen Verändern und gegenseitigen Lernen,</li>\r\n<li>Energie als Antrieb für eigenverantwortliches Handeln und</li>\r\n<li>Kongruenz (Echtheit) für selbstbewusste und überzeugende Präsentation des Ichs in der Welt.</li>\r\n</ul>\r\n<p>\"Mir ist wichtig, Menschen respektvoll und energiereich in Ihrem Veränderungsprozess zu unterstützen, und ihnen Türen zu einer Fülle an Möglichkeiten zu öffnen, auf die sie jederzeit Zugriff haben können. Einer meiner Grundsätze: Da ist soviel mehr, wo das schon herkommt!\"</p>','images/trainers/photos/ctl_koenig_melanie.jpg','(0 60 39) 92 66 46','http://www.koenigstraining.de','melanie@koenig.net',0,1,0,'0000-00-00 00:00:00',615),(222,'Iris Baumann-Weiss',1,'0','Rechenberg','2004-02-09','Also certified as a NLP Trainer in the Applications of Personal Development and Business, August 27, 2006','<p>Meine Zielsetzung: die Chancen und Risiken der persönlichen Leistungsfähigkeit erkennen und nutzen und in der Zusammenarbeit (im Zusammenleben) davon profitieren.</p>\r\n<p>Meine Umsetzung: im Einzel- und Teamcoaching (persönliche Entwicklung, Einzelprojekte, Veränderungen, Entscheidungen) im Training (NLP Ausbildungen, offene Trainings, Businesstrainings, Managementtrainings, Organisation von Trainings weiterer Schwerpunkte) in der Beratung von Einzelpersonen, Firmen, Existenzgründern, Einrichtungen</p>\r\n<p>Meine Voraussetzung: eine langjährige betriebspraktische Erfahrung als Betriebswirtin und Führungkraft, einfühlsam und zugleich engagiert zupackend als Beraterin, Trainerin und Coach, und, nicht zuletzt, die Erfahrung aus der Medizin und Therapie in der Zusammenarbeit und Partnerschaft mit dem Ehemann Dr. Gerald Weiss, Arzt.</p>','images/trainers/photos/ctl_baumann-weiss_iris.jpg','','http://www.baumannweiss.de','info@baumannweiss.de',0,1,0,'0000-00-00 00:00:00',615),(223,'Michael Huber',1,'0','Eichstätt (Ingolstadt)','2004-02-15','','<p>Dipl. Psychologe, Trainer, Coach, Psychotherapeut in Ausbildung (VT)</p>','images/trainers/photos/ctl_huber_michi_400.jpg','','','michi.huber@me.com',0,1,0,'0000-00-00 00:00:00',615),(224,'Eva Kirchhof',1,'0','Vilgertshofen','2004-04-17','Also certified as a Trainer in the Applications of NLP in Coaching, Business and Personal Development, August 9, 2004','<p>Bei BrainStorm erkennen Sie die Kraft der Sprache. Wir unterrichten Sie in bewusster Sprache. In Kombination mit NLP lernen Sie auf Basis des strukturierten Denkens zielgerichtet artikulieren und argumentieren.</p>\r\n<p>Bei BrainStorm ist Coaching ein Prozess, in dem Klienten die Chance und den Freiraum nutzen, relevante Themen situationsbezogen zielorientiert heben und gemeinsam mit dem Coach (Trainer) an ihnen arbeiten. Sie werden erkunden, entdecken und wertschätzen, was an Gutem da ist.</p>\r\n<p>Bei BrainStorm erweitern Sie Ihre Kompetenzen in Bezug auf Ihre Glaubenssätze, Orientierungen, Fähigkeiten und Verhaltensweisen. Sie entdecken Ihre Fähigkeiten wieder und werden zum richtigen Zeitpunkt die richtige Kompetenz nutzen.</p>','','','','ekirchhof@aol.com',0,1,0,'0000-00-00 00:00:00',615),(226,'Martina Tönnishoff',1,'0','Münster (Westf.)','2004-08-09','','<p>Personaltrainerin in Wirtschaftsunternehmen und wirtschaftsnahen Institutionen (Industrie- u. Handelskammer, Bildungswerk der niedersächsischen Wirtschaft) sowie Schulen in NRW und Niedersachsen (Schulentwicklungsprojekte); DVNLP Lehrtrainerin; ProC Lehrcoach</p>\r\n<p>Lernen in angenehmen Klima – Spaß und Freude beim Schärfen der eigenen Wahrnehmung – Verantwortungsbewusstsein im Umgang miteinander – Beachten der ethischen Grundsätze – Respekt und Wertschätzung – Authentisch im Umgang mit sich und anderen: das sind Aspekte, die mir im Coaching und Training wichtig sind.</p>\r\n<p>In Zusammenarbeit mit unserem Team bieten wir kombinierte Coaching- und NLP Modulausbildungen mit folgenden zertifizierten Abschlüssen an:</p>\r\n<ul>\r\n<li>NLP- Practitioner</li>\r\n<li>Coachingausbildung (ProC)</li>\r\n<li>NLP- Master</li>\r\n</ul>','images/trainers/photos/ctl_toennishoff_martina.jpg','','http://www.nlp-impulse.de','martina.toennishoff@muenster.de',0,1,0,'0000-00-00 00:00:00',615),(229,'Monika Dickhut',1,'0','Köln','2006-04-21','','<p>In teaching and practicing NLP the spiritual aspect is very important to me : I want to support love, consciousness, and taking responsibility for oneself. I use the presuppositions and brilliant tools of NLP to teach people how to direct their thinking processes in helpful and supportive ways. I want to support myself and others in living our potential, our skills and our wisdom. I am running workshops and trainings in many different countries – but whatever social coditionings we face in each workshop we explore how to experience our strength, our body, our emotions and thoughts as our helpers and to use them to improve the quality of our lives towards more joy, harmony and inner peace.</p>','images/trainers/photos/ctl_dickhut_monika.jpg','','http://www.devanlp.com','devamad@web.de',0,1,0,'0000-00-00 00:00:00',615),(231,'Christian H. Waegele',1,'0','Röhrmoos','2008-12-07','','<p>Pfarrer. i.R., mit langjähriger Erfahrung in Gemeindeleitung, Jugendarbeit, Studierendenseelsorge, Erwachsenenbildung. Seit 2004 intensive Beschäftigung mit NLP durch Seminare bei Anthony Robbins in Frankfurt und London, und vor allem im Infit – Center bei Ute Moßbrucker in Radolfzell, Hypnokurs bei Dr. Frank Wartenweiler, Ausbildung dort abgeschlossen mit Zertifizierung im Dezember 2008.</p>\r\n<p>Zusammen mit meiner Frau Christel Coachingpraxis im Raum Dachau mit den Schwerpunkten: Coaching bei allen Lebensfragen für Einzelne, Paare, Familien, Kindern, Teambildung.</p>\r\n<p>Themen sind vor allem: Umgang mit sich, Gesundheit, Lehren und Lernen, Sport, Lebensübergänge, Kommunikation, Führung, Teambildung.</p>\r\n<p>Besonderheit: Coaching und Ausbildungen beim Segeln.</p>','images/trainers/photos/ctl_waegele_christian.jpg','08139 8019950','http://mentalpraxis-nlp-waegele.de','coaching@mentalpraxis-nlp-waegele.de',0,1,0,'0000-00-00 00:00:00',615),(232,'Peter Backschat',1,'0','Tengen ','2008-12-07','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(233,'Manfred Schnell',1,'0','Konstanz','2008-12-07','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(234,'Mandy Vielhauer',1,'0','Konstanz','2008-12-07','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(235,'Ute Loeck',1,'0','N.N.','2010-04-11','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(236,'Claudia Margarete Heer',1,'0','Radolfzell-Möggingen','2010-04-11','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(237,'Holger Längle',1,'0','Pfullendorf','2011-11-06','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(239,'Manuela Schreindorfer',1,'0','Riel-Worblingen','2011-11-06','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(240,'Gisela Riedinger',1,'0','Hilzingen-Weiterdingen','2011-11-06','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(241,'Sybille Reinhardt',1,'0','Radolfzell','2011-11-06','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(242,'Gerlinde Weber',1,'0','Krauchenwies','2011-11-06','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(244,'Jutta Neumann',1,'0','Stockach','2011-11-06','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(250,'Leelja Baur-Davidson',5,'0','Apache Junction, Arizona','2001-04-15','','<p>Leelja Baur-Davidson is a certified Hypnotherapist, NLP-Trainer & Instructor, Minister and Shamanic Practitioner with extensive experiences as a healer, psychotherapist, and teacher in Germany and the United States. <br /> She uses a blend of proven value communication techniques, theta-healing techniques, soul-coaching and shamanic healing techniques to facilitate growth for individuals and groups.</p>','','','','l.baur-davidson@baurtrains.com',0,1,0,'0000-00-00 00:00:00',615),(252,'Judith Hurlburt',5,'0','Bend, Oregon','2010-03-09','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(254,'Ragini Elizabeth Michaels',5,'0','Seattle, Washington','1992-12-03','','<p>Facticity® Trainings provides the \"how\" in creating a smooth interface between the psychological and spiritual dimensions of your life - particularly in the area of decision-making.</p>\r\n<p><span style=\"line-height: 1.3em;\">Like fish that live in the sea, we live in an ocean of Paradox and Unresolvable Dilemmas - but with little awareness of their presence or effect upon our lives and choices.</span></p>\r\n<p><span style=\"line-height: 1.3em;\">Facticity® is a model of the Psychology of the Mystics revealing a completely different way to live with Paradox and the most fundamental Unresolvable Dilemma of being both human and divine. Facticity® offers training in Paradox Management, a unique skill designed to shift normal psychology to match the Psychology of the Mystics. This accelerates the emergence of inner peace, emotional balance, and practical wisdom in daily life.</span></p>','images/trainers/photos/ctl_ragini_michaels.jpg','(425) 462 4369','http://www.facticity.com/','ragini@facticity.com',0,1,0,'0000-00-00 00:00:00',615),(255,'Bruce Anders',5,'0','Oceanside, California','1994-07-04','','','','','','andersmind@aol.com',0,1,0,'0000-00-00 00:00:00',615),(256,'Alex Holub',5,'0','Los Angeles, California','1994-07-04','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(257,'Michele Roush',5,'0','Santa Cruz, California','1999-01-02','','','','','','nlpco@cruzio.com',0,1,0,'0000-00-00 00:00:00',615),(258,'Shawn Holt',5,'0','Long Beach, California','2000-12-31','','<p>Purpose: Creating greater levels of peace, joy, and harmony throughout the world by helping others realize their own resources and potential.</p>\r\n<p>Focus: I provide personal coaching/consulting sessions and my company also offers public personal development programs and corporate trainings.</p>','','','http://www.adeptinternational.com/','shawn@adeptinternational.com',0,1,0,'0000-00-00 00:00:00',615),(260,'Susan Stageman',5,'0','Dallas, Texas','2005-08-05','','','','','','susan@nlptrainingconcepts.com',0,1,0,'0000-00-00 00:00:00',615),(262,'Michael DeMolina',5,'0','Anchorage, Alaska','2010-03-11','','<p>Michael DeMolina, MS, Ph.D. (c) has twenty-five years integrating NLP into his counseling practice, resulting in a unique blend of Neuro-Linguistic Psychotherapy. As a certified Trainer through the Society, he presents NLP Practitioner and Master Practitioner Certification Courses and a Clinical Hypnotherapy Diploma. Inspired by the work of Steve & Connirae Andreas, he also provides seminars on Eye Movement Integration Therapy and is a licensed trainer for the Core Transformation process.</p>\r\n<p>Michael also travels internationally, leading workshops in Projective Dreamwork and in Energy Psychology. He is the Lead Trainer of EFT (Emotional Freedom Techniques) for ACEP: The Association for Compre<a name=\"_GoBack\"></a>hensive Energy Psychology.</p>\r\n<p>Blending playful humor with a deeply safe experience of transformation, Michael is absolutely dedicated to the exploration of each person’s individual journey, personal or professional.</p>\r\n<p>He is Chairman Emeritus of the National Qigong Association (USA), and co-founder of Wisdom Traditions, an Integrative Health & Wellness Center.</p>','images/trainers/photos/ctl_demolina_michael.jpg','(907) 770-3656','http://www.Awisdomcenter.com','michael@Awisdomcenter.com',0,1,0,'0000-00-00 00:00:00',615),(263,'Judith Hurlburt',0,'0','Anchorage, Alaska ','2010-03-09','','','','','','',0,-2,0,'0000-00-00 00:00:00',0),(264,'Karim Turki',7,'0','Sioi Fraj La Soukra','2004-11-27','','<p><strong>Karim Turki</strong> est consultant en relations humaine, Coach et enseignant certifié en PNL. Il est le créateur du réseau Euro-Méditerranéen <strong>Arcane Overseas </strong>et fondateur de <strong>NLP Academy</strong>. Installé à Tunis où il enseigne la PNL, il partage son temps entre la consultation individuelle, l\'accompagnement au changement des entreprises et la modélisation. Chercheur passionné il s\'intéresse aux stratégies d\'acquisition du savoir et aux mécanismes de développement de la conscience. <br /><br /></p>','images/trainers/photos/ctl_turki_karim.jpg','','http://www.nlp-academy.net','karim.turki@arcanepnl.com',0,1,0,'0000-00-00 00:00:00',615),(265,'Luc F. Rösli',6,'0','Buchrain','1994-11-11','','<p>Unternehmensberater:</p>\r\n<ul>\r\n<li>Einführung und Betreuung von Leistungslohnsystemen in Verbindung mit Zielvereinbarungsprozessen und Eignungsbeurteilung,</li>\r\n<li>Aufbau und Umsetzung von teilautonomer Gruppenarbeit,</li>\r\n<li>Einführung von Jahresarbeitszeit-Modellen,</li>\r\n<li>Entwickeln von Mitarbeiterbeteiligungssystemen,</li>\r\n<li>Aufbau und Einführung von Produktivitätsförderungs-Modellen,</li>\r\n</ul>\r\n<p>Erfahrung: Seit über 30 Jahre in den verschiedensten Branchen in der Schweiz, Deutschland, Österreich und Frankreich tätig.</p>\r\n<p>Treuhand: Führen eines Treuhandbüros für nationale und internationale Firmen. Spezialisiert auf Nachfolgeregelungen, Leiten der Reorganisation von internen Abläufen, etc. Weitere Dienstleistungen können Sie meiner Webseite entnehmen.</p>\r\n<p>Sprachen: Deutsch, Französisch, Englisch</p>','images/trainers/photos/ctl_roesli_luc.jpg','','http://www.rbs-ag.ch/','info@rbs-ag.ch',0,1,0,'0000-00-00 00:00:00',615),(266,'Philip Stul',6,'0','Basel','1994-12-11','','<p>The purpose and focus of my work: <br /> Coaching people to become who they really are, I support them in fulfilling their potential and to live their lives in excellence.</p>\r\n<p>My clients come to me with challenges originating in their private lifes, their business environment or in their sport careers.</p>','images/trainers/photos/ctl_stul_phillip.jpg','','http://www.philipstul.com/','NLP@gmx.ch',0,1,0,'0000-00-00 00:00:00',615),(267,'Ulrich Wirth',6,'0','Horgen','1995-10-31','','<p>Purpose and focus of my work: <br /> to support people and organisations to realize and make happen their full positive potential in all or any private or professional aspects, <br /> - by consulting, training, coaching.</p>','','','','ulrich_wirth@bluewin.ch',0,1,0,'0000-00-00 00:00:00',615),(268,'Andreas Schneider',6,'0','Basel','1996-12-06','','','','','','andreas.schneider@hkrbasel.ch',0,1,0,'0000-00-00 00:00:00',615),(269,'Dr. Frank Wartenweiler',6,'0','Zürich','1997-07-04','','<p>Ph. D. Psychologist and Psychotherapist (SPV) in Zurich. <br /> Thoroughly trained also in Group-dynamics, Psychoanalysis and Provocative Therapy directly by Frank Farrelly.</p>\r\n<p>Publications: “Provozieren erwünscht… aber bitte mit Feingefühl” and “Zauberspiegel – Spiegelzauber”, books about Provocative Therapy (published by Junfermann Verlag, Paderborn, Germany).</p>\r\n<p>I respect the eternal laws of life. At first this means to recognize the truth, and therefore the right of natural and free development of each individual with respect for all other living beings at the same time. I also trust in the universal power of humour as a sign of insight, joy love for life.</p>','images/trainers/photos/ctl_wartenweiler_frank.jpg','','http://www.frankwartenweiler.ch','frank.wartenweiler@bluewin.ch',0,1,0,'0000-00-00 00:00:00',615),(270,'Tushita Bosonet',6,'0','Geneva','1997-06-29','Also certified as a Master Coach and Coaching Trainer, January 11, 2007.','<p>Collège Romand de PNL</p>\r\n<p>Purpose and focus of my work: Give tools to people to enhance the quality of their personal and professional lives. <br /> This is done through teaching NLP Practitioner and Master Practitioner, as well as offering seminars in the areas of creativity, stress reduction, coaching, mind management, organization and improvisation.</p>','','','http://www.pnl.ch/','info@pnl.ch',0,1,0,'0000-00-00 00:00:00',615),(271,'Dr. phil. Henriette Hess',6,'0','Bern','1998-03-25','Trainer in the Applications of NLP in Education','','','','','',0,1,0,'0000-00-00 00:00:00',615),(272,'Madeleine Duclos',6,'0','Bern','1998-09-03','','<p>FlowChange - Switzerland and Holland <br /> Trainer and Coach in Communication, Learning and Development<br /> AL-Trainer, Solution-Focus, SySt, Inner Game, NVC, Edu-Kinesiology</p>\r\n<p>After her studies at the Universities of Berne (Switzerland) and Bordeaux (France), Madeleine began to specialize in holistic methods. Today she runs her own business. She develops and gives courses in communication, personal development and teacher trainings, always connecting mind, body and heart.</p>\r\n<p>For years, she has shown a profound interest for the latest developments in teaching, learning and change. Her strength is to coach teams and individuals in change processes, as well as to run creative and active workshops like \"Leadership through Appreciation\" - \"It needs two to tango: lead and follow\" - \"Lead a cat and you will lead anybody else\".</p>','','','http://www.flowchange.com/','flowchange@swissonline.ch',0,1,0,'0000-00-00 00:00:00',615),(273,'Corinne Schweitzer',6,'0','Winterthur','1998-10-02','','<p>Die Kernkompetenz meiner Arbeit mit NLP liegt im Selbstmanagement, in der Jugend- und Erwachsenenbildung und in der nachhaltigen Kommunikationsarbeit.</p>\r\n<p>Zusammen mit einem Team erfahrener und respektvoller Trainerinnen und Trainer biete ich die offiziellen NLP-Ausbildungen sowie verschiedene Themenseminare an. Auch verbinde ich NLP und kreatives Schreiben zu einem persönlichkeitsfördernden Prozess.</p>','images/trainers/photos/ctl_schweitzer_corinne.jpg','+41 52 238 18 10','http://www.sprachgestaltung-und-kommunikation.ch/','c.schweitzer@bluewin.ch',0,1,0,'0000-00-00 00:00:00',615),(274,'Sebastian Piekarek',6,'0','Luzern','1999-08-28','','','','','','piekarek@gmx.ch',0,1,0,'0000-00-00 00:00:00',615),(275,'Werner Brülisauer',6,'0','Rottenschwil','2000-09-30','','','','','','w.bruelisauer@universal-changes.ch',0,1,0,'0000-00-00 00:00:00',615),(276,'Adrian Schweizer',6,'0','Gockhausen','2002-03-18','','','','','','a.schweizer.gockhausen@bluewin.ch',0,1,0,'0000-00-00 00:00:00',615),(277,'Roger Blumenthal',6,'0','Morges','2002-03-30','Also certified as a Coaching Trainer, June 20, 1998.','','','+41 21 802 30 66','http://www.lifedynamic.ch/','blumenthal@lifedynamic.ch',0,1,0,'0000-00-00 00:00:00',615),(278,'Karin Streuli',6,'0','Ennetbaden','2002-04-24','','<p>CORE Praxis und Ausbildungszentrum<br /> NLP und Systemische Lösungen</p>\r\n<p>Langjährige Tätigkeit in Schule und Erwachsenenbildung, Kommunikationstrainerin, Cert. NLP Lehrtrainerin DVNLP, Cert. NLP Lehrcoach DVNLP, Cert. NLP Trainerin der Society of NLP, USA<br /> Kinesiologin, Lösungsorientierte Kurzzeittherapie, Coaching<br /> Weiterbildung Systemische Einzel,- Paar- und Familientherapie, Gunthard Weber, Heidelberg, Weiterbildung Systemische Aufstellungsarbeit, Dr. I. Kutschera, H. Eichenmüller, München</p>\r\n<p>Angebot<br /> Ausbildung und Training in NLP, Practitioner, Master, Coach<br /> Systemische Familien- und Organisationsaufstellungen<br /> Interne Seminare in Organisationen, Firmen und Teams<br /> Persönlich-zielfokussiertes Coaching<br /> Systemisch-lösungsorientierte Beratung <br /> Kurzzeittherapeutische Interventionen<br /> Supervisionen für Lehrpersonen und für Teilnehmende der NLP Ausbildungen</p>\r\n<p>Leitgedanken<br /> Betone die Einzigartigkeit jedes Menschen und vertraue auf seine (z.T. verborgenen) aktivier- und integrierbaren Fähigkeiten. Eröffne neue Wahlmöglichkeiten. Suche – je nach vorliegender Thematik – die Lösung eher im Individuum oder in der Beziehung. zu Anderen.</p>','images/trainers/photos/ctl_streuli_karin.jpg','','http://www.nlp-core.ch/','info@nlp-core.ch',0,1,0,'0000-00-00 00:00:00',615),(279,'Marie-France Bourdais',6,'0','Montreux','2002-06-29','','<p>Professeur à la Haute Ecole d\'ingénierie et de gestion du Canton de Vaud HEIG-VD Coach personnel depuis 1984, coach personnel et professionnel depuis 1996.</p>\r\n<p>Expériences professionnelles dans 5 domaines</p>\r\n<p>Académique: Professeur à la HEIG-vd elle est responsable du cours « Communication Coaching » dans les études Postgrades Human-systems-engineering HES-SO, elle crée actuellement un cours postgrade \"Méta-coaching\" qui sera une spécialisation dans le MAS (Master in advanced studies dès 2007).</p>\r\n<p>Commercial: Consultante et partenaire de Consulting & Management Team s.a, divers mandat dans commerce de luxe, assurance, fusion d\'instituts pédagogiques, elle a aussi une expérience comme conseillère en personnel et responsable de formation.</p>\r\n<p>Culturel : Directrice du Centre culturel de Montreux pendant 12 ans elle a managé, dirigé et promu des événements culturels (30 ans du festival de Jazz Montreux), ainsi qu\'organisé et animé des séminaires dans le domaine de l\'expression artistique, de la communication et du développement d\'équipe.</p>\r\n<p>Médico-social, Elle a exercé les fonctions d\'assistante sociale, d\'éducatrice spécialisée, et d\'animatrice socioculturelle.</p>\r\n<p>Formation:<br /> Diplôme d\'Etat de Travail social (F), Diplôme d\'Etude Postgrade en Human Systems Engineering HES_SO, Diplôme de l\'Institut Supérieur du Management (ISMA). Cours postgrade \"Management des Organisations Internationales\" à l\'IDHEAP (Institut des Hautes Etudes de l\'Administration Publique).<br /> Formation en coaching, gestalt thérapie et rebirthing.<br /> Consultante accréditée au Léonardo 3.4.5.</p>','images/trainers/photos/ctl_bourdais_marie-france.jpg','','http://www.coaching-mentoring-pnl.ch/','mfbourdais@bluewin.ch',0,1,0,'0000-00-00 00:00:00',615),(280,'Susanne Codoni',6,'0','Allschwil','2003-08-27','Trainer in the Applications of NLP in Heilpädagogik, Körperarbeit und Gesundheit','','images/trainers/photos/ctl_codoni_susanne.jpg','','http://www.scodoni.ch/','info@scodoni.ch',0,1,0,'0000-00-00 00:00:00',615),(281,'Esther Widler',6,'0','Bern','2003-08-28','','<p>Unsere Persönlichkeit und unser Leben sind vielschichtig, facettenreich und bunt. Manchmal stehen wir an, wollen Gefühle und Angelegenheiten wieder in Gleichklang bringen, neue Perspektiven bekommen und mehr Leichtigkeit und Freude erleben.</p>\r\n<p>Wenn Sie sich gerne in Ihrer Persönlichkeit entfalten wollen oder eine andere Sichtweise entwickeln möchten, helfe ich Ihnen mit Freude bei der Klärung.</p>\r\n<p>Dadurch bekommen sie einen vertieften Zugang zu Ihren Ressourcen und Ihrem Potential und können wieder mit Würde, Achtsamkeit und Leichtigkeit durchs Leben schreiten.</p>\r\n<p>Mit Coaching schaffen Sie sich neue Sichtweisen, erlangen Klarheit, erfrischende Perspektiven und Ausrichtungen. Sie wagen neue Schritte. Im Innen und Aussen beginnt ein Wachstumsprozess. Durch Ihr eigenes Potential (Ihre Ressourcen) finden Sie Lösungsstrategien um dadurch letztlich Ihre Persönlichkeit zum erfrischenden Erblühen zu bringen.</p>\r\n<p>Ich begleite Sie in diesem Prozess auf der Seelen- und Herz-Ebene, so dass Ihre eigenen Ressourcen und Fähigkeiten wieder aktiviert zum Vorschein kommen. Dies findet in Form von Gesprächen mit unterschiedlichen Techniken statt. Die von mir angewandte Methode stellt eine Mischung aus Erfahrenem und selbst Entwickeltem dar, die in unserem Gespräch ganz individuell auf Ihr Thema sowie Ihre Bedürfnisse abgestimmt werden können.</p>\r\n<p>Meine Stärken liegen dabei auf dem aufmerksamen, hellhörigen Zuhören, Mitfühlen und Wahrnehmen von Zusammenhängen. Mit Humor und Klarheit begleite ich Sie auf Ihrem Weg und wirke dabei als Übersetzerin für Ihre Seelen- und Herzensbotschaften.</p>\r\n<p>Sie stehen dabei im Mittelpunkt beim Finden einer für Sie stimmigen Lösung.</p>\r\n<p>Über 25 Jahre Erfahrung als Lehrerin an Abschlussklassen, Arbeit mit Erwachsenen haben mich immer wieder in die Themen Bewusstsein und Veränderungsprozesse eintauchen lassen. Techniken von NLP, Hypnose, Kinesiologie und Energiearbeit nutze ich als Werkzeuge bei meinen Coachings seit 2000.</p>','images/trainers/photos/ctl_widler_esther.jpg','','http://www.estherwidler.ch','info@estherwidler.ch',0,1,0,'0000-00-00 00:00:00',615),(282,'TomMike Beerli',6,'0','Basel','2003-09-02','','<p>TOMMUNIKATION<br /> Thomas Beerli bietet all jenen individuellen Raum, die an einer gelungenen und verantwortungsvollen Kommunikation interessiert sind und ihren Mitmenschen mit Respekt und Achtung begegnen wollen. Dabei schöpft er aus seiner fundierten langjährigen Erfahrung im NeuroLinguistischen Programmieren, stützt sein Konzept der kommunikativen Kreativität freilich auch auf seine tiefgreifende Auseinandersetzung sowohl mit der westlichen als auch der östlichen Philosophie ab und versteht es auf virtuose Weise, Worten den ihnen angemessenen Wert zu geben.</p>\r\n<p>Schon früh faszinierten ihn die mannigfaltigen Möglichkeiten, welche sich durch eine bewusste und sorgfältige Sprache eröffnen, um auf höchst effizientem Weg erstrebte Ziele und erwünschte Veränderungen zu erreichen. Selbstverständlich kommt ihm dabei auch seine umfassende Humanistische Bildung und seine in jahrelangem Kampfkunsttraining erworbene rasche Auffassungsgabe und präzise Situationseinschätzung zugute.</p>\r\n<p>Stets steht freilich für ihn der Mensch als eigenständiges Gegenüber im Mittelpunkt, so dass er diesen dabei unterstützt, sich seiner eigenen Fähigkeiten und Ressourcen zu erinnern und diese sinnvoll einzusetzen. Er sagt von sich, dass er selbstverständlich keine Wunder bewirken, jedoch Möglichkeiten finden sowie erweitern könne und dabei den Humor sehr ernst nimmt.</p>','images/trainers/photos/ctl_beerli_tommike.jpg','','http://www.buzzleys.ch/','buzzly@bluewin.ch',0,1,0,'0000-00-00 00:00:00',615),(283,'Anne-Marie Perri',6,'0','Choëx','2006-01-18','Also certified as a Coaching Trainer, June 20, 1998.','<p>Riche d’une expérience de plus de 10 ans dans la vente, enseigne la PNL depuis 2004.</p>\r\n<p>Son dynamisme et sa passion pour les humains ainsi que son goût de la performance ont poussé Anne Marie à créer et à développer des outils d’excellence avec la PNL qui accompagne l’individu dans l’apprentissage et dans son développement et cela avec élégance associant plaisir et confort.</p>','images/trainers/photos/ctl_perri_anne-marie.jpg','','http://www.pnl.ch/','anne-marie@pnl.ch',0,1,0,'0000-00-00 00:00:00',615),(284,'André Grünenfelder',6,'0','Heiligkreuz','2008-07-26','','','','','http://www.ifbk.ch','ag@ifbk.ch',0,1,0,'0000-00-00 00:00:00',615),(285,'Beate Willauer',6,'0','Kreuzlingen','2008-12-07','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(286,'Nicolas von Burg',6,'0','Plan-les-Ouates','2012-01-10','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(287,'Lucyna Golinska',12,'0','Lodz','2002-01-31','','<p>Jestem pracownikiem naukowo-dydaktycznym ( profesorem uniwersyteckim) a także psychoterapeutą <br /> Moja aktywność nastawiona na wykorzystanie wiedzy i umiejętności z NLP koncentruje się na dwóch obszarach:</p>\r\n<ol>\r\n<li>to praktyczne wykorzystania NLP w procesie pomocy psychologicznej udzielanej osobom, które chcą dotrzeć do swoich zasobów lub umiejętniej wykorzystać te, których są już świadomi b) do szkolenia innych w zakresie umiejętności NLP.</li>\r\n<li>\r\n<div align=\"left\">Jestem także zainteresowana NLP z perspektywy badawczej; przeprowadzam lub nadzoruję badania dotyczące różnych zależności wykorzystywanych w NLP np: rola metafory w budowaniu poczucia własnej wartości, wykorzystywanie struktur językowych w procesie terapii itp.Szczególnie interesuje mnie skuteczne pomaganie w zakresie budowania lub rekonstruowania poczucia własnej wartości, a także możliwość kontroli i zmiany jakości doświadczanych emocji.</div>\r\n</li>\r\n</ol>','','+48 42 684 80 67','','lgolinska@poczta.onet.pl',0,1,0,'0000-00-00 00:00:00',615),(288,'Jolanta Sierpinska',12,'0','Lublin','2002-04-04','','','','','','jsierpinska@go2.pl',0,1,0,'0000-00-00 00:00:00',615),(289,'Elzbieta Ziembrowicz',12,'0','Lublin','2002-04-04','','','','','','e.ziembrowicz@np.pl',0,1,0,'0000-00-00 00:00:00',615),(290,'Agnieszka Widera-Wysoczanska',12,'0','Wroclaw','2005-04-04','','<p>Instytut Psychoterapii jest przedstawicielem dr Christiny Hall (USA, NLP Meta Master Trainer) w Polsce. Od 1989 roku prowadzi szkolenia za zakresu NLP na wszystkich poziomach: Praktyk NLP, Mistrz Praktyk NLP oraz Trening Trenerski NLP oraz szkolenia zaawansowane z zakresu zastosowania języka w przeprowadzaniu zmian, struktur czasu, przewartościowania osobistej historii życia, paradoksu i hipnozy. Szkoli także profesjonalistów z zakresu diagnozy, wsparcia i psycho terapii dzieci i dorosłych, którzy doznali złożonego urazu chronicznego w rodzinie.</p>\r\n<p>Dr Agnieszka Widera – Wysoczańska, dyrektor Instytutu Psychoterapii jest psychologiem z ponad 20 - letnim doświadczeniem klinicznym, adiunktem w Zakładzie Psychologii Klinicznej Instytutu Psychologii Uniwersytetu Wrocławskiego, oraz współzałożycielem i psychoterapeutą w Ośrodku Psychologicznym Terapii Osób z Rodzin Dysfunkcyjnch EGO (od 1987). Jest Trenerem NLP The Society of NLP w zakresie psychoterapii; Superwizorem Polskiego Towarzysta Terapeutycznego; psychoterapeutą certyfikowanym przez European Association for Psychotherapy; Specjalistą w zakresie Przeciwdziałania Przemocy w Rodzinie Państwoej Agencji Rozwiązywania Problemów Alkoholowych; Specjalistą w zakresie Terapii Stresu Pourazowego PTT; Trenerem Treningu Grupowego PTP; przewodniczącą sekcji Terapii Stresu Pourazowego PTT, członkiem Rady do spraw Przeciwdziałania Przemocy w Rodzinie PARPA, autorką kilkudziesięciu artykułów psychologicznych naukowych i popularnonaukowych i książki, członkiem założycielem The European Psychotherapy Universities (EPU), członkiem International Society for Traumatic Stres Study i American Academy of Experts in Traumatic Stress.</p>','','','http://www.psychoterapia.wroclaw.pl','instytut@psychoterapia.wroclaw.pl',0,1,0,'0000-00-00 00:00:00',615),(291,'Agata Swoboda',12,'0','Warsaw','2008-03-21','','','','','http://www.psychoterapia.wroclaw.pl/','instytut@psychoterapia.wroclaw.pl',0,1,0,'0000-00-00 00:00:00',615),(292,'',0,'0','','1970-01-01','',' ','','','','',0,-2,0,'0000-00-00 00:00:00',0),(293,'Hermann K. J. Fritsche',9,'0','Mauren','1999-08-28','','<p>Applications of NLP in the transcultural field and diversity management, hypnosystemic Coaching, Member of M.E.G. (Milton Erickson Soc.)<br /> Systemic application of the Enneagrams as a format for life-work balance, backing of highly-skilled kids, NLP-Training for Teachers and NLP-application for self-controlled learning and classroom-management, Brief Therapy.</p>','','','http://www.nlp.li','hkj@nlp.li',0,1,0,'0000-00-00 00:00:00',615),(294,'Tobias Voß',1,'1','Thalmassing','2006-04-18','Certified as a NLP Trainer, August 28, 1999','','images/trainers/photos/ctl_voss_tobias.jpg','','http://www.metalog.de','tobias.voss@metalog.de',0,1,0,'0000-00-00 00:00:00',615),(295,'Gilles Roy',3,'1','Avignon','2010-06-14','Certified as a NLP Trainer, March 31, 1997. \r\nAlso certified as a Coach and Coaching Trainer in the Applications of NLP Skills to Human Resources Management, Leadership and Coaching, February 1, 1998. Certified as a NLP Brief Therapy Trainer, December 2011. Certified as a Psychotherapist Trainer, May 15, 2012.','<p>Gilles Roy is the co-founder with Marie Paule Rous, of “Formation Evolution et Synergie” an International NLP Training Institute based in the South of France. They have been running NLP courses for twelve years, as well as coaching and communication trainings, for individuals and corporations.</p>\r\n<p>Gilles Roy is also a certified psychotherapist (CEP) with a transpersonal dimension. He is known as a facilitator of successful change and inner transformation. He plays a key role in inviting international trainers and promoting a worldwide NLP network. </p>','images/trainers/photos/ctl_roy_gilles.jpg','','http://www.coaching-pnl.com','gilles.roy@coaching-pnl.com',0,1,0,'0000-00-00 00:00:00',615),(296,'Arpana Doris Greenwood',5,'1','Anchorge, Alaska','2011-05-25','Certified as a NLP Trainer, November 30, 1999.','','','','http://www.conscioussolutions.com','arpana@conscioussolutions.com',0,1,0,'0000-00-00 00:00:00',615),(297,'Ronald Gerritsen',10,'0','Amstelveen','1999-09-30','','','','','http://www.gmat.nl','info@gmat.nl',0,1,0,'0000-00-00 00:00:00',615),(298,'Rowland Anton Barkley',8,'0','Semič','2005-10-18','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(302,'Stéphane Guyan',3,'0','Marseille','2012-07-30','','','','','','',2,-2,0,'0000-00-00 00:00:00',615),(303,'Tadashi Sugihara',2,'0','Tokyo','2013-05-06','','<p>上場企業の株式会社船井総合研究所に平成6年から勤務し、300社以上の中小企業の業績向上、人材育成、各種研修、組織改革に携わってきた経営コンサルタント。著書「部下の力を引き出すメンター入門」(PHP出版)「会社の業績の9割は課長で決まる」(中経出版)</p>','images/trainers/photos/ctl_sugihara_tadashi.jpg','080-4807-3595','http://www.funaisoken.co.jp/','chu@funaisoken.co.jp',3,1,0,'0000-00-00 00:00:00',615),(301,'Yumi Fukumoto',2,'0','Matsuyama-City','2013-03-13','','','','','','',1,1,0,'0000-00-00 00:00:00',615),(304,'Michael Watson',5,'0','Orlando, Florida','2013-04-15','','<p>With over three decades of experience in NLP and Ericksonian Hypnosis, Michael is an international trainer and consultant. He is on the training staff of Salad Seminars (UK), NLP Comprehensive and the UP Hypnosis Institute in the US. Offering Certification programs and SuperVision groups for NLP Practitioners, Master Practitioners and hypnotherapists, he is a licensed presenter of the Core Transformation Process and faculty member of the Hypnosis Practitioner Training Institute. Frequently presenting at conventions and workshops, Michael is a former president of the Hypnosis Education Association, a member of the International Medical and Dental Hypnotherapy Association, the International Association of Counsellors and Therapists (former Educator of the Year), and Director of Phoenix Services for Personal Development and NLP Florida. His lighthearted and caring style make Michael’s training programs as entertaining as they are valuable. </p>','images/trainers/photos/ctl_watson_michael.png','(407) 481-0802','http://www.phoenix-services.org','FLHypno@outlook.com',4,1,0,'0000-00-00 00:00:00',615); /*!40000 ALTER TABLE `cnlp_trainers_backup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cnlp_workshops_backup` -- DROP TABLE IF EXISTS `cnlp_workshops_backup`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cnlp_workshops_backup` ( `id` int(11) unsigned NOT NULL auto_increment, `title` varchar(75) NOT NULL, `sponsor` int(11) NOT NULL, `start_date` date NOT NULL, `end_date` date NOT NULL, `location` varchar(50) NOT NULL, `description` text NOT NULL, `category` int(11) default NULL, `ordering` int(11) NOT NULL, `state` tinyint(1) NOT NULL, `checked_out` int(11) NOT NULL, `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cnlp_workshops_backup` -- LOCK TABLES `cnlp_workshops_backup` WRITE; /*!40000 ALTER TABLE `cnlp_workshops_backup` DISABLE KEYS */; INSERT INTO `cnlp_workshops_backup` VALUES (5,'Space Time View Continuum (with translation)',2,'2013-11-07','2013-11-10','Tokyo, Japan','0',NULL,5,1,0,'0000-00-00 00:00:00',615),(6,'Les Dessous de PNL (with translation)',3,'2013-11-29','2013-12-01','Geneva, Switzerland','0',NULL,6,1,0,'0000-00-00 00:00:00',615),(7,'Formation d\'Enseignant',4,'2014-03-13','2014-03-16','Avignon, France','0',NULL,7,1,0,'0000-00-00 00:00:00',615),(8,'The Art Of Training, Session 1 (with translation)',2,'2014-04-29','2014-05-05','Tokyo, Japan','7',NULL,8,1,0,'0000-00-00 00:00:00',615),(9,'The Power Language in Action (with translation)',5,'2014-05-30','2014-06-01','Warsaw, Poland','11',NULL,9,1,0,'0000-00-00 00:00:00',615),(10,'Formation d\'Enseignant',4,'2014-06-26','2014-06-29','Avignon, France','0',NULL,10,1,0,'0000-00-00 00:00:00',615),(11,'The Art Of Training, Session 2 (with translation)',2,'2014-08-09','2014-08-15','Tokyo, Japan','7',NULL,11,1,0,'0000-00-00 00:00:00',615),(12,'The Art Of Training, Session 1 (with translation)',2,'2014-09-13','2014-09-19','Tokyo, Japan','7',NULL,12,1,0,'0000-00-00 00:00:00',615),(13,'The Art Of Training, Session 2 (with translation)',2,'2014-11-22','2014-11-28','Tokyo, Japan','7',NULL,13,1,0,'0000-00-00 00:00:00',615); /*!40000 ALTER TABLE `cnlp_workshops_backup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_assets` -- DROP TABLE IF EXISTS `e30rf_assets`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_assets` ( `id` int(10) unsigned NOT NULL auto_increment COMMENT 'Primary Key', `parent_id` int(11) NOT NULL default '0' COMMENT 'Nested set parent.', `lft` int(11) NOT NULL default '0' COMMENT 'Nested set lft.', `rgt` int(11) NOT NULL default '0' COMMENT 'Nested set rgt.', `level` int(10) unsigned NOT NULL COMMENT 'The cached level in the nested tree.', `name` varchar(50) NOT NULL COMMENT 'The unique name for the asset.\n', `title` varchar(100) NOT NULL COMMENT 'The descriptive title for the asset.', `rules` varchar(5120) NOT NULL COMMENT 'JSON encoded access control.', PRIMARY KEY (`id`), UNIQUE KEY `idx_asset_name` (`name`), KEY `idx_lft_rgt` (`lft`,`rgt`), KEY `idx_parent_id` (`parent_id`) ) ENGINE=MyISAM AUTO_INCREMENT=121 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_assets` -- LOCK TABLES `e30rf_assets` WRITE; /*!40000 ALTER TABLE `e30rf_assets` DISABLE KEYS */; INSERT INTO `e30rf_assets` VALUES (1,0,1,193,0,'root.1','Root Asset','{\"core.login.site\":{\"6\":1,\"2\":1},\"core.login.admin\":{\"6\":1},\"core.login.offline\":{\"6\":1},\"core.admin\":{\"8\":1},\"core.manage\":{\"7\":1},\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(2,1,1,2,1,'com_admin','com_admin','{}'),(3,1,3,6,1,'com_banners','com_banners','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(4,1,7,8,1,'com_cache','com_cache','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(5,1,9,10,1,'com_checkin','com_checkin','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(6,1,11,12,1,'com_config','com_config','{}'),(7,1,13,18,1,'com_contact','com_contact','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(8,1,19,132,1,'com_content','com_content','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(9,1,133,134,1,'com_cpanel','com_cpanel','{}'),(10,1,135,136,1,'com_installer','com_installer','{\"core.admin\":[],\"core.manage\":{\"7\":0},\"core.delete\":{\"7\":0},\"core.edit.state\":{\"7\":0}}'),(11,1,137,138,1,'com_languages','com_languages','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(12,1,139,140,1,'com_login','com_login','{}'),(13,1,141,142,1,'com_mailto','com_mailto','{}'),(14,1,143,144,1,'com_massmail','com_massmail','{}'),(15,1,145,146,1,'com_media','com_media','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":{\"5\":1}}'),(16,1,147,148,1,'com_menus','com_menus','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(17,1,149,150,1,'com_messages','com_messages','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(18,1,151,152,1,'com_modules','com_modules','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(19,1,153,156,1,'com_newsfeeds','com_newsfeeds','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(20,1,157,158,1,'com_plugins','com_plugins','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(21,1,159,160,1,'com_redirect','com_redirect','{\"core.admin\":{\"7\":1},\"core.manage\":[]}'),(22,1,161,162,1,'com_search','com_search','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(23,1,163,164,1,'com_templates','com_templates','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(24,1,165,168,1,'com_users','com_users','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":{\"6\":1}}'),(25,1,169,172,1,'com_weblinks','com_weblinks','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(26,1,173,174,1,'com_wrapper','com_wrapper','{}'),(27,8,20,39,2,'com_content.category.2','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(28,3,4,5,2,'com_banners.category.3','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(29,7,14,15,2,'com_contact.category.4','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(30,19,154,155,2,'com_newsfeeds.category.5','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(31,25,170,171,2,'com_weblinks.category.6','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(32,24,166,167,1,'com_users.category.7','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(33,1,175,176,1,'com_finder','com_finder','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(34,27,21,22,3,'com_content.article.1','Welcome','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(74,63,65,66,3,'com_content.article.16','Trainers and Master-Trainers','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(36,8,40,47,2,'com_content.category.8','News','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(37,36,41,42,3,'com_content.article.3','Article 1 Title','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(38,36,43,44,3,'com_content.article.4','Article 2 Title','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(39,36,45,46,3,'com_content.article.5','Article 3 Title ','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(40,27,23,24,3,'com_content.article.6','Creating Your Site','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(41,1,177,178,1,'com_joomlaupdate','com_joomlaupdate','{\"core.admin\":[],\"core.manage\":[],\"core.delete\":[],\"core.edit.state\":[]}'),(88,1,185,186,1,'com_quicksell','quicksell','{}'),(77,1,181,182,1,'com_cnlp_trainers','com_cnlp_trainers','{}'),(49,7,16,17,2,'com_contact.category.9','Psychologists','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(80,96,107,108,3,'com_content.article.17','Workshops','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(79,1,183,184,1,'com_cnlp_workshops','com_cnlp_workshops','{}'),(55,1,179,180,1,'com_cnlp_workshops.seminars.category.category.10','Language',''),(57,8,48,49,2,'com_content.category.11','Group: Language','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(58,8,50,51,2,'com_content.category.12','Group: Trainers Training','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(59,8,52,53,2,'com_content.category.13','Group: Special Workshops','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(60,96,97,98,3,'com_content.article.7','The Art of Training and Presenting','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(61,98,117,118,3,'com_content.article.8','About Chris','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(62,27,27,28,3,'com_content.article.9','The Society of NLP','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(63,8,54,69,2,'com_content.category.14','Society of NLP','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(65,63,55,56,3,'com_content.article.10','NLP Trainers','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(66,8,70,71,2,'com_content.category.15','Workshop Descriptions','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(67,96,91,92,3,'com_content.article.11','Language in Action','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(73,27,25,26,3,'com_content.article.15','Boutique Doors','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(69,96,95,96,3,'com_content.article.13','The Art of Change','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(72,98,119,120,3,'com_content.article.14','What others say','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(105,1,187,188,1,'com_extplorer','extplorer','{}'),(89,27,29,30,3,'com_content.article.23','Contact Us','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(81,8,72,87,2,'com_content.category.16','Publications','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(82,8,88,89,2,'com_content.category.17','Group: Master Practitioner','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(83,81,73,74,3,'com_content.article.18','Language & Time - the Meta-Model','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(84,81,75,76,3,'com_content.article.19','Expanding the Dynamics of Belief','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(85,81,77,78,3,'com_content.article.20','Language in Action','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(86,81,79,80,3,'com_content.article.21','Working from the Heart','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(87,81,81,82,3,'com_content.article.22','Language and Change (Video Interview)','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(90,27,31,32,3,'com_content.article.24','NLP Infinity Forum','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(91,96,101,102,3,'com_content.article.25','The Game of Training','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(92,96,93,94,3,'com_content.article.26','Re-evaluating Life Story','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(93,96,103,104,3,'com_content.article.27','The Paradoxical Nature of Change','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(94,96,99,100,3,'com_content.article.28','The Dynamics of Meta Programs in Action','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(95,96,105,106,3,'com_content.article.29','Time-Space-View Continuum','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(96,8,90,113,2,'com_content.category.18','Workshops','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(97,8,114,115,2,'com_content.category.19','sleeper','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(98,8,116,121,2,'com_content.category.20','About Chris','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(99,81,83,84,3,'com_content.article.30','Paradox and Change (Video Interview)','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(100,101,123,124,3,'com_content.article.31','Language Intensive Audiobook','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(101,8,122,131,2,'com_content.category.21','Boutique','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(102,101,125,126,3,'com_content.article.32','fun dummy','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(103,27,33,34,3,'com_content.article.33','a test setup','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(104,101,127,128,3,'com_content.article.34','Surprise... ','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(110,81,85,86,3,'com_content.article.38','Paradox and Change 2 (Video Interview)','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(107,63,57,58,3,'com_content.article.35','Introducing the Society of NLP','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(108,63,59,60,3,'com_content.article.36','Criteria for Certification as NLP Practitioner','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(109,63,61,62,3,'com_content.article.37','Criteria for Certification as NLP Master Practitioner','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(111,63,63,64,3,'com_content.article.39','Criteria for Certification as NLP Trainer','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(112,63,67,68,3,'com_content.article.40','Criteria for Certification as NLP Master Trainer','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(113,1,189,190,1,'com_xmap','com_xmap','{}'),(115,1,191,192,1,'com_seoboss','seoboss','{}'),(116,27,35,36,3,'com_content.article.41','404error','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(117,27,37,38,3,'com_content.article.42','test sale','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(118,101,129,130,3,'com_content.article.43','Language Intensive Audiobook (2)','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(119,96,109,110,3,'com_content.article.44','The Art of Training','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(120,96,111,112,3,'com_content.article.45','The Game of Training','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'); /*!40000 ALTER TABLE `e30rf_assets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_associations` -- DROP TABLE IF EXISTS `e30rf_associations`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_associations` ( `id` varchar(50) NOT NULL COMMENT 'A reference to the associated item.', `context` varchar(50) NOT NULL COMMENT 'The context of the associated item.', `key` char(32) NOT NULL COMMENT 'The key for the association computed from an md5 on associated ids.', PRIMARY KEY (`context`,`id`), KEY `idx_key` (`key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_associations` -- LOCK TABLES `e30rf_associations` WRITE; /*!40000 ALTER TABLE `e30rf_associations` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_associations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_banner_clients` -- DROP TABLE IF EXISTS `e30rf_banner_clients`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_banner_clients` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `contact` varchar(255) NOT NULL default '', `email` varchar(255) NOT NULL default '', `extrainfo` text NOT NULL, `state` tinyint(3) NOT NULL default '0', `checked_out` int(10) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `metakey` text NOT NULL, `own_prefix` tinyint(4) NOT NULL default '0', `metakey_prefix` varchar(255) NOT NULL default '', `purchase_type` tinyint(4) NOT NULL default '-1', `track_clicks` tinyint(4) NOT NULL default '-1', `track_impressions` tinyint(4) NOT NULL default '-1', PRIMARY KEY (`id`), KEY `idx_own_prefix` (`own_prefix`), KEY `idx_metakey_prefix` (`metakey_prefix`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_banner_clients` -- LOCK TABLES `e30rf_banner_clients` WRITE; /*!40000 ALTER TABLE `e30rf_banner_clients` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_banner_clients` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_banner_tracks` -- DROP TABLE IF EXISTS `e30rf_banner_tracks`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_banner_tracks` ( `track_date` datetime NOT NULL, `track_type` int(10) unsigned NOT NULL, `banner_id` int(10) unsigned NOT NULL, `count` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`track_date`,`track_type`,`banner_id`), KEY `idx_track_date` (`track_date`), KEY `idx_track_type` (`track_type`), KEY `idx_banner_id` (`banner_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_banner_tracks` -- LOCK TABLES `e30rf_banner_tracks` WRITE; /*!40000 ALTER TABLE `e30rf_banner_tracks` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_banner_tracks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_banners` -- DROP TABLE IF EXISTS `e30rf_banners`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_banners` ( `id` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default '0', `type` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `alias` varchar(255) character set utf8 collate utf8_bin NOT NULL default '', `imptotal` int(11) NOT NULL default '0', `impmade` int(11) NOT NULL default '0', `clicks` int(11) NOT NULL default '0', `clickurl` varchar(200) NOT NULL default '', `state` tinyint(3) NOT NULL default '0', `catid` int(10) unsigned NOT NULL default '0', `description` text NOT NULL, `custombannercode` varchar(2048) NOT NULL, `sticky` tinyint(1) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `metakey` text NOT NULL, `params` text NOT NULL, `own_prefix` tinyint(1) NOT NULL default '0', `metakey_prefix` varchar(255) NOT NULL default '', `purchase_type` tinyint(4) NOT NULL default '-1', `track_clicks` tinyint(4) NOT NULL default '-1', `track_impressions` tinyint(4) NOT NULL default '-1', `checked_out` int(10) 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', `reset` datetime NOT NULL default '0000-00-00 00:00:00', `created` datetime NOT NULL default '0000-00-00 00:00:00', `language` char(7) NOT NULL default '', PRIMARY KEY (`id`), KEY `idx_state` (`state`), KEY `idx_own_prefix` (`own_prefix`), KEY `idx_metakey_prefix` (`metakey_prefix`), KEY `idx_banner_catid` (`catid`), KEY `idx_language` (`language`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_banners` -- LOCK TABLES `e30rf_banners` WRITE; /*!40000 ALTER TABLE `e30rf_banners` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_banners` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_categories` -- DROP TABLE IF EXISTS `e30rf_categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_categories` ( `id` int(11) NOT NULL auto_increment, `asset_id` int(10) unsigned NOT NULL default '0' COMMENT 'FK to the #__assets table.', `parent_id` int(10) unsigned NOT NULL default '0', `lft` int(11) NOT NULL default '0', `rgt` int(11) NOT NULL default '0', `level` int(10) unsigned NOT NULL default '0', `path` varchar(255) NOT NULL default '', `extension` varchar(50) NOT NULL default '', `title` varchar(255) NOT NULL, `alias` varchar(255) character set utf8 collate utf8_bin NOT NULL default '', `note` varchar(255) NOT NULL default '', `description` mediumtext 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', `access` int(10) unsigned NOT NULL default '0', `params` text NOT NULL, `metadesc` varchar(1024) NOT NULL COMMENT 'The meta description for the page.', `metakey` varchar(1024) NOT NULL COMMENT 'The meta keywords for the page.', `metadata` varchar(2048) NOT NULL COMMENT 'JSON encoded metadata properties.', `created_user_id` int(10) unsigned NOT NULL default '0', `created_time` datetime NOT NULL default '0000-00-00 00:00:00', `modified_user_id` int(10) unsigned NOT NULL default '0', `modified_time` datetime NOT NULL default '0000-00-00 00:00:00', `hits` int(10) unsigned NOT NULL default '0', `language` char(7) NOT NULL, PRIMARY KEY (`id`), KEY `cat_idx` (`extension`,`published`,`access`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_path` (`path`), KEY `idx_left_right` (`lft`,`rgt`), KEY `idx_alias` (`alias`), KEY `idx_language` (`language`) ) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_categories` -- LOCK TABLES `e30rf_categories` WRITE; /*!40000 ALTER TABLE `e30rf_categories` DISABLE KEYS */; INSERT INTO `e30rf_categories` VALUES (1,0,0,0,41,0,'','system','ROOT','root','','',1,0,'0000-00-00 00:00:00',1,'{}','','','',615,'2009-10-18 16:07:09',0,'0000-00-00 00:00:00',0,'*'),(2,27,1,1,2,1,'uncategorised','com_content','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',615,'2010-06-28 13:26:37',0,'0000-00-00 00:00:00',0,'*'),(3,28,1,3,4,1,'uncategorised','com_banners','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\",\"foobar\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',615,'2010-06-28 13:27:35',0,'0000-00-00 00:00:00',0,'*'),(4,29,1,5,6,1,'uncategorised','com_contact','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',615,'2010-06-28 13:27:57',0,'0000-00-00 00:00:00',0,'*'),(5,30,1,7,8,1,'uncategorised','com_newsfeeds','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',615,'2010-06-28 13:28:15',0,'0000-00-00 00:00:00',0,'*'),(6,31,1,9,10,1,'uncategorised','com_weblinks','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',615,'2010-06-28 13:28:33',0,'0000-00-00 00:00:00',0,'*'),(7,32,1,11,12,1,'uncategorised','com_users','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',615,'2010-06-28 13:28:33',0,'0000-00-00 00:00:00',0,'*'),(8,36,1,13,14,1,'news','com_content','News','news','','<p>This is the latest new from us.</p>\r\n<p>You can edit this description in the Content Category Manager.</p>\r\n<p>This will show the most recent article. You can easily change it to show more if you wish.</p>\r\n<p>The module on the left shows a list of older articles.</p>',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',615,'2012-01-04 03:09:08',42,'2012-01-04 04:32:05',0,'*'),(9,49,1,15,16,1,'psychologists','com_contact','Psychologists','psychologists','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',615,'2013-10-12 00:00:01',0,'0000-00-00 00:00:00',0,'*'),(12,58,1,21,22,1,'trainers-training','com_content','Group: Trainers Training','trainers-training','','',0,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',615,'2013-10-28 16:35:00',615,'2013-11-24 11:49:19',0,'*'),(11,57,1,19,20,1,'language','com_content','Group: Language','language','','',0,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',615,'2013-10-28 16:34:46',615,'2013-11-24 11:49:16',0,'*'),(13,59,1,23,24,1,'special-workshops','com_content','Group: Special Workshops','special-workshops','','',0,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',615,'2013-10-28 16:35:23',615,'2013-11-24 11:49:36',0,'*'),(14,63,1,25,26,1,'society-of-nlp','com_content','Society of NLP','society-of-nlp','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',615,'2013-10-31 00:51:14',0,'0000-00-00 00:00:00',0,'*'),(15,66,1,29,30,1,'workshop-descriptions','com_content','Workshop Descriptions','workshop-descriptions','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',615,'2013-11-05 15:14:47',0,'0000-00-00 00:00:00',0,'*'),(16,81,1,31,32,1,'publications','com_content','Publications','publications','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',615,'2013-11-24 11:47:06',0,'0000-00-00 00:00:00',0,'*'),(17,82,1,27,28,1,'group-master-practitioner','com_content','Group: Master Practitioner','group-master-practitioner','','',0,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',615,'2013-11-24 11:50:12',0,'0000-00-00 00:00:00',0,'*'),(18,96,1,33,34,1,'nlp-workshops','com_content','Workshops','nlp-workshops','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',615,'2014-02-03 22:23:02',615,'2014-02-03 22:23:19',0,'*'),(19,97,1,35,36,1,'sleeper','com_content','sleeper','sleeper','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',615,'2014-02-04 22:21:14',0,'0000-00-00 00:00:00',0,'*'),(20,98,1,37,38,1,'about-chris','com_content','About Chris','about-chris','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',615,'2014-02-08 14:01:28',0,'0000-00-00 00:00:00',0,'*'),(21,101,1,39,40,1,'boutique','com_content','Boutique','boutique','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',615,'2014-03-06 23:21:35',0,'0000-00-00 00:00:00',0,'*'); /*!40000 ALTER TABLE `e30rf_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_cnlp_trainers` -- DROP TABLE IF EXISTS `e30rf_cnlp_trainers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_cnlp_trainers` ( `id` int(11) unsigned NOT NULL auto_increment, `name` varchar(75) NOT NULL, `country` int(11) NOT NULL, `mastertrainer` varchar(255) NOT NULL, `city` varchar(50) NOT NULL, `dateofcertification` date NOT NULL, `credentials` text NOT NULL, `description` text NOT NULL, `photo` varchar(255) NOT NULL, `phone` varchar(30) NOT NULL, `website` varchar(75) NOT NULL, `email` varchar(50) NOT NULL, `ordering` int(11) NOT NULL, `state` tinyint(1) NOT NULL, `checked_out` int(11) NOT NULL, `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=315 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_cnlp_trainers` -- LOCK TABLES `e30rf_cnlp_trainers` WRITE; /*!40000 ALTER TABLE `e30rf_cnlp_trainers` DISABLE KEYS */; INSERT INTO `e30rf_cnlp_trainers` VALUES (55,'Florence Guittonny',3,'1','Marseille','2014-09-09','Also certified as a NLP Trainer, December 23, 1996. Certified as a Trainer in the Art of Ericksonian Hypnosis, May 30, 2009, and NLP Psychotherapist, January 8, 2001.','<p>Florence Guittonny Formation</p>\r\n<ul>\r\n<li>Formatrice en Communication et Développement de Projet Psychothérapeute (Certificat Européen de psychothérapie) PNL et Hypnose Ericksonienne, Thérapie Familiale</li>\r\n<li>Coaching</li>\r\n<li>Formation certifiante en PNL (technicien, praticien, maître-praticien)</li>\r\n<li>Formation à la Relation Professionnelle en formation continue</li>\r\n<li>Formation à la Communication et à la Relation d’Aide en milieu hospitalier et gérontologique pour le personnel soignant</li>\r\n<li>Accompagnement à l’orientation professionnelle (adultes en reconversion, adolescents)</li>\r\n</ul>','images/trainers/photos/ctl_guittonny_florence.jpg','+33 (0)4 91 81 84 46','http://www.comecoconsultants.com','florence.guittonny@wanadoo.fr',0,1,0,'0000-00-00 00:00:00',615),(56,'Catherine Tamisier',3,'0','Venelles','1997-02-28','','','','','http://www.rep-formation.com','rep-formation@orange.fr',0,1,0,'0000-00-00 00:00:00',615),(57,'Régis Lamotte',3,'0','Gluiras','1997-07-07','','','','','','complexus@wanadoo.fr',0,1,0,'0000-00-00 00:00:00',615),(58,'Marie-Paule Rous',3,'1','Avignon','2013-11-14','<p>Also certified as a NLP Trainer, May 8, 1998. Certified as an Ericksonian Hypnosis Trainer, January 6, 2011. Certified as a NLP Brief Therapy Trainer, December 18, 2011. Certified as a Psychotherapist Trainer, May 15, 2012</p>','<p>Marie Paule is the co-founder, with Gilles Roy, of “Formation Evolution et Synergie” an International NLP Training Institute based in the South of France. They have been running NLP courses for twelve years, as well as coaching and communication trainings, for individuals and corporations.</p>\r\n<p>Marie Paule Rous is a successful psychotherapist and a gifted trainer in Ericksonian Hypnosis. She also provides customised trainings to hospitals and health professionals, bringing caring and meaning with her unique style.</p>','images/trainers/photos/ctl_rous_200.jpg','','http://www.coaching-pnl.com','mariepaulerous@wanadoo.fr',0,1,0,'0000-00-00 00:00:00',615),(59,'Anne Castaing',3,'0','Toulouse','2000-07-23','','<p>Enseignante en PNL, diplômée en coaching et en hypnose ericksonnienne, Psychothérapeute certifiée, Anne Castaing transmet les outils de la PNL à travers l’accompagnement personnalisé des personnes et des groupes, tant sur le plan personnel que professionnel.</p>\r\n<ul>\r\n<li>Coaching professionnel, pour l’accompagnement des cadres, des dirigeants et des porteurs de projets.</li>\r\n<li>Coaching personnel, pour développer des ressources professionnelles ou personnelles.</li>\r\n<li>Psychothérapie, pour les personnes souffrant de problèmes émotionnels ou comporte-mentaux.</li>\r\n</ul>','images/trainers/photos/ctl_castaing_anne.jpg',' +33 534 40 82 81','http://www.capformation.fr/','castaing.anne@wanadoo.fr',0,1,0,'0000-00-00 00:00:00',615),(60,'Mireille Durand',3,'0','Navarrenx','2001-04-20','','<p>Mon objectif à travers l\'enseignement de la PNL et de permettre aux personnes de découvrir leurs potentialités et de les exploiter afin de vivre leur vie de façon pleine et entière que ce soit dans leur domaine de vie personnelle, leur couple, leur famille, leur travail, leurs relations avec les autres.</p>','','','','mireilledurand2@wanadoo.fr',0,1,0,'0000-00-00 00:00:00',615),(61,'Michel Rolion',3,'0','Montpellier ','2003-03-29','Also certified as an Ericksonian Hypnosis Trainer, January 10, 2012','<p>Teaching in South of France, I offer NLP training (practitioner and master-practitioner) and Ericksonian Hypnosis.</p>\r\n<p>I’ve created my own institute called “Génération Formation” also offering Coaching, brief therapy, Enneagram and others trainings.</p>\r\n<p>At the same time I also practice Psychotherapy and Coaching in a private office and when all this is finish I enjoy family life and Life in general. I like laughter, to simplify human complexity, paradoxes, the students questions…</p>','images/trainers/photos/ctl_rolion_michel.jpg','04 67 99 05 29','http://www.generation-formation.com','michel.rolion@free.fr',0,1,0,'0000-00-00 00:00:00',615),(62,'Clément Boyé',3,'0','Paris','2003-04-07','','','','','','',0,0,0,'0000-00-00 00:00:00',615),(63,'Géry Cary',3,'0','La Longueville','2004-06-23','','<p>Ancien Directeur pédagogique d’un Institution pour Adolescents en difficultés. <br /> Thérapeute en hypnose thérapeutique.</p>\r\n<p>Formations certifiées:<br /> Maître-Praticien et Enseignant en PNL.<br /> Thérapeute familial par l’analyse systémique.<br /> Praticien et Maître-Praticien en Hypnose Ericksonnienne. Thérapeute en hypnose thérapeutique. <br /> E.M.D.R.<br /> Thérapie individuelle, couple ou familiale sur rendez-vous.</p>\r\n<p>Donne des formations certifiées de praticien et maître praticien en PNL. <br /> Formations à la communication, analyse systémique, utilisation du genogramme, gestions de conflits, gestion des émotions. Et reçoit en consultation sur rendez-vous.</p>','images/trainers/photos/ctl_cary_200.jpg','+33 327 65 29 53','http://www.cabinet-therapeutique-des-mottes.fr','gery.cary@wanadoo.fr',0,1,0,'0000-00-00 00:00:00',615),(64,'Jacques Puel',3,'0','Marseille','2007-03-10','Also certified as a Trainer in NLP Coaching, November 12, 2009, and a NLP Psychotherapist, November 12, 2009.','<p>Enseignant en PNL, dilplômé en hypnose Ericksonienne et en hypnocoaching. Jacques PUEL propose des formations en PNL en France et au Maroc. Il est coach en préparation mentale du sportif de haut niveau. Il exerce aussi le coaching en entreprise, et le life coaching. Passionné par l’art du changement, et le développement de la PNL, il consacre une autre partie de son temps à l’écriture, et à la recherche en modélisation de l’excellence. <br /> Ce qu’il aime : Former avec humour, conter des histoires, rendre accessible ce qui n’y paraît pas, apprendre avec plaisir, s’émerveiller de la multitude de ressources que l’être humain mobilise.</p>\r\n<p>An NLP teacher, graduate in Ericksonian hypnosis and hypnocoaching. Jacques PUEL offers NLP training in France and Morocco. He also coaches high performance mental preparation in sports, business, and in schools (learning to learn). Passionate about change arts he spends a good deal of his time writing and researching in NLP modelling. What he enjoys most is training with humour, telling stories, making what seems difficult accessible, learning with pleasure and marvelling at the multitude of resources that human beings can mobilize.</p>','images/trainers/photos/ctl_puel_jacques.jpg','+33 682 82 91 98 or 0682 82','http://www.concept-performance.com','j.puel@wanadoo.fr',0,1,0,'0000-00-00 00:00:00',615),(65,'Catherine Leclerc',3,'0','St. Christol de Rodières','2007-12-28','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(66,'Jacques Gaudry',3,'0','N.N.','2008-07-28','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(67,'Nadine Gaudry',3,'0','N.N.','2008-07-28','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(68,'Pascal Laugel',3,'0','N.N.','2009-05-30','','','','','','',0,0,0,'0000-00-00 00:00:00',615),(69,'Isabelle Barbanson',3,'0','Restinclières','2011-07-29','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(70,'Guillaume Poupard',3,'1','Avignon','2013-11-30','<p>Certified Psychotherapist Trainer, May 15, 2012; NLP Trainer, December 15, 2012; Ericksonian Hypnosis Master Trainer, November 30, 2013; NLP Brief Therapy Master Trainer, February 26, 2014</p>','<p>He is a Ph.D. (Psychopathology and Clinical Psychology) and a Psychotherapist with a Solution-Oriented Therapy emphasis (Group Psychodrama, Ericksonian and Clinical Hypnosis, Ego-states Therapy, Inclusive and solution-oriented therapy, Neurosemantics, transpersonal approach). He is a Supervisor with more than 15 years of experience in institutions and in private practice with adults and children and specialized in substance-related disorders, anxious and mood disorders.</p><p>He is an author of technical books and articles about psychotherapy and the \"Sensory Modelling®\". As trainer, he enjoys using metaphors, role-playing, playful demonstrations and case studies to focus on the psychic processes.</p>\r\n<p>Guillaume POUPARD est Docteur en psychopathologie et psychologie clinique, Psychothérapeute spécialisé en Thérapie Brève solutionniste (Psychodrame de groupe, Hypnose Ericksonienne et Clinique, Thérapie des Etats Dissociés du Moi, Thérapie Inclusive et Solutionniste, Neurosémantique, approche transpersonnelle). Il est Superviseur de thérapeutes avec plus de 15 ans d’expérience en libéral et en institution avec des adultes et des enfants et s’est spécialisé dans les troubles addictifs, les troubles anxieux et de l’humeur.</p><p>Il est l’auteur de livres et d’articles techniques sur la psychothérapie et sur le « Modelage Sensoriel® ». En tant qu’enseignant, il aime former avec des métaphores, des jeux de rôles, des études de cas et des démonstrations ludiques afin de porter l’attention sur les processus psychiques.</p>','images/trainers/photos/ctl_poupard_200.jpg','(+33) 0614-236 221','http://www.poupard.fr/','gp@poupard.fr',0,1,0,'0000-00-00 00:00:00',615),(71,'Stéphane Guyan',3,'0','Marseille','2012-07-30','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(72,'Lynne Kerry',4,'0','Oxon','2001-02-03','','<p>Lynne is an international consultant and Managing Director of Vievolve Ltd one of the leading NLP business consultancies in the UK. With nearly 20 years experience of applying NLP and other related techniques in business contexts, Vievolve has a demonstrable track record in Commercial, Government, NGO and Charitable Organisations in Europe, Middle East and Africa.</p>\r\n<p>They specialise in the kind of approach and thinking that creates new solutions to old problems, and offer…</p>\r\n<ul>\r\n<li>Bespoke, outcome oriented training interventions for individuals and/or organisations</li>\r\n<li>Fully accredited NLP programmes, both public and in-house, from fundamental to advanced levels</li>\r\n<li>High performance team facilitation</li>\r\n<li>Individual executive coaching and mentoring</li>\r\n</ul>\r\n<p>Lynne’s passion is to create environments which enable people to realise and develop their full potential. Her work reflects this in the high levels of rapport she creates, allowing situations which, while they may involve personal challenge and risk for clients, also provide absolute support and encouragement to achieve the desired results. She is a member of the Chartered Institute of Personnel and Development (CIPD) and holds international accreditation as a Master Practitioner and Certified Trainer of NLP.</p>','images/trainers/photos/ctl_kerry_lynne.jpg','','http://www.vievolve.com','',0,1,0,'0000-00-00 00:00:00',615),(73,'Peter Freeth',4,'0','Birmingham','2007-12-28','','<p>Peter Freeth has been learning, developing and applying NLP in business for almost twenty years, delivering bespoke corporate development programs, corporate NLP Business Practitioner programs and also public NLP training to over a thousand students, across the UK and also internationally.</p> \r\n<p>Peter has more direct experience of developing and applying NLP in the business environment than anyone operating in the field today, and both NLP and corporate trainers all over the world can be found using and teaching his innovative techniques.</p> \r\n<p>To date, Peter has authored eight NLP related books and he is working on new additions right now as he constantly develops new ways to evolve NLP\'s body of knowledge.</p> ','images/trainers/photos/ctl_freeth_200.jpg','','http://www.askrevelation.com/','learn@nenlp.com',0,1,0,'0000-00-00 00:00:00',615),(74,'Nigel Hetherington',4,'0','Newcastle. ','2009-05-30','<p>Also certified as a NLP Trainer in the Art of Clinical Ericksonian Hypnosis, May 30, 2009</p>','','','','http://www.communicatingexcellence.com','',0,1,0,'0000-00-00 00:00:00',615),(75,'Chantal Burns',4,'0','St. Albans. ','2009-09-12','<p>Also certified as a Trainer in NLP Sales and Business Development, September 12, 2009</p>','','','','http://www.starconsultancy.com','',0,1,0,'0000-00-00 00:00:00',615),(76,'Andrew Duffy',4,'0','N.N.','2011-07-15','','<p>Andy works delivering and designing training programs for a wide variety of companies, applications and people as well as continuing his work with private clients.</p>\r\n<p>His innovative approach delivers fast results as seen on BBC3. He has delivered training in England, Spain, France and Australia and looks forward to many more countries and people who know they can achieve more. He loves to see them unlock their potential.</p>','images/trainers/photos/ctl_duffy_andrew.jpg','','http://www.thenlpexperience.co.uk','',0,1,0,'0000-00-00 00:00:00',615),(77,'David Rose',4,'0','Leicestershire','2011-07-29','<p>B.A. (Hons) Theatre, NLP Master Practitioner, SNLP Licensed NLP Trainer, IACT Certified Hypnotherapist</p>','<p>David has worked as a theatre director, teacher and performer since 1989, as an NLP coach since 2004 and as an SNLP trainer of NLP since 2007. He is passionate about helping people, using a combination of NLP approaches and hypnosis.<br /><br />David has created his own series of NLP and Hypnosis Audios, designed to help people to learn and evolve quickly and effectively:</p>\r\n<ul>\r\n<li>Confidence Turbo-Charger</li>\r\n<li>The Solution in Mind</li>\r\n<li>Stress Buster</li>\r\n<li>Developing Your Unconscious Competence at the Highest Level</li>\r\n<li>Finding Your Purpose</li>\r\n<li>Develop Your Acting Talent Automatically</li>\r\n<li>Practical Hypnosis with NLP - 6 CD Set</li>\r\n</ul>\r\n<p><em>\"David Rose is a highly talented and gifted teacher of Hypnosis and NLP, he also produces some of the highest quality audio products on Hypnosis and NLP that I have ever listened to. I listen to a lot of Hypnosis and NLP products but David\'s are in a class of their own. They really are wonderful products!\"</em><br /><em>Douglas Clark Clinical Hypnotherapy and Psychotherapy</em></p>','images/trainers/photos/ctl_rose_200.jpg','','http://www.nlpleicester.co.uk','david.rose@live.com',0,1,0,'0000-00-00 00:00:00',615),(78,'Tetsuo Kondo',2,'0','Kawaguchi City, Saitama','2003-08-15','','','','','','tetsuo-k@mth.bigglobe.ne.jp',0,1,0,'0000-00-00 00:00:00',615),(79,'Shinichi Suzuki',2,'0','Tokyo','2003-08-15','','<p>I support the growth and self-actualization of individuals in both personal and business aspects from wholistic perspectives with my practical knowledge and experience in the NLP and Transpersonal psychology.</p>\r\n<p class=\"MsoNormal\"><span style=\"font-family: Osaka; color: black;\" lang=\"EN-US\">メンタルトレーナーとしての豊富な経験を背景に、ヒューマンファクター</span><span style=\"font-family: Geneva; color: black;\" lang=\"EN-US\"><span style=\"font-family: Osaka; color: black;\" lang=\"EN-US\">向上の視点から、NLPを始めとするさまざまなノウハウをベースに、</span><span style=\"font-family: Geneva; color: black;\" lang=\"EN-US\"><span style=\"font-family: Osaka; color: black;\" lang=\"EN-US\">組織の変革から一人ひとりのライフスタイルまで確かな成長をサポート</span><span style=\"font-family: Geneva; color: black;\" lang=\"EN-US\"><span style=\"font-family: Osaka; color: black;\" lang=\"EN-US\">しています</span></span></span></span></p>','images/trainers/photos/ctl_suzuki_shinichi.jpg','','http://oneup-nlp.jimdo.com','one-up@hotmail.co.jp',0,1,0,'0000-00-00 00:00:00',615),(80,'Emiko Suzuki',2,'0','Tokyo','2004-07-05','','<p><span style=\"font-size: small;\"><span style=\"font-size: 10pt; font-family: Osaka; color: black;\" lang=\"EN-US\">あ なたの会社を増益させます。顧客の85.6%が増益(2012年12月当社調べ)日本全国放映テレビに、NLPのスキルでコミュニケーションのプロとして 出演した鈴木が、集客から販売までをサポート。売れ続ける仕組みを1年で構築します。毎月NLP勉強会と販売促進勉強会を開催中。</span></span></p>','images/trainers/photos/ctl_suzuki_emiko.jpg','03-6304-2301','http://www.bestmindoc.com','main@bestmindoc.com',0,1,0,'0000-00-00 00:00:00',615),(81,'Yoko Konzoin',2,'0','Kobe City, Hyogo','2005-04-23','','<p>人間の潜在能力を引き出すための企業研修や公開セミナーにおいて、<br /> 30年以上の実績があり、人間の意識の可能性に対するノウハウと共に、<br /> 各メソッドにおいて、経験に裏打ちされた深い情報を提供している。</p>\r\n<p>NLPのプラクティショナーコースは2000年より実施。<br /> 潜在意識を扱う教授法としては日本屈指。<br /> 国内はもとより、韓国においても指導実績をもつ』</p>','images/trainers/photos/ctl_konzoin_yoko.jpg','','http://www.holonpbi.com','office@holonpbi.com',0,1,0,'0000-00-00 00:00:00',615),(82,'Hiroko Fukuo',2,'0','Aichi','2005-08-01','','<p><span style=\"font-size: 10pt; font-family: Osaka; color: black;\" lang=\"EN-US\">旭硝子株式会社に勤務。入社後、企業内メンタルヘルスケア活動においてカウンセリング業務に携わる。現在、企業内でコミュニケーションスキルセミナーを担当。セミナーを担当する傍ら、名古屋大学との共同研究で企業内の倫理を心理学的に研究するプロジェクトを進行中。</span></p>\r\n<p>NLP<span style=\"font-size: 10pt; font-family: Osaka; color: black;\" lang=\"EN-US\">などの心理学的アプローチによって、カウンセリング・コミュニケーションスキルセミナーをデザインしている。</span></p>','','','','hiroko-fukuo@agc.co.jp',0,1,0,'0000-00-00 00:00:00',615),(83,'Hiroshi Yamasaki',2,'0','Amagasaki City, Hyogo','2005-08-01','','','images/trainers/photos/ctl_yamasaki_hiroshi.jpg','','http://www.nlplearning.jp','hiroyamasaki@nlplearning.jp',0,1,0,'0000-00-00 00:00:00',615),(84,'Keiji Taguchi',2,'0','Kumamotoken','2005-10-27','','','','','','keiji0909@vega.ocn.ne.jp',0,1,0,'0000-00-00 00:00:00',615),(85,'Shigeyuki Nakagawa',2,'0','Kyoto City','2007-03-20','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(86,'Toshihiro Sakai',2,'0','Kanagawa','2007-03-20','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(87,'Ryuzen Kikuchi',2,'0','Tokyo','2007-08-10','','<p><span style=\"font-size: 10pt; font-family: Osaka; color: black;\" lang=\"EN-US\">“楽しみながら♪ズバ抜ける!”をテーマに、経営者などリーダー層へのパーソナルコーチング・NLP資格認定コース・NLPをベースにしたビジネスリーダー向けプログラム・NLPコーチ養成トレーニング等を東京・福岡・新潟などで展開しています。<br /></span></p>','images/trainers/photos/ctl_kazuo_kikuchi.jpg','','http://www.nlpcoach.jp/','kkiku@nlpcoaching.jp',0,1,0,'0000-00-00 00:00:00',615),(88,'Hirohito Kotera',2,'0','Hyogo','2007-12-28','','<p>日本最大手のコンサル会社でチーフ経営コンサルタントとして17年間、600社以上の会社を指導し、独立。「人のイキイキをサポートし、個人・組織・社会のトリプルHAPPYに貢献する」というミッションの下、NLPを活用したプログラムを開発・普及している。</p>\r\n<p>Hirohito Kotera has 17 years of experience as a chief business consultant in one of the largest consulting firms in Japan, and has taught in more than 600 leading companies. He now works as a human resources consultant for Value Creation (VC), a company that he co-founded in 2006. With its mission statement in mind – “To support people to work with such passion and enthusiasm, it will lead to higher corporate profits, enabling their companies to be the best corporate citizens they can be”– VC has created and taught many programs based on NLP.</p>','images/trainers/photos/ctl_kotera_hirohito.jpg','','http://www.nlpbs.com/','h_kotera@nlpbs.com',0,1,0,'0000-00-00 00:00:00',615),(89,'Akiko Ohe',2,'0','N.N.','2007-12-31','','<p>Based on the concept of “supporting the creation rooting<br /> from the origin of people and organizations,” she develops<br /> and provides the program called “Create from core NLP<br /> practitioner course” and “Master practitioner course.”<br /> Those programs are structured by integrating NLP, coaching, and wisdom inherited in ethnos since ancient times, that remind you the connection to yourself, humans, and nature. <br /> 「人・組織のコアからの創造を支援する」をコンセプトに、NLP、コーチング、古来から民族に伝わる智慧を融合させた、自分の中心<br /> ・人・自然とのつながりを思い出すプログラム「Create from core 〜コアから生きるNLPプラクティショナーコース」<br /> 「マスタープラクティショナーコース」を独自開発し、提供している。</p>','images/trainers/photos/ctl_ohe_akiko.jpg','','http://www.core-creations.jp','ohe@core-creations.jp',0,1,0,'0000-00-00 00:00:00',615),(90,'Noriko Matsuda',2,'0','N.N.','2008-03-21','','<p>I hope let everybody know you can enjoy your life even more, and study is surely interest. どんな人生も学びもまた楽し。</p>','images/trainers/photos/ctl_matsuda_noriko.jpg','','http://www.compass.biz-web.jp','compass1@able.ocn.ne.jp',0,1,0,'0000-00-00 00:00:00',615),(91,'Toshihiro Yamasaki',2,'0','N.N.','2008-03-21','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(92,'Takao Nagaoka',2,'0','N.N.','2008-07-15','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(93,'Tadaharu Nikaido',2,'0','Tokyo','2009-01-01','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(94,'Chihiro Tanaka',2,'0','Tokyo','2009-04-24','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(95,'Hisako Yamada',2,'0','Sapporo','2009-08-15','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(96,'Sapporo',0,'0','Sapporo','1970-01-01','',' ','','','','',0,-2,0,'0000-00-00 00:00:00',0),(97,'Junko Nakada',2,'0','Tokyo','2009-10-22','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(98,'Tokyo',0,'0','Tokyo','1970-01-01','',' ','','','','',0,-2,0,'0000-00-00 00:00:00',0),(99,'Yasuhiro Kotera',2,'0','Osaka','2009-10-27','','<p>Yasuhiro Kotera is currently the youngest certified NLP trainer in the world. Yet, he has already taught NLP in various environments, like large international companies, universities and during open seminars hosted by Value Creation, a company which he co-founded. He also coaches people of all ages and backgrounds. He values effectiveness, flexibility and humor in his coaching and training.</p>\r\n<p>若輩ではございますが、企業内、大学、公開研修といった様々な場所で、研修講義をさせていただいております。また、コーチングにおいても企業人事の方、大学教授から受験を控えた小学生にまで幅広くさせていただいております。研修、コーチングにおいて私は「効果性」「柔軟性」「ユーモア」の3つを特に大事にしております。<br /><br /></p>','images/trainers/photos/ctl_koteray_200.jpg','','http://www.nlpbs.com/','y.kotera@derby.co.uk',0,1,0,'0000-00-00 00:00:00',615),(100,'Yuta Mogami',2,'0','Tokyo','2010-01-25','','<p>NLPの学習と体験のプロセスを通して、ビジネスにおける自己を革新し、教育や人材開発への適用を幅広く探求していく機会を提供しています。研修講師や人材マネジメントに携わる方々むけのNLPコースをプロデュース</p>\r\n<p>Personal transformation in business, the opportunity to explore the application to the education and the development of personnel resources are offered through the process of learning and the experience of NLP. NLP courses are produced for the person in whom training and the human talent management are involved.</p>','images/trainers/photos/ctl_mogami_yuta.jpg','','http://www.ideass.jp','',0,1,0,'0000-00-00 00:00:00',615),(101,'Hiroyuki Miyabe',2,'0','N.N.','2010-03-24','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(102,'Fumiko Kato',2,'0','N.N.','2010-04-20','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(103,'Takako Urayama',2,'0','Tokyo','2010-12-27','','<p>Conceptは『美しさに気づけば、才能は花をひらく』、個人や組織がもともと持っているポテンシャルを引き出す、高める『セミナー』+『コーチングセッション』そして『才能(強み)に光をあてるエグゼクティブコーチング』私の天職です。</p>\r\n<p>In Concept, \"the talent founds a flower if I notice beauty\". \"Seminar\" + \"coaching session\" to raise the potential that originally an individual and an organization have and \"executive coaching to expose light to the talent\" (strength)</p>\r\n<p>It is my true vocation.</p>','images/trainers/photos/ctl_urayama_200.jpg','+81-3-5373+3619','http://www.humanbeing.co.jp','urayama@humanbeing.co.jp',0,1,0,'0000-00-00 00:00:00',615),(104,'Yasuko Sugano',2,'0','Yokohama City','2010-10-19','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(105,'Yasuto Mori',2,'0','Aichiken','2011-01-23','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(106,'Sachiko Ikushima',2,'0','Nara','2011-03-20','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(107,'Hideki Nishizawa',2,'0','Kanagawa-Ken','2011-06-02','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(108,'Michi Nakashima',2,'0','Ehime','2011-08-01','','<p>一人一人がありのままに自由に素直に、個性を安心して輝かせられる世界。そして毎年、想像を超えたあなたに出会えるNLPトレーニングを愛媛から提供しています。</p>','images/trainers/photos/ctl_nakashima_200.jpg','','http://www.nlp-island.jp','de-sign@nlp-island.jp',0,1,0,'0000-00-00 00:00:00',615),(109,'Keiko Kishimoto',2,'0','Okayama','2011-12-07','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(110,'Masao Sawanobori',2,'0','Sapporo-City','2012-01-25','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(111,'Takahito Ko',2,'0','Tokyo','2012-03-02','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(112,'Asako Nakazawa',2,'0','Tokyo','2012-07-30','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(113,'Takaharu Hara',2,'0','Tokyo','2012-11-12','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(114,'Franz Rieder',11,'0','Innsbruck','1994-11-15','<p>Trainer in the Therapeutic Applications of Neuro-Linguistic Programming</p>','','','','','',0,1,0,'0000-00-00 00:00:00',615),(115,'Dr. med. Karl Payer',11,'0','Deutschlandsberg','1997-10-10','<p>Trainer in the Therapeutic Applications of Neuro-Linguistic Programming</p>','','','','','',0,1,0,'0000-00-00 00:00:00',615),(119,'Angelika Adam',1,'0','Kronberg','1997-07-07','<p>Trainer in the Applications of NLP in Business</p>','','','','','',0,-2,0,'0000-00-00 00:00:00',615),(127,'Gerhard Kless',1,'0','Dauchingen','2001-08-25','','<p>Ich bin seit 1997 selbständig tätig als Projektleiter, Moderator, Berater, Trainer und Coach in der betrieblichen Ausbildung und Personalentwicklung.</p>\r\n<p align=\"left\">Meine Schwerpunkte sind das Ganzheitliche Projektmanagement von der klassischen Planung, Organisation und Steuerung über Projekt-Kommunikation, Präsentation und Moderation, Führen in Projektstrukturen hin zur Prozesskompetenz in der Projektarbeit. Dazu gehören neben der Durchführung von Workshops auch das Coaching von Führungskräften und Projektleitern sowie die Moderation von Projektteams und Arbeitsgruppen.</p>\r\n<p>Basis und Grundlage meiner Tätigkeit ist die Anwendung und Umsetzung der Methoden, Techniken und Denkweisen des NLP in die oben aufgeführten Business-Themen. So biete ich auch Workshops zu Thema „Business-NLP“ an.</p>\r\n<p>Neben meiner Tätigkeit in der Personal- und Unternehmensentwicklung bin ich auch an der Berufsakademie Villingen-Schwenningen tätig und seit 2004 Lehrbeauftragter an der Fachhochschule Furtwangen.</p>','images/trainers/photos/ctl_kless_200.jpg','','http://www.gerhard-kless.de/','info@gerhard-kless.de',0,1,0,'0000-00-00 00:00:00',615),(130,'Claudia Wente',1,'0','Köln','2003-03-18','','','','','','cwente@wkomma.de',0,1,0,'0000-00-00 00:00:00',615),(141,'Frauke Sommer',1,'0','Berlin','2005-02-07','','','','','','f-som@gmx.de',0,1,0,'0000-00-00 00:00:00',615),(142,'Oliver Caspers',1,'0','Stuttgart','2005-03-25','','<p>When interacting with others we as individuals do so in a variety of different ways, depending on whom we are interacting with (or to use our terminology, depending on what “system” we’re in). Sometimes we are satisfied with our behavior and its outcome, sometimes both leave a little something to be desired. The same is true with the interaction we have with ourselves, in body as well as in mind (inner systems).</p>\r\n<p>In our work we focus on making knowledge and techniques available to our clients with which they can optimize their interaction, their communication, with others and themselves. Thus we offer workshops in themes as varied as Teambuilding (creating a new system), Conflict Management (handling challenging systems), Intercultural Training (when two or more systems with different cultural values meet), Body Therapy (knowing, understanding and improving your physical system), and many others.</p>','images/trainers/photos/ctl_caspers_200.jpg','','http://www.SyBeSt.de','olivercaspers@sybest.de',0,1,0,'0000-00-00 00:00:00',615),(144,'Artur T. Faust',1,'0','München','2006-08-18','Trainer in the Applications of NLP to Excellence in Business Development and Management','<p>Artur is an agile and charismatic NLP Trainer and Management Coach with an established and experienced background within Sales and Marketing. He is a key player of business performance with a track record of successfully managing sales and marketing over years in European markets and achieving double-digit revenue growth while eliminating operating costs.</p>\r\n<p>Artur has the ability to solve challenging business issues as well as to engender high motivation. Familiar with business operations and change management, he provides methodical Training and Business Innovation for managers and companies who want gain high effectiveness and market visibility.</p>','images/trainers/photos/ctl_faust_artur.jpg','','http://www.arturfaust.com','afa@arturfaust.com',0,1,0,'0000-00-00 00:00:00',615),(152,'Corina Hoche-Springer',1,'0','Gailingen','2011-11-06','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(157,'Christel Waegele',1,'0','Biberbach','2011-11-06','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(202,'Cornelia Siegmann',1,'0','Konstanz','1994-12-15','','','','','','info@system-mensch.com',0,1,0,'0000-00-00 00:00:00',615),(203,'Manfred Fett',1,'0','Parsdorf','1994-12-28','','<p>The overall purpose of my work is building consciousness as a means for participating in and creating a joyous, fulfilling and rewarding life in all its domains.</p>\r\n<p>The main focus of my work is twofold. <br /> One focus is enhancing organizational efficiency and effectiveness utilising the skill and the motivation of their people.</p>\r\n<p>The other focus is supporting and creating clarity, coherency and congruency as well as resiliency and and orientation in personal life with spiritual, mental, physical and emotional aspects.</p>','','','http://www.integrationen.de','manfred.fett@integrationen.de',0,1,0,'0000-00-00 00:00:00',615),(204,'Heinz Frey',1,'0','Kiedrich','1997-03-07','Trainer in the Applications of NLP in Business','','','','','',0,1,0,'0000-00-00 00:00:00',615),(205,'Angelika Adam',1,'0','Kronberg','1997-07-07','Trainer in the Applications of NLP in Business','','','','','',0,1,0,'0000-00-00 00:00:00',615),(206,'Dr. Jörg van Hoorn',1,'0','Essen','1997-09-25','','<p>I encountered NLP in 1993 and was immediately fascinated by its effectiveness and stuctured approach. It went easily along with my study of mathematics and broadened my approach to people and the world around me enormously.</p>\r\n<p>Since 1997 I have translated American NLP trainers on stage. I have had the pleasure to translate Chris Hall and other trainers in more than 80 trainings. I have learned a lot :-)</p>\r\n<p>My specialty is language and de-hypnosis and the emphasis of my work is to go beyond what we take for given. I offer NLP trainings since 1998 as a guest trainer in Practitioner or Master Practitioner tracks mainly on the topics of language, hypnosis and de-hypnosis, meta-programs.</p>','images/trainers/photos/ctl_vanhoorn_200.jpg','','http://www.joergvanhoorn.de/nlp','mail@JoergvanHoorn.de',0,1,0,'0000-00-00 00:00:00',615),(207,'Dr. med Bärbel Schneider',1,'0','Eltville','1997-10-10','Trainer in the Applications of NLP in Healing','','','','','',0,1,0,'0000-00-00 00:00:00',615),(208,'Michael Schimpke',1,'0','Bochum','1998-06-01','','<p>Psychologist and M.A. in Human Resource Development</p>\r\n<p>My first contact with NLP was in the early nineties. I was enthusiastic about the NLP-methods at once because by using them in coachings and training seminars, my clients achieved quick and convincing results. I deliver annual NLP-Practitioner and Master Practitioner courses. The participants come from various fields such as psychotherapy, teaching, sales and management. Moreover I work as a business consultant.</p>\r\n<p>My main focus is the training of key competencies. For me these are the readiness for change, the ability to cooperate and the ongoing development of ones personality. In my training seminars I combine self-experience exercises with phases of reflection and transfer to everyday life within a goal-oriented seminar structure. By the way – I love to make use of dry humour!</p>','images/trainers/photos/ctl_schimpke_michael.jpg','','http://www.headteam.eu','schimpke@headteam-gmbh.de',0,1,0,'0000-00-00 00:00:00',615),(209,'Franziska Lochmann',1,'0','Emmendingen','1999-10-04','','<p>Educational Background:<br /> • Studium Pädagogik, Englisch, Französisch, Uni Bern<br /> • Zertifizierte NLP Lehrtrainerin (Society of NLP)</p>\r\n<p>Kommunikationstrainings im Bereich Inkasso und Mahnwesen: Textgestaltung und Telefontrainings, Prozessbegleitung im Bereich Mahndesign<br /> Trainings im Bereich Konfrontation und Provokation</p>\r\n<p>Beratung und Coaching in beruflichen und privaten Veränderungsprozessen: Analyse von Eigen- und Fremdwahrnehmung, Neuorientierung und Zielbestimmung nach Trennung und bei Wiedereinstieg in die Berufswelt</p>\r\n<p>NLP Aus- und Weiterbildung: Ausbildung NLP-Practitioner und – Master, individuelle Business-Anwendungen</p>\r\n<p>Konfliktmanagement: Scheidung oder Gespräch? Mediation.</p>\r\n<p>Verkaufstrainings für Messeaussteller: Individuelle Trainings für Handwerksbetriebe, die gerne ihre eigenen Leute an den Messeständen wissen.</p>\r\n<p>Autorin von \"Praxishilfen Außenstände eintreiben\", Haufe Betriebspraxis</p>','images/trainers/photos/ctl_lochmann_franziska.jpg','+49-7641-92 41-0','','franziska.lochmann@aklo.de',0,1,0,'0000-00-00 00:00:00',615),(210,'Ernst Niebler',1,'0','Augsburg','2000-04-03','','','','','','ernst.niebler@gmx.net',0,1,0,'0000-00-00 00:00:00',615),(211,'Ute Moßbrucker',1,'0','Radolfzell','2000-04-03','','<p>Gründung und Geschäftsleitung des INFIT NLP INSTITUT in Radolfzell seit 1994<br /> Oberstudienrätin a. D. im beruflichen Schulwesen<br /> NLP-Zertifikatsausbildungen: NLP Practitioner, NLP Master, NLP Co-Trainer<br /> Coaching, Mediation, Supervision für Gruppen und Einzelpersonen aller Altersstufen und aller beruflichen Bereiche.<br /> Spezialseminare in den Bereichen Personal Performance, Business Management, Gesundheit, Lehren & Lernen, Bildung & Erziehung, Rhetorik, Vermittlungstechniken, Präsentation.</p>\r\n<p>Meine langjährige Berufserfahrung als Pädagogin und meine Authentizität als NLP Lehrtrainerin begründen die tief greifende methodisch-didaktische Praxis und den damit verbundenen hohen Praxistransfer meiner Trainings und im Coaching.</p>','images/trainers/photos/ctl_mossbrucker_ute.jpg','','http://www.infit-nlp-institut.de','info@infit-nlp-institute.de',0,1,0,'0000-00-00 00:00:00',615),(212,'Ute Hetfeld',1,'0','Wachtendonk','2001-03-20','','','','','','ute.hetfeld@gmx.de',0,1,0,'0000-00-00 00:00:00',615),(214,'Marlies Fösges',1,'0','Sprockhövel','2001-08-28','','<p>Ich bin stolz darauf, zu den von Chris Hall ausgebildeten Trainern zu gehören und eine Trainerin zu SEIN, die ihre Teilnehmer und Klienten durch ihre eigene Begeisterung motiviert.</p>\r\n<p>Besonders wichtig ist mir, Lebensfreude und Lust auf Veränderung mit Leichtigkeit zu vermitteln. Das tue ich in meinen Ausbildungsgruppen zum NLP-Practitioner und NLP-Master-Practitioner, in Tagesseminaren verschiedener Bildungseinrichtungen und im Einzelcoaching.</p>\r\n<p>Aus den Kursen, in denen ich mit NLP-Methoden Unterstützung beim Abnehmen gebe, ist mein Roman \"Wunschfigur\" sowie eine CD mit 8 Entspannungstrancen entstanden (Schirner-Verlag Darmstadt, Juli 2012 und Mai 2013).</p>\r\n<p>Neugier auf die Landkarte im Kopf meines Gegenübers, Sorgfalt im Umgang mit den NLP-tools, Humor und die Bereitschaft, täglich dazu zu lernen, gehören zu meinem Handwerkszeug.</p>','images/trainers/photos/ctl_foesges_200.jpg','','http://www.foesges.de','m.foesges@foesges.de',0,1,0,'0000-00-00 00:00:00',615),(215,'Klemens König',1,'0','Frankfurt','2002-03-21','','','','','','klemens@koenig.net',0,1,0,'0000-00-00 00:00:00',615),(217,'Ingeborg Alberts',1,'0','Leonberg','2003-09-02','','<p>Welchen Einfluss haben unterschiedliche Bewusstseinszustände auf Zielsetzungen, effektives Handeln im Alltag und auf Lebensfreude allgemein?<br /> Wie kann man wünschenswerte Bewusstseinzustände wachrufen und therapeutisch nutzen?</p>\r\n<p>Diese Fragen bestimmen den Fokus meiner professionellen Tätigkeit. Meine hauptsächlichen Werkzeuge im individuellen Coaching und im Training sind das klassische NLP, Ericksonsche Hypnose und Neurofeedback.</p>\r\n<p>Die Teilnehmer in meinen NLP Practitioner - und Mastertrainings stammen vorwiegend aus dem heilkundlichen Bereich (Ärzte, Zahnärzte, Heilpraktiker und Psychotherapeuten).</p>','images/trainers/photos/ctl_alberts_ingeborg.jpg','','http://www.alberts-training.de','inge.alberts@gmail.com',0,1,0,'0000-00-00 00:00:00',615),(218,'Peter Gerecke',1,'0','Kirchentellinsfurt','2003-09-02','<p>Lehrcoach (DVNLP), EMDR Therapeut (Society of NLP), EMDR Coach (DGMT)</p>','<p>Jahrgang 1958, verheiratet, 2 Kinder<br />Studium der Sozialpädagogik. Seit 1991 Bereichsleiter in einem großen Stuttgarter Sozialunternehmen.<br />Leiter des Instituts für EMDR und NLP in Tübingen, Begründer und Leiter des Forums für Impulsberatung.</p>\r\n<p>Vor 16 Jahren begann ich mit Ausbildungen im Bereich NLP. Mit Begeisterung und Faszination habe ich NLP für mich erfahren und entwickelt, wichtige Impulse in meiner Lebensorientierung umgesetzt und in meinen beruflichen<br />Alltag integriert.</p>\r\n<p>Ich bin NLP Lehrtrainer (DVNLP und der Society of NLP, USA) und trainiere seit 14 Jahren NLP Practitioner- und NLP Master-Ausbildungen. Ich gebe Kurse zum Thema Stressmanagement, Kommunikation, Konfliktmanagement und Mentaltraining. Ein weiterer Schwerpunkt sind EMDR Ausbildungen (nach Richtlinien der Society of NLP).</p>\r\n<p>Seit 2001 Leitung von über 16 NLP-Practitioner und Master Ausbildungen. Seit 2011 zahlreiche Kurse zur EMDR Ausbildungen in Tübingen, Stuttgart, Wien, Ischia und Karlsruhe. <br />Seit 2012 Lizenz zur Ausbildung zum Stressberater / Coach in Stress Management nach Richtlinien der Society of NLP.</p>\r\n<p>Veröffentlichungen:</p>\r\n<ul>\r\n<li>Das Konzept der Selbstberatung: Fachzeitschrift Kommunikation und Seminar, 3. Ausgabe in 2006</li>\r\n<li>Mitarbeitergespräche erfolgreich führen: K und S 2008</li>\r\n<li>Neuer Wink auf Fingerdruck: K und S 2010</li>\r\n<li>EMDR in der Suchttherapie: K und S 2013</li>\r\n</ul>','images/trainers/photos/ctl_gerecke_200.jpg','','http://www.emdr-nlp.de','p.gerecke@t-online.de',0,1,0,'0000-00-00 00:00:00',615),(219,'Petra Felber',1,'0','Ulm','2003-09-15','','<p>Petra Felber bildet seit ca. 10 Jahren NLP-Practitioner aus. <br /> In dieser Zeit hat sie sich spezialisiert auf Mentale Gesundheitsförderung, Coaching und Spirituelle Entwicklung. Seit 2004 beschäftigt sie sich intensiv <br /> mit dem Studium der Kabbalah. Daraus entstanden im Laufe der letzten Jahre NLP-Formate, die sehr tiefgreifende Prozesse zur Transformation herbeiführen.</p>','images/trainers/photos/ctl_felber_petra.jpg','','','petrafelber@persent-coaching.de',0,1,0,'0000-00-00 00:00:00',615),(220,'Dr. Jutta Heller',1,'0','Nürnberg','2003-09-25','','<p>I am a certified NLP Trainer and I am working since more than 20 year as a consultant, trainer and coach. The central topics of my work are change management and resilience, the ability to manage crisis.<br />In my trainings and coachings I work with NLP interventions to develop someone\'s resilience. In my book “Resilience. 7 factors for more inner strength” I give numerous clues to strengthen resilience.<br />Furthermore I am professor for Training and Business Coaching at the University for applied management in Erding (Germany) and teach among other things the basics of NLP.</p>','images/trainers/photos/ctl_heller_200.jpg','+49 911 27861770','http://www.juttaheller.de','kontakt@juttaheller.de',0,1,0,'0000-00-00 00:00:00',615),(221,'Melanie König',1,'0','Karben (Frankfurt)','2003-12-11','','<p>Melanie König ist zertifizierte NLP-Trainerin der Society of NLP und in Ausbildung zur NLP-Master-Trainerin (Christina Hall, the NLP Connection, USA). Sie bietet Seminare, NLP-Ausbildungen und Coaching an, und arbeitet als Trainerin für Menschen in Unternehmen und non-profit-Organisationen sowie im Gesundheitsbereich.</p>\r\n<p>Ihre Arbeit und ihre Haltung zu ihren KundInnen ist geprägt von</p>\r\n<ul>\r\n<li>Respekt vor der Individualität und den Ansichten der Teilnehmer,</li>\r\n<li>Spaß am gemeinsamen Verändern und gegenseitigen Lernen,</li>\r\n<li>Energie als Antrieb für eigenverantwortliches Handeln und</li>\r\n<li>Kongruenz (Echtheit) für selbstbewusste und überzeugende Präsentation des Ichs in der Welt.</li>\r\n</ul>\r\n<p>\"Mir ist wichtig, Menschen respektvoll und energiereich in Ihrem Veränderungsprozess zu unterstützen, und ihnen Türen zu einer Fülle an Möglichkeiten zu öffnen, auf die sie jederzeit Zugriff haben können. Einer meiner Grundsätze: Da ist soviel mehr, wo das schon herkommt!\"</p>','images/trainers/photos/ctl_koenig_melanie.jpg','(0 60 39) 92 66 46','http://www.koenigstraining.de','melanie@koenig.net',0,1,0,'0000-00-00 00:00:00',615),(222,'Iris Baumann-Weiss',1,'0','Rechenberg','2004-02-09','Also certified as a NLP Trainer in the Applications of Personal Development and Business, August 27, 2006','<p>Meine Zielsetzung: die Chancen und Risiken der persönlichen Leistungsfähigkeit erkennen und nutzen und in der Zusammenarbeit (im Zusammenleben) davon profitieren.</p>\r\n<p>Meine Umsetzung: im Einzel- und Teamcoaching (persönliche Entwicklung, Einzelprojekte, Veränderungen, Entscheidungen) im Training (NLP Ausbildungen, offene Trainings, Businesstrainings, Managementtrainings, Organisation von Trainings weiterer Schwerpunkte) in der Beratung von Einzelpersonen, Firmen, Existenzgründern, Einrichtungen</p>\r\n<p>Meine Voraussetzung: eine langjährige betriebspraktische Erfahrung als Betriebswirtin und Führungkraft, einfühlsam und zugleich engagiert zupackend als Beraterin, Trainerin und Coach, und, nicht zuletzt, die Erfahrung aus der Medizin und Therapie in der Zusammenarbeit und Partnerschaft mit dem Ehemann Dr. Gerald Weiss, Arzt.</p>','images/trainers/photos/ctl_baumann-weiss_iris.jpg','','http://www.baumannweiss.de','info@baumannweiss.de',0,1,0,'0000-00-00 00:00:00',615),(223,'Michael Huber',1,'0','Eichstätt (Ingolstadt)','2004-02-15','','<p>Dipl. Psychologe, Trainer, Coach, Psychotherapeut in Ausbildung (VT)</p>','images/trainers/photos/ctl_huber_michi_400.jpg','','','michi.huber@me.com',0,1,0,'0000-00-00 00:00:00',615),(224,'Eva Kirchhof',1,'0','Vilgertshofen','2004-04-17','Also certified as a Trainer in the Applications of NLP in Coaching, Business and Personal Development, August 9, 2004','<p>Bei BrainStorm erkennen Sie die Kraft der Sprache. Wir unterrichten Sie in bewusster Sprache. In Kombination mit NLP lernen Sie auf Basis des strukturierten Denkens zielgerichtet artikulieren und argumentieren.</p>\r\n<p>Bei BrainStorm ist Coaching ein Prozess, in dem Klienten die Chance und den Freiraum nutzen, relevante Themen situationsbezogen zielorientiert heben und gemeinsam mit dem Coach (Trainer) an ihnen arbeiten. Sie werden erkunden, entdecken und wertschätzen, was an Gutem da ist.</p>\r\n<p>Bei BrainStorm erweitern Sie Ihre Kompetenzen in Bezug auf Ihre Glaubenssätze, Orientierungen, Fähigkeiten und Verhaltensweisen. Sie entdecken Ihre Fähigkeiten wieder und werden zum richtigen Zeitpunkt die richtige Kompetenz nutzen.</p>','','','','ekirchhof@aol.com',0,1,0,'0000-00-00 00:00:00',615),(226,'Martina Tönnishoff',1,'0','Münster (Westf.)','2004-08-09','','<p>Personaltrainerin in Wirtschaftsunternehmen und wirtschaftsnahen Institutionen (Industrie- u. Handelskammer, Bildungswerk der niedersächsischen Wirtschaft) sowie Schulen in NRW und Niedersachsen (Schulentwicklungsprojekte); DVNLP Lehrtrainerin; ProC Lehrcoach</p>\r\n<p>Lernen in angenehmen Klima – Spaß und Freude beim Schärfen der eigenen Wahrnehmung – Verantwortungsbewusstsein im Umgang miteinander – Beachten der ethischen Grundsätze – Respekt und Wertschätzung – Authentisch im Umgang mit sich und anderen: das sind Aspekte, die mir im Coaching und Training wichtig sind.</p>\r\n<p>In Zusammenarbeit mit unserem Team bieten wir kombinierte Coaching- und NLP Modulausbildungen mit folgenden zertifizierten Abschlüssen an:</p>\r\n<ul>\r\n<li>NLP- Practitioner</li>\r\n<li>Coachingausbildung (ProC)</li>\r\n<li>NLP- Master</li>\r\n</ul>','images/trainers/photos/ctl_toennishoff_martina.jpg','','http://www.nlp-impulse.de','martina.toennishoff@muenster.de',0,1,0,'0000-00-00 00:00:00',615),(229,'Madita Dickhut',1,'0','Köln','2006-04-21','','<p>In teaching and practicing NLP the spiritual aspect is very important to me : I want to support love, consciousness, and taking responsibility for oneself. I use the presuppositions and brilliant tools of NLP to teach people how to direct their thinking processes in helpful and supportive ways. I want to support myself and others in living our potential, our skills and our wisdom. I am running workshops and trainings in many different countries – but whatever social coditionings we face in each workshop we explore how to experience our strength, our body, our emotions and thoughts as our helpers and to use them to improve the quality of our lives towards more joy, harmony and inner peace.</p>','images/trainers/photos/ctl_dickhut_200.jpg','','http://www.devanlp.com','devamadita@gmail.com',0,1,0,'0000-00-00 00:00:00',615),(231,'Christian H. Waegele',1,'0','Röhrmoos','2008-12-07','','<p>Pfarrer. i.R., mit langjähriger Erfahrung in Gemeindeleitung, Jugendarbeit, Studierendenseelsorge, Erwachsenenbildung. Seit 2004 intensive Beschäftigung mit NLP durch Seminare bei Anthony Robbins in Frankfurt und London, und vor allem im Infit – Center bei Ute Moßbrucker in Radolfzell, Hypnokurs bei Dr. Frank Wartenweiler, Ausbildung dort abgeschlossen mit Zertifizierung im Dezember 2008.</p>\r\n<p>Zusammen mit meiner Frau Christel Coachingpraxis im Raum Dachau mit den Schwerpunkten: Coaching bei allen Lebensfragen für Einzelne, Paare, Familien, Kindern, Teambildung.</p>\r\n<p>Themen sind vor allem: Umgang mit sich, Gesundheit, Lehren und Lernen, Sport, Lebensübergänge, Kommunikation, Führung, Teambildung.</p>\r\n<p>Besonderheit: Coaching und Ausbildungen beim Segeln.</p>','images/trainers/photos/ctl_waegele_christian.jpg','08139 8019950','http://mentalpraxis-nlp-waegele.de','coaching@mentalpraxis-nlp-waegele.de',0,1,0,'0000-00-00 00:00:00',615),(232,'Peter Backschat',1,'0','Tengen ','2008-12-07','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(233,'Manfred Schnell',1,'0','Konstanz','2008-12-07','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(234,'Mandy Vielhauer',1,'0','Konstanz','2008-12-07','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(235,'Ute Loeck',1,'0','N.N.','2010-04-11','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(236,'Claudia Margarete Heer',1,'0','Radolfzell-Möggingen','2010-04-11','','','','','','',0,0,0,'0000-00-00 00:00:00',615),(237,'Holger Längle',1,'0','Pfullendorf','2011-11-06','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(239,'Manuela Schreindorfer',1,'0','Riel-Worblingen','2011-11-06','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(240,'Gisela Riedinger',1,'0','Hilzingen-Weiterdingen','2011-11-06','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(241,'Sybille Reinhardt',1,'0','Radolfzell','2011-11-06','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(242,'Gerlinde Weber',1,'0','Krauchenwies','2011-11-06','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(244,'Jutta Neumann',1,'0','Stockach','2011-11-06','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(250,'Leelja Baur-Davidson',5,'0','Apache Junction, Arizona','2001-04-15','','<p>Leelja Baur-Davidson is a certified Hypnotherapist, NLP-Trainer & Instructor, Minister and Shamanic Practitioner with extensive experiences as a healer, psychotherapist, and teacher in Germany and the United States. <br /> She uses a blend of proven value communication techniques, theta-healing techniques, soul-coaching and shamanic healing techniques to facilitate growth for individuals and groups.</p>','','','','l.baur-davidson@baurtrains.com',0,1,0,'0000-00-00 00:00:00',615),(252,'Judith Hurlburt',5,'0','Bend, Oregon','2010-03-09','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(254,'Ragini Elizabeth Michaels',5,'0','Seattle, Washington','1992-12-03','','<p>Facticity® Trainings provides the \"how\" in creating a smooth interface between the psychological and spiritual dimensions of your life - particularly in the area of decision-making.</p>\r\n<p><span style=\"line-height: 1.3em;\">Like fish that live in the sea, we live in an ocean of Paradox and Unresolvable Dilemmas - but with little awareness of their presence or effect upon our lives and choices.</span></p>\r\n<p><span style=\"line-height: 1.3em;\">Facticity® is a model of the Psychology of the Mystics revealing a completely different way to live with Paradox and the most fundamental Unresolvable Dilemma of being both human and divine. Facticity® offers training in Paradox Management, a unique skill designed to shift normal psychology to match the Psychology of the Mystics. This accelerates the emergence of inner peace, emotional balance, and practical wisdom in daily life.</span></p>','images/trainers/photos/ctl_michaels_200.jpg','(425) 462 4369','http://www.facticity.com/','ragini@facticity.com',0,1,0,'0000-00-00 00:00:00',615),(255,'Bruce Anders',5,'0','Oceanside, California','1994-07-04','','','','','','andersmind@aol.com',0,1,0,'0000-00-00 00:00:00',615),(256,'Alex Holub',5,'0','Los Angeles, California','1994-07-04','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(257,'Michele Roush',5,'0','Santa Cruz, California','1999-01-02','','','','','','nlpco@cruzio.com',0,1,0,'0000-00-00 00:00:00',615),(258,'Shawn Holt',5,'0','Long Beach, California','2000-12-31','','<p>Purpose: Creating greater levels of peace, joy, and harmony throughout the world by helping others realize their own resources and potential.</p>\r\n<p>Focus: I provide personal coaching/consulting sessions and my company also offers public personal development programs and corporate trainings.</p>','','','http://www.adeptinternational.com/','shawn@adeptinternational.com',0,1,0,'0000-00-00 00:00:00',615),(260,'Susan Stageman',5,'0','Dallas, Texas','2005-08-05','','<p>Susan Stageman, M.A. is a Master NLP Practitioner and Certified Trainer through the Society of Neuro-linguistic Programming. In her practice, she trains both individuals and facilitates group sessions in Neuro-linguistic Programming.</p>\r\n<p>Her areas of expertise include communication and use of language, building productive relationships, how to know and get what you want, and changes in behaviors, beliefs and identity.</p>\r\n<p>Susan received her trainer certification from Christina Hall, Meta Master Trainer, her brief therapy training from Robert McDonald, Health Practitioner Certification from Robert Dilts, Tim Hallbom and Suzie Smith, and her hypnosis certification from Tim Hallbom and Nick LeForce.</p>\r\n<p>She is a member of the Society of Neuro-linguistic Programming and American Society of Trial Consultants.</p>','images/trainers/photos/ctl_stageman_200.jpg','','http://www.nlptrainingconcepts.com','susan@nlptrainingconcepts.com',0,1,0,'0000-00-00 00:00:00',615),(262,'Michael DeMolina',5,'0','Anchorage, Alaska','2010-03-11','','<p>Michael DeMolina, MS, Ph.D. (c) has twenty-five years integrating NLP into his counseling practice, resulting in a unique blend of Neuro-Linguistic Psychotherapy. As a certified Trainer through the Society, he presents NLP Practitioner and Master Practitioner Certification Courses and a Clinical Hypnotherapy Diploma. Inspired by the work of Steve & Connirae Andreas, he also provides seminars on Eye Movement Integration Therapy and is a licensed trainer for the Core Transformation process.</p>\r\n<p>Michael also travels internationally, leading workshops in Projective Dreamwork and in Energy Psychology. He is the Lead Trainer of EFT (Emotional Freedom Techniques) for ACEP: The Association for Compre<a name=\"_GoBack\"></a>hensive Energy Psychology.</p>\r\n<p>Blending playful humor with a deeply safe experience of transformation, Michael is absolutely dedicated to the exploration of each person’s individual journey, personal or professional.</p>\r\n<p>He is Chairman Emeritus of the National Qigong Association (USA), and co-founder of Wisdom Traditions, an Integrative Health & Wellness Center.</p>','images/trainers/photos/ctl_demolina_michael.jpg','(907) 770-3656','http://www.Awisdomcenter.com','michael@Awisdomcenter.com',0,1,0,'0000-00-00 00:00:00',615),(263,'Judith Hurlburt',0,'0','Anchorage, Alaska ','2010-03-09','','','','','','',0,-2,0,'0000-00-00 00:00:00',0),(264,'Karim Turki',7,'0','Sioi Fraj La Soukra','2004-11-27','','<p><strong>Karim Turki</strong> est consultant en relations humaine, Coach et enseignant certifié en PNL. Il est le créateur du réseau Euro-Méditerranéen <strong>Arcane Overseas </strong>et fondateur de <strong>NLP Academy</strong>. Installé à Tunis où il enseigne la PNL, il partage son temps entre la consultation individuelle, l\'accompagnement au changement des entreprises et la modélisation. Chercheur passionné il s\'intéresse aux stratégies d\'acquisition du savoir et aux mécanismes de développement de la conscience. <br /><br /></p>','images/trainers/photos/ctl_turki_karim.jpg','','http://www.nlp-academy.net','karim.turki@arcanepnl.com',0,1,0,'0000-00-00 00:00:00',615),(265,'Luc F. Rösli',6,'0','Buchrain','1994-11-11','','<p>Unternehmensberater:</p>\r\n<ul>\r\n<li>Einführung und Betreuung von Leistungslohnsystemen in Verbindung mit Zielvereinbarungsprozessen und Eignungsbeurteilung,</li>\r\n<li>Aufbau und Umsetzung von teilautonomer Gruppenarbeit,</li>\r\n<li>Einführung von Jahresarbeitszeit-Modellen,</li>\r\n<li>Entwickeln von Mitarbeiterbeteiligungssystemen,</li>\r\n<li>Aufbau und Einführung von Produktivitätsförderungs-Modellen,</li>\r\n</ul>\r\n<p>Erfahrung: Seit über 30 Jahre in den verschiedensten Branchen in der Schweiz, Deutschland, Österreich und Frankreich tätig.</p>\r\n<p>Treuhand: Führen eines Treuhandbüros für nationale und internationale Firmen. Spezialisiert auf Nachfolgeregelungen, Leiten der Reorganisation von internen Abläufen, etc. Weitere Dienstleistungen können Sie meiner Webseite entnehmen.</p>\r\n<p>Sprachen: Deutsch, Französisch, Englisch</p>','images/trainers/photos/ctl_roesli_luc.jpg','','http://www.rbs-ag.ch/','info@rbs-ag.ch',0,1,0,'0000-00-00 00:00:00',615),(266,'Philip Stul',6,'0','Basel','1994-12-11','','<p>The purpose and focus of my work: <br /> Coaching people to become who they really are, I support them in fulfilling their potential and to live their lives in excellence.</p>\r\n<p>My clients come to me with challenges originating in their private lifes, their business environment or in their sport careers.</p>','images/trainers/photos/ctl_stul_200.jpg','','http://www.philipstul.com/','NLP@gmx.ch',0,1,0,'0000-00-00 00:00:00',615),(267,'Ulrich Wirth',6,'0','Horgen','1995-10-31','','<p>Purpose and focus of my work: <br /> to support people and organisations to realize and make happen their full positive potential in all or any private or professional aspects, <br /> - by consulting, training, coaching.</p>','','','','ulrich_wirth@bluewin.ch',0,1,0,'0000-00-00 00:00:00',615),(268,'Andreas Schneider',6,'0','Basel','1996-12-06','','','','','','andreas.schneider@hkrbasel.ch',0,1,0,'0000-00-00 00:00:00',615),(269,'Dr. Frank Wartenweiler',6,'0','Zürich','1997-07-04','','<p>Dr. phil. Psychologe und eidg. anerkannter Psychotherapeut (ASP) mit Praxis in Zürich.</p>\r\n<p>Ausgebildet in Gruppendynamik, Gesprächspsychotherapie nach C. Rogers, Hypnotherapie, Psychoanalyse und Provokativer Therapie direkt bei Frank Farrelly.</p>\r\n<p>Publikationen: “Provozieren erwünscht… aber bitte mit Feingefühl” und “Zauberspiegel – Spiegelzauber”, Bücher über Provokative Therapie bei Junfermann Verlag, Paderborn.</p>','images/trainers/photos/ctl_wartenweiler_200.jpg','','http://www.frankwartenweiler.ch','frank.wartenweiler@bluewin.ch',0,1,0,'0000-00-00 00:00:00',615),(270,'Tushita Bosonet',6,'0','Geneva','1997-06-29','<p>Also certified as a Master Coach and Coaching Trainer, January 11, 2007.</p>','<p>Collège Romand de PNL</p>\r\n<p>Purpose and focus of my work: Give tools to people to enhance the quality of their personal and professional lives. <br /> This is done through teaching NLP Practitioner and Master Practitioner, as well as offering seminars in the areas of creativity, stress reduction, coaching, mind management, organization and improvisation.</p>','images/trainers/photos/ctl_bosonet_200.jpg','','http://www.pnl.ch/','info@pnl.ch',0,1,0,'0000-00-00 00:00:00',615),(271,'Dr. phil. Henriette Hess',6,'0','Bern','1998-03-25','Trainer in the Applications of NLP in Education','','','','','',0,1,0,'0000-00-00 00:00:00',615),(272,'Madeleine Duclos',6,'0','Bern','1998-09-03','','<p>FlowChange - Switzerland and Holland <br /> Trainer and Coach in Communication, Learning and Development<br /> AL-Trainer, Solution-Focus, SySt, Inner Game, NVC, Edu-Kinesiology</p>\r\n<p>After her studies at the Universities of Berne (Switzerland) and Bordeaux (France), Madeleine began to specialize in holistic methods. Today she runs her own business. She develops and gives courses in communication, personal development and teacher trainings, always connecting mind, body and heart.</p>\r\n<p>For years, she has shown a profound interest for the latest developments in teaching, learning and change. Her strength is to coach teams and individuals in change processes, as well as to run creative and active workshops like \"Leadership through Appreciation\" - \"It needs two to tango: lead and follow\" - \"Lead a cat and you will lead anybody else\".</p>','','','http://www.flowchange.com/','flowchange@swissonline.ch',0,1,0,'0000-00-00 00:00:00',615),(273,'Corinne Schweitzer',6,'0','Winterthur','1998-10-02','','<p>Die Kernkompetenz meiner Arbeit mit NLP liegt im Selbstmanagement, in der Jugend- und Erwachsenenbildung und in der nachhaltigen Kommunikationsarbeit.<br />Auch verbinde ich NLP mit Sprach- und Schreibcoaching zu einem persönlichkeitsfördernden Prozess.</p>','images/trainers/photos/ctl_schweitzer_200.jpg','+41 52 238 18 10','','c.schweitzer@bluewin.ch',0,1,0,'0000-00-00 00:00:00',615),(274,'Sebastian Piekarek',6,'0','Luzern','1999-08-28','','','','','','piekarek@gmx.ch',0,1,0,'0000-00-00 00:00:00',615),(275,'Werner Brülisauer',6,'0','Rottenschwil','2000-09-30','','','','','','w.bruelisauer@universal-changes.ch',0,1,0,'0000-00-00 00:00:00',615),(276,'Adrian Schweizer',6,'0','Gockhausen','2002-03-18','','','','','','a.schweizer.gockhausen@bluewin.ch',0,1,0,'0000-00-00 00:00:00',615),(277,'Roger Blumenthal',6,'0','Morges','2002-03-30','<p>Also certified as a Coaching Trainer, June 20, 1998.</p>','','images/trainers/photos/ctl_blumenthal_200.jpg','+41 21 802 30 66','http://www.lifedynamic.ch/','blumenthal@lifedynamic.ch',0,1,0,'0000-00-00 00:00:00',615),(278,'Karin Streuli',6,'0','Ennetbaden','2002-04-24','','<p>CORE Praxis und Ausbildungszentrum<br /> NLP und Systemische Lösungen</p>\r\n<p>Langjährige Tätigkeit in Schule und Erwachsenenbildung, Kommunikationstrainerin, Cert. NLP Lehrtrainerin DVNLP, Cert. NLP Lehrcoach DVNLP, Cert. NLP Trainerin der Society of NLP, USA<br /> Kinesiologin, Lösungsorientierte Kurzzeittherapie, Coaching<br /> Weiterbildung Systemische Einzel,- Paar- und Familientherapie, Gunthard Weber, Heidelberg, Weiterbildung Systemische Aufstellungsarbeit, Dr. I. Kutschera, H. Eichenmüller, München</p>\r\n<p>Angebot<br /> Ausbildung und Training in NLP, Practitioner, Master, Coach<br /> Systemische Familien- und Organisationsaufstellungen<br /> Interne Seminare in Organisationen, Firmen und Teams<br /> Persönlich-zielfokussiertes Coaching<br /> Systemisch-lösungsorientierte Beratung <br /> Kurzzeittherapeutische Interventionen<br /> Supervisionen für Lehrpersonen und für Teilnehmende der NLP Ausbildungen</p>\r\n<p>Leitgedanken<br /> Betone die Einzigartigkeit jedes Menschen und vertraue auf seine (z.T. verborgenen) aktivier- und integrierbaren Fähigkeiten. Eröffne neue Wahlmöglichkeiten. Suche – je nach vorliegender Thematik – die Lösung eher im Individuum oder in der Beziehung. zu Anderen.</p>','images/trainers/photos/ctl_streuli_karin.jpg','','http://www.nlp-core.ch/','info@nlp-core.ch',0,1,0,'0000-00-00 00:00:00',615),(279,'Marie-France Bourdais',6,'0','Montreux','2002-06-29','','<p>Professeur à la Haute Ecole d\'ingénierie et de gestion du Canton de Vaud HEIG-VD Coach personnel depuis 1984, coach personnel et professionnel depuis 1996.</p>\r\n<p>Expériences professionnelles dans 5 domaines</p>\r\n<p>Académique: Professeur à la HEIG-vd elle est responsable du cours « Communication Coaching » dans les études Postgrades Human-systems-engineering HES-SO, elle crée actuellement un cours postgrade \"Méta-coaching\" qui sera une spécialisation dans le MAS (Master in advanced studies dès 2007).</p>\r\n<p>Commercial: Consultante et partenaire de Consulting & Management Team s.a, divers mandat dans commerce de luxe, assurance, fusion d\'instituts pédagogiques, elle a aussi une expérience comme conseillère en personnel et responsable de formation.</p>\r\n<p>Culturel : Directrice du Centre culturel de Montreux pendant 12 ans elle a managé, dirigé et promu des événements culturels (30 ans du festival de Jazz Montreux), ainsi qu\'organisé et animé des séminaires dans le domaine de l\'expression artistique, de la communication et du développement d\'équipe.</p>\r\n<p>Médico-social, Elle a exercé les fonctions d\'assistante sociale, d\'éducatrice spécialisée, et d\'animatrice socioculturelle.</p>\r\n<p>Formation:<br /> Diplôme d\'Etat de Travail social (F), Diplôme d\'Etude Postgrade en Human Systems Engineering HES_SO, Diplôme de l\'Institut Supérieur du Management (ISMA). Cours postgrade \"Management des Organisations Internationales\" à l\'IDHEAP (Institut des Hautes Etudes de l\'Administration Publique).<br /> Formation en coaching, gestalt thérapie et rebirthing.<br /> Consultante accréditée au Léonardo 3.4.5.</p>','images/trainers/photos/ctl_bourdais_marie-france.jpg','','http://www.coaching-mentoring-pnl.ch/','mfbourdais@bluewin.ch',0,1,0,'0000-00-00 00:00:00',615),(280,'Susanne Codoni',6,'0','Allschwil','2003-08-27','Trainer in the Applications of NLP in Heilpädagogik, Körperarbeit und Gesundheit','','images/trainers/photos/ctl_codoni_susanne.jpg','','http://www.scodoni.ch/','info@scodoni.ch',0,1,0,'0000-00-00 00:00:00',615),(281,'Esther Widler',6,'0','Bern','2003-08-28','','<p>Unsere Persönlichkeit und unser Leben sind vielschichtig, facettenreich und bunt. Manchmal stehen wir an, wollen Gefühle und Angelegenheiten wieder in Gleichklang bringen, neue Perspektiven bekommen und mehr Leichtigkeit und Freude erleben.</p>\r\n<p>Wenn Sie sich gerne in Ihrer Persönlichkeit entfalten wollen oder eine andere Sichtweise entwickeln möchten, helfe ich Ihnen mit Freude bei der Klärung.</p>\r\n<p>Dadurch bekommen sie einen vertieften Zugang zu Ihren Ressourcen und Ihrem Potential und können wieder mit Würde, Achtsamkeit und Leichtigkeit durchs Leben schreiten.</p>\r\n<p>Mit Coaching schaffen Sie sich neue Sichtweisen, erlangen Klarheit, erfrischende Perspektiven und Ausrichtungen. Sie wagen neue Schritte. Im Innen und Aussen beginnt ein Wachstumsprozess. Durch Ihr eigenes Potential (Ihre Ressourcen) finden Sie Lösungsstrategien um dadurch letztlich Ihre Persönlichkeit zum erfrischenden Erblühen zu bringen.</p>\r\n<p>Ich begleite Sie in diesem Prozess auf der Seelen- und Herz-Ebene, so dass Ihre eigenen Ressourcen und Fähigkeiten wieder aktiviert zum Vorschein kommen. Dies findet in Form von Gesprächen mit unterschiedlichen Techniken statt. Die von mir angewandte Methode stellt eine Mischung aus Erfahrenem und selbst Entwickeltem dar, die in unserem Gespräch ganz individuell auf Ihr Thema sowie Ihre Bedürfnisse abgestimmt werden können.</p>\r\n<p>Meine Stärken liegen dabei auf dem aufmerksamen, hellhörigen Zuhören, Mitfühlen und Wahrnehmen von Zusammenhängen. Mit Humor und Klarheit begleite ich Sie auf Ihrem Weg und wirke dabei als Übersetzerin für Ihre Seelen- und Herzensbotschaften.</p>\r\n<p>Sie stehen dabei im Mittelpunkt beim Finden einer für Sie stimmigen Lösung.</p>\r\n<p>Über 25 Jahre Erfahrung als Lehrerin an Abschlussklassen, Arbeit mit Erwachsenen haben mich immer wieder in die Themen Bewusstsein und Veränderungsprozesse eintauchen lassen. Techniken von NLP, Hypnose, Kinesiologie und Energiearbeit nutze ich als Werkzeuge bei meinen Coachings seit 2000.</p>','images/trainers/photos/ctl_widler_esther.jpg','','http://www.estherwidler.ch','info@estherwidler.ch',0,1,0,'0000-00-00 00:00:00',615),(282,'TomMike Beerli',6,'0','Basel','2003-09-02','','<p>TOMMUNIKATION<br /> Thomas Beerli bietet all jenen individuellen Raum, die an einer gelungenen und verantwortungsvollen Kommunikation interessiert sind und ihren Mitmenschen mit Respekt und Achtung begegnen wollen. Dabei schöpft er aus seiner fundierten langjährigen Erfahrung im NeuroLinguistischen Programmieren, stützt sein Konzept der kommunikativen Kreativität freilich auch auf seine tiefgreifende Auseinandersetzung sowohl mit der westlichen als auch der östlichen Philosophie ab und versteht es auf virtuose Weise, Worten den ihnen angemessenen Wert zu geben.</p>\r\n<p>Schon früh faszinierten ihn die mannigfaltigen Möglichkeiten, welche sich durch eine bewusste und sorgfältige Sprache eröffnen, um auf höchst effizientem Weg erstrebte Ziele und erwünschte Veränderungen zu erreichen. Selbstverständlich kommt ihm dabei auch seine umfassende Humanistische Bildung und seine in jahrelangem Kampfkunsttraining erworbene rasche Auffassungsgabe und präzise Situationseinschätzung zugute.</p>\r\n<p>Stets steht freilich für ihn der Mensch als eigenständiges Gegenüber im Mittelpunkt, so dass er diesen dabei unterstützt, sich seiner eigenen Fähigkeiten und Ressourcen zu erinnern und diese sinnvoll einzusetzen. Er sagt von sich, dass er selbstverständlich keine Wunder bewirken, jedoch Möglichkeiten finden sowie erweitern könne und dabei den Humor sehr ernst nimmt.</p>','images/trainers/photos/ctl_beerli_tommike.jpg','','http://www.buzzleys.ch/','buzzly@bluewin.ch',0,1,0,'0000-00-00 00:00:00',615),(283,'Anne-Marie Perri',6,'0','Choëx','2006-01-18','<p>Also certified as a Coaching Trainer, June 20, 1998.</p>','<p>Riche d’une expérience de plus de 10 ans dans la vente, enseigne la PNL depuis 2004.</p>\r\n<p>Son dynamisme et sa passion pour les humains ainsi que son goût de la performance ont poussé Anne Marie à créer et à développer des outils d’excellence avec la PNL qui accompagne l’individu dans l’apprentissage et dans son développement et cela avec élégance associant plaisir et confort.</p>','images/trainers/photos/ctl_perri_200.jpg','','http://www.pnl.ch/','anne-marie@pnl.ch',0,1,615,'2014-09-26 20:55:22',615),(284,'André Grünenfelder',6,'0','Heiligkreuz','2008-07-26','','<p>ifbk - Institut für bildende Kommunikation<br /><br />NLP Anwendungen im Businesskontext<br />Systemische Interaktion in Change Management Prozessen<br />Teamentwicklung - Teamlife<br />Persönlichkeitsentwicklung - EA Dynamics</p>','images/trainers/photos/ctl_gruenenfelder_200.jpg','','http://www.ifbk.ch','ag@ifbk.ch',0,1,0,'0000-00-00 00:00:00',615),(285,'Beate Willauer',6,'0','Kreuzlingen','2008-12-07','','','','','','',0,1,0,'0000-00-00 00:00:00',615),(286,'Nicolas von Burg',6,'0','Plan-les-Ouates','2012-01-10','<p>Also certified as a Coaching Trainer, September 21, 2014.</p>','','','','','',0,1,0,'0000-00-00 00:00:00',615),(287,'Lucyna Golinska',12,'0','Lodz','2002-01-31','','<p>Jestem pracownikiem naukowo-dydaktycznym ( profesorem uniwersyteckim) a także psychoterapeutą <br /> Moja aktywność nastawiona na wykorzystanie wiedzy i umiejętności z NLP koncentruje się na dwóch obszarach:</p>\r\n<ol>\r\n<li>to praktyczne wykorzystania NLP w procesie pomocy psychologicznej udzielanej osobom, które chcą dotrzeć do swoich zasobów lub umiejętniej wykorzystać te, których są już świadomi b) do szkolenia innych w zakresie umiejętności NLP.</li>\r\n<li>\r\n<div align=\"left\">Jestem także zainteresowana NLP z perspektywy badawczej; przeprowadzam lub nadzoruję badania dotyczące różnych zależności wykorzystywanych w NLP np: rola metafory w budowaniu poczucia własnej wartości, wykorzystywanie struktur językowych w procesie terapii itp.Szczególnie interesuje mnie skuteczne pomaganie w zakresie budowania lub rekonstruowania poczucia własnej wartości, a także możliwość kontroli i zmiany jakości doświadczanych emocji.</div>\r\n</li>\r\n</ol>','','+48 42 684 80 67','','lgolinska@poczta.onet.pl',0,0,0,'0000-00-00 00:00:00',615),(288,'Jolanta Sierpinska',12,'0','Lublin','2002-04-04','','','','','','jsierpinska@go2.pl',0,0,0,'0000-00-00 00:00:00',615),(289,'Elzbieta Ziembrowicz',12,'0','Lublin','2002-04-04','','','','','','e.ziembrowicz@np.pl',0,1,0,'0000-00-00 00:00:00',615),(290,'Agnieszka Widera-Wysoczanska',12,'0','Wroclaw','2005-04-04','','<p>Agnieszka Widera-Wysoczanska, Ph.D., psychologist, adjunct professor at the Institute of Psychology, Wroclaw University, Poland (since 1987) and lecturer at the University of Social Psychology (since 2007). She prepared her doctoral dissertation in University of Saskatchewan (Canada).</p>\r\n<p>Since 1990, leading in turn training practitioner, master practitioner and trainer of NLP. Title Trainer of NLP The Society of NLP obtained from Christina Hall.</p>\r\n<p>She conducting courses for professionals in the area of complex chronic childhood trauma at the Psychotherapy Institute for Trauma, Development and Training, since 1995. She is co-developer of the Mental Health Center for Persons from Dysfunctional Families (now Psychotherapy Centre for Trauma, Development and Training), where she conducts individual and group psychotherapy (since 1987) for victims (children and adults) of complex interpersonal childhood trauma. Guided therapy is based in part on assumptions of NLP.</p>\r\n<p>She specializes in the diagnosis (including judicial) and treatment of sexually abused children. She is a certified psychotherapist of European Psychotherapy Association, Trauma Specialist (Polish Therapist Society), Supervisor of PTS in diagnosis and therapy for people after trauma, Consultant in Child Clinical Psychology of Polish Psychology Association (PPA), Supervisor nominated by the Polish Anti-violence Agencies and Trainer of the PPA. She was a member of the National Agency Against Family Violence. Currently a member of the Lower Silesian Commission on the Prevention of Violence. Also a member of the ISTSS, ESTD and ESTSS.</p>\r\n<p>On the basis of her professional experience has developed an integrated diagnostic and therapeutic program for adult expiriencing interpersonal trauma, which is partly described in the books:</p>\r\n<ul>\r\n<li>Building healthy relationships: Integrated psychotherapy for persons after chronic childhood trauma. (2007) In: Therapists\' Affective Responses (ed. Rudolf Gregurek). Dubrovnik, 2007</li>\r\n<li>Interpersonal trauma and its Consequences in adulthood. Cambridge Scholar Pub., 2010</li>\r\n<li>Mechanisms of Domestic Violence. From generation to generation. Warsaw: Dyfin., 2010</li>\r\n<li>An understanding of interpersonal trauma. Mechanisms and consequences. Warszawa: Difin (co-author: Kuczynska), 2011</li>\r\n<li>Trauma Treatment: Factors Contributing to Efficiency. Cambridge Scholar Pub.</li>\r\n<li>The Psychotherapy of Victims and Perpetrators of Domestic Violence as a Treatment of Trauma Experienced in Childhood, In: Is this a culture of trauma? (edited by Jessica Aliaga Lavrijsen and Michael Bick), UK: Inter-Disciplinary Press (co-author: Dyjakon)</li>\r\n<li>Interpersonal trauma, intervention, support and psychotherapy, in press</li>\r\n</ul>\r\n<p>She has published about hundred psychological articles.</p>\r\n<p>Her passion is work as a psychotherapist and trainer, skiing, traveling during which reaches the farthest places and photography.</p>','images/trainers/photos/ctl_widera-wysoczanska_200.jpg','','http://www.psychoterapia.wroclaw.pl','instytut@psychoterapia.wroclaw.pl',0,0,0,'0000-00-00 00:00:00',615),(291,'Agata Swoboda',12,'0','Warsaw','2008-03-21','','','','','http://www.psychoterapia.wroclaw.pl/','instytut@psychoterapia.wroclaw.pl',0,1,0,'0000-00-00 00:00:00',615),(292,'',0,'0','','1970-01-01','',' ','','','','',0,-2,0,'0000-00-00 00:00:00',0),(293,'Hermann K. J. Fritsche',9,'0','Mauren','1999-08-28','','<p>Applications of NLP in the transcultural field and diversity management, hypnosystemic Coaching, Member of M.E.G. (Milton Erickson Soc.)<br /> Systemic application of the Enneagrams as a format for life-work balance, backing of highly-skilled kids, NLP-Training for Teachers and NLP-application for self-controlled learning and classroom-management, Brief Therapy.</p>','images/trainers/photos/ctl_fritsche_200.jpg','','http://www.nlp.li','hkj@nlp.li',0,0,0,'0000-00-00 00:00:00',615),(294,'Tobias Voß',1,'1','Munich','2006-04-18','<p>Certified as a NLP Trainer, August 28, 1999</p>','<p>Tobias is the founder of METALOG and does NLP training, team development, leadership training since 1994.<br />He developed the Metalog Method: a solution oriented approach which integrates experiential group activities with systemic and hypno thinking. Besides that he invented several METALOG training tools - materials for trainers.</p>\r\n<p>In his normal life he is director of the METALOG branches in Germany, United Kingdom, Turkey and Italy and lives in Munich (Germany) and Chiavenna (Italy).</p>','images/trainers/photos/ctl_voss_200.jpg','','http://www.metalog.de','tobias.voss@metalog.de',0,1,0,'0000-00-00 00:00:00',615),(295,'Gilles Roy',3,'1','Avignon','2010-06-14','<p>Certified as a NLP Trainer, March 31, 1997. Also certified as a Coach and Coaching Trainer in the Applications of NLP Skills to Human Resources Management, Leadership and Coaching, February 1, 1998. Certified as a NLP Brief Therapy Trainer, December 2011. Certified as a Psychotherapist Trainer, May 15, 2012.</p>','<p>Gilles Roy is the co-founder with Marie Paule Rous, of “Formation Evolution et Synergie” an International NLP Training Institute based in the South of France. They have been running NLP courses for twelve years, as well as coaching and communication trainings, for individuals and corporations.</p>\r\n<p>Gilles Roy is also a certified psychotherapist (CEP) with a transpersonal dimension. He is known as a facilitator of successful change and inner transformation. He plays a key role in inviting international trainers and promoting a worldwide NLP network. </p>','images/trainers/photos/ctl_roy_200.jpg','','http://www.coaching-pnl.com','gilles.roy@coaching-pnl.com',0,1,0,'0000-00-00 00:00:00',615),(296,'Arpana Doris Greenwood',5,'1','Anchorge, Alaska','2011-05-25','Certified as a NLP Trainer, November 30, 1999.','','','','http://www.conscioussolutions.com','arpana@conscioussolutions.com',0,1,0,'0000-00-00 00:00:00',615),(297,'Ronald Gerritsen',10,'0','Amstelveen','1999-09-30','','','','','http://www.gmat.nl','info@gmat.nl',0,1,0,'0000-00-00 00:00:00',615),(298,'Rowland Anton Barkley',8,'0','Semič','2005-10-18','','','','','','',0,0,0,'0000-00-00 00:00:00',615),(302,'Stéphane Guyan',3,'0','Marseille','2012-07-30','','','','','','',2,-2,0,'0000-00-00 00:00:00',615),(303,'Tadashi Sugihara',2,'0','Tokyo','2013-05-06','','<p>上場企業の株式会社船井総合研究所に平成6年から勤務し、300社以上の中小企業の業績向上、人材育成、各種研修、組織改革に携わってきた経営コンサルタント。著書「部下の力を引き出すメンター入門」(PHP出版)「会社の業績の9割は課長で決まる」(中経出版)</p>','images/trainers/photos/ctl_sugihara_tadashi.jpg','080-4807-3595','http://www.funaisoken.co.jp/','chu@funaisoken.co.jp',3,1,0,'0000-00-00 00:00:00',615),(301,'Yumi Fukumoto',2,'0','Matsuyama-City','2013-03-13','','','','','','',1,1,0,'0000-00-00 00:00:00',615),(304,'Michael Watson',5,'0','Orlando, Florida','2013-04-15','','<p>With over three decades of experience in NLP and Ericksonian Hypnosis, Michael is an international trainer and consultant. He is on the training staff of Salad Seminars (UK), NLP Comprehensive and the UP Hypnosis Institute in the US. Offering Certification programs and SuperVision groups for NLP Practitioners, Master Practitioners and hypnotherapists, he is a licensed presenter of the Core Transformation Process and faculty member of the Hypnosis Practitioner Training Institute. Frequently presenting at conventions and workshops, Michael is a former president of the Hypnosis Education Association, a member of the International Medical and Dental Hypnotherapy Association, the International Association of Counsellors and Therapists (former Educator of the Year), and Director of Phoenix Services for Personal Development and NLP Florida. His lighthearted and caring style make Michael’s training programs as entertaining as they are valuable. </p>','images/trainers/photos/ctl_watson_200.jpg','(407) 481-0802','http://www.phoenix-services.org','FLHypno@outlook.com',4,1,0,'0000-00-00 00:00:00',615),(305,'Mark Peters',4,'0','Birmingham','2014-01-12','','<p>Mark first become involved with NLP for management of change whilst managing a manufacturing business in the West Midlands. The impact for both his staff and himself was so simple yet profound that it led him to develop a passion for what he now terms ‘Human Engineering’ . He also trained in Hypnotherapy at Stafford University, Human Givens and CBT (cognitive behavioural therapy).</p>\r\n<p>He now works in two main areas</p>\r\n<ol>\r\n<li>The application of NLP, Hypnotherapy and Tai chi for patient rehabilitation</li>\r\n<li>The application of behaviour and belief change in business.</li>\r\n</ol>\r\n<p>The first came about due his love of tai chi and his wife being a nurse in the NHS. This lead him to develop training programs for medical professionals combining ‘NLP in Healthcare’ with improved physical mobility and well-being for patient groups e.g. COPD, CCF, Cardiac rehab etc.</p>\r\n<p>The second came from his own experiences of change management where limiting beliefs have created destructive behaviours within organisations thereby severely hindering their growth. With the manufacturing sectors focused on Lean, 6-sigma, 5S etc. Mark often own refers to NLP as ‘Lean Mind Management’ when elegance of interaction makes the real difference.</p>\r\n<p>In addition to the specialist/bespoke development programs outlined above, Mark also runs in-house trainings and open courses in Birmingham for:</p>\r\n<ul>\r\n<li>NLP</li>\r\n<li>Coaching</li>\r\n<li>Hypnosis</li>\r\n</ul>','images/trainers/photos/ctl_peters_200.jpg','0121 251 6172','http://www.balancedapproach.co.uk','mark.peters@balancedapproach.co.uk',5,1,0,'0000-00-00 00:00:00',615),(306,'Michael Schippel',1,'0','Hannover','2014-09-08','','','images/trainers/photos/ctl_schippel_200.jpg','','http://www.denkstruktur.com','innovation@denkstruktur.com',6,1,0,'0000-00-00 00:00:00',615),(307,'Jolanta Wasilewska',12,'0','Warsaw','2014-01-11','','','','','http://www.infinitypower.pl','jwinfinity@wp.pl',7,1,0,'0000-00-00 00:00:00',615),(308,'Julie French',4,'0','Stafford','2013-07-12','','','','','','',8,1,0,'0000-00-00 00:00:00',615),(309,'Nadège Heinrich',3,'0','Fréjus','2014-04-12','','','','','http://www.heinrich-school.com','nadege.heinrich@gmail.com',9,1,0,'0000-00-00 00:00:00',615),(310,'Klaus Eckardt',1,'0','Ulm','2014-10-05','','','','','http://www.klaus‐eckardt.com','post@klaus‐eckardt.com',10,0,0,'0000-00-00 00:00:00',615),(311,'Jutta Zaepfel',1,'0','Konstanz','2014-10-05','','','','','','jutta.zaepfel@web.de',11,0,0,'0000-00-00 00:00:00',615),(312,'Winny Wambach',1,'0','Rielasingen','2014-10-05','','','','','','winnyw@gmx.net',12,0,0,'0000-00-00 00:00:00',615),(313,'Anke Schlums',1,'0','Singen','2014-10-05','','','','','','anke.schlums@gmx.de',13,0,0,'0000-00-00 00:00:00',615),(314,'Adrian Cox',13,'0','Bangkok','2014-08-30','','<p>Adrian Cox is the founder and director of Yoga Elements Studio, a highly regarded school of yoga and body-mind arts in Bangkok, Thailand. As a well-known teacher of vinyasa-based yoga for over 15 years, Adrian applies the techniques and attitudes of Neuro-Linguistic Programming, into his teaching method as a way of enhancing learning and transformation. He is a licensed NLP Trainer with the Society of NLP by Christina Hall, Ph.D., and a certified NLP Trainer by NLP co-founder John Grinder. Adrian is also a certified coach, Master Practitioner of NLP, and clinical hypnotherapist, whose teachers include Stephen Gilligan and John Overdurf.<br />\r\nHis one-to-one work and group trainings of yoga and NLP draw upon an in-depth study and practice of yoga, Ayurveda, meditation, philosophy, mind, and linguistics for over 20 years. He brings to his teachings a deep interest in change, healing, and personal development.</p>\r\n','images/trainers/photos/ctl_cox_200.jpg','','http://www.adriancox.com','adriancox108@gmail.com',14,1,0,'0000-00-00 00:00:00',615); /*!40000 ALTER TABLE `e30rf_cnlp_trainers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_cnlp_trainers_country` -- DROP TABLE IF EXISTS `e30rf_cnlp_trainers_country`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_cnlp_trainers_country` ( `id` int(11) unsigned NOT NULL auto_increment, `country` varchar(50) NOT NULL, `countrytext` varchar(20) NOT NULL, `flagsmall` varchar(255) NOT NULL, `ordering` int(11) NOT NULL, `state` tinyint(1) NOT NULL, `checked_out` int(11) NOT NULL, `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_cnlp_trainers_country` -- LOCK TABLES `e30rf_cnlp_trainers_country` WRITE; /*!40000 ALTER TABLE `e30rf_cnlp_trainers_country` DISABLE KEYS */; INSERT INTO `e30rf_cnlp_trainers_country` VALUES (1,'Germany','','images/trainers/flags/Germany.png',1,1,0,'0000-00-00 00:00:00',615),(2,'Japan','','images/trainers/flags/Japan.png',2,1,0,'0000-00-00 00:00:00',615),(3,'France','','images/trainers/flags/France.png',3,1,0,'0000-00-00 00:00:00',615),(4,'United Kingdom','the','images/trainers/flags/United Kingdom(Great Britain).png',4,1,0,'0000-00-00 00:00:00',615),(5,'United States of America','the','images/trainers/flags/United States of America (USA).png',5,1,0,'0000-00-00 00:00:00',615),(6,'Switzerland','','images/trainers/flags/Switzerland.png',6,1,0,'0000-00-00 00:00:00',615),(7,'Tunisia','','images/trainers/flags/Tunisia.png',7,1,0,'0000-00-00 00:00:00',615),(8,'Slovenia','','images/trainers/flags/Slovenia.png',8,1,0,'0000-00-00 00:00:00',615),(9,'Liechtenstein','','images/trainers/flags/Liechtenstein.png',9,1,0,'0000-00-00 00:00:00',615),(10,'Netherlands','the','images/trainers/flags/Netherlands.png',10,1,0,'0000-00-00 00:00:00',615),(11,'Austria','','images/trainers/flags/Austria.png',11,1,0,'0000-00-00 00:00:00',615),(12,'Poland','','images/trainers/flags/Poland.png',12,1,0,'0000-00-00 00:00:00',615),(13,'Thailand','','images/trainers/flags/flag_thailand.png',13,1,0,'0000-00-00 00:00:00',615); /*!40000 ALTER TABLE `e30rf_cnlp_trainers_country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_cnlp_workshops` -- DROP TABLE IF EXISTS `e30rf_cnlp_workshops`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_cnlp_workshops` ( `id` int(11) unsigned NOT NULL auto_increment, `title` varchar(75) NOT NULL, `sponsor` int(11) NOT NULL, `start_date` date NOT NULL, `end_date` date NOT NULL, `location` varchar(50) NOT NULL, `description` text NOT NULL, `category` int(11) NOT NULL, `ordering` int(11) NOT NULL, `state` tinyint(1) NOT NULL, `checked_out` int(11) NOT NULL, `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=37 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_cnlp_workshops` -- LOCK TABLES `e30rf_cnlp_workshops` WRITE; /*!40000 ALTER TABLE `e30rf_cnlp_workshops` DISABLE KEYS */; INSERT INTO `e30rf_cnlp_workshops` VALUES (5,'Space Time View Continuum (with translation)',2,'2013-11-07','2013-11-10','Tokyo, Japan','0',0,5,-2,0,'0000-00-00 00:00:00',615),(6,'Les Dessous de PNL (with translation)',3,'2013-11-29','2013-12-01','Geneva, Switzerland','0',0,6,-2,0,'0000-00-00 00:00:00',615),(7,'Formation d\'Enseignant',4,'2014-03-13','2014-03-16','Avignon, France','0',0,7,-2,0,'0000-00-00 00:00:00',615),(8,'The Art Of Training, Session 1 (with translation)',2,'2014-04-29','2014-05-05','Tokyo, Japan','7',0,8,-2,0,'0000-00-00 00:00:00',615),(9,'The Power Language in Action (with translation)',5,'2014-05-30','2014-06-01','Warsaw, Poland','11',0,9,-2,0,'0000-00-00 00:00:00',615),(10,'Formation d\'Enseignant',4,'2014-06-26','2014-06-29','Avignon, France','0',0,10,-2,0,'0000-00-00 00:00:00',615),(11,'The Art Of Training, Session 2 (with translation)',2,'2014-08-09','2014-08-15','Tokyo, Japan','7',0,11,-2,0,'0000-00-00 00:00:00',615),(12,'The Art Of Training, Session 1 (with translation)',2,'2014-09-13','2014-09-19','Tokyo, Japan','7',0,12,-2,0,'0000-00-00 00:00:00',615),(13,'The Art Of Training, Session 2 (with translation)',2,'2014-11-22','2014-11-28','Tokyo, Japan','7',0,13,-2,0,'0000-00-00 00:00:00',615),(14,'Language Intensive',6,'2014-04-03','2014-04-06','Dallas, Texas, USA','0',11,14,-2,0,'0000-00-00 00:00:00',615),(15,'The Art of Training, Session 1',7,'2014-10-20','2014-10-26','Doncaster, UK','0',12,15,-2,0,'0000-00-00 00:00:00',615),(16,'The Art of Training, Session 1 (with translation)',10,'2015-03-23','2015-03-29','Barcelona, Spain','0',12,16,1,0,'0000-00-00 00:00:00',615),(17,'The Art Of Training, Session 1 (with translation)',2,'2015-04-29','2015-05-05','Tokyo, Japan','0',0,17,1,0,'0000-00-00 00:00:00',615),(18,'The Art Of Training, Session 2 (with translation)',2,'2015-08-08','2015-08-14','Tokyo, Japan','0',0,18,1,0,'0000-00-00 00:00:00',615),(19,'Language in Action - Language Intensive',8,'2014-07-13','2014-07-18','Croydon, UK','0',11,19,-2,0,'0000-00-00 00:00:00',615),(20,'Formation d\'Enseignant - Session 1',4,'2016-03-23','2016-03-27','Avignon, France','0',0,20,1,0,'0000-00-00 00:00:00',615),(21,'Formation d\'Enseignant - Session 3',4,'2016-06-29','2016-07-03','Avignon, France','0',0,21,1,0,'0000-00-00 00:00:00',615),(22,'Re-Evaluating Life Story (with translation)',5,'2015-09-18','2015-09-20','Warsaw, Poland','0',0,22,1,0,'0000-00-00 00:00:00',615),(23,'Language in Action (with translation)',9,'2015-05-25','2015-05-30','Bucarest, Romania','0',11,23,1,0,'0000-00-00 00:00:00',615),(24,'Sleight of Mouth - Patterns of Reformulation (with translation)',2,'2015-02-19','2015-02-22','Tokyo, Japan','0',0,24,1,0,'0000-00-00 00:00:00',615),(25,'title to be announced',6,'2015-04-09','2015-04-12','Dallas, Texas, USA','0',13,25,1,0,'0000-00-00 00:00:00',615),(26,'Language in Action (Language Intensive) - with translation',10,'2015-06-09','2015-06-14','Barcelona, Spain','0',0,26,1,0,'0000-00-00 00:00:00',615),(27,'The Art Of Training, Session 2 (with translation)',10,'2015-06-22','2015-06-28','Barcelona, Spain','0',0,27,1,0,'0000-00-00 00:00:00',615),(28,'Language in Action',8,'2015-07-14','2015-07-19','Croydon (London), UK','0',11,28,1,0,'0000-00-00 00:00:00',615),(29,'The \"Game\" of Training - Master Trainer Training (with translation)',10,'2015-10-18','2015-10-25','Barcelona, Spain','0',0,29,1,0,'0000-00-00 00:00:00',615),(30,'The Art of Training, Session 1',8,'2016-02-20','2016-02-26','Croydon (London), UK','0',12,30,1,0,'0000-00-00 00:00:00',615),(31,'The Art Of Training, Session 1 (with translation)',2,'2016-04-29','2016-05-05','Tokyo, Japan','0',12,31,1,0,'0000-00-00 00:00:00',615),(32,'\"Time-Space-View Continuum\" (with translation)',10,'2016-05-26','2016-05-29','Barcelona, Spain','0',13,32,1,0,'0000-00-00 00:00:00',615),(33,'The Art of Training, Session 2',8,'2016-07-09','2016-07-15','Croydon (London), UK','0',12,33,1,0,'0000-00-00 00:00:00',615),(34,'The Art Of Training, Session 2 (with translation)',2,'2016-08-06','2016-08-12','Tokyo, Japan','0',12,34,1,0,'0000-00-00 00:00:00',615),(35,'Language Continuation',8,'2016-10-08','2016-10-11','Croydon (London), UK','0',11,35,1,0,'0000-00-00 00:00:00',615),(36,'The \"Game\" of Training - Master Trainer Training',8,'2016-10-15','2016-10-22','Croydon (London), UK','0',12,36,1,0,'0000-00-00 00:00:00',615); /*!40000 ALTER TABLE `e30rf_cnlp_workshops` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_cnlp_ws_sponsors` -- DROP TABLE IF EXISTS `e30rf_cnlp_ws_sponsors`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_cnlp_ws_sponsors` ( `id` int(11) unsigned NOT NULL auto_increment, `company` varchar(100) NOT NULL, `contact` varchar(50) NOT NULL, `address` text NOT NULL, `country` varchar(50) NOT NULL, `url` varchar(100) NOT NULL, `email` varchar(255) NOT NULL, `fon` varchar(50) NOT NULL, `logo` varchar(255) NOT NULL, `profile` text NOT NULL, `ordering` int(11) NOT NULL, `state` tinyint(1) NOT NULL, `checked_out` int(11) NOT NULL, `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_cnlp_ws_sponsors` -- LOCK TABLES `e30rf_cnlp_ws_sponsors` WRITE; /*!40000 ALTER TABLE `e30rf_cnlp_ws_sponsors` DISABLE KEYS */; INSERT INTO `e30rf_cnlp_ws_sponsors` VALUES (2,'Voice Inc.','','','Japan','http://www.voice-inc.co.jp/','project@voice-inc.co.jp','','images/workshops/sponsors/logo_voice.png','',2,1,0,'0000-00-00 00:00:00',615),(3,'Collège Romand de PNL','','','Switzerland','http://www.pnl.ch','info@pnl.ch','','images/workshops/sponsors/logo_college_pnl.png','',3,1,0,'0000-00-00 00:00:00',615),(4,'Formation Evolution et Synergie','','','France','http://www.coaching-pnl.com/','formationevolutionetsynergie@wanadoo.fr','','images/workshops/sponsors/logo_fes_france.jpg','',4,1,0,'0000-00-00 00:00:00',615),(5,'Inspirations Seminars International','','','Poland','http://www.foley.com.pl/','foley@foley.com.pl','','images/workshops/sponsors/logo_foley.png','',5,1,0,'0000-00-00 00:00:00',615),(6,'Conny Youngblood','','','USA','','coachconnie@mydbgroup.com','','','',6,1,0,'0000-00-00 00:00:00',615),(7,'Umami Training Ltd.','Wayne Marsh','','UK','http://www.umamitraining.co.uk','wayne.marsh@umamitraining.co.uk','','images/workshops/sponsors/umami.png','',7,1,0,'0000-00-00 00:00:00',615),(9,'NLP Academia Romania','Iulian Ernuteanu','','Romania','http://www.academianlp.com','office@academianlp.com','','images/workshops/sponsors/AcadNLP_Romania.png','',9,1,0,'0000-00-00 00:00:00',615),(8,'Dave Rogers','','','UK','http://www.nlpdave.co.uk/','dave@nosmorex.co.uk','','','',8,1,0,'0000-00-00 00:00:00',615),(10,'Instituto Neuron','Alex Roca & Arlo Carrió','','Spain','http://www.institutoneuron.com','hola@institutoneuron.com','','images/workshops/sponsors/instituto_neuron31.png','',10,1,0,'0000-00-00 00:00:00',615); /*!40000 ALTER TABLE `e30rf_cnlp_ws_sponsors` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_contact_details` -- DROP TABLE IF EXISTS `e30rf_contact_details`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_contact_details` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `alias` varchar(255) character set utf8 collate utf8_bin NOT NULL default '', `con_position` varchar(255) default NULL, `address` text, `suburb` varchar(100) default NULL, `state` varchar(100) default NULL, `country` varchar(100) default NULL, `postcode` varchar(100) default NULL, `telephone` varchar(255) default NULL, `fax` varchar(255) default NULL, `misc` mediumtext, `image` varchar(255) default NULL, `imagepos` varchar(20) default NULL, `email_to` varchar(255) default NULL, `default_con` tinyint(1) unsigned NOT NULL default '0', `published` tinyint(1) NOT NULL default '0', `checked_out` int(10) 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` int(10) unsigned NOT NULL default '0', `mobile` varchar(255) NOT NULL default '', `webpage` varchar(255) NOT NULL default '', `sortname1` varchar(255) NOT NULL, `sortname2` varchar(255) NOT NULL, `sortname3` varchar(255) NOT NULL, `language` char(7) NOT NULL, `created` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL default '0', `created_by_alias` varchar(255) NOT NULL default '', `modified` datetime NOT NULL default '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL default '0', `metakey` text NOT NULL, `metadesc` text NOT NULL, `metadata` text NOT NULL, `featured` tinyint(3) unsigned NOT NULL default '0' COMMENT 'Set if article is featured.', `xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to external data sets.', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`published`), KEY `idx_catid` (`catid`), KEY `idx_createdby` (`created_by`), KEY `idx_featured_catid` (`featured`,`catid`), KEY `idx_language` (`language`), KEY `idx_xreference` (`xreference`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_contact_details` -- LOCK TABLES `e30rf_contact_details` WRITE; /*!40000 ALTER TABLE `e30rf_contact_details` DISABLE KEYS */; INSERT INTO `e30rf_contact_details` VALUES (1,'Your Name','your-name','','This is a contact form which you can edit in the contact manager.\r\n\r\nPut your address or other information here. \r\n\r\nThis can be a good place to put things like business hours too.\r\n\r\nDon\'t forget to put a real email address.\r\n\r\nYou also may want to enable Captcha in the global configuration\r\nto prevent spam submissions of contact forms. ','','','','','','','','',NULL,'email@email.com',0,1,0,'0000-00-00 00:00:00',1,'{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":\"\",\"linkb_name\":\"\",\"linkb\":\"\",\"linkc_name\":\"\",\"linkc\":\"\",\"linkd_name\":\"\",\"linkd\":\"\",\"linke_name\":\"\",\"linke\":\"\",\"contact_layout\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}',0,4,1,'','','','','','*','2012-01-04 03:46:36',615,'','2012-01-17 15:03:45',42,'','','{\"robots\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'Michael Huber','michael-huber','','','','','','85072','','','','',NULL,'michi.huber@me.com',0,1,0,'0000-00-00 00:00:00',3,'{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":false,\"linkb_name\":\"\",\"linkb\":false,\"linkc_name\":\"\",\"linkc\":false,\"linkd_name\":\"\",\"linkd\":false,\"linke_name\":\"\",\"linke\":\"\",\"contact_layout\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}',0,9,1,'','','','','','*','2013-10-11 23:59:34',615,'','2013-10-12 00:00:40',615,'','','{\"robots\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `e30rf_contact_details` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_content` -- DROP TABLE IF EXISTS `e30rf_content`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_content` ( `id` int(10) unsigned NOT NULL auto_increment, `asset_id` int(10) unsigned NOT NULL default '0' COMMENT 'FK to the #__assets table.', `title` varchar(255) NOT NULL default '', `alias` varchar(255) character set utf8 collate utf8_bin NOT NULL default '', `title_alias` varchar(255) character set utf8 collate utf8_bin NOT NULL default '' COMMENT 'Deprecated in Joomla! 3.0', `introtext` mediumtext NOT NULL, `fulltext` mediumtext NOT NULL, `state` tinyint(3) NOT NULL default '0', `sectionid` int(10) unsigned NOT NULL default '0', `mask` int(10) unsigned NOT NULL default '0', `catid` int(10) unsigned NOT NULL default '0', `created` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL default '0', `created_by_alias` varchar(255) NOT NULL default '', `modified` datetime NOT NULL default '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL default '0', `checked_out` int(10) 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` varchar(5120) NOT NULL, `version` int(10) unsigned NOT NULL default '1', `parentid` int(10) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `metakey` text NOT NULL, `metadesc` text NOT NULL, `access` int(10) unsigned NOT NULL default '0', `hits` int(10) unsigned NOT NULL default '0', `metadata` text NOT NULL, `featured` tinyint(3) unsigned NOT NULL default '0' COMMENT 'Set if article is featured.', `language` char(7) NOT NULL COMMENT 'The language code for the article.', `xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to external data sets.', PRIMARY KEY (`id`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`state`), KEY `idx_catid` (`catid`), KEY `idx_createdby` (`created_by`), KEY `idx_featured_catid` (`featured`,`catid`), KEY `idx_language` (`language`), KEY `idx_xreference` (`xreference`) ) ENGINE=MyISAM AUTO_INCREMENT=46 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_content` -- LOCK TABLES `e30rf_content` WRITE; /*!40000 ALTER TABLE `e30rf_content` DISABLE KEYS */; INSERT INTO `e30rf_content` VALUES (1,34,'Welcome','home','','<h1>Welcome!</h1>\r\n<p>Thank you for visiting the “home” of The NLP Connection to acquaint yourself with the scope of my work in Neuro-Linguistic Programming.</p>\r\n<p>I have dedicated more than 35 years to creating innovative training opportunities. Specializing in advanced-level training, my programs are designed to facilitate the fulfillment of each person’s unique goals and desires to make a meaningful contribution to the lives of others. </p>\r\n<p>You will find these trainings lively, interactive, dynamic and practical, emphasizing systemic, synergistic and generative approaches that incorporate multi-dimensional learning strategies.</p>\r\n<p>To generate optimal learning, I hold essential creating an atmosphere of safety, cooperation, trust, respect, inspiration and fun. With this as a foundation, people can explore, discover and experiment with possibilities in ways that bring forth into action greater potential, enriching the quality of life. </p>\r\n<p>Everyone has something of value to contribute. In appreciating our individual differences as re-sources of discovery and possibility, through purposeful action we can make a positive impact and advance together.</p>\r\n<p>I invite you to move forward to discover the possibilities and manifest the potential that beckons within. </p>\r\n<p style=\"text-align: center;\"><img title=\"Christina M. Hall, PhD.\" src=\"images/ch_signature.png\" alt=\"\" /></p>\r\n<h2>Next Workshops</h2>\r\n<p>{loadposition mynextworkshops}</p>\r\n<h2>Featured Products</h2>\r\n<ul style=\"text-align: center; list-style-type: none;\">\r\n<li style=\"display: inline-block; width: 30%;\"><a title=\"The Language Intensive Audio Book\" href=\"index.php?option=com_content&view=article&id=31&catid=21&Itemid=239\"><img style=\"float: left; width:180px; margin: 0px 10px 0px 0px;\" src=\"images/boutique/42-1-095-00-perspective.jpg\" alt=\"Language Intensive Audio Book\" /></a></li>\r\n</ul>\r\n<p style=\"clear: both;\"></p>','',1,0,0,2,'2012-01-04 02:38:10',615,'','2014-07-03 23:14:22',615,0,'0000-00-00 00:00:00','2012-01-04 02:38:10','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',24,0,4,'','Welcome to Christina Hall\'s website, presenting her contributions to the field of Neuro-Lingustic Programming (NLP)!',1,4427,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(3,37,'Article 1 Title','article-1-title','','<p>Here is a news article.</p>','',-2,0,0,8,'2012-01-04 03:10:06',615,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-01-04 03:10:06','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,0,0,'','',1,165,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(4,38,'Article 2 Title','article-2-title','','<p>Here is another news article.</p>','',-2,0,0,8,'2012-01-04 03:10:06',615,'','2012-01-04 03:11:14',42,0,'0000-00-00 00:00:00','2012-01-04 03:10:06','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,0,0,'','',1,10,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(5,39,'Article 3 Title ','article-3-title','','<p>Here is another news article.</p>','',-2,0,0,8,'2012-01-04 03:10:06',615,'','2012-01-04 03:11:50',42,0,'0000-00-00 00:00:00','2012-01-04 03:10:06','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,0,0,'','',1,57,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(6,40,'Creating Your Site','creating-your-site','','<p>Joomla! is all about allowing you to create a site that matches your vision. The possibilities are limitless; this sample site will just get you started.</p>\r\n<p>There are a few things you should know to get you started.</p>\r\n<p>First, every Joomla! site has two parts the Site (which is what your site visitors see) and the Administrator (which is where you will want to do a lot of the site management). You need to log in to the Administrator separately. There is a link to the administrator on the top menu. </p>\r\n<p>You can edit articles in the Site by clicking on the edit icon. You can create a new article by clicking on the Create Article link in the top menu. </p>\r\n<p>To do other things, like edit the contact form, edit the modules or change the site name you need to log in to the administrator. </p>\r\n<p>Some quick tips for working in the Administrator:</p>\r\n<ul>\r\n<li>Change site name and tag line: Go to the Extensions, Template Manager and on the Styles tab click on Your Basic Template.</li>\r\n<li>To edit the Header Module: Go to Extensions, Module Manager and click on Header Module.</li>\r\n<li>To edit the Side Module: Go to Extensions, Module Manager and click on Side Module.</li>\r\n<li>To edit the Contact Form: Go to Components, Contacts. Click on Your Name. </li>\r\n</ul>\r\n<p> </p>\r\n<p>Once you have your basic site you may want to install your own template (that controls the overall design of your site) and then, perhaps additional extensions. </p>\r\n<p>There is a lot of help available for Joomla!. You can visit the <a href=\"http://forum.joomla.org\">Joomla! forums</a> and the<a href=\"http://docs.joomla.org\" target=\"_blank\"> Joomla! documentation site</a> to get started. </p>','',-2,0,0,2,'2012-01-04 04:27:11',615,'','2012-01-04 04:40:05',42,0,'0000-00-00 00:00:00','2012-01-04 04:27:11','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,0,5,'','',1,6,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(15,73,'Boutique Doors','boutique-doors','','<p><img src=\"images/boutique_doors.png\" border=\"0\" alt=\"\" width=\"100%\" /></p>','',-2,0,0,2,'2013-11-13 10:14:49',615,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2013-11-13 10:14:49','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,0,5,'','',1,31,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(7,60,'The Art of Training and Presenting','the-art-of-training-and-presenting','','<h1>The Art of Training and Presenting</h1>\r\n<p>The NLP Trainer Training with Christina Hall, Ph.D., NLP Meta-Master Trainer, distinguished authority and a foremost innovator of NLP. Expand the range and scope of your abilities and skills to new levels of expertise… actualize greater potential for yourself and others!</p>\r\n','\r\n<h1>The Art of Training and Presenting</h1>\r\n<p>The NLP Trainer Training with Christina Hall, Ph.D., NLP Meta-Master Trainer, distinguished authority and a foremost innovator of NLP. Expand the range and scope of your abilities and skills to new levels of expertise… <span style=\"line-height: 1.3em;\">actualize greater potential for yourself and others!</span></p>\r\n<h2>Who is this training for?</h2>\r\n<p>This training is for anyone, whatever your area of application… training, presenting, teaching, counseling, coaching, team-building, goal-setting, vision-building or time management. And, for anyone who wants to make a meaningful contribution to the professional and personal lives of others. </p>\r\n<h2>Why?</h2>\r\n<p>What you will learn here will provide you with the skills and techniques to organize any presentation on any topic for any group or any individual to successfully achieve desired outcomes.</p>\r\n<blockquote>\"Excellent approach in both theory and practice with valuable exercises and <br />applications directly usable in various forms and situations.\"<br /> (President, Corporate Communications, England)</blockquote>\r\n<p>Dr. Christina Hall has been a NLP Trainer since the pioneering days of NLP (1980). As a Meta-Master Trainer since 1991, she specializes in advanced-level training. Chris is recognized internationally as a foremost innovator in the field of NLP. During her 25 years of training and expertise in NLP, she has developed an unparalleled system that she calls \"Poly-Contextual Training Models.\"</p>\r\n<p>Often called \"the expert’s expert,\" Chris, was once described by NLP Co-Developer, Richard Bandler as \"The person who has probably taught me more about NLP... and who continues to prove there is no end to this field.\"</p>\r\n<blockquote>\"Chris’ training abilities astound me. <br />What I learned from her continues to reverberate throughout my life.\"<br /> (Trainer and Creativity Facilitator, California)</blockquote>\r\n<p>Read on… other great reasons to participate…\"step up\" to the next levels in training and learning!</p>\r\n<h2>Find out the training \"keys\" that make a difference between fair or fantastic, mundane or memorable.</h2>\r\n<p>Dr. Hall’s engaging, charismatic and \"intentsive\" training style generates an extensive spectrum in terms of the scope and depth of learning and application. As a result, you will be able to:</p>\r\n<ul>\r\n<li>Manage meaning and \"leadership\" through the art of framing to create empowering realities, just as photographers do through their images and writers through their words.</li>\r\n<li>Create resourceful states and expansive models of thinking to maximize group dynamics.</li>\r\n<li>Organize and deliver powerful presentations and exercises to accomplish what you set out to do.</li>\r\n<li>Teach through example by demonstrating what you are teaching to become a \"finessed\" presenter.</li>\r\n<li>Teach the conscious and unconscious mind simultaneously to integrate abilities of both hemispheres.</li>\r\n<li>Manage the systems of Time to accomplish outcomes and actuate greater potential.</li>\r\n<li>Install generative models through nested loops to integrate learnings in daily life.</li>\r\n<li>Apply systemic learning models to maximize training, consciously and unconsciously.</li>\r\n<li>Open up new pathways of choice and opportunity to surpass your own expectations.</li>\r\n<li>Discover with us the \"difference that makes the difference\" to make your trainings fantastic, memorable and fun!</li>\r\n</ul>\r\n<p>Lively and interactive, this training incorporates an accelerated and synergistic approach to learning. Proven through experience…reliable, practical and effectual… this training includes leading-edge organizational and design tools, techniques and strategies you simply won’t find anywhere else.</p>\r\n<blockquote>\"The learnings I experienced... the tools, skills and knowledge that I have acquired will serve me for the rest of my life. Thank you.\"<br /> (Management Trainer, Germany)</blockquote>\r\n<p>You will come away from this training delighted with your accomplishments, looking forward with confidence, eager and excited to fulfill your training dreams.</p>\r\n<h2 align=\"center\">Seize this opportunity now !</h2>',-2,0,0,18,'2013-10-28 16:38:15',616,'','2014-02-08 01:32:42',615,0,'0000-00-00 00:00:00','2013-10-28 16:38:15','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',15,0,2,'','The NLP Trainer Training by Christina Hall, PhD. Expand your teaching and presenting skills to new levels of expertise and bring fun and learning as inspiring resources into the training environment. ',1,278,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(8,61,'About Chris','about-chris','','<h1>Dr. Christina Hall</h1>\r\n<p>A dynamic teacher, who is recognized for her integrity, caring, in-depth knowledge, ability to model and teach NLP, and for the sense of discovery and fun that she brings into the learning environment, opening up new vistas of experience and learning.</p>\r\n','\r\n<h1>NLP Training Leader<br />Christina Hall, Ph.D., NLP Meta-Master Trainer</h1>\r\n<p><img src=\"images/chris_portrait.png\" border=\"0\" align=\"right\" style=\"float: right; border: 0; margin-left: 15px; margin-right: 0px; margin-top: 5px; margin-bottom: 5px;\" />A dynamic teacher, who is recognized for her integrity, caring, in-depth knowledge, ability to model and teach NLP, and for the sense of discovery and fun that she brings into the learning environment, opening up new vistas of experience and learning.</p>\r\n<p>Christina, a seasoned and respected international trainer, is acknowledged as a major contributor to the development of NLP. She began her NLP training over 35 years ago with the NLP Co-Developers during the pioneering days (1977), and became a Certified NLP Trainer in 1980, followed by certification as a Master Trainer in 1985, and Meta-Master Trainer in 1991. Having spent 10 years working and teaching together with Richard Bandler, Christina has incorporated into her teachings and applications a unique and singular insider’s perspective.</p>\r\n<blockquote>\"As always, Chris is empowering... stimulating... challenging... a delight to be with... brilliant and more!\"<br />(Training Manager)</blockquote>\r\n<p>Focusing on a systems and wholistic orientation in her work, Christina has become best known for her novel work with the structures of time and her mastery and innovations in the area of language patterning, an approach which she refers to as \"Neuro-Systemic Linguistics.\" She collaborated with Bandler in producing some of the most outstanding developments of the eighties, including sub-modalities, the Swish Pattern, the Compulsion Blow-out (expanding and condensing threshold patterns), temporal language patterns and verbal swishes, and many of the Sleight of Mouth Patterns.</p>\r\n<blockquote>\"The learnings I experienced... the tools, skills and knowledge I have acquired will serve me for the rest of my life. Thank you.\"<br />(Management Trainer)</blockquote>\r\n<p>Christina has taught NLP throughout the United States, Canada, the United Kingdom, Germany, Austria, France, Italy, Netherlands, Poland, Croatia, Hungary, Australia and Japan. She is particularly proud to have been part of a 4-person team that developed and successfully implemented, in Croatia, the \"Comprehensive Trauma Therapy Intervention\"... a humanitarian project for victims of war, jointly sponsored by the German and Croatian Governments.</p>\r\n<p>Christina is also one of the few people in the world recognized by ANLP (Association for Neuro-Linguistic Programming, United Kingdom) as an accepted trainer of NLP Trainers and Master Trainers, and is one of only 12 people on the planet to have been offered an Inaugural Honorary Lifetime Fellowship of the ANLP in recognition of her skill and contributions to the field.</p>\r\n<p>Christina is very pleased that her first book, \"Change your Language -- Change your Life\" has been published by Voice Inc., her sponsor in Japan. At present, the book is available only in Japanese. The book represents the dedicated efforts of Mr. Masumi Hori, President of Voice, Ms. Yuko Osora, translator and Mr. Ryuichi Kitami, Editor.</p>\r\n<p>Since 1983, Christina has been an owner of the originating NLP certifying organization -- The Society of Neuro-Linguistic Programming -- established by Bandler & Grinder and all the rights therein. She is the Director of The NLP Connection. In addition, Christina is also a Licensed Psychotherapist, a Certified Hypnotherapist and holds a Doctorate in Psychology and Neuro-Semantic Linguistics.</p>\r\n<blockquote>\"Excellent approach in both theory and practice with valuable exercises and applications directly usable in various forms and situations. Charismatic... \"<br />(President, Corporate Communications)</blockquote>',1,0,0,20,'2013-10-28 16:45:59',615,'','2014-02-08 16:05:45',615,0,'0000-00-00 00:00:00','2013-10-28 16:45:59','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',17,0,12,'','Dr. Christina Hall, a dynamic teacher, who is recognized for her integrity, caring, in-depth knowledge, ability to model and teach NLP, and for the sense of discovery and fun that she brings into the learning environment, opening up new vistas of experience and learning.',1,430,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(9,62,'The Society of NLP','the-society-of-nlp','','<h1>The Society of Neuro Linguistic Programming</h1>\r\n<p>was established in 1978, by NLP Co-Developers, Richard Bandler and John Grinder, as the official certifying body in the field of NLP. If you are interested to find out more about the current status and ownership of the Society, you are invited to <a title=\"Summary of the Legal Proceedings\" href=\"images/documents/summary_society_of_nlp.pdf\" target=\"_blank\">read this statement (pdf)</a>.</p>','',-2,0,0,2,'2013-10-31 00:49:37',615,'','2013-11-24 11:53:14',615,0,'0000-00-00 00:00:00','2013-10-31 00:49:37','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',11,0,6,'','',1,125,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(11,67,'Language in Action','language-in-action','','<h1>Language in Action</h1>\r\n<p>a neuro-dynamic and multi-level approach, systemic and wholistic. In this training, you will learn how the powerful tool of language can profoundly influence your experience in ways that bring forth greater potential into action in your developing language skills!</p>\r\n','\r\n<blockquote>\"We are affected every hour of our life not only by the words we hear and use,<br />but also by our unconscious assumptions about language.\"<br />(S. I. Hayakawa, Linguist)</blockquote>\r\n<h1>Language in Action... Action in Language</h1>\r\n<h2>a neuro-dynamic and multi-level approach, systemic and wholistic, featuring Christina Hall, Ph.D., NLP Meta-Master Trainer.</h2>\r\n<p>Try to imagine life without language? Difficult, isn’t it! Living as we know it simply wouldn’t exist... because everything you see, hear and feel is given meaning through language. </p>\r\n<h2>Words are the currency of life.</h2>\r\n<p>Language develops the mind, influences the body, shapes your world. And as such is one of the most powerful forces in our lives. Perceptions shape language and language shapes perceptions. So it is that language organizes literally every aspect of our lives. Language has power… the power to create your world.</p>\r\n<blockquote>\"The limits of my language are the limits of my world.\"<br />(Ludwig Wittgenstein)</blockquote>\r\n<p>To ignore, minimize, underutilize or underestimate the inseparable interplay between the influence of thinking and the potency of language is to weaken the impact of your communication and compromise the quality of your experience.</p>\r\n<ul>\r\n<li>Move from habitual, unproductive patterns to greater fields of opportunity through “perceptual moves” and “timely orientations.”</li>\r\n<li>Detect and create pivotal “choice points” of Neuro-Logical Leverage to build foundations of possibility.</li>\r\n<li>Bring about more easily desired outcomes, for yourself, your customers and clients. <br />Go beyond reliance on technique to find out what really makes the techniques work… and change last through time.</li>\r\n<li>Learn the “secrets” of organizing information at multi-levels to open up choices where there were none.</li>\r\n<li>Maximize flexibility in all your communications.</li>\r\n</ul>\r\n<h2>Settle for nothing but the best in language training…<br />the benefits will last a lifetime!</h2>\r\n<p>In this training, you will learn how the powerful tool of language can profoundly influence<br />your experience in ways that bring forth greater potential into action<br />in your developing language skills.</p>\r\n<h2>THE “HIDDEN” INFLUENCES<br />The Power of Presupposition - A Nested Structure</h2>\r\n<blockquote>“The connection between language and reality is made by the definition of words.”<br />(Ludwig Wittgenstein)</blockquote>\r\n<ul>\r\n<li>Explore the nested structure of presuppositions as you learn to structure implications to deliver messages at a deeper level.</li>\r\n<li>Combine levels of presuppositions to maximize the awesome power of presupposition... delivering “semantically-dense” communications, making it literally impossible to revert back to “old” habits of thinking.</li>\r\n<li>Recognize ambiguity and purposefully elicit it to integrate perceptions that shift focus and create a different direction.</li>\r\n<li>Apply the “Space-Time-View” continuum to effectively and productively use Time smartly as an organizing framework.</li>\r\n<li>Use presuppositional interventions “conversationally” to influence the process of change.</li>\r\n<li>Learn how syntax builds bridges, opening the present and future for resources.</li>\r\n</ul>\r\n<blockquote>“Learning is discovering that something is possible.”<br />(Fritz Perls)</blockquote>\r\n<h2>EMPOWERING LANGUAGE and SYSTEMS THINKING<br />Unconscious Linguistic Patterning and the Meta-Model</h2>\r\n<blockquote>“Language is more than a means of communication… it is an organ of perception.”<br />(Julian Jaynes)</blockquote>\r\n<ul>\r\n<li>Discover the power of “labels” in organizing thought and behavior.</li>\r\n<li> Extend questions as an information-organizing tool while learning to design questions to structure responses that open up possibilities where there were none.</li>\r\n<li>Detect points of maximum linguistic leverage for easy unconscious change. </li>\r\n<li>Utilize the interactional syntax between the Meta Model, Meta Programs and Well-Formedness Conditions to discover the greatest level of impact.</li>\r\n<li>Harness the set of relationships defined by Modal Operators to give meaning and power to your outcomes and goals.</li>\r\n<li>Learn how to use the natural patterns in language to affect thinking processes in useful and productive ways.</li>\r\n</ul>\r\n<blockquote>“The range of what we think and do is limited by what we fail to notice.<br />And because we fail to notice that we fail to notice there is little we can do to<br />change until we notice how failing to notice shapes our thoughts and deeds.”<br />(R.D. Laing)</blockquote>\r\n<h2>GOING BEYOND THE PARADOX OF “EITHER-OR”<br />The role of paradox in problem formation and problem resolution</h2>\r\n<blockquote>\"We can\'t solve problems by using the same kind of<br />thinking we used when we created them.\" <br />(Albert Einstein)</blockquote>\r\n<ul>\r\n<li>Recognize paradoxes, binds and loops that limit.</li>\r\n<li>Move beyond the dilemma of “either-or-thinking” to liberate an expanse of choice.</li>\r\n<li>Learn how to use recursive patterns and reflexivity to create contexts which can make change an instantaneous and natural process.</li>\r\n<li>Learn how to “deframe” and use quantification to redirect the process of generalization, opening up greater choice, flexibility and creativity.</li>\r\n<li>Apply the “Diamond Pattern” to “less-than-resourceful” generalizations that have drawn a boundary across a unified field.</li>\r\n<li>Learn how to make even seemingly small and subtle changes in language that have a profound affect and benefit.</li>\r\n</ul>\r\n<blockquote>\"It is not the things themselves which <br />trouble us, but the opinions that we<br />have about these things.\"<br />(Epicetus)</blockquote>\r\n<h2>We invite you to join us to discover the potential and actualize the possibilities!</h2>',1,0,0,18,'2013-11-05 15:22:47',616,'','2014-09-24 14:15:48',615,0,'0000-00-00 00:00:00','2013-11-05 15:22:47','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',14,0,1,'','Language in Action... Action in Language\r\na neuro-dynamic and multi-level approach, systemic and wholistic. In this training, you will learn how the powerful tool of language can profoundly influence your experience in ways that bring forth greater potential into action in your developing language skills!\r\n',1,447,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(10,65,'NLP Trainers','nlp-trainers','','<p>It has been my pleasure, as a NLP Meta-Master Trainer and an Owner of the Society of Neuro-Linguistic Programming, to have certified a select group of individuals as NLP Trainers.</p>\r\n<p>Certification as a NLP Trainer is not simply granted for attending a trainer training. The process of fulfilling the requirements for certification as a NLP Trainer is an intensive process that continues after Trainer Training, which includes gaining additional experience in the teaching of NLP, at least 9 days of training in Hypnotic Patterning (with an emphasis on Ericksonian Hypnosis), serving as a Resource Assistant in Practitioner and Master Practitioner training (many Trainers have also served as a Resource Assistant in Trainer Training), a written test, and submitting a video tape.</p>\r\n<p>The following individuals have demonstrated their ongoing dedication and commitment of motivation, curiosity, time and resources to increasing competency and generativity for themselves and others.</p>\r\n<p>Trainers are listed by country, according to the date on which they were certified as an NLP Trainer. Also included is the following information: city, website and/or email address, as well as a short description of the focus and purpose of their work, written by the Trainer.</p>\r\n{loadposition mysecretposition}','',-2,0,0,14,'2013-11-04 23:04:02',615,'','2013-11-20 00:51:11',615,0,'0000-00-00 00:00:00','2013-11-04 23:04:02','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,0,4,'','',1,15,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(16,74,'Trainers and Master-Trainers','trainers-and-master-trainers','','<h1>NLP Trainers & Master-Trainers</h1>\r\n<p>It has been my pleasure, as a NLP Meta-Master Trainer and an Owner of the Society of Neuro-Linguistic Programming, to have certified a select group of individuals as NLP Trainers and NLP Master-Trainers.</p>\r\n','\r\n<h1>NLP Trainers & Master-Trainers</h1>\r\n<p>It has been my pleasure, as a NLP Meta-Master Trainer and an Owner of the Society of Neuro-Linguistic Programming, to have certified a select group of individuals as NLP Trainers and NLP Master-Trainers.<br />\r\nPlease read the <a href=\"index.php?option=com_content&view=article&id=39&catid=14&Itemid=243\">Criteria for Certification as NLP Trainer</a> and the <a href=\"index.php?option=com_content&view=article&id=40&catid=14&Itemid=244\">Criteria for Certification as NLP Master Trainer</a>.</p>\r\n<p>Trainers are listed by country, according to the date on which they were certified as an NLP Trainer. Also included is the following information: city, website and/or email address, as well as a short description of the focus and purpose of their work, written by the Trainer.</p>\r\n<p>{loadposition mytrainers}</p>',1,0,0,14,'2013-11-13 14:06:28',615,'','2014-06-22 21:09:46',615,0,'0000-00-00 00:00:00','2013-11-13 14:06:28','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',12,0,2,'','Christina Hall is proud tp present a select group of individuals she certified as Trainers and Master-Trainers of Neuro-Linguistic-Programming',1,1870,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(17,80,'Workshops','nlp-workshops-with-christina-hall','','<h1>Workshop Calendar</h1>\r\n<p>Christina Hall is offering NLP trainings internationally. Find out when and where her next trainings take place and learn about her sponsors.</p>\r\n<p>{loadposition mynextworkshops}</p>\r\n','\r\n<p>{loadposition myworkshops}</p>',1,0,0,18,'2013-11-23 22:04:45',616,'','2014-06-17 23:51:32',615,0,'0000-00-00 00:00:00','2013-11-23 22:04:45','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"_:default\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',23,0,0,'','NLP-Trainer Christina Hall, PhD. is offering trainings and workshops in Neuro-Linguistic Programming worldwide. Check out dates and places!',1,786,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(18,83,'Language & Time - the Meta-Model','language-time-the-meta-model','','<h1>Language and Time - the Meta Model</h1>\r\n<p>Christina Hall presented a two-day workshop in New York City in November 1999, called Language and Time. The following is an edited transcript of a conversation between Chris and Anastasi Siotas, one of the participants and language enthusiast.</p>\r\n','\r\n<h1>Language and Time - the Meta Model</h1>\r\n<p>Christina Hall presented a two-day workshop in New York City in November 1999, called Language and Time, sponsored by the Dynamic Wellness Center of New York. The following is an edited transcript of a conversation between Chris and Anastasi Siotas, one of the participants and language enthusiast.</p>\r\n<p><strong>Anastasi:</strong> Chris, I’m curious—what was your first exposure to the world of NLP?</p>\r\n<p><strong>Christina:</strong> I was in a Master’s Degree program and starting to do counseling. I really had no idea why some things worked successfully and others didn’t. I remember observing my supervisor do a counseling session and got fascinated by the questions he asked. I asked him how he knew to ask those questions. He pulled the book \"The Structure of Magic\" from his briefcase and told me about some of his experiences at a recent workshop conducted by these two \"wild and crazy\" guys, named Bandler and Grinder, doing something called Neuro-Linguistic Programming. Well, I knew that I had to find out more. I went to my first seminar a few months later and well, the rest is history. From that time on, I pursued NLP with an ever-increasing curiosity and fervor.</p>\r\n<p>NLP challenged some perspectives presented as basic operating procedures during graduate school. For example, the therapist is responsible for the change process. That is, the therapist is supposed to change the client, because he/she know what’s right and best for his/her clients.</p>\r\n<p><strong>Anastasi:</strong> That’s a lot of responsibility!</p>\r\n<p><strong>Christina:</strong> Yes, and I took it seriously. I experienced it as a burden. I think, at some level, I realized this was an impossibility. Yet, on the other hand, this also sent me on a search, which led me to NLP. </p>\r\n<p>Even though I had learned lots of techniques in graduate school, I really didn’t have the slightest idea what change was all about. It really was a total mystery to me. Several questions were predominant in my mind. For example: “What is change?” “What does it mean changing?” And probably, most important, “For what purpose… change?” I figured since I’m responsible for the change process, or so I though, then I’d better find out more about what makes change possible… what change is all about.</p>\r\n<p>During my first day of NLP training, either John or Richard said, I don’t remember which one, that people have all the resources they need to make any change. \"Wow!\" I thought, \"What a concept!\" I was astounded, because the underlying message in graduate school was clients somehow needed to be “fixed.” People actually have all the resources... that concept transformed my thinking on the spot, to say the least.</p>\r\n<p>They (Bandler and Grinder) also said \"resistance means there is no rapport.\" We did exercises that day that demonstrated to me that rapport wasn’t just some random thing. I could actually systematically do something to build rapport and create a readiness for change. That, too, was transformational in my thinking.</p>\r\n<p>That first day of NLP was a powerful experience that changed my direction in life.. All in all, what stands out in my mind is their (Bandler & Grinder) use of language. Not only did they ask questions that, at first, sounded rather strange and unusual to my ears. Their questions got me to think in ways that felt new and different. And I found this intriguing. As I look back, it was truly the \"structure of magic\" and the “magic of structure” in action.</p>\r\n<p>And because of this, I found myself intensely drawn to the Meta Model (of Language). And as fate would have it, a major focus in my explorations and teaching has been and continues to be the role of language in training, learning, accomplishing outcomes and change.</p>\r\n<p><strong>Anastasi:</strong> What makes the Meta Model intriguing to you?</p>\r\n<p><strong>Christina:</strong> After so many years of exploring, working with and teaching the Meta Model, I have come to realize that the Meta Model is about patterns of thinking. It’s still curious to me to hear people continue to call the Meta Model patterns \"violations.\" In some places, it’s actually being presented in that way. When I become a Trainer, I presented the Meta Model from that perspective, too, because that’s the way it had been presented to me. Of course, this is one perspective. However, I think this is a perspective that limits the range of one’s thinking. The Meta Model patterns are not about \"violations\". They represent the patterns of thinking or \"logic,\" if you will, that people use to make sense of their experience, organize and describe their experience. And, paradoxically, these are also the very same patterns that people use to strengthen or weaken the credibility of a generalization (i.e., belief, opinion, judgment, etc.).</p>\r\n<p>The Meta Model is so much more than just an information-gathering tool, as traditionally presented. Questions can either reinforce something as a problem or questions can be used adeptly to \"invite\" someone to consider something from many different perspectives, opening up possibilities where someone thought there were none. </p>\r\n<p>The Meta Model was designed as a tool to find out how and what someone deletes and distorts in order to preserve a generalization, and how they do this. Every verbalization represents a generalization that has gone through a transformational process from the deeper linguistic level. We simply can’t be aware of everything that’s happening at any given moment in time. In fact, we cannot not delete. Deletion and distortion drive the process of generalization.</p>\r\n<p>Therefore, in a nutshell, language shapes perception. Words actually direct a person how to think. With this in mind, is there really a difference between elicitation and installation? There’s a great little exercise that gives participants an experience of this. It’s simple and fun — it’s called \"20 questions.\" Perhaps you played this that as a kid? I remember in my Practitioner Training, David Gordon gave us this exercise to do. </p>\r\n<p>One person (the Modeler) asks questions that presuppose only a yes or no answer. The objective for the Modeler is to guess what his/her partner is thinking of. I give secret instructions to the Explorer to start with nothing at all in mind yet after his/her first response, whether it is “yes” or “no,” to keep their answers congruent. Of course, this exercise isn’t about playing tricks or fooling anyone. It’s about having the experience of how questions “chunk” information, create a focus and thereby, set a direction for thinking. This exercise also gives participants the opportunity to practice asking questions by presupposition.</p>\r\n<p>Why don’t we just do it? You be the Explorer and start with nothing in mind.</p>\r\n<p><strong>Anastasi:</strong> Okay.</p>\r\n<p><strong>Christina:</strong> Okay. Is what you’re thinking about, could it fit on the surface of this table?</p>\r\n<p><strong>Anastasi:</strong> (pause) Yes.</p>\r\n<p><strong>Christina:</strong> So now, whatever questions I ask you have to be consistent with your first response. Would what you’re thinking about also fit the area immediately between the table and the ceiling?</p>\r\n<p><strong>Anastasi:</strong> Yes.</p>\r\n<p><strong>Christina:</strong> Is what you’re thinking about something that I could concretely touch with my fingers?</p>\r\n<p><strong>Anastasi:</strong> No.</p>\r\n<p><strong>Christina:</strong> Okay. So… Is it something I could see?</p>\r\n<p><strong>Anastasi:</strong> No.</p>\r\n<p><strong>Christina:</strong> Is this something that could be described as a Nominalization?</p>\r\n<p><strong>Anastasi:</strong> Yes.</p>\r\n<p><strong>Christina:</strong> Is this something that you would describe as some kind of energy?</p>\r\n<p><strong>Anastasi:</strong> Yes.</p>\r\n<p><strong>Christina:</strong> Is this an aura?</p>\r\n<p><strong>Anastasi:</strong> Yes… But it’s not just that.</p>\r\n<p><strong>Christina:</strong> Ah. Is it our auras?</p>\r\n<p><strong>Anastasi:</strong> Yes! (Both laugh). In the beginning, I had nothing in mind, but right away something began to formulate.</p>\r\n<p><strong>Christina:</strong> Yes, because the shaping of information starts from the first question. In order to answer “yes” or “no” …</p>\r\n<p><strong>Anastasi:</strong> I have to make a decision.</p>\r\n<p><strong>Christina:</strong> Yes.</p>\r\n<p><strong>Anastasi:</strong> I start to delete. So, when you give this exercise to a group, at the end of the exercise, are the Explorers usually thinking of something?</p>\r\n<p><strong>Christina:</strong> Oh, yes. They’re already thinking of something in response to the first question. They have to think of something in order to answer “yes” or “no.” Fascinating, isn’t it?! <br /> Some of the Modelers have guessed what the Explorer was thinking of. After the exercise, one of the questions I ask is \"who’s shaping whose thinking?\" </p>\r\n<p>This exercise demonstrates so simply yet elegantly that questions shape thinking and set a direction, and answers shape questions and set a direction. In order to answer yes or no, you have to delete huge categories of information. It\'s a great example of \"either-or\" thinking… the kind of thinking that can often result in a problematic loop or double-bind.</p>\r\n<p>When you think about it, it’s phenomenal, isn’t it. You can shape somebody’s thinking so dramatically with trivial content. Imagine the impact if you asked somebody, for example, <br /> \"How limiting is your problem?\" Or, a particular favorite of mine... “ What was it that you had perceived as limiting?” And, \"How curious are you to notice all the resources you haven’t recognized yet are there?\" </p>\r\n<p><strong>Anastasi:</strong> So, there is really is a lot more to the Meta Model?</p>\r\n<p><strong>Christina:</strong> Bandler said to me many years ago that the Meta Model is the foundation of everything you do in NLP. I didn’t know what that meant at the time. After so many years of exploring, I wholeheartedly agree. Actually, it seems to me that it’s that and more. See, any verbalization, whether question or statement always demonstrates the Meta Model patterns in action. In fact, you cannot not use the Meta Model. It’s not something we turn on and off. <br /> These patterns shape our thinking on an ongoing basis. </p>\r\n<p>For example, remember the demonstration I did in class… the process I call \"backtracking to data?\" There was something that the participant had perceived as a problem. He chose anxiety. I asked him a series of questions (e.g., \"How do you know when to… \") that backed up the process to the \"data\" – a picture in his mind in which the speed of the movement was a controlling variable. Then, I asked him to experiment with varying the speed in a variety of different ways. This process of varying the speed changed his responses. And, probably most importantly, undeniably showed him that he could do it... systematically. He was learning how to influence his brain in a more useful and productive direction. And I think this is one of the things that NLP is all about.</p>\r\n<p>Then, remember at the end of the demonstration, he said \"now I can see this is a resource.\" \"Yes,\" I replied \"an opportunity to bring forth greater potential into action.\" This is directing the process of generalization. The very \"data\" that was perceived and labeled by him as problematical becomes a choice point that set a different direction.</p>\r\n<p><strong>Anastasi:</strong> So you’ve anchored him to go to that different place?</p>\r\n<p><strong>Christina:</strong> Yes, you got it! This process is also an example of anchoring. That’s one of the things that all of the techniques have in common… to take people back to \"data base\" ... for a purpose. This helps to perform the change. Bandler used to say “the process of getting back to the database performs the change.” This was another one of those statements that, at the time, I didn’t understand. It took some time to get that one. </p>\r\n<p><strong>Anastasi:</strong> So, you can look at a number of states and ask yourself, \"Can that be a communication as well?\"</p>\r\n<p><strong>Christina:</strong> Yes and more. Any state, or any situation, for that matter, represents a transition, an opportunity, a choice point, a learning, a skill and more. It’s not just about having another way of describing something. It’s about building a network of relationships based on function or purpose.</p>\r\n<p>One of the things that I’m passionate about in my teaching is that whatever description someone uses to name a state or external behavior or oneself, for that matter, it’s just a label. In other words, \"the map is not the territory.\" It represents a “nominalized-coded” version of an ongoing process. The label is not the same as the process that the label describes. This may seem obvious, but it’s an example of how someone can make something into a problem instead of an opportunity… by confusing or mixing semantic levels. That’s the kind of thinking that I “invite” people to explore in my trainings, because it has the effect of opening up possibilities and choices that they may not have been aware of or even imagined yet.</p>\r\n<p><strong>Anastasi:</strong> So you want people to understand that in your language certification training? <br /> Is that unique to you?</p>\r\n<p><strong>Christina:</strong> Yes to the first question and more. I want people to integrate that understanding into their thinking and behavior. Regarding the second question, so I’ve been told. That might well be. Well, certainly the ways in which I have people explore the labeling process at a deeper level. It’s also fascinating to explore the Meta Model at a deeper level, as a “nested” structure that represents a set of relations. </p>\r\n<p>After all, language patterns are model-able and teachable. From time to time I’ve heard people say (me, too), doing this identity thing, \"Well, that’s Richard (Bandler) or that’s John (Grinder) or Erickson, for example, as if it they were born using language like that. </p>\r\n<p><strong>Anastasi:</strong> But that seems to contradict one of the main precepts of NLP, that if one person can do it, anybody is capable of it.</p>\r\n<p><strong>Christina:</strong> Exactly. And Bandler and Grinder have demonstrated that quite elegantly. If they hadn’t, we wouldn’t be sitting here, chatting about NLP and language, enjoying our time together. Whether it’s true or not, I think that this presupposition sets a very powerful direction. If one person can do something, then it has a structure that can be modeled and transmitted to others. It doesn’t mean that I will do something just like they do it. I’ve modeled things that I have used for other purposes that the person from whom I modeled a particular strategy.</p>\r\n<p>I’ve heard lots of people repeat the NLP presuppositions, but demonstrating them… ah, I mean, really demonstrating them … well, that’s a different story. For me, the NLP presuppositions are more than just words.</p>\r\n<p><strong>Anastasi:</strong> They’re a way of life?</p>\r\n<p><strong>Christina:</strong> For me, they are for me. And, embracing them in my thinking and behavior has transformed my life, my relationships and my work with others.</p>\r\n<p><strong>Anastasi:</strong> You were so relaxed at the training this weekend, and so conversational, you allowed room for \"not knowing.\" You said, \"I’m here to learn from you, too.\" Are you still discovering things?</p>\r\n<p><strong>Christina:</strong> Firstly, \"not-knowing\" is a powerful attitude and learning state. I take this to mean that I approach learning with a “fresh attitude and sense of curiosity and fascination to explore, discover and experiment to find out the possibilities. </p>\r\n<p>Secondly, I’m part of the learning process. We trainers are part of the system, too. Bateson emphasized this his “notion of ecological self-correction.” Remember we cannot not influence and be influenced, so we’re teaching each other and learning from each other. There’s a very thin line between teacher and student. </p>\r\n<p>Thirdly, There’s always more to explore and discover about language and the underlying structure. I like to ask myself provocative and challenging questions that propel me to find out what else is possible.</p>\r\n<p>I realized many years ago learning more and more techniques was not the answer to deeper, broader understanding and developing an-increasing competency. In my opinion, this serves to reinforce the notion that NLP is only a collection of techniques. I believe that it is functionally more resourceful to “incorporate” NLP as a set of attitudes, operational presuppositions and a methodology based on modeling, because this is the foundation from which the techniques have been derived.</p>\r\n<p>Bandler has said that “NLP is not the techniques that people use, it’s what people do.” Grinder has that “a technique, an outcome, in and of itself, has no particular value. It must always serve a greater purpose.” I believe that learning the techniques within the larger context of purpose is crucial to their effectiveness through time, as well exploring the underlying principles, processes and patterns that make the techniques work. </p>\r\n<p>To loop back to where we started... at that first exposure to NLP almost 25 years ago, I started off knowing nothing about patterning and underlying structure. I knew zero about language at a deeper level, or at the surface level, for that matter. Since that time, my passion to explore, discover and learn has taken me on a grand adventure journey… a journey I couldn’t have ever begun to imagine way back in 1977. What a difference it has made in my life. Wow! Here’s to the continuing journey and more…!</p>',1,0,0,16,'2013-11-24 11:58:19',616,'','2014-06-18 00:46:41',615,0,'0000-00-00 00:00:00','2013-11-24 11:58:19','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',8,0,6,'','Language and Time - the Meta Model\r\nChristina Hall presented a two-day workshop in New York City in November 1999, called Language and Time. The following is an edited transcript of a conversation between Chris and Anastasi Siotas, one of the participants and language enthusiast.\r\n',1,329,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(13,69,'The Art of Change','the-art-of-change','','<h1>The Art of Modeling Change</h1>\r\n<p>NLP Master Practitioner Certification - a systemic and wholistic approach. An opportunity to learn the skills that last a lifetime to build successful interactions and quality relationships. This isn’t about finding out what’s wrong... It’s about testing the limits of a model. </p>\r\n','\r\n<h1>The Art of Modeling <span style=\"line-height: 1.3em;\">Change</span></h1>\r\n<h2>NLP Master Practitioner Certification - a systemic and wholistic approach.</h2>\r\n<p>An opportunity to learn the skills that last a lifetime to build successful interactions and quality relationships.This isn’t about finding out what’s wrong... It’s about testing the limits of a model. And this begins by shifting the focus of attention from what’s wrong to where to go, and what more is there to learn and do, with an ever-increasing sense of curiosity. </p>\r\n<h2>THE ART OF GENERATIVITY<br />A neuro-dynamic and multi-dimensional approach</h2>\r\n<p>We believe that learning new techniques, although helpful, is not the direction to mastering the body of knowledge, methodology, attitude and technology known as NLP.</p>\r\n<p>Join with us because you are motivated to learn how to influence the naturally-occurring and universal processes of change already present in each person that help to build mastery... and do it with purpose.</p>\r\n<h2>The Power of Purpose and Skill</h2>\r\n<p>It’s not the techniques that work, it’s you who work perfectly. So, the question is how do you work the methodology in the processes that make the technology work... so well. In order to do this, you need to influence people at multi-levels. You are always working with neurology, the mindbody system, and choices are built physically as well as mentally.</p>\r\n<p>We invite you to new levels of expertise, flexibility, creativity and skill...<br />in thinking and in action.</p>\r\n<p>How do you take the paradigm someone is using and shift it and its orientation so that people build new neural pathways that set a new direction and opening up possibilities? Learning how to direct the process of generalization is what will enable you to structure change effectively and make it lasting.</p>\r\n<p>Discover and realize how you can<br />make this happen as you experiment and experience methodically and playfully<br />the different and distinctive neuro-dynamic dimensions of change.</p>\r\n<p>Your willingness to explore, discover and use these underlying processes of change at higher logical levels of patterning is an opportunity to learn to do all sorts of things better and better. </p>\r\n<p>An action-oriented, accelerated and synergistic learning format, emphasizing the integration and balance of understanding and know-know in ways that empower people in a changing world.<br />Program content will include:</p>\r\n<h2>Structuring of Reality - Neuro-Dynamics of Belief </h2>\r\n<ul>\r\n<li>How people build, validate and maintain beliefs.</li>\r\n<li>Find out what weakens or strengthens a belief and change a belief.</li>\r\n<li>What are you going to have people examine in order to build more useful beliefs?</li>\r\n<li>How to unconsciously organize and route information to project into the future a greater range of choice.</li>\r\n</ul>\r\n<h2>Metaprogramming Processes... in action</h2>\r\n<ul>\r\n<li>Working at these higher logical levels of organization and thinking makes it possible to have more positive impact over a greater area of thinking and behavior. </li>\r\n<li>Reference Structures and sorting processes.</li>\r\n<li>Rapport Strategies... at a deeper level.</li>\r\n<li>Modal Operators of Behavior. </li>\r\n<li>Integrating and balancing Meta Programs</li>\r\n<li>Directing the process of generalization</li>\r\n</ul>\r\n<h2>Advanced Language Patterns</h2>\r\n<ul>\r\n<li>Unconscious Linguistic Patterning.</li>\r\n<li>Advanced Meta Model -- elicitation or installation... or both and more? An Interactional syntax.</li>\r\n<li>“Sleight of Mouth” Patterns of Reformulation -- creating choice points in experience.</li>\r\n<li>Neuro-Logical Leverage and Polycontextual Mapping.</li>\r\n</ul>\r\n<h2>The Art of Performance Modeling<br />“The difference that makes the difference”</h2>\r\n<ul>\r\n<li>Strategies demystified... practical and useful.</li>\r\n<li>Strategy elicitation: primary macro- and micro-elicitation techniques. </li>\r\n<li>Critical strategies: motivation, decision, learning, problem-solving and more.</li>\r\n<li>Strategy design and installation.</li>\r\n<li>Paradigm shifts and strategic change.</li>\r\n</ul>\r\n<p>This program is designed to take you beyond the formulas to gain deeper understanding of the patterns of change and generativity. This is synonymous with a command of the possibilities... in time, between times and through time as you move into the future because...</p>\r\n<h2>You cannot not influence!<br />And thought originaites with you which means your life is your creation! Therefore, the best way to “predict” your future is to create it, because you are!</h2>',1,0,0,18,'2013-11-05 15:27:17',616,'','2014-02-08 01:26:39',615,0,'0000-00-00 00:00:00','2013-11-05 15:27:17','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',9,0,5,'','NLP Master Practitioner Certification program by Dr. Christina Hall with a strong emphasis on language and change.',1,260,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(14,72,'What others say','what-others-say','','<h1>What others say about Christina Hall</h1>\r\n<p>Often called “the expert\'s expert”, <span style=\"line-height: 1.3em;\">Dr. Hall has been described by </span><span style=\"line-height: 1.3em;\">Richard Bandler, NLP Co-Developer, as “The Ultimate Wordsmith… The person who has probably taught me more about NLP and who continues to </span><span style=\"line-height: 1.3em;\">prove there is no end to this field.”</span></p>\r\n','\r\n<h1 style=\"text-align: center;\">Often called “the expert\'s expert”, <br /><span style=\"line-height: 1.3em;\">Dr. Hall has been described by </span><span style=\"line-height: 1.3em;\">Richard Bandler, <br />NLP Co-Developer, as “The Ultimate Wordsmith… <br />The person who has probably taught me more about NLP and who continues to </span><span style=\"line-height: 1.3em;\">prove there is no end to this field.”</span></h1>\r\n<blockquote>\"Chris, I\'d like to express my gratitude for your continued, unstinting generous work in the world of NLP. I\'ve continued to be inspired by your exemplifying how to follow a \'path with a heart, taking the one less travelled by\' in NLP and \'making all the difference\'.\"<br /> (Ian Berry, England)</blockquote>\r\n<blockquote>“I\'d take training with Dr Chris Hall any day She is stunning! Not only in her amazing linguistic abilities, but also her warmth, tenacity and dedication to enhance people\'s lives and her evident sincerity, warmth and generosity. Thanks again for providing such a brilliant opportunity to enjoy Dr Hall\'s training. It was and continues to be truly a significant ongoing experience in my life and I look forward to the next training.”<br />(Small Business Owner, England)</blockquote>\r\n<blockquote>“I know its a mind read, but I wonder if you fully appreciate the tremendous impact of your teachings, both initially and as a continuing process as insights continue to be made each and everyday. You truly are one of the magicians.” <br />(Physicist, NASA & NLP Trainer Associate, United States)</blockquote>\r\n<blockquote>“I use the language patterns throughout the day, opening up possibilities where people thought there were none. People reported that the problem was no longer there. Thank you for the exciting tools!” <br />(University Professor and Coach, United States)</blockquote>\r\n<blockquote>“I am noticing an increased sense for language and the underlying patterns, I can almost see them when others talk - and I listen to myself and often adjust the way I am expressing my thoughts in order to convey movement, progressing, resources, activity, choices and more.”<br />(Psychotherapist, Germany)</blockquote>\r\n<blockquote>“Every day I am grateful for you and your work. I am a much more powerful coach as a result of my work with you and I am very thankful for you.” (Coach, England)</blockquote>\r\n<blockquote>\"As a former manager for a Fortune 500 company and a current school teacher, most traditional NLP techniques (touch anchors, hypnotic language, closed-eye processes, etc.) have never been appropriate in my work situation. That is why I cherish what I learned from Chris; everything on these tapes is not only 100% effective, but usable in both the boardroom and the classroom.\"<br />(Al Konigsfeld, Mathematics Teacher)</blockquote>',1,0,0,20,'2013-11-05 23:55:04',615,'','2014-02-08 22:26:29',615,0,'0000-00-00 00:00:00','2013-11-05 23:55:04','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',9,0,13,'','\"La grande dame of NLP\", \"The Ultimate Wordsmith\" and \"The Experts Expert\" - read what others say about Dr. Christina Hall',1,323,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(19,84,'Expanding the Dynamics of Belief','expanding-the-dynamics-of-belief','','<h1>Expanding the Dynamics of Beliefs</h1>\r\n<p>Human beings are generalizers. We make generalizations about everything. Generalizations set boundaries, which by definition, are artificial. Yet we use them as indispensable guides to navigate through the world of experience.</p>\r\n','\r\n<h1>Expanding the Dynamics of Beliefs</h1>\r\n<p>Human beings are generalizers. We make generalizations about everything. Generalizations set boundaries, which by definition, are artificial. Yet we use them as indispensable guides to navigate through the world of experience.</p>\r\n<blockquote>\"Nothing is more wondrous about the fifteen billion neurons in the human brain than their ability to convert thoughts, hopes, ideas, and attitudes into chemical substances. Everything begins, therefore, with belief. <br /> What we believe is the most powerful option of all.\"<br />(Norman Cousins)</blockquote>\r\n<h2>Perception is a mirror not a fact.<br /> And what we look on is our state of mind, reflected outward.</h2>\r\n<p>A generalization is in essence a \"law\" or principle, which is inferred from particular examples. It is a evaluative statement that goes beyond what is actually observed and the information available. This \"going-beyond\" is called an inductive leap, to a rule or law, governing some category of experience. An inductive leap occurs when we use particular cases as examples to make a statement (or inference) to define some totality, which includes both observed and unobserved cases. Generalizations are like a \"double-edged\" sword. They can either restrict and limit or expand and enrich the range of possibility and choice.</p>\r\n<p>Often, there is a tendency to take for granted that one’s generalization is the only one possible or the \"right\" one, as if it were a fact. This may seem harmless on the surface. However, when that occurs, it can be limiting, because of the emphasis on closure to further exploration of the possibilities. There is a additional implication in that the generalization is taken to be valid, and perhaps even the same, for all observers.</p>\r\n<blockquote>\"Truth is not what we discover, but what we create.\"<br />(St. Exupéry)</blockquote>\r\n<p>Knowledge is stabilized by the use of generalizations. One of the uses of knowledge is in its predictive function. However, no generalization can ever be more than a probability statement, or \"working\" hypothesis, so to speak, because we can never be utterly certain that all the evidence is in or even available. So, a provocative question arises: Can we ever assert with complete and utter certainty and confidence that we are completely right about something and the other person completely wrong?</p>\r\n<h2>Meaning -- A matter of relationship.</h2>\r\n<p>Generalizations are, in turn, stabilized by meaning, which can be described as the cognitive categorization and interpretation of the world of experience. Meaning is a mental construct, and therefore a secondary representation of experience.</p>\r\n<p>Meaning functions to move away from ambiguity and chaos towards building a sense of coherency and stability. Meaning is coded by a set of relations, which creates a focus that sets a certain direction. That is, meaning acts like a set of instructions to organize information, at deeper levels, in certain ways and not others. And as such, represents a powerful force in shaping, organizing and orientating thinking, responses and behavior.</p>\r\n<blockquote>\"Belief is not the beginning of knowledge, but the end.\"<br />(Goethe)</blockquote>\r\n<h2>Beliefs.</h2>\r\n<p>A belief is a categorical generalization about the world of experience. \"Belief\" is a nominalized-coded version of ongoing process. This means that a static, fixed and unchanging description is used to represent an ongoing process. So, in this sense, a belief is low-quality word. Yet, beliefs serve as \"templates\" or \"navigators\" of behavior, even though they are not necessarily supported by empirical evidence. Nevertheless, people interact in the world as if their beliefs are true and will continue to be true.</p>\r\n<p>A belief can also be described as a form of measurement, which means that one \"quantity\" is being is used to describe another, but the two are of different logical levels (i.e., different semantic levels of meaning). In doing so, we go through a process of deletion and distortion. Therefore, any measurement (i.e., description) is always partial and incomplete. They can really never be justified in an epistemological sense. We can never know all experience. We can never know all of the territory.</p>\r\n<p>Alfred Korzybski (author of \"General Semantics\") has stated in his writings that human beings act as if they have the ability to transcend and separate (dissociate) from ongoing sensory feedback to arrive at opinions, judgments and beliefs about the real nature of anything.</p>\r\n<blockquote>\"Reality is merely an illusion, albeit a very persistent one.\"<br /><br /> Albert Einstein</blockquote>\r\n<p>Korzybski suggests an interesting hypothesis about the nature of beliefs. He states that a belief may be something we build when we don\'t know what is real, and in that sense, artificial. Therefore, a well-formed belief is not going to be based on the statistics there are to support it; rather, on primarily one factor -- how well it serves the individual. A valuation and evaluation of belief is to be primarily based on the consequences of having that belief.</p>\r\n<h2>Filters.</h2>\r\n<p>A belief functions as a filter in that it selects and determines what someone notices, and conversely, what someone doesn’t notice. It could be described as a \"predisposition\" that is carried forth into some situation. Even prior to the selection of response, choice is either restricted or expanded, because the belief is synonymous with the set of perceptual filters that direct someone to notice those parts of the world that are consistent with the belief.</p>\r\n<p>A belief is associated with a particular state of mind, characterized by an intensified attention and receptiveness and increased responsiveness to a certain idea or set of ideas. This is reminiscent of the definition that Milton Erickson, M.D. often used in describing hypnosis and trance. So, in this sense, a belief can be thought of as a \"post-hypnotic suggestion\" in that it basically sets out to prove what it assumes – to verify the validity of the belief, rather than to test the validity. This is referred to as the structure of \"self-fulfilling prophecy.\" This is looped behavior.</p>\r\n<blockquote>\"The range of what we think and do is limited by what we fail to notice. <br /> And because we fail to notice that we fail to notice <br /> there is little we can do to change until <br /> we notice how failing to notice shapes our thoughts and deeds.\"<br /><br /> R.D. Laing</blockquote>\r\n<p>When someone perceives something as a problem, a difficulty or a limitation, they have become stuck in a habitual way of looking at something, making it difficult to think creatively and flexibly. The more familiar something becomes, the harder it seems to see it differently in a fresh way. It all boils down to a matter of focus, because when the focus of attention is shifted, the quality of life changes.</p>\r\n<blockquote>\"In the province of the mind there are no limits.\"<br /><br /> John Lilly, M.D.</blockquote>\r\n<p>But all is not lost, because the ability that people have to learn is phenomenal. Creative solutions begin to emerge and possibilities open up when the elements are reorganized into a different pattern(s) in ways that broadens the scope of how someone looks at what they are doing. This is one of the things that can be accomplished through the use of the \"Meta Model\" and the \"Sleight of Mouth Patterns.\"</p>\r\n<p>The Meta Model is more than just an information-gathering tool. It is also an information-organizing tool that invites someone to explore and consider something not only from one perspective, but from various points of view. This is important, because if people don’t explore something from different perspectives, they won’t change their thinking. One of the purposes of the Meta Model is to expand the range of possibility. It\'s about adding, and adding in such a way, that enriches the quality of experience, opening up choices where someone perceived there to be none.</p>\r\n<p>The \"Sleight of Mouth\" patterns are simply an extension of the \"Meta Model\" and refer to a set of distinctions that reflect the ways in which people defend, validate and maintain their beliefs. The \"justification mechanism\" is the one we are dealing with here. These patterns represent the \"logic\" or rationale that someone uses to verify and give credence to (i.e., make believable) something... to strengthen (or weaken) an idea, an opinion, a belief. In a larger sense, you can think of these patterns as a way in which people preserve the generalization that what they are doing makes sense.</p>\r\n<p>The degree to which somebody has installed a belief is related to the degree with which they have defended it. People tend to cling to the beliefs that they have defended the most. They have used so many \"Sleight of Mouth\" patterns to validate the belief that it has become difficult to shift perspectives in order to focus differently.</p>\r\n<blockquote>\"The important thing is not to stop questioning. <br /> Curiosity has its own reason for existing.\"<br /><br /> Albert Einstein</blockquote>\r\n<p>I would like to expand the notion of what you can do with beliefs. It’s not about finding out what is wrong. And it’s not about validating or invalidating or even eliminating a particular belief. This simply isn’t particularly productive and doesn’t lead to generative change. Every belief is the result of learning, and therefore represents a set of choices. You can leave a belief intact, and examine it in such a way that opens a door to new and different possibilities where there seemed to be none.</p>\r\n<p>It is far more useful to explore and examine the assumptions that reinforce a belief. You can use the \"Meta Model\" and \"Sleight of Mouth\" patterns to examine the unexplored assumptions in ways that question the universality implied by a belief statement. This begins to diminish the impact of a limiting belief. This also serves as a basis for creating profound shifts in thinking and expanding the range of what is possible.</p>\r\n<blockquote>\"Language is more than just a means of communication, it is an organ of perception.\"<br /><br /> Julian Jaynes</blockquote>\r\n<p>The language patterns of the \"Meta Model\" and \"Sleight of Mouth\" are tools to generate requisite variety for conscious and unconscious mind processes to align resources in ways that make desired changes possible in any area of life. Expanding flexibility in all systems is a key, because the real wealth and richness of resources reside on the inside… in the other mind… in the other mind… Whether you describe something as a problem, or difficulty or challenge, or your own enthusiasm to look at life as an opportunity to learn, everything you do is an achievement.</p>\r\n<blockquote>\"The greatest discovery of our generation is that people can alter their lives<br /> by altering their states of mind.\"<br /><br /> William James</blockquote>\r\n<p>© Christina Hall, Ph.D. 2004</p>',0,0,0,16,'2013-11-24 12:03:22',616,'','2014-03-06 23:43:53',615,0,'0000-00-00 00:00:00','2013-11-24 12:03:22','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',9,0,5,'','',1,19,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(20,85,'Language in Action','language-in-action','','<h1>Language in Action </h1>\r\n<p>«Language is in action, exquisitely; it’s coming alive, for me and for others on the course. Christina weaves her word magic, within, and outside of, the exercises. Our worlds change in front of, and behind, our very eyes.» More than a workshop review - read about Christina Hall\'s PPD-sponsored Language in Action.</p>\r\n','\r\n<h1>Language in Action </h1>\r\n<h2>Thursday, Leeds railway station: 3.00 pm.</h2>\r\n<p>A tannoy echoed its train busy-ness in the huge, Starbucked, coffee-spooned hall. Behind me an Asian couple shared secret, whispered, signalling sounds. In front of me garish signs shouted: “Garment Doctor”, “Left Luggage” “Create Your Ideal Sofa.” Language was in action: inside, outside, all around me.</p>\r\n<p>I was London bound to join a PPD course about “using language more purposefully”; had it already begun?</p>\r\n<h2>Later</h2>\r\n<p>On the train I wondered about whether I should be cramming myself full of NLP language stuff to be ready for what I was about to learn (like cleaning before the cleaner arrives). Would I need the whole of The Meta Model at my finger/tongue tips? Should I make sure that I had Sleight of Mouth Patterns available for instant conscious recall? What about Metaprogramme language? Could I list all of those categories and questions? What if Christina wanted me to stand up in front of everyone and name a particular pattern and its question and I couldn’t; and me an English teacher! What if…?</p>\r\n<p>Too many questions.</p>\r\n<p>Too much language in action.</p>\r\n<p>I needed some language inaction. I slept until Stevenage.</p>\r\n<h2>University of London Union Building: Friday, 9.30 am.</h2>\r\n<p>I arrive early to avoid entering just as Christina is introduced. The Union Building is not exactly an illustrious setting, but the PPD course assistants give me and the other newcomer ‘early birds’ a warm welcome and I begin to feel more at ease, still wishing that I’d ‘crammed’ more, studied more, worried more, on the journey down.</p>\r\n<p>Christina arrives at 9.45 with no fanfare. She unpacks, approaches the flipchart and writes:</p>\r\n<h2 align=\"center\">“Language in Action… As a Perceptual Tool”</h2>\r\n<p>I let myself relax into understanding the “Language in Action” bit, but I’m alerted, almost alarmed by the idea that language is a ‘perceptual tool’. If language is any kind of tool at all, surely it’s a communication tool, something that we use for communicating with our self and with each other? How can we use language as a ‘perceptual tool’, a tool for perceiving our self and others? I need time to process what she has written. Six words!</p>\r\n<p>I don’t get processing time, because after a brief, understated, gently emphatic introduction by her PPD host, Judith Lowe, Christina is ready to start.</p>\r\n<p>She talks about her early days as a ‘fledgling therapist’ and how she noticed that some of her clients changed and others didn’t seem to. And what this made her think was,</p>\r\n<p> “What is change?”</p>\r\n<p>As I experience her words there’s something about the way that she pauses when she says them that makes me think,</p>\r\n<p> “Yes, what is change? When I change, or when other people change, exactly what, or even ‘who’, is changing and how does such change happen?”</p>\r\n<p>I’m intrigued, hooked, ready for more. No jargon yet, no categories to learn; maybe I’ll get away with not having done my homework!</p>\r\n<p>Christina goes on to describe an experience of watching her therapy supervisor work with one of her (Christina’s) clients. Very early on in the session the supervisor asked the client,</p>\r\n<p>“What was the problem?”</p>\r\n<p>Christina stops mid-story and repeats her supervisor’s question,</p>\r\n<p>“What was the problem?” and goes on to tell us that that question is such a powerful, early question for any communicator to use with anyone who might consider that they have a problem.</p>\r\n<p>She asks us to consider why; why, of all the questions he could have asked, did her supervisor ask that one? She pauses… gives us time to consider just why it is such a good question. She asks us to ask what is implied in that question that makes it so profoundly affecting and effective. What is it about “was” that is so good? As she asks us, I’m drawn back to the course title on the flipchart. Is this how language can be a tool for perceiving, by using the word “was” instead of “is”?</p>\r\n<h2>Sometime later, Friday pm.</h2>\r\n<p>Our first exercise is simple, direct, directing.</p>\r\n<p>Question 1 (of 8) is:</p>\r\n<p>“What motivated you to take action to begin the process of learning NLP?</p>\r\n<p>(Christina’s emboldening, my italics)</p>\r\n<p>Christina gently insists that we use her exact wording. Why?</p>\r\n<p>Question 2, in three parts, asks:</p>\r\n<p>a) What are some of your most particularly useful learnings from your NLP training?</p>\r\n<p>b) How have you put these learnings into action?</p>\r\n<p>c) How have these learnings made a difference in your life?</p>\r\n<p>Question 3 asks:</p>\r\n<p>“What do you consider as some of your strong inner resources that support you in the process of learning and change”?</p>\r\n<p>While we engage in an animated, even “motivated”, exploration of the questions, I overhear Christina explain to a PPD assistant how important ‘time’ and ‘presupposition’ are in her exercise design, and in her everyday language. She wants us to “learn to use “how” and “when” questions because these are “process-oriented” and elicit where and when in time someone has perceived something as having started.”</p>\r\n<p>As she’s explaining this I return to Question 1 to see if I can apply what I’m overhearing:</p>\r\n<p>“What motivated you…?” </p>\r\n<p> Ah, past tense, there’s the time bit. I think it’s presupposed here that something has motivated us and we’re just being asked to wonder what it was, and then move forward in time with that motivation in mind.</p>\r\n<p>I’m beginning to catch her drift. The words: “begin the process…” imply a starting point and a proceeding, from that starting point in the past, towards our present state of “learning (of) NLP”.</p>\r\n<p>Christina continues with,</p>\r\n<p>“ It’s essential to use language that presupposes more of the response(s) we want to elicit, because our language always creates a focus and sets a direction…”</p>\r\n<p>And,</p>\r\n<p>“… Learn to use language more in ways that presuppose certain things have happened, and will happen, and they will become connected.”</p>\r\n<p>In her innocuous-seeming questions, she’s using language to direct our perception; gently nudging us into perceiving a direction that she feels may be useful for us. We are now re-engaged with, re- immersed in, our “process of learning NLP”. It’s presupposed that we’ll continue (because “processes” proceed) to learn, a useful proposal at the beginning of a 3-day NLP Language course. I think I’m getting this. No jargon, no labels, no complicated categories; just simple everyday language used precisely, purposefully!</p>\r\n<p>Inspired, I check the wording of question 2a:</p>\r\n<p>“What are some of the most particularly useful learnings…?</p>\r\n<p>There’s that word “what” again; I wonder whether that’s significant.</p>\r\n<p>“What are…?” is in the present tense; so whatever follows, I guess, is presumed to exist right now.</p>\r\n<p>Aha!</p>\r\n<p>“What are some of…?” suggests a choice between several objects/aspects. I am definitely getting this!</p>\r\n<p> “What are some… particularly useful learnings…?”</p>\r\n<p>So, “learnings” are presupposed; “useful learnings” even, and then “particularly useful learnings”. Whether we’re reading this or listening to it, the presuppositions are just stacking up, directing, guiding our action. And look at that tiny word “most” sitting innocently in front of “…particularly useful learnings”. We are now being asked to make a judgement about “some of the most particularly useful learnings…” While we search for what is “most particularly useful”, we’ve innocently accepted several positive presuppositions about our NLP learnings. We have a 13-word sentence containing 5, or even 6 presuppositions (if you count the verb tense). This is beautiful, simply beautiful!</p>\r\n<p>Samuel Taylor Coleridge once wrote:</p>\r\n<p>“Prose = words in their best order; - poetry = the best words in the best order.” What we’ve been exploring is using the best, often the simplest, words in the best order, in ordinary conversation, in order to produce extraordinary results over time. </p>\r\n<p>Later, I wander back to my hotel, mulling over 2 b) and 2c), wishing that I’d had this stuff when I was a younger, report-writing teacher. What a difference I could have made. I notice myself noticing my own verb tense: … “could have made.”</p>\r\n<p>I think again</p>\r\n<h2>Saturday and Sunday…</h2>\r\n<p>The weekend continues in the same gently revelatory vein. Language is in action, exquisitely; it’s coming alive, for me and for others on the course. Christina weaves her word magic, within, and outside of, the exercises. Our worlds change in front of, and behind, our very eyes. It’s all done without smoke, without mirrors, without labels and categories! She is partly conjuring, worldweaving, and partly explaining the detailed construction of the warp and the weft of her fabric. For me, PPD have been doing something very right by inviting Christina Hall to deliver on their Master Practitioner Courses. For me, there is no substitute for such simple elegance, such elegant simplicity in training.</p>\r\n<h2>Sunday, Leeds railway station 9.40 pm</h2>\r\n<p>I’ll arrive in the Starbucked, coffee-cupped hall. Waking up fully as I smell the beans, I’ll travel back over the weekend I’ve had.</p>\r\n<p>Viola will meet me.</p>\r\n<p>“Hello, lovely. How was the course?”</p>\r\n<p>“Good, really good, thanks. Getting much better.”</p>\r\n<p>It still is…</p>',1,0,0,16,'2013-11-24 12:31:51',615,'','2014-06-18 00:44:43',615,0,'0000-00-00 00:00:00','2013-11-24 12:31:51','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',8,0,4,'','Language in Action \r\n«Language is in action, exquisitely; it’s coming alive, for me and for others on the course. Christina weaves her word magic, within, and outside of, the exercises. Our worlds change in front of, and behind, our very eyes.» More than a workshop review - read about Christina Hall\'s PPD-sponsored Language in Action.\r\n',1,327,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(21,86,'Working from the Heart','working-from-the-heart','','<h1>Working from the Heart</h1>\r\n<p><img src=\"images/publications/heart_large.jpg\" border=\"0\" style=\"border: 0px; float: left; padding: 0px 15px 5px 0px; width: 180px;\" />Christina Hall knows NLP and has trained many thousands to use and teach it. She began working with both Grinder and Bandler. In this 2007 Rapport Magazine article, she talks to Andy Coote.</p>\r\n','\r\n<span itemtype=\"http://schema.org/Article\">\r\n<h1 itemprop=\"name\">Working from the Heart</h1>\r\n<p>Christina Hall knows NLP and has trained many thousands to use and teach it. She began working with both Grinder and Bandler. She remains as fascinated by people, language and creating change now as she was in 1997. In this 2007 Rapport Magazine article, she talks to <span itemprop=\"author\" itemtype=\"http://schema.org/Person\"><span itemprop=\"name\">Andy Coote</span></span> about her experience and her values.</p>\r\n<p><img itemprop=\"image\" src=\"images/publications/heart_large.jpg\" border=\"0\" style=\"border: 0px; float: left; padding: 0px 15px 5px 0px; width: 500px;\" />Some people can make you feel at ease in a moment. Christina is one of those people. As someone who wants people to ‘walk their talk’ she is certainly congruent with that aim herself. We spoke in late February after she had presented the first half of a Trainer training with Leicester-based Salad.</p>\r\n<blockquote>“Where did you learn to use language like that?” - It was her first encounter with NLP.</blockquote>\r\n<p>In 1977, Christina was a therapist with a Masters in Family Therapy and a PhD in Psychology and Language. Experiencing some challenges working with a particular client, she and the client went to visit her supervisor for his help “My supervisor did some amazing things with the client, like nothing I’d learnt in my graduate work, and I saw some amazing changes happening with my client – and, to an extent, with me.</p>\r\n<p>I asked my supervisor “Where did you learn to use language like that? You didn’t use any techniques that I was aware of.” It was her first encounter with NLP.</p>\r\n<p>Her interest engaged, Christina went to a workshop in Los Angeles on the use of language to make changes and found it “unique and unorthodox”. She was intrigued. “I went to everything I could go to after that. I was interested in change and what it means to someone to make changes and what was happening when those changes were being made. Richard Bandler and John Grinder were amazing together. The rest is history – I was hooked”</p>\r\n<p>In the early days there were no practitioner programs, just a lot of experimentation and exploration. Within a year or two though, Practitioner trainings had begun. Christina took as many practitioner programs as she could, often working in support of the trainers. “I always learned something new – always expanded my learning.” Christina found herself becoming a trainer. “I didn’t get into NLP to be a trainer. I was quite terrified by being in front of groups but in a way, training chose me.”</p>\r\n<blockquote>\"I called Richard ... and he felt that it could take NLP to a new level, so we spent some time developing it and called it the Swish pattern.\"</blockquote>\r\n<p>Working with Richard Bandler could be an unpredictable experience. “Just after I moved to Santa Cruz in 1981, Richard called and told me that a trainer had dropped out of a workshop the following day. “You’re coming with me” he said and hung up. I didn’t even have the chance to say yes or no”.</p>\r\n<p>The development of the Swish pattern was part of a series of innovations that came “out of paying attention to how people perceive something and what it means to them and then asking ‘how can that be useful’ and experimenting until we could answer that question.”</p>\r\n<p>Returning from training, Christina’s colleague “was talking about some challenges he was having. He said that it was ‘all blown out of proportion’. Still on a high from the training, I took him literally and asked him if he saw it as a picture ‘up close and in your face’. He replied that it was and that it was unmanageable, that he couldn’t do anything about it – it was so overwhelming. I asked him to try something as an experiment. I asked him to shoot the picture away from him until it was a small dot – the further away, the better. He did that and he told me that he could manage like that. I asked him to blow it back up again and he again found that it was unmanageable, so we made it small again.”</p>\r\n<p>“I called Richard and explained what had happened. He felt that it could take NLP to a new level, so we spent some time developing it and called it the Swish pattern after the sound the picture made as it shrank into the distance.”</p>\r\n<blockquote>\"Change is a process that can lead to WOW moments – and I like those moments ...<br />I want people to be able to impress and inspire themselves by what they find they can do for themselves.\"</blockquote>\r\n<p>These days, Christina travels the world, teaching NLP at a variety of levels and across many cultures. She takes the time to meet up with trainers and former students to “talk and explore”. Teaching is, she feels, “an opportunity to explore and to push the boundaries. I like to expand the range of people’s thinking – to help them achieve more change, more quickly than they thought possible. Change is a process that can lead to WOW moments – and I like those moments.”</p>\r\n<p>There is no question that NLP has some great techniques, but, Christina feels, it is much more about purpose – both that of the practitioner and of the client. For example, “Rapport is an ongoing process, not a single event, but some people feel that all they have to do is to do a few matching techniques and you have rapport and you can do anything after that. You have to work from the heart, walk your talk and behave congruently.”</p>\r\n<p>Outcomes are important but not at any cost. What matters is whether “the outcome is worth achieving in the context of the client’s purpose”. Christina views the use of NLP techniques for entertainment on the stage or TV by their purpose and ethical framework. “It depends how they do it, on their ethics and their purpose and whether it is simply to make money or impress. If it is purely manipulative, I can’t support it. NLP is not something done to someone, it is something done with them. I want people to be able to impress and inspire themselves by what they find they can do for themselves and not feel bad about the experience.”</p>\r\n<blockquote>\"The trainer is part of the system and not separate. You don’t train or lead in a vacuum. When the trainer stops learning, they’ve changed jobs without knowing it.\"</blockquote>\r\n<p>Training, too, is always a shared experience. “I have learned a lot from training and a lot from people. We are all shaping this process. The trainer is part of the system and not separate. You don’t train or lead in a vacuum. When the trainer stops learning, they’ve changed jobs without knowing it.”</p>\r\n<p>Christina spends a lot of time in travel around the world. She enjoys observing how “cultures shape people and people shape cultures”. Different cultures seem to share many values. “They include connection, a sense of belonging and love. Doing work that they really enjoy and where they feel that they are making a contribution, seem also to be shared values”.</p>\r\n<p>When she first took her workshops to Japan, “people told me that the Japanese wouldn‘t do my exercises but with good pacing and observation, I found that they were happy to get involved and learned equally well as people from other cultures. It became clear to me that some of those comments were projections of the speaker’s experience of the culture and not the culture itself.”</p>\r\n<p>In one part of the world, Christina was able to work with others to make a major difference using NLP. During a training in Switzerland, discussions centred on the trauma and tragedy that was taking place in Kuwait during and after the Iraqi invasion. Christina, along with Dr Dr Sybille Roskother, Robert Klaus and Ulrich Götzen, put together a package of solutions for psychological and therapeutic support for victims of the conflict to be pitched to the German Government. In the event, the package was not adopted for Kuwait, but did get used for victims of the war in Croatia. In 1991/2, Christina and her colleagues were away for two weeks in every six working with a group of professionals – including some Bosnian refugees - chosen by the German government. “We trained the professionals in a variety of skills and techniques so that they could go out and train people on the ground to use them – thus achieving a multiplier effect. There were some terrible things happening in that conflict and I’m extremely proud and humble to have been able to have taken part – it was a great opportunity to help people.”</p>\r\n<blockquote>\"Even when you are highly competent, you should still practice and be open to new ways of approaching old tasks.”</blockquote>\r\n<p>Christina believes that practice is crucial to skills development. Planning also plays a major role. ”People are sometimes surprised to learn that I plan every workshop in some detail. They seem to expect me to wing it. Even when I plan, I find that the reality of a workshop is that I’m winging it a lot of the time. Without the planning – and years of practice – I wouldn’t be able to do that. As Grinder once said, “you only have the luxury of winging it if you have done your homework”. With practice, skills, like driving a car or playing piano, can become unconscious competences. Even when you are highly competent, you should still practice and be open to new ways of approaching old tasks.”</p>\r\n<p>During an awards party in 1991 following 15 consecutive days of training, with several colleagues, Richard Bandler announced that he had a special award “for somebody who had given more to the field than most.” It was a new level of award – Meta Master Trainer. “When he called out my name, I was totally shocked. I appreciated the words from Richard and took them as meaning that he respected and appreciated that I continued to experiment and explore. That my attitude was one that he approved of.”</p>\r\n<p>Need anyone say more?</p>\r\n<p><em>(with kind permission of Rapport Magazine, summer 2007)</em></p>\r\n</span>',1,0,0,16,'2013-11-24 12:38:37',615,'','2014-06-20 22:03:48',615,0,'0000-00-00 00:00:00','2013-11-24 12:38:37','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',30,0,3,'','Interview of Meta-Master-Trainer of NLP, Dr. Christina Hall by Andy Coote for the British Rapport-Magazine.',1,257,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(25,91,'The Game of Training','the-game-of-training-archived','','<h1>The Game of Training</h1>\r\n<p>The NLP Master Trainer Training - from the inside out: Vision of Training and Learning as Exploration • Play • Possibility • Choice • Freedom. <span style=\"line-height: 1.3em;\">The “game” of training is to play... to play to learn... to play to develop your potential!</span></p>\r\n','\r\n<h1>The Game of Training - NLP Master Trainer Training</h1>\r\n<h3>From the inside out: Vision of Training and Learning as Exploration • Play • Possibility • Choice • Freedom</h3>\r\n<p>The “game” of training is to play... to play to learn... to play to develop your potential.</p>\r\n<p>We invite you to:</p>\r\n<ul>\r\n<li> Explore the deep relationship within teaching and learning as part of the same process and develop your abilities to facilitate group-unity, group-spirit and group-learning as a means to promote deep, accelerated and cohesive learnings.</li>\r\n</ul>\r\n<ul>\r\n<li>Experiment with putting your training ideas into action in the moment you think about them.</li>\r\n<li>Expand your skills to utilize whatever behaviors, states and attitudes that come forth in your audience as examples of what you are teaching to make profound shifts in thinking happen.</li>\r\n<li>Stretch your abilities to bring forth greater potential into action and surprise yourself with your abilities to create powerful metaphors for development and change in an instance!</li>\r\n<li>Extend the range and scope of your abilities to new levels of expression in ways that can exceed even your wildest imagination!</li>\r\n</ul>\r\n<p>Just as photographers create powerful images and responses by framing each image with their lenses and writers with their words, so do we, as trainers/presenters, through our presentations.</p>\r\n<p>You have already learned a lot. You have probably noticed that during a training, no matter how well you have planned, unexpected things always happen, some welcomed, others disconcerting, disorienting and sometimes causing self-doubt.</p>\r\n<p>Have some participants responded in ways that challenged, and at times, seemed to diminish your feelings of resourcefulness, flexibility and freedom to choose? Even though we cannot always control events, we can influence how events are seen, interpreted and<br />understood.</p>\r\n<p>Through the various activities planned for your delight, you will also learn how to:</p>\r\n<ul>\r\n<li>Turn unexpected responses, for example, into a source of possibility and golden opportunities that you can nest into the thread of your training.</li>\r\n<li>Transform the “bonds” of unconscious habit to create an inner environment for focus, achieving your outcomes and living a process that is meaningful and fulfilling.</li>\r\n</ul>\r\n<p>In addition, other areas to be explored during will include:</p>\r\n<ul>\r\n<li>The art and skill of framing: the management of meaning and “leadership” through your primary communication resource – the words that you use.</li>\r\n<li>Designing “Contrast Frames” that accelerate and deepen learning.</li>\r\n<li>The balance between forethought and spontaneity… the importance of initiative and intuition.</li>\r\n<li>Turning avoidance and the stressful into the interesting and attractive... transforming the self-criticism and self-doubt into a source of possibility.</li>\r\n<li>The “Staircase Model” for taking nested loops to the next level: expanding your skills to create connections and continuity through time ways that build cohesive and synergistic learning.</li>\r\n<li>Creating an inner environment for focus and the power of nonjudgmental awareness.</li>\r\n<li>The Basic skills of the Inner Game.</li>\r\n<li>The Q.U.E.S.T. Model for setting training and learning goals, building upon a solid foundation of resource, choice and accomplishment and building upon it.</li>\r\n</ul>\r\n<p>Christina has created exercises especially for you to explore, experiment, discover and learn, incorporating an exciting and refreshing synthesis of NLP, Ericksonian Hypnosis and metaphor utilization, Impro-Theatre Sports, and The Inner Game work of W. Timothy Gallwey.</p>\r\n<p>This training is designed to take you to your core-capacities to support, permeate and expand your training style. And, knowing Chris, you can always look forward to delightful surprises and even more to deepen your knowledge and skills as you bring forth greater potential into action.</p>\r\n<p>The advanced trainer training first took place in September 1999 at a very special and magical setting in the Haute Provence of France. Participants have come from the United States, Germany, France, Switzerland, Spain, England, Italy, Belgium, Poland, Mexico, Japan, Thailand and Tunisia to join Chris in this unique training experience.</p>\r\n<p>Prerequisite: Participation in <a href=\"index.php?option=com_content&view=article&id=7&catid=12&Itemid=167\">“The Art of Training”</a> and certification as a NLP Trainer Associate by Christina Hall, Ph.D., an owner of the Society of Neuro-Linguistic Programming.</p>\r\n<p>For those of you who are already certified as NLP Trainers and interested in continuing the refinement of your skills, this training fulfills one of the requirements for certification as a NLP Master Trainer.</p>',0,0,0,18,'2014-02-03 18:58:34',616,'','2014-09-26 08:15:29',615,0,'0000-00-00 00:00:00','2014-02-03 18:58:34','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',9,0,4,'','A special NLP training for NLP Trainers by Christina Hall, PhD. This training is part of the certification process as NLP Master-Trainer.',1,216,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(22,87,'Language and Change (Video Interview)','language-hidden-influences-interview-christina-hall','','<h1>Language and Change</h1>\r\n<p><img src=\"images/publications/interview_small.jpg\" border=\"0\" style=\"border: 0; float: left; padding: 0px 15px 5px 0px; width: 180px;\" />In this video interview, Christina Hall, Ph.D., is talking about the hidden influences of language, the structures of time and the processes behind all NLP techniques and shares some of her most impactful experiences that make a big difference on how she understands change.</p>\r\n','\r\n<h1>Language and Change</h1>\r\n<p>Christina Hall, Ph.D., NLP Meta-Master Trainer, is interviewed by Elaine Hilides. In this 30 minute video, Christina is talking about the hidden influences of language, the structures of time, exercise design, the processes behind all NLP techniques and shares some of her most impactful experiences that make a big difference on how she understands change. Additionally, she\'s giving insights in her journey into NLP that started in the Seventies.</p>\r\n<iframe src=\"//player.vimeo.com/video/98295517?title=0&byline=0&portrait=0\" width=\"800\" height=\"448\" frameborder=\"0\"></iframe>',1,0,0,16,'2013-11-26 08:10:14',616,'','2014-06-18 00:33:04',615,0,'0000-00-00 00:00:00','2013-11-26 08:10:14','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',22,0,2,'','An interview with Christina Hall, PhD., on her favorite subject, Language and Change. ',1,302,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(23,89,'Contact Us','contact-us','','<h1 style=\"text-align: center;\">Contact Us</h1>\r\n<p style=\"text-align: center;\"><strong>The NLP Connection</strong> <br /> P.O. Box 104<br /> Aptos, CA 95001<br /> U.S.A. </p>\r\n<p style=\"text-align: center;\">Tel: +831 688 8910</p>\r\n<p style=\"text-align: center;\">cnlphall@aol.com</p>','',1,0,0,2,'2014-01-28 20:53:03',615,'','2014-02-01 01:48:43',615,0,'0000-00-00 00:00:00','2014-01-28 20:53:03','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',6,0,3,'','The NLP Connection P.O. Box 104 Aptos, CA 95001 U.S.A. , Tel: +831 688 8910\r\ncnlphall@aol.com',1,463,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(24,90,'NLP Infinity Forum','nlp-infinity-forum','','<h1>NLP Infinity Forum</h1>\r\n<h3>to be created soon</h3>\r\n<h3>by invitation only</h3>','',1,0,0,2,'2014-02-01 01:07:30',615,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2014-02-01 01:07:30','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,0,2,'','The NLP Infinity Forum is a place to stay in touch and share - access is limited to participants of Dr. Hall\'s training courses. ',1,550,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(26,92,'Re-evaluating Life Story','re-evaluating-life-story','','<h1>Re-evaluating Life Story</h1>\r\n<p>An exploration of the past in a fresh and transformative way to enrich your life and relationships with others, because how you define your past profoundly influences your present and creates your future. </p>\r\n','\r\n<blockquote>“Your living is determined not so much by what life brings to you as by the attitude you bring to life; not so much by what happens to you as by the way your mind looks at what happens.”<br />Khalil Gibran (1883-1931) Lebanese-American Poet, Writer</blockquote>\r\n<h1>Re-evaluating Life Story</h1>\r\n<p>An exploration of the past in a fresh and transformative way to enrich your life and relationships with others, because how you define your past profoundly influences your present and creates your future.</p>\r\n<blockquote>“We are shaped by our thoughts. We become what we think.”<br />Buddha</blockquote>\r\n<p>Dr. Hall has created this “one-of-a kind” training especially for those of you who are dedicated to support and empower yourself and others in the advancement of personal and professional development.</p>\r\n<blockquote>\"Inherently, each one of us has the substance within to achieve whatever our goals and<br />dreams define. What is missing is the training, education, knowledge and insight to<br />utilize what we already have.\"<br />Mark Twain (1835-1910), American Author</blockquote>\r\n<p>All communication in the broadest sense of the meaning of the word is storytelling. Human beings are storytellers by nature. And, for the most past, people are not aware of the stories and metaphors that they use... the stories and metaphors that they live by.</p>\r\n<p>We relate and encounter all kinds of stories and metaphors in everyday activities in every situation where communication takes place. Storytelling represents a fundamental way of expressing oneself and our attitudes, perceptions and beliefs about the world.</p>\r\n<blockquote>“Experience is not what happens to you. It is what you do with what happens to you.”<br />Aldous Huxley (1894-1963), English Writer</blockquote>\r\n<p>The story is a natural device for organizing all kinds of information. We give our experiences a sense of coherence and relevance by arranging the events of our lives into stories. When we organize something in the larger structure of a story (or metaphor), this creates the framework to look at something in a fresh and different way. Through our personal stories, we can discover what is meaningful in our lives.</p>\r\n<p>During our time together, you will have the opportunity to explore the following areas:</p>\r\n<ul>\r\n<li>Identify the stories you live by.</li>\r\n<li>Explore language as an essential resource for transformation to re-evaluate and re-shape your life story.</li>\r\n<li>“Framing” and “Reframing” as a powerful tool to access and maximize your transformative resources to live well and… will into the future.</li>\r\n<li>Transform metaphors about yourself and your life.</li>\r\n<li>“Future-pacing” as a powerful tool to shape your future by “Creating Future History Now”.</li>\r\n<li>Live the transformed story with happiness, well-being and purpose.</li>\r\n</ul>\r\n<blockquote>“The future turns out to be something that you make instead of find. It isn\'t waiting for your arrival, nor is it any further away than the next sentence... The future is an empty canvas or a blank sheet of paper, and if you have the courage of your own thought and your own observation, you can make of it what you will.”<br />Lewis Lapham (1935-), American Writer</blockquote>',1,0,0,18,'2014-02-03 19:08:59',616,'','2014-02-08 01:27:13',615,0,'0000-00-00 00:00:00','2014-02-03 19:08:59','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',9,0,9,'','Re-evaluating Life Story\r\nAn exploration of the past in a fresh and transformative way to enrich your life and relationships with others, because how you define your past profoundly influences your present and creates your future. \r\n',1,276,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(27,93,'The Paradoxical Nature of Change','the-paradoxical-nature-of-change','','<h1>The Paradoxical Nature of Change</h1>\r\n<p>Exploring double-binds, loops and paradoxes. Paradox doesn’t exist in nature where there is only movement and change. Everything moves naturally from stage to stage. Paradox results from the ways in which human beings conceptualize, analyze and describe process. In this way, process is made static.</p>\r\n','\r\n<h1>The Paradoxical Nature of Change</h1>\r\n<h3>Exploring double-binds, loops and paradoxes</h3>\r\n<p>Paradox doesn’t exist in nature where there is only movement and change. Everything moves naturally from stage to stage. Paradox results from the ways in which human beings conceptualize, analyze and describe process. In this way, process is made static.</p>\r\n<blockquote>\"The limits of my language are the limits of my world.\"<br />(Ludwig Wittgenstein)</blockquote>\r\n<p>Language creates boundaries and fragments process into artificially separate parts, thereby making a process into an object. This is one of the very processes of thinking that results in problem formation.</p>\r\n<blockquote>“Language shapes the way we think, and determines what we can think about.”<br />(Benjamin Lee Whorf)</blockquote>\r\n<p>We will explore a model that considers reflexivity (a loop in which something refers to itself) to be a natural feature of human systems. Some of these loops are problematic. Loops that become problematic contain a double-bind, which is an alternating situation between ”yes” and ”no”. As long as the solution is considered within this duality, someone is caught in an illusion of alternatives. Such “double-binds” result in “friction, frustration and conflict,” because neither is really a viable solution and actually perpetuate a problem.</p>\r\n<blockquote>“We can’t solve problems by using the same kind of thinking we used when we created them.”<br />(Einstein)</blockquote>\r\n<p>Instead of continuing to alternate back and forth in order to choose one alternative, change is accomplished by shifting to a higher logical level of thinking. Such change lifts the situation out of the double bind, placing it in a different frame that expand the range of possibilities.</p>\r\n<blockquote>“Change your thought and you change your world.” <br />(Norman Vincent Peale)</blockquote>\r\n<p>Particular areas of exploration and “paradoxical” intervention will include:</p>\r\n<ul>\r\n<li>Poly-Contextual Mapping: Identify double-binds that produce problem states and learn how to open up possibilities where there seemed to be none.</li>\r\n<li>Structure of Integration: The Polarities of Balance: Experiment with the Interdependence of Opposites to create generative change.</li>\r\n<li>Structure of Paradox and transcending the paradox: chunk up and out of the double-bind using Meta-Chaining.</li>\r\n<li>Transform Conflict into Creativity: Utilize innovative counter-example strategies to chunk out of problematic double-binds, opening up greater flexibility in thinking and in action.</li>\r\n<li>CHI Strategy: Transcend the dilemma of either-or thinking to liberate the expansion of choice.</li>\r\n<li>Diamond Strategy: Reorganize beliefs to build a solid foundation of resource and accomplishment, advancing your personal development.</li>\r\n<li>Aikido Strategy: Experiment with a simple and artful path of discovery by acknowledging with awareness, inner power and compassion the situations of life as a springboard to greater freedom and perspective.</li>\r\n<li>Lotus Swish Pattern: chaining swishes as an unconscious future-pacing pattern to accomplish outcomes in ways that actualize greater potential.</li>\r\n</ul>\r\n<blockquote>“When you rule out the impossible, everything can be believed,<br />thereby making available a limitless and infinite array of new possibilities.”<br />(Albert Einstein)</blockquote>',1,0,0,18,'2014-02-03 19:23:18',616,'','2014-02-08 01:39:14',615,0,'0000-00-00 00:00:00','2014-02-03 19:23:18','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',6,0,8,'','A fascinating workshop by Dr. Christina Hall on how to leverage generative change and transform paradox into a powerful tool for new and different ways of thinking and action!',1,206,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(28,94,'The Dynamics of Meta Programs in Action','the-dynamics-of-meta-programs-in-action','','<h1>The Dynamics of Meta Programs in Action</h1>\r\n<p>All life depends on the flow of information - a force that shapes and orients our patterns of thinking and behavior. An essential and remarkable feature of the brain is that it contains an incredible amount of information, which is systematically organized by Meta-Programs.</p>\r\n','\r\n<h1>The Dynamics of Meta Programs in Action</h1>\r\n<h3>A systems and holistic approach</h3>\r\n<p style=\"font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 12px;\">All life depends on the flow of information - a force that shapes and orients our patterns of thinking and behavior. An essential and remarkable feature of the brain is that it contains an incredible amount of information, which is systematically organized by Meta-Programs.</p>\r\n<h2>Meta Programs: Negative or Positive?</h2>\r\n<p>How does the brain select and structure information? Randomly? Or, as you will discover, Meta Programs are like a set of instructions that<br />organize information at the unconscious level. Consequently, the direction is set and the quality of your experience is affected. Prior to the<br />selection of response, control and choice are either limited or expand depending on the Meta-Programs that are used to organize the<br />information.</p>\r\n<h2>A Model of Repair or Generativity?</h2>\r\n<p>Meta Programs function to accomplish something. The question is how do you work with them to set the desired direction, making it<br />possible to accomplish the things that are important in your life? The patterns you will explore in this workshop are such an integral and automatic part of every- day life that we usually take them for granted. Yet, their powerful impact is experienced in all areas of lives.</p>\r\n<p>“Problems” arise when people habitually rely on one set of programs, excluding others and/or people feel stressed. Consequently, it becomes difficult to respond creatively and flexibly in such fundamental and crucial activities as motivation, decision-making, planning, managing time, and problem-solving.</p>\r\n<h2>Meta Programs: Limiting or Empowering?</h2>\r\n<p>The mechanisms that perpetuate old habits of thinking and action are the very same mechanisms that provide a “launching pad” to<br />empower new choices and different results in your life.</p>\r\n<h2>A Model of Neuro-Logical Leverage</h2>\r\n<p>Meta Programs form a powerful leveraging tool to open up choices and create new levels of skill that will last a lifetime.</p>\r\n<p>The primary areas of exploration and learning will include:</p>\r\n<ul>\r\n<li>Operational Framework: How Meta Programs shape the ways in which people think and act.</li>\r\n<li>A Dynamic Syntax: Learn how Meta Programs influence each other. Explore the relationship of Meta-Programs to motivation and decision strategies and utilize these learnings.</li>\r\n<li>The Organizational Matrix: The Art of Mapping Meta-Programs. How to quickly and usefully “predict“ responses and behavior.</li>\r\n<li>The Meta-Programs of Time: The relationship of Meta-Programs to the management of Time.</li>\r\n<li>The Language of Influence: How to detect meta-program patterns in language and physiology. With this in mind, you can learn how to maximize your abilities to communicate, motivate, manage, coach and train effectively.</li>\r\n<li>Deepen rapport -- sending communication at a deeper level: Simple, yet powerful tools that “irresistibly“ match how someone thinks.</li>\r\n<li>An integrative Approach: Discover and apply the resources of each Meta-Program as a set of choices to actualize results that perhaps you once thought difficult, challenging or even impossible.</li>\r\n</ul>\r\n<h3>With Meta-Programs, you can gain insights into the connections that exist between thinking, speaking and doing to empower yourself and others, creating quality relationships.</h3>',1,0,0,18,'2014-02-03 22:07:42',616,'','2014-02-08 01:42:05',615,0,'0000-00-00 00:00:00','2014-02-03 22:07:42','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,0,6,'','The Dynamics of Meta Programs in Action\r\nAll life depends on the flow of information - a force that shapes and orients our patterns of thinking and behavior. An essential and remarkable feature of the brain is that it contains an incredible amount of information, which is systematically organized by Meta-Programs.\r\n',1,266,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(29,95,'Time-Space-View Continuum','time-space-view-continuum','','<h1>Time-Space-View Continuum</h1>\r\n<p>It cannot be denied that “time” is a powerful force that impacts every area of our internal and external lives. In reality, the “clock” never stops... it is always “ticking.” Five years is going to pass regardless of what you do. At the primary level of experience, everything exists as processes -- ongoing, never-ending change as your experiences move from stage to stage.</p>\r\n','\r\n<h1>Time-Space-View Continuum</h1>\r\n<blockquote>“Time is the road upon which we lay our life hour by hour.”</blockquote>\r\n<p>It cannot be denied that “time” is a powerful force that impacts every area of our internal and external lives. In reality, the “clock” never stops... it is always “ticking.” Five years is going to pass regardless of what you do. At the primary level of experience, everything exists as processes -- ongoing, never-ending change as your experiences move from stage to stage.</p>\r\n<p>Every experience represents a “transition” that connects the past to the present to the future. So what it is that we are actually describing is not “time”, but events in various stages of development, that is, change.</p>\r\n<p>What does this mean in terms of so-called \"time management”? This means that when we misrepresent and misunderstand the structures of \"time,\" then our \"time\" management skills will misdirect us. Basically, there is no such thing as “time management”. We cannot \"manage” time. However, with the understanding and “know-how” as to how the structures of time work efficiently at the deeper<br />level, you can organize the various “time” structures to achieve your desired goals.</p>\r\n<p>It is not about whether (or not) you have the resources to accomplish your desired goals. It is all about how you organize your resources<br />to make your goals a reality. To ignore, minimize or underutilize this powerful connection between your “sense” of time (or “time-map”), your internal representations and your actions is to ultimately jeopardize the quality of your experience and your interactions with others.</p>\r\n<p>There are several ways to update your \"time\" maps so that you can take charge and relate to \"time\" more resourcefully to achieve the things that are important in your life.</p>\r\n<p>We will explore “time” at a deeper level, which will include the following the practical skills.</p>\r\n<ul>\r\n<li>The Role of Language in Organizing Time: detect and recognize the unconscious language patterns that can make the difference between limiting or expanding the range of possibility and choice.</li>\r\n<li>“Time Management” Styles: identify “time traps” and control “time” instead of letting it control you by making small adjustments to gain greater effectiveness in your personal and professional life.</li>\r\n<li>The Structures of “Time” as a System of Relations: organize the structures of time to work as a system of resources in ways that bring forth greater potential into action.</li>\r\n<li>“Time” as an Orienting Process: use “time” as a practical and invaluable tool for effective planning and prioritizing, to achieve what is really important.</li>\r\n<li>Tracking “Time”: track “time” in ways that profoundly influence the organization of information to create “choice points” in experience that access resources and open up choices where someone thought there were none.</li>\r\n<li>The Sub-Modalities of Time: explore the subjective dimensions of “time” and discover how “fast-time” and “slow-time” can serve as resources to increase productivity and enjoyment.</li>\r\n<li>“Time” as a Reframing Tool: learn how to use “time” orientation to build a foundation of greater flexibility, creativity and productivity in responding to a changing world.</li>\r\n<li>Next-Step Thinking: use this process to move from inaction to action and accomplish the things that are meaningful in your life.</li>\r\n</ul>\r\n<p>We invite you to take the next step and join us. You will discover that the dynamics of “time” represent a set of tools that translate into action as greater flexibility, freedom and choice in shaping your present and ultimately your future.</p>\r\n<h3>Discover the difference that makes the difference… the benefits will last you a lifetime. <br />We invite you to join us. Discover the Potential and Actualize the Opportunities!</h3>',1,0,0,18,'2014-02-03 22:16:10',616,'','2014-02-08 01:40:48',615,0,'0000-00-00 00:00:00','2014-02-03 22:16:10','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',5,0,7,'','Beyond Timeline-techniques, Dr. Christina Hall explores the organization of time and the process of change in this fascinating workshop.',1,188,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(32,102,'fun dummy','fun-dummy','','<h3>this is fun</h3>\r\n','\r\n<h1>this is fun, too</h1>\r\n<h3>The lessons in a nutshell</h3>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"5%\">01</td>\r\n<td width=\"70%\">Language as a Perceptual Tool - Opening</td>\r\n<td width=\"15%\">01:27:00</td>\r\n</tr>\r\n<tr>\r\n<td>02</td>\r\n<td>Neuro-Logical Shifts and Temporal Perspectives</td>\r\n<td>01:15:30</td>\r\n</tr>\r\n<tr>\r\n<td>03</td>\r\n<td>Presuppositions and the Structure of Time</td>\r\n<td>01:08:08</td>\r\n</tr>\r\n<tr>\r\n<td>04</td>\r\n<td>Thinking Skills and Logical Levels</td>\r\n<td>00:50:57</td>\r\n</tr>\r\n<tr>\r\n<td>05</td>\r\n<td>Language Patterns: Open Session with Questions and Answers</td>\r\n<td>01:52:48</td>\r\n</tr>\r\n<tr>\r\n<td>06</td>\r\n<td>Universals and State Elicitation</td>\r\n<td>01:11:21</td>\r\n</tr>\r\n<tr>\r\n<td>07</td>\r\n<td>The Meta Model as a System of Relations</td>\r\n<td>01:44:08</td>\r\n</tr>\r\n<tr>\r\n<td>08</td>\r\n<td>Chunking: Creating a Multi-Dimensional Network of Perspectives</td>\r\n<td>n.a.</td>\r\n</tr>\r\n<tr>\r\n<td>09</td>\r\n<td>Building Intensity</td>\r\n<td>n.a.</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>Guiding the Process of Generalization</td>\r\n<td>n.a.</td>\r\n</tr>\r\n<tr>\r\n<td>11</td>\r\n<td>Lost Performatives and Sorting Markers</td>\r\n<td>n.a.</td>\r\n</tr>\r\n<tr>\r\n<td>12</td>\r\n<td>Language as a Perceptual Tool - Opening</td>\r\n<td>n.a.</td>\r\n</tr>\r\n<tr>\r\n<td>13</td>\r\n<td>Structuring Implications</td>\r\n<td>n.a.<br /><br /></td>\r\n</tr>\r\n</tbody>\r\n</table>',-2,0,0,21,'2014-03-06 23:49:36',615,'','2014-03-09 19:11:42',615,0,'0000-00-00 00:00:00','2014-03-06 23:49:36','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,0,2,'','',1,2,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(30,99,'Paradox and Change (Video Interview)','paradox-and-change-interview-with-christina-hall','','<h1>The Paradoxical Nature of Change (Video)</h1>\r\n<p><img src=\"images/publications/paradox_small.jpg\" border=\"0\" style=\"border: 0; float: left; padding: 0px 15px 5px 0px; width: 180px;\" />Christina Hall, Ph.D., NLP Meta-Master Trainer, is interviewed by Jamie Smart. Christina is elaborating on paradox as conscious mind process, language patterns that tend to reflect paradoxical thinking and how to leverage the power of language to open up new possibilities and flexibility.</p>\r\n','\r\n<h1>The Paradoxical Nature of Change (Video)</h1>\r\n<p>Christina Hall, Ph.D., NLP Meta-Master Trainer, is interviewed by Jamie Smart. Christina is elaborating on paradox as conscious mind process, language patterns that tend to reflect paradoxical thinking and how to leverage the power of language to open up new possibilities and flexibility.</p>\r\n<iframe src=\"//player.vimeo.com/video/98235085?title=0&byline=0&portrait=0\" width=\"800\" height=\"448\" frameborder=\"0\"></iframe>',1,0,0,16,'2013-11-26 08:10:14',616,'','2014-06-15 14:02:20',615,0,'0000-00-00 00:00:00','2013-11-26 08:10:14','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',11,0,1,'','An in-depth interview of Christina Hall, PhD. on the Paradoxical Nature of Change - a core element of Dr. Hall\'s work in language and NLP',1,290,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(31,100,'Language Intensive Audiobook','language-intensive-audiobook','','<h1><img src=\"images/boutique/42-1-095-00-perspective.jpg\" border=\"0\" style=\"border: 0; float: left; padding: 0px 20px 10px 0px; height: 260px;\" />«Discover the Difference»: Language Intensive Audiobook</h1>\r\n<p><span style=\"text-decoration: underline;\">Special introductory offer at up 43% savings until September 30, 2014!</span> From a live Language Certification Program, Christina is presenting for the first time her unique work in this edited audiobook. The new 2014 edition has been digitally remastered for highly improved audio quality. In 13 lessons, Chris is revealing the processes that drive NLP, opening up learnings and a wide variety of applications. </p>\r\n','\r\n<span itemtype=\"http://schema.org/Product\">\r\n<h1><span itemprop=\"name\">Language Intensive Audiobook</span> - special introductory offer!</h1>\r\n<h2>by Christina Hall, Ph.D., NLP Meta-Master Trainer</h2>\r\n<blockquote>\"As a former manager for a Fortune 500 company and a current school teacher, most traditional NLP techniques (touch anchors, hypnotic language, closed-eye processes, etc.) have never been appropriate in my work situation. That is why I cherish what I learned from Chris; everything on these tapes is not only 100% effective, but usable in both the boardroom and the classroom.\"<br />Al Konigsfeld, NLP-Trainer and Mathematics Teacher</blockquote>\r\n<p itemprop=\"description\">Recorded from a live 14 day Language Certification Program in 1996 and 1997, Christina is presenting for the first time her unique work in this edited audiobook. In 13 lessons, she is revealing the processes that drive NLP, opening up learnings and a wide variety of applications.</p>\r\n<h3><img itemprop=\"image\" src=\"images/boutique/42-1-095-00-perspective.jpg\" border=\"0\" style=\"border: 0; float: left; padding: 0px 20px 10px 0px;\" />Now available: The new and remastered 2014 edition</h3>\r\n<p>This Audiobook is now available as the new 2014 edition: the complete audio has been digitally remastered, freed from background noise, resulting in highly improved quality. </p>\r\n<h3>Download the complete audiobook or individual lessons</h3>\r\n<p>The audiobook is delivered to you via download. The 13 lessons come as individual MP3-files. Listen to Christina on your iPod or any other mp3-player, your computer, your car or home stereo.</p>\r\n<p>Here\'s a <a href=\"http://www.standinginspirit.com/review-christina-halls-video-series-discover-the-difference/?lang=en\" target=\"_blank\">review of the original DVDs</a></p>\r\n<h3>Special introductory offer at up 43% savings until September 30, 2014!</h3>\r\n<h2>Get the complete audiobook</h2>\r\n<p>Get the complete set of 13 lessons at a special price and save.</p>\r\n<table class=\"boutique_buy\" width=\"100%\" border=\"0\">\r\n<tbody>\r\n<tr><th>item-number</th><th>duration</th><th>regular price</th><th>special offer</th><th>you save</th><th rowspan=\"2\"><a target=\"_top\" href=\"https://the-nlp-connection.dpdcart.com/cart/buy?product_id=91110&product_price_id=95357&quantity=1&gateway=paypal\"><img border=\"0\" alt=\"Buy Now!\" src=\"https://getdpd.com/images/buy_buttons/storefront/buy-now_1-6_blue.png\" /></a></th></tr>\r\n<tr>\r\n<td>42-1-095-00</td>\r\n<td>17 hours 35 minutes </td>\r\n<td><span class=\"boutique_oldprice\"> $528</span></td>\r\n<td itemprop=\"price\">$299</td>\r\n<td>43%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<h2>Download single lessons</h2>\r\n<table class=\"boutique_buy\" width=\"100%\" border=\"0\">\r\n<tbody>\r\n<tr><th>item-number</th><th>duration</th><th>regular price</th><th>special offer</th><th>you save</th><th></th></tr>\r\n<tr>\r\n<td>42-1-095-01</td>\r\n<td>1 hour 27 minutes</td>\r\n<td><span class=\"boutique_oldprice\">$44</span></td>\r\n<td>$30</td>\r\n<td>32%</td>\r\n<td><a target=\"_top\" class=\"dpdcart iframe\" href=\"https://the-nlp-connection.dpdcart.com/cart/add?product_id=91091&method_id=95338\"><img border=\"0\" alt=\"Add to Cart\" src=\"https://getdpd.com/images/buy_buttons/atc/paypal/x-click-but22.gif\" /></a> <a target=\"_top\" href=\"https://the-nlp-connection.dpdcart.com/cart/buy?product_id=91091&product_price_id=95338&quantity=1&gateway=paypal\"><img border=\"0\" alt=\"Buy Now!\" src=\"https://getdpd.com/images/buy_buttons/paypal/paypal01.gif\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td>42-1-095-02</td>\r\n<td>1 hour 15 minutes</td>\r\n<td><span class=\"boutique_oldprice\">$38</span></td>\r\n<td>$26</td>\r\n<td>32%</td>\r\n<td><a target=\"_top\" class=\"dpdcart iframe\" href=\"https://the-nlp-connection.dpdcart.com/cart/add?product_id=91092&method_id=95339\"><img border=\"0\" alt=\"Add to Cart\" src=\"https://getdpd.com/images/buy_buttons/atc/paypal/x-click-but22.gif\" /></a> <a target=\"_top\" href=\"https://the-nlp-connection.dpdcart.com/cart/buy?product_id=91092&product_price_id=95339&quantity=1&gateway=paypal\"><img border=\"0\" alt=\"Buy Now!\" src=\"https://getdpd.com/images/buy_buttons/paypal/paypal01.gif\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td>42-1-095-03</td>\r\n<td>1 hour 8 minutes</td>\r\n<td><span class=\"boutique_oldprice\">$34</span></td>\r\n<td>$24</td>\r\n<td>29%</td>\r\n<td><a target=\"_top\" class=\"dpdcart iframe\" href=\"https://the-nlp-connection.dpdcart.com/cart/add?product_id=91097&method_id=95344\"><img border=\"0\" alt=\"Add to Cart\" src=\"https://getdpd.com/images/buy_buttons/atc/paypal/x-click-but22.gif\" /></a> <a target=\"_top\" href=\"https://the-nlp-connection.dpdcart.com/cart/buy?product_id=91097&product_price_id=95344&quantity=1&gateway=paypal\"><img border=\"0\" alt=\"Buy Now!\" src=\"https://getdpd.com/images/buy_buttons/paypal/paypal01.gif\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td>42-1-095-04</td>\r\n<td>51 minutes</td>\r\n<td><span class=\"boutique_oldprice\">$26</span></td>\r\n<td>$18</td>\r\n<td>31%</td>\r\n<td><a target=\"_top\" class=\"dpdcart iframe\" href=\"https://the-nlp-connection.dpdcart.com/cart/add?product_id=91098&method_id=95345\"><img border=\"0\" alt=\"Add to Cart\" src=\"https://getdpd.com/images/buy_buttons/atc/paypal/x-click-but22.gif\" /></a> <a target=\"_top\" href=\"https://the-nlp-connection.dpdcart.com/cart/buy?product_id=91098&product_price_id=95345&quantity=1&gateway=paypal\"><img border=\"0\" alt=\"Buy Now!\" src=\"https://getdpd.com/images/buy_buttons/paypal/paypal01.gif\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td>42-1-095-05</td>\r\n<td>1 hour 53 minutes</td>\r\n<td><span class=\"boutique_oldprice\">$57</span></td>\r\n<td>$40</td>\r\n<td>30%</td>\r\n<td><a target=\"_top\" class=\"dpdcart iframe\" href=\"https://the-nlp-connection.dpdcart.com/cart/add?product_id=91100&method_id=95347\"><img border=\"0\" alt=\"Add to Cart\" src=\"https://getdpd.com/images/buy_buttons/atc/paypal/x-click-but22.gif\" /></a> <a target=\"_top\" href=\"https://the-nlp-connection.dpdcart.com/cart/buy?product_id=91100&product_price_id=95347&quantity=1&gateway=paypal\"><img border=\"0\" alt=\"Buy Now!\" src=\"https://getdpd.com/images/buy_buttons/paypal/paypal01.gif\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td>42-1-095-06</td>\r\n<td>1 hour 11 minutes</td>\r\n<td><span class=\"boutique_oldprice\">$36</span></td>\r\n<td>$25</td>\r\n<td>31%</td>\r\n<td><a target=\"_top\" class=\"dpdcart iframe\" href=\"https://the-nlp-connection.dpdcart.com/cart/add?product_id=91101&method_id=95348\"><img border=\"0\" alt=\"Add to Cart\" src=\"https://getdpd.com/images/buy_buttons/atc/paypal/x-click-but22.gif\" /></a> <a target=\"_top\" href=\"https://the-nlp-connection.dpdcart.com/cart/buy?product_id=91101&product_price_id=95348&quantity=1&gateway=paypal\"><img border=\"0\" alt=\"Buy Now!\" src=\"https://getdpd.com/images/buy_buttons/paypal/paypal01.gif\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td>42-1-095-07</td>\r\n<td>1 hour 44 minutes</td>\r\n<td><span class=\"boutique_oldprice\">$52</span></td>\r\n<td>$36</td>\r\n<td>31%</td>\r\n<td><a target=\"_top\" class=\"dpdcart iframe\" href=\"https://the-nlp-connection.dpdcart.com/cart/add?product_id=91102&method_id=95349\"><img border=\"0\" alt=\"Add to Cart\" src=\"https://getdpd.com/images/buy_buttons/atc/paypal/x-click-but22.gif\" /></a> <a target=\"_top\" href=\"https://the-nlp-connection.dpdcart.com/cart/buy?product_id=91102&product_price_id=95349&quantity=1&gateway=paypal\"><img border=\"0\" alt=\"Buy Now!\" src=\"https://getdpd.com/images/buy_buttons/paypal/paypal01.gif\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td>42-1-095-08</td>\r\n<td>1 hour 31 minutes</td>\r\n<td><span class=\"boutique_oldprice\">$46</span></td>\r\n<td>$32</td>\r\n<td>30%</td>\r\n<td><a target=\"_top\" class=\"dpdcart iframe\" href=\"https://the-nlp-connection.dpdcart.com/cart/add?product_id=91104&method_id=95351\"><img border=\"0\" alt=\"Add to Cart\" src=\"https://getdpd.com/images/buy_buttons/atc/paypal/x-click-but22.gif\" /></a> <a target=\"_top\" href=\"https://the-nlp-connection.dpdcart.com/cart/buy?product_id=91104&product_price_id=95351&quantity=1&gateway=paypal\"><img border=\"0\" alt=\"Buy Now!\" src=\"https://getdpd.com/images/buy_buttons/paypal/paypal01.gif\" /></a></tr>\r\n</tr>\r\n<tr>\r\n<td>42-1-095-09</td>\r\n<td>56 minutes</td>\r\n<td><span class=\"boutique_oldprice\">$28</span></td>\r\n<td>$20</td>\r\n<td>29%</td>\r\n<td><a target=\"_top\" class=\"dpdcart iframe\" href=\"https://the-nlp-connection.dpdcart.com/cart/add?product_id=91105&method_id=95352\"><img border=\"0\" alt=\"Add to Cart\" src=\"https://getdpd.com/images/buy_buttons/atc/paypal/x-click-but22.gif\" /></a> <a target=\"_top\" href=\"https://the-nlp-connection.dpdcart.com/cart/buy?product_id=91105&product_price_id=95352&quantity=1&gateway=paypal\"><img border=\"0\" alt=\"Buy Now!\" src=\"https://getdpd.com/images/buy_buttons/paypal/paypal01.gif\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td>42-1-095-10</td>\r\n<td>1 hour 6 minutes</td>\r\n<td><span class=\"boutique_oldprice\">$33</span></td>\r\n<td>$23</td>\r\n<td>30%</td>\r\n<td><a target=\"_top\" class=\"dpdcart iframe\" href=\"https://the-nlp-connection.dpdcart.com/cart/add?product_id=91106&method_id=95353\"><img border=\"0\" alt=\"Add to Cart\" src=\"https://getdpd.com/images/buy_buttons/atc/paypal/x-click-but22.gif\" /></a> <a target=\"_top\" href=\"https://the-nlp-connection.dpdcart.com/cart/buy?product_id=91106&product_price_id=95353&quantity=1&gateway=paypal\"><img border=\"0\" alt=\"Buy Now!\" src=\"https://getdpd.com/images/buy_buttons/paypal/paypal01.gif\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td>42-1-095-11</td>\r\n<td>2 hours 38 minutes</td>\r\n<td><span class=\"boutique_oldprice\">$79</span></td>\r\n<td>$55</td>\r\n<td>30%</td>\r\n<td><a target=\"_top\" class=\"dpdcart iframe\" href=\"https://the-nlp-connection.dpdcart.com/cart/add?product_id=91107&method_id=95354\"><img border=\"0\" alt=\"Add to Cart\" src=\"https://getdpd.com/images/buy_buttons/atc/paypal/x-click-but22.gif\" /></a> <a target=\"_top\" href=\"https://the-nlp-connection.dpdcart.com/cart/buy?product_id=91107&product_price_id=95354&quantity=1&gateway=paypal\"><img border=\"0\" alt=\"Buy Now!\" src=\"https://getdpd.com/images/buy_buttons/paypal/paypal01.gif\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td>42-1-095-12</td>\r\n<td>1 hour 6 minutes</td>\r\n<td><span class=\"boutique_oldprice\">$33</span></td>\r\n<td>$23</td>\r\n<td>30%</td>\r\n<td><a target=\"_top\" class=\"dpdcart iframe\" href=\"https://the-nlp-connection.dpdcart.com/cart/add?product_id=91108&method_id=95355\"><img border=\"0\" alt=\"Add to Cart\" src=\"https://getdpd.com/images/buy_buttons/atc/paypal/x-click-but22.gif\" /></a> <a target=\"_top\" href=\"https://the-nlp-connection.dpdcart.com/cart/buy?product_id=91108&product_price_id=95355&quantity=1&gateway=paypal\"><img border=\"0\" alt=\"Buy Now!\" src=\"https://getdpd.com/images/buy_buttons/paypal/paypal01.gif\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td>42-1-095-13</td>\r\n<td>49 minutes</td>\r\n<td><span class=\"boutique_oldprice\">$25</span></td>\r\n<td>$17</td>\r\n<td>32%</td>\r\n<td><a target=\"_top\" class=\"dpdcart iframe\" href=\"https://the-nlp-connection.dpdcart.com/cart/add?product_id=91109&method_id=95356\"><img border=\"0\" alt=\"Add to Cart\" src=\"https://getdpd.com/images/buy_buttons/atc/paypal/x-click-but22.gif\" /></a> <a target=\"_top\" href=\"https://the-nlp-connection.dpdcart.com/cart/buy?product_id=91109&product_price_id=95356&quantity=1&gateway=paypal\"><img border=\"0\" alt=\"Buy Now!\" src=\"https://getdpd.com/images/buy_buttons/paypal/paypal01.gif\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"5\"></td>\r\n<td>\r\n<script type=\"text/javascript\" src=\"https://getdpd.com/js/cart.js\"></script><a href=\"https://the-nlp-connection.dpdcart.com/cart/view\" class=\"dpdcart iframe\"><img border=\"0\" src=\"https://getdpd.com/images/buy_buttons/vc/icon1/dpd_viewcart_v2_cart.png\" /></a>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<h2>#1 - Language as a Perceptual Tool - Opening</h2>\r\n<p>A lot has been written in NLP about teaching to the unconscious. This lesson shows a master of this valued skill at work. I counted four sets of embedded loops (with three to four stories each), three embedded trances, and nine spatial anchors, just to set up the seminar. And I\'m sure I missed some. If you want to take your presentations to a new level, this lesson is a must.</p>\r\n\r\n<h2>#2 - Neuro-Logical Shifts and Temporal Perspectives</h2>\r\n<p>Dr. Hall explains some of the primary submodality differences among various parts of speech and temporal (time) sorts. This facilitates a change in the organization of a perceived “problem\", setting a new orientation without necessarily having to do a formal NLP technique. She also shows how changes in language, even subtle ones, can enrich the traditional NLP Outcome Frame.</p>\r\n\r\n<h2>#3 - Presuppositions and the Structure of Time</h2>\r\n<p>Focusing on phonological ambiguities, Dr. Hall is giving a number of specific examples of common questions that can be improved. She also begins discussion on how certain words trigger Meta-Programs.</p>\r\n\r\n<h2>#4 - Thinking Skills and Logical Levels</h2>\r\n<p>How prefixes and suffixes set the direction in thinking. Dr. Hall also uses them to form double and triple nominalizations.</p>\r\n\r\n<h2>#5 - Language Patterns: Open Session with Questions and Answers</h2>\r\n<p>Including Lost Performatives, Modal Operators, Tag Questions, Meta-Programs, Polya patterns, implications and chunk size, Dr. Hall is answering questions.</p>\r\n\r\n<h2>#6 - Universals and State Elicitation</h2>\r\n<p>If your idea of state elicitation is \"Think of a time... \", you will be amazed at the information in this lesson. Dr. Hall demonstrates how eliciting and pacing universal experiences are powerful tools of change.</p>\r\n\r\n<h2>#7 - The Meta-Model as a System of Relations</h2>\r\n<p>Most of us leaned the Meta-Model as a set of challenges to “violations”. Dr. Hall takes the Meta Model to a whole new level of utilization in demonstrating its reflexive and nested structure as an underlying matrix of patterning. With a touch of genius, Christina has transformed and redefined the Meta-Model beyond a mere information-gathering tool into an understandable and vastly more useful organizing skill.</p>\r\n\r\n<h2>#8 - Chunking: Creating a Multi-Dimensional Network of Perspectives</h2>\r\n<p>Every person categorizes their experience to make sense of and organize the events of their life. Dr. Hall demonstrates how guiding an individual to change the ways in which they perceive and internally organize an event can access freedom to think more resourcefully.</p>\r\n\r\n<h2>#9 - Building Intensity</h2>\r\n<p>Dr. Hall shows how to find the strategy that an individual already uses to build intensity to set a different direction creating and developing resources using the person\'s own strategy.</p>\r\n\r\n<h2>#10 - Guiding the Process of Generalization</h2>\r\n<p>Dr. Hall uses backtracking and the art of questioning thereby opening up choices where someone thought there were none. She demonstrates how the Meta-Model questions you ask set a direction for any context.</p>\r\n\r\n<h2>#11 - Lost Performatives and Sorting Markers</h2>\r\n<p>Dr. Hall explores the interplay of Lost Performatives and Meta-Programs to track a person’s strategy. She also talks about the impact that Modal Operators and temporal markers play in the creation of Generalizations.</p>\r\n\r\n<h2>#12 - Structuring Implications</h2>\r\n<p>Dr. Hall leads an in-depth exploration of the power of implication through presupposition… a nested structure of the 1st, 2nd and 3rd order which support the universals in all languages.</p>\r\n\r\n<h2>#13 - Complex Equivalencies</h2>\r\n<p>Generalizations that map across logical levels, creating semantic confusion and resulting in unresourceful “behavior-to-identity” equivalents are a major source of what Korzybski refers to as “unsanity.” Here you will find tools to identify, unlock and render powerless those previously limited “realities”.</p>\r\n\r\n<br />\r\n<p style=\"text-align: center;\">I would like to extend a heartfelt ”thank you” to Al Konigsfeld for his invaluable contribution in writing the descriptions of these recordings. “Thank You Al!”</p>\r\n<h2>More products to come!</h2>\r\n</span>',1,0,0,21,'2014-03-02 19:24:56',615,'','2014-08-04 19:08:53',615,0,'0000-00-00 00:00:00','2014-03-02 19:24:56','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',118,0,1,'','Finally, Dr. Christina Hall re-released her groundbreaking Audiobook on the language of change, digitally remastered.',1,712,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(33,103,'a test setup','a-test-setup','','<h1>This is a test setup.</h1>\r\n<p>Download this test file for 0.05$ only! Valid 72 hours, max. 3 downloads - or not?</p>\r\n<p>{quicksell file=\"quickselltest.mp3\" price=\"0.05\" title=\"Test\" currency=\"USD\" customPayPal=\"\" emailDelivery=\"on\" requireRegistration=\"\" discount_rate=\"\" return_url=\"\" notification_email=\"\" rm=\"\" cbt=\"\" sub=\"\" addToCart=\"on\"}css_buttons/0001{/quicksell}</p>','',-2,0,0,2,'2014-03-10 14:02:01',615,'','2014-03-10 14:06:16',615,0,'0000-00-00 00:00:00','2014-03-10 14:02:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,0,0,'','',1,3,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(34,104,'Surprise... ','surprise','','<h1 style=\"clear:both;\"><img src=\"images/boutique/surprise-perspective.jpg\" border=\"0\" style=\"border: 0; float: left; padding: 0px 20px 10px 0px; height: 260px;\" />Surprise! New Products coming soon!</h1>\r\n<p>As a preview of coming attractions, we announce the next Audiobook by Dr. Christina Hall... check back soon to catch it as soon as it is available - with a special time-limited discount.</p>\r\n<br style=\"clear:both;\" />','',1,0,0,21,'2014-03-13 17:38:41',615,'','2014-06-17 22:45:01',615,0,'0000-00-00 00:00:00','2014-03-13 17:38:41','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',12,0,2,'','New NLP-products are in the works. Check back often to catch up!',1,270,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(35,107,'Introducing the Society of NLP','introducing-the-society-of-nlp','','<h1>Introducing The Society of NLP</h1>\r\n<p>The Society of NLP was established in 1979 as the original and official certifying body in the field of NLP by NLP Co-Developers, Richard Bandler and John Grinder.</p>\r\n<p>Christina Hall, Ph.D. is one of six owners of the Society of NLP. Also, she continues to be the President of the Society, appointed by Richard Bandler in 1982.</p>\r\n<h2>The Vision of the Society of NLP</h2>\r\n<p>The Society is dedicated to providing innovative training opportunities, designed to enrich your experience and interactions with others, emphasizing the fulfillment of each person’s unique goals and desires to make a meaningful contribution to the lives of others.</p>\r\n<h2>Certification through the Society of NLP</h2>\r\n<p>Since 1983, Christina Hall has certified thousands of people in the art of Neuro‐Linguistic Programming at all levels of NLP certification.</p>\r\n<p>The Society provides criteria for certification as NLP Practitioner, Master Practitioner and Trainer to maintain a high standard of competence in the art and skill of Neuro Linguistic Programming. Certification according to these criteria entitles the NLP Practitioner, Master Practitioner, Trainer and Master Trainer to use the official seal of the Society of NLP.</p>\r\n<p>If you are interested in Society of NLP certifications as NLP Master Practitioner or NLP Practitioner, please consult the list of people in your respective country whom I have certified as NLP Master Trainers and NLP Trainers. If you are interested in certification as a NLP Trainer or NLP Master Trainer, I invite you to take part in one of my trainings.</p>','',1,0,0,14,'2014-04-11 23:07:08',615,'','2014-06-16 19:56:01',615,0,'0000-00-00 00:00:00','2014-04-11 23:07:08','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',12,0,1,'','Welcome to the Society of NLP, the original and official certifying body in the field of NLP.',1,235,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(36,108,'Criteria for Certification as NLP Practitioner','criteria-for-certification-as-nlp-practitioner','','<h1>Criteria for Certification as a NLP Practitioner</h1>\r\n','\r\n<h1>Criteria for Certification as a Practitioner <br />in the Art of Neuro-Linguistic Programming</h1>\r\n<p>The set of basic skills of communication competency can be organized as Input Skills (detection), Internal Representation Skills (processing, recognition) and Behavioral Output Skills (utilization). Each of the major content areas listed below consists of this set of basic skills.</p>\r\n<p>At the Practitioner level, participants should be able to demonstrate a fundamental ability to utilize the basic concepts, skills, processes/techniques and patterns of NLP. It is important that Practitioners come to understand and appreciate NLP as more than only a set of techniques.</p>\r\n<p>The NLP Co-Developers have always emphasized that NLP represents an approach, an attitude and a methodology supported by a major set of operational presuppositions, values and modeling skills that have produced very effective techniques.</p>\r\n<p>Practitioners should begin the process of internalizing and integrating the NLP Operational Presuppositions into their thinking and behavior. Additionally, the experiences of Practitioner training should emphasis the development of greater flexibility in thinking in ways that open up new avenues of discovery, learning, creativity and change for themselves and others.</p>\r\n<ol>\r\n<li>Representational Systems:</li>\r\n<ul>\r\n<li>detect representational systems and sequences of representation systems through the accessing cues of the primary sensory modalities (VAKGO).</li>\r\n<li>make sub-modality distinctions in all primary representational systems.</li>\r\n<li>resequence habitual representational system sequences.</li>\r\n<li>demonstrate the ability to access information in each of the primary sensory systems.</li>\r\n<li>demonstrate the ability to communicate in all primary sensory modalities.</li>\r\n<li>overlap and translate representational systems.</li>\r\n<li>detect and make distinctions between simultaneous and sequential incongruities.</li>\r\n</ul>\r\n<li>Rapport-building: Establish rapport (pace and lead) in all representational systems, non- verbally and verbally, through mirroring, direct matching and indirect matching, using the following:</li>\r\n<ul>\r\n<li>whole and part body postures, gestures and facial expressions, eye accessing movements.</li>\r\n<li>intonation pattern (e.g., tone, tempo, volume)</li>\r\n<li>breathing pattern</li>\r\n<li>predicates</li>\r\n<li>sub-modality accessing cues</li>\r\n<li>the language patterns of the Meta Model and the Milton Model</li>\r\n</ul>\r\n<li>Anchoring:</li>\r\n<ul>\r\n<li>elicit and install anchors in primary representational systems (in particular; visual, auditory and kinesthetic).</li>\r\n<li>utilize basic anchoring principles and formats/techniques; directionalize and contextualize “resources” via basic anchoring formats. including, stacking anchors, amplifying anchors, collapsing (synchronizing) anchors, chaining anchors (i.e., sequencing responses), change personal history, the Phobia Cure), and future-pacing.</li>\r\n</ul>\r\n<li>Language Patterns: Detect and utilize the linguistic distinctions of the Meta Model and the Milton Model as information-gathering and information-organizing tools.</li>\r\n<li>Outcome Framing: Elicit well-formed and ecological outcomes/goals, including the set of distinctions called the well-formedness-conditions; utilize Backtrack, “As-If,” Relevancy and Ecology Frames. 6. Reframing: utilize basic reframing techniques, including, Content and Context Reframing; Reversing the Behavioral Presupposition; 6-Step Reframing Procedures; Negotiation models (including the Visual Squash).</li>\r\n<li>Sub-Modalities: utilize basic sub-modality technology, including the principles of “critical sub-modalities and contrastive analysis, belief changes, Swish Pattern, and the collection of techniques referred to as “timeline.”</li>\r\n<li>Strategies: Demonstrate basic strategy elicitation and utilization skills.</li>\r\n<li>Trance: demonstrate basic trance induction and utilization procedures, the language patterns of the Meta Model and the Milton Model (e.g., analog marking, embedded suggestions, etc.)</li>\r\n</ol>',1,0,0,14,'2014-06-13 00:44:19',615,'','2014-06-16 21:22:42',615,0,'0000-00-00 00:00:00','2014-06-13 00:44:19','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',8,0,3,'','Society of NLP criteria for Certification as a NLP Practitioner',1,402,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(37,109,'Criteria for Certification as NLP Master Practitioner','certification-nlp-master-practitioner','','<h1>Criteria for Certification as NLP Master Practitioner</h1>\r\n','\r\n<h1>Criteria for Certification as a Master Practitioner <br />in the Art of Neuro-Linguistic Programming</h1>\r\n<p>The set of basic skills of communication competency can be organized as Input Skills (detection), Internal Representation Skills (processing, recognition) and Behavioral Output Skills (utilization). Each of the major content areas listed below consists of this set of basic skills.</p>\r\n<p>At the Practitioner level, participants are introduced to the NLP operational presuppositions, which is at the foundation of the basic attitude, intentionality, methodology and technology of Neuro-Linguistic Programming. NLP Master Practitioners are expected to continue the process of internalizing, incorporating and demonstrating in their behavior the NLP operational presuppositions.</p>\r\n<p>Additionally, NLP Master Practitioners are expected to demonstrate a growing competency, versatility and finesse in utilizing the basics of Practitioner training (as outlined in the <a href=\"index.php?option=com_content&view=article&id=36&catid=14&Itemid=103\">Criteria for Certification as NLP Practitioner</a>). And as they become more versatile and effective in the expression of both their language skills and non-verbal communication related to the following global areas:</p>\r\n<ol>\r\n<li>Multi-level tasking, e.g., purposeful multi-level communication, including:</li>\r\n<ul>\r\n<li>Detect the differences between the forms of conscious and unconscious mind communication.</li>\r\n<li>Make the distinction between content and the form of the content.</li>\r\n</ul>\r\n<li>Combining the various elements of the techniques to design customized interventions.</li>\r\n<li>Building and utilizing states of consciousness and physiology that promote flexibility, variability, creativity and mobility in themselves and others.</li>\r\n<li>Making conscious shifts in perspective, state and behavior (e.g., resequence habitual representational system sequences to interrupt and re-direct “unresourceful” states) to keep open opportunities for discovery, creativity and learning for themselves and others in ways that broaden the range of possibility and choice in thinking and behavior.</li>\r\n</ol>\r\n<p>NLP Master Practitioners are also expected to demonstrate a growing competency in he following specific skill areas that include:</p>\r\n<ol>\r\n<li>Meta Programs:</li>\r\n<ul>\r\n<li>Detect and identify the linguistic markers that presuppose the various Meta Programs, including the structures of Time;</li>\r\n<li>Elicit and utilize Meta Programs, not only as a set of “diagnostic” tools, but also as a pacing and leading tool, motivational tool, and as a information-reorganizing tool in the process of setting well-formed outcomes and making desired changes.</li>\r\n<li>In general, utilize Meta Programs and the structures of Time to work together as a system of resources.</li>\r\n</ul>\r\n<li>Advanced skills in framing outcomes:</li>\r\n<ul>\r\n<li>Make the distinction between an outcome and setting a direction.</li>\r\n<li>Know the difference between remedial change and generative change.</li>\r\n<li>Determine response environments: context-based and content-based, for example, “predicting” the implications of change through time, essential variables for feedback, and appropriately generalizing change.</li>\r\n</ul>\r\n<li>Advanced Language skills:</li>\r\n<ul>\r\n<li>Detect the linguistic distinctions known collectively as “Sleight of Mouth” Patterns.</li>\r\n<li>Reframing at different logical levels, using the various \"Sleight of Mouth\" Patterns, e.g., to weaken/strengthen a belief and redirect the process of generalization.</li>\r\n<li>Utilize Counter-Example Strategies, e.g., sort incongruities and conflict and reintegrate inside of larger functional frames in ways that expand the range of what is possible.</li>\r\n<li>Use language patterns more precisely and with purpose, e.g., design questions by presupposition.</li>\r\n</ul>\r\n<li>Values and Criteria: elicit, pace, utilize, adjust (if appropriate), and operationalize for the purpose of supporting the process, for example, motivation, setting outcomes, negotiation procedures, conflict resolution, strategies, etc.</li>\r\n<li>Advanced Strategies skills: elicit, design/modify and install strategies: learn how to use motivation, convincer, decision, and follow-through strategies inside of other intervention processes.</li>\r\n<li>Trance: in addition to skills at the Practitioner-level, participants should begin to recognize, induce, and utilize naturally-occurring trance phenomena (sometimes referred as “conversational hypnosis” or “wake state” hypnosis).</li>\r\n</ol>',1,0,0,14,'2014-06-13 00:44:19',615,'','2014-06-16 20:57:56',615,0,'0000-00-00 00:00:00','2014-06-13 00:44:19','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',11,0,5,'','Society of NLP criteria for Certification as NLP Master Practitioner',1,518,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(38,110,'Paradox and Change 2 (Video Interview)','paradox-and-change-interview-with-christina-hall-2','','<h1>The Paradoxical Nature of Change - Part 2 (Video)</h1>\r\n<p><img src=\"images/publications/paradox_small.jpg\" border=\"0\" style=\"border: 0; float: left; padding: 0px 15px 5px 0px; width: 180px;\" />Christina Hall, Ph.D., NLP Meta-Master Trainer, is interviewed by Jamie Smart. In this 15 minute video, Christina is elaborating on paradox as conscious mind process, language patterns that tend to reflect paradoxical thinking and how to leverage the power of language to open up new possibilities and flexibility.</p>\r\n','\r\n<h1>The Paradoxical Nature of Change - Part 2 (Video)</h1>\r\n<p>Christina Hall, Ph.D., NLP Meta-Master Trainer, is interviewed by Jamie Smart. In this 15 minute video, Christina is elaborating on paradox as conscious mind process, language patterns that tend to reflect paradoxical thinking and how to leverage the power of language to open up new possibilities and flexibility.</p>\r\n<iframe src=\"//player.vimeo.com/video/98205161?title=0&byline=0&portrait=0\" width=\"800\" height=\"448\" frameborder=\"0\"></iframe>',-2,0,0,16,'2013-11-26 08:10:14',616,'','2014-06-14 12:06:08',615,0,'0000-00-00 00:00:00','2013-11-26 08:10:14','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,0,0,'','',1,1,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(40,112,'Criteria for Certification as NLP Master Trainer','criteria-for-certification-as-nlp-master-trainer','','<h1>Criteria for Certification as NLP Master Trainer</h1>\r\n','\r\n<h1>Criteria for Certification as a Master Trainer <br />in the Art of Neuro-Linguistic Programming</h1>\r\n<p>The people whom I have certified as NLP Trainers are eligible for Society of NLP certification as a NLP Master Trainer. Master Trainers have continued to demonstrate their commitment to the advancement of their skills and knowledge in the service of enriching the quality of experience for their participants.\r\nMaster Trainers have successfully completed the following requirements:</p>\r\n<ol>\r\n<li>Participation in Advanced Trainer Training (minimum of 8 days).</li>\r\n<li>A minimum of 500 hours conducting Practitioner training, according to the criteria for certification as a NLP Practitioner.</li>\r\n<li>A minimum of 500 hours of conducting Master Practitioner training, according to the criteria for certification as a NLP Master Practitioner.</li>\r\n<li>A written project analyzing the nested loops structure of the design of the Master Practitioner training that he/she has conducted.</li>\r\n<li>A DVD project of the entire presentation of Meta Programs, from beginning to end, using the Nested Loops Staircase Model.</li>\r\n</ol>',1,0,0,14,'2014-06-16 00:57:55',615,'','2014-06-16 20:59:36',615,0,'0000-00-00 00:00:00','2014-06-16 00:57:55','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',5,0,7,'','Society of NLP criteria for Certification as NLP Master Trainer',1,268,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(39,111,'Criteria for Certification as NLP Trainer','criteria-for-certification-as-nlp-trainer','','<h1>Criteria for Certification as a NLP Trainer</h1>\r\n','\r\n<h1>The Art of Training and Presenting - Prerequisite Skills of a Trainer<br />in the Art of Neuro Linguistic Programming</h1>\r\n<p>Certification as a NLP Trainer is not simply granted for attending a trainer training. The process of fulfilling the requirements for certification as a NLP Trainer is an intensive process that continues after Trainer Training, which includes<ul>\r\n<li>gaining additional experience in the teaching of NLP,</li>\r\n<li>training in Hypnotic Patterning (with an emphasis on Ericksonian Hypnosis),</li>\r\n<li>serving as a Resource Assistant in Practitioner and Master Practitioner training (many Trainers have also served as a Resource Assistant in Trainer Training),</li>\r\n<li>a written test,</li> \r\n<li>and submitting a recording of a live seminar.</li></ul></p>\r\n<p>The basic processes of communication excellence that are being trained are classified Input Skills, Internal Representation Skills and Output Skills (Utilization Skills). Any higher-level pattern can be represented as an ordered sequence of the basic skill level chunks.</p>\r\n<p>First and foremost, NLP Trainers are expected to demonstrate the integration of the NLP operational presuppositions into their thinking and behavior (both verbal and non-verbal). In general, Trainers are expected to demonstrate competency, versatility and finesse in utilizing the skills at the Practitioner level of training (as outlined in the <a href=\"index.php?option=com_content&view=article&id=36&catid=14&Itemid=103\">Criteria for Certification as NLP Practitioner</a>) and the skills at the Master Practitioner level of training (as outlined in the <a href=\"index.php?option=com_content&view=article&id=37&catid=14&Itemid=103\">Criteria for Certification as NLP Master Practitioner</a>).</p>\r\n<h3>INPUT ACUITY SKILLS</h3>\r\n<p>consist of the ability to detect, that is, to use senses with agility and flexibility, increasing the range of what you are able to perceive in all sensory systems. The verb \"to detect\" is operationally defined as the ability to identify and make sensory-based discriminations.</p>\r\n<ol>\r\n<li>Detect representational systems and sequences of representational systems through the set of physiological phenomena collectively referred to as \"representational system accessing cues.\"</li>\r\n<li>Make discriminations in all major input channels: Visual, Auditory tonal and digital, Kinesthetic and their sub-modality distinctions.</li>\r\n<li>Detect and make the distinction between simultaneous and sequential incongruities; make the distinction between unfamiliarity and discomfort, agreement and understanding.</li>\r\n<li>Detect the differences in the form of conscious and unconscious mind communication.</li>\r\n<li>Language Patterns: Detect the linguistic distinctions known collectively as the Meta Model, Milton Model, which includes presuppositions, ambiguities and temporal distinctions the ability to detect the linguistic markers that presuppose Meta Program reference structures; the ability to detect the class of language known as Sleight of Mouth Patterns.</li>\r\n</ol>\r\n<h3>INTERNAL REPRESENTATION SKILLS</h3>\r\n<p>consist of the ability to use your internal processes with agility and flexibility. Internal requisite variety is operationally defined as the ability to do the following:</p>\r\n<ol>\r\n<li>Represent information in all sensory systems.</li>\r\n<li>Access information from and in each representational system.</li>\r\n<li>Store information in all systems.</li>\r\n<li>Overlap from each representational system into another.</li>\r\n<li>Make sub-modality distinctions in all primary representational systems and resequence characteristic representational system sequences.</li>\r\n<li>State Management: access states and physiology that promote quality in flexibility and variability in thinking and behavior which are independent of the three obstacles to learning and teaching:</li>\r\n<ol>\r\n<li>internal dialogue at too high a volume;</li>\r\n<li>tunnel vision: only seeing what is in the center of your visual field and failing to notice and recognize the relational aspects in the environment;</li>\r\n<li>unnecessary tension in the body.</li>\r\n</ol>\r\n<li>The over-all purpose of developing, expanding and enhancing these abilities is to create greater flexibility, creativity and mobility in thinking; the ability to make conscious shifts in perspective, mood and behavior that make available new channels of discovery, learning and change for yourself and others.</li>\r\n</ol>\r\n<h3>OUTPUT SKILLS</h3>\r\n<p>Utilization Skills include modeling skills, rapport-building skills, anchoring skills, language skills and multi-level communication, design and presentation skills that utilize conscious and unconscious mind learning strategies, meta-linguistic awareness (the ability to think about language and comment on language). Output flexibility is operationally defined as the ability to do the following:</p>\r\n<ol>\r\n<li>Vary behavior in all output communication channels.</li>\r\n<li>Establish rapport at both conscious and unconscious levels; pace and lead in each and all representational systems, verbally and non-verbally, including:</li>\r\n<ul>\r\n<li>whole and part body postures</li>\r\n<li>breathing patterns</li>\r\n<li>intonation patterns</li>\r\n<li>sensory-system predicate usage</li>\r\n<li>sequences of eye accessing cues, and</li>\r\n<li>sub-modality accessing cues and gestures</li>\r\n</ul>\r\n<li>Adjust one\'s language and analog to pace the structure of another person\'s experience with reference to Meta Programs, and the class of language known as Milton Model and \"Sleight of Mouth Patterns\"; also appropriately adjust (i.e., balance) the configuration of Meta Programs.</li>\r\n<li>Demonstrate the ability to use mirroring, direct matching and indirect matching (also referred as cross-over mirroring).</li>\r\n<li>Sort incongruities, polarities and “double-bind” either-or thinking patterns and reintegrate in ways that broaden the scope of how someone looks at what they are doing; and in ways that expand the range of what\'s possible.</li>\r\n<li>Elicit and anchor states in each and all representational systems, i.e., kinesthetically, auditorily and visually; directionalize and contextualize states using the basic anchoring formats:</li>\r\n<ul>\r\n<li>setting and utilizing spatial anchors</li>\r\n<li>stacking anchors, amplifying anchors</li>\r\n<li>collapsing or synchronizing anchors, and</li>\r\n<li>chaining (or sequencing) responses</li>\r\n</ul>\r\n<li>Demonstrate strategy elicitation, design and installation, including criteria and elicitation and optimization; the ability to detect and utilize the following key strategies: internal performance strategies, motivational strategies, decision strategies, and learning strategies.</li>\r\n<li>Utilize the linguistic patterns of the Meta Model, Outcome Frame and Well- Formedness Conditions, Milton Model, and “Sleight of Mouth” reformulations to gather and organize information to expand the range of possibility and choice in thinking and in action.</li>\r\n<li>Ecological implications and implications of change: structure and implement “testing” (i.e., evidence) procedures. \"Predict\" the implications of change through time to “preserve” the integrity of the system as a whole.</li>\r\n<li>Applications of NLP technology: identify the structure and function of each technique; appropriate contextualization and generalization of change techniques; re-anchoring formats, reframing techniques and basic negotiation models, submodality technology, threshold patterns, adjusting threshold tolerance, Swish Patterns; and Future-Pacing techniques.</li>\r\n</ol>',1,0,0,14,'2014-06-14 22:53:41',615,'','2014-06-22 21:03:44',615,0,'0000-00-00 00:00:00','2014-06-14 22:53:41','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',18,0,6,'','Society of NLP criteria for Certification as a NLP Trainer\r\n',1,281,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(41,116,'404error','404error','','<h1>Ooops, something went wrong...</h1>\r\n<p>Unfortunately, we didn\'t find the page you should see. (In geek-speak, this is a 404 error)</p>\r\n<h2>How did this happen?</h2>\r\n<p>We do not really know how this happened, but speculation leads us to assume one or more of the following...<ul>\r\n<li>Possibly, you clicked an outdated link on a search-engine or another website.</li> \r\n<li>Maybe, you entered the URL by hand and misspelled it.</li>\r\n<li>It could be that we moved that page and created this virtual dead-end street.</li></ul></p>\r\n<h2>And what to do now?</h2>\r\n<p>We kindly apologize for this inconvenience and invade you to continue using our website.</p>\r\n<p>On the bottom of this page, in that purple box below, you\'ll find a list of all pages of our website. Or you could use the main menu at the top of the page to continue exploring areas you are interested in.</p>\r\n<p>If you wish, <a href=\"/\">this link will take you to the welcome page</a>.</p>\r\n','',1,0,0,2,'2014-06-22 21:39:27',615,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2014-06-22 21:39:27','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,0,1,'','',1,283,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(42,117,'test sale','test-sale','','<h1>Paradox Test</h1>\r\n<a target=\"_top\" class=\"dpdcart iframe\" href=\"https://the-nlp-connection.dpdcart.com/cart/add?product_id=91176&method_id=95426\"><img border=\"0\" alt=\"Add to Cart\" src=\"https://getdpd.com/images/buy_buttons/atc/solid1/dpd_addtocart_3.png\" /></a>\r\n<p>huhu</p>\r\n<script type=\"text/javascript\" src=\"https://getdpd.com/js/cart.js\"></script><a href=\"https://the-nlp-connection.dpdcart.com/cart/view\" class=\"dpdcart iframe\"><img border=\"0\" src=\"https://getdpd.com/images/buy_buttons/vc/solid1/dpd_viewcart_3.png\" /></a>','',0,0,0,2,'2014-07-01 11:22:33',615,'','2014-08-04 17:10:17',615,0,'0000-00-00 00:00:00','2014-07-01 11:22:33','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',13,0,0,'','',1,16,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(43,118,'Language Intensive Audiobook (2)','language-intensive-audiobook-2','','<h1><img src=\"images/boutique/42-1-095-00-perspective.jpg\" border=\"0\" style=\"border: 0; float: left; padding: 0px 20px 10px 0px; height: 260px;\" />«Discover the Difference»: Language Intensive Audiobook</h1>\r\n<p><span style=\"text-decoration: underline;\">Special introductory offer at up 43% savings until September 30, 2014!</span> From a live Language Certification Program, Christina is presenting for the first time her unique work in this edited audiobook. The new 2014 edition has been digitally remastered for highly improved audio quality. In 13 lessons, Chris is revealing the processes that drive NLP, opening up learnings and a wide variety of applications. </p>\r\n','\r\n<span itemtype=\"http://schema.org/Product\">\r\n<h1><span itemprop=\"name\">Language Intensive Audiobook</span> - special introductory offer!</h1>\r\n<h2>by Christina Hall, Ph.D., NLP Meta-Master Trainer</h2>\r\n<blockquote>\"As a former manager for a Fortune 500 company and a current school teacher, most traditional NLP techniques (touch anchors, hypnotic language, closed-eye processes, etc.) have never been appropriate in my work situation. That is why I cherish what I learned from Chris; everything on these tapes is not only 100% effective, but usable in both the boardroom and the classroom.\"<br />Al Konigsfeld, NLP-Trainer and Mathematics Teacher</blockquote>\r\n<p itemprop=\"description\">Recorded from a live 14 day Language Certification Program in 1996 and 1997, Christina is presenting for the first time her unique work in this edited audiobook. In 13 lessons, she is revealing the processes that drive NLP, opening up learnings and a wide variety of applications.</p>\r\n<h3><img itemprop=\"image\" src=\"images/boutique/42-1-095-00-perspective.jpg\" border=\"0\" style=\"border: 0; float: left; padding: 0px 20px 10px 0px;\" />Now available: The new and remastered 2014 edition</h3>\r\n<p>This Audiobook is now available as the new 2014 edition: the complete audio has been digitally remastered, freed from background noise, resulting in highly improved quality. </p>\r\n<h3>Download the complete audiobook or individual lessons</h3>\r\n<p>The audiobook is delivered to you via download. The 13 lessons come as individual MP3-files. Listen to Christina on your iPod or any other mp3-player, your computer, your car or home stereo.</p>\r\n<p>Here\'s a <a href=\"http://www.standinginspirit.com/review-christina-halls-video-series-discover-the-difference/?lang=en\" target=\"_blank\">review of the original DVDs</a></p>\r\n<h3>Special introductory offer at up 43% savings until September 30, 2014!</h3>\r\n<h2>Get the complete audiobook</h2>\r\n<p>Get the complete set of 13 lessons at a special price and save.</p>\r\n<table class=\"boutique_buy\" width=\"100%\" border=\"0\">\r\n<tbody>\r\n<tr><th>item-number</th><th>duration</th><th>regular price</th><th>special offer</th><th>you save</th><th rowspan=\"2\">{quicksell file=\"language_in_action_part1of4.zip\" price=\"299.00\" title=\"Language Intensive Audio Book full (42-1-095-00)\" currency=\"USD\" customPayPal=\"\" emailDelivery=\"on\" requireRegistration=\"\" discount_rate=\"\" return_url=\"\" notification_email=\"\" rm=\"\" cbt=\"return to www.chris-nlp-hall.com\" sub=\"\" addToCart=\"\"}css_buttons/0001{/quicksell}</th></tr>\r\n<tr>\r\n<td>42-1-095-00</td>\r\n<td>17 hours 35 minutes </td>\r\n<td><span class=\"boutique_oldprice\"> $528</span></td>\r\n<td itemprop=\"price\"> $299</td>\r\n<td> 43%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>#1 - Language as a Perceptual Tool - Opening</h2>\r\n<p>A lot has been written in NLP about teaching to the unconscious. This lesson shows a master of this valued skill at work. I counted four sets of embedded loops (with three to four stories each), three embedded trances, and nine spatial anchors, just to set up the seminar. And I\'m sure I missed some. If you want to take your presentations to a new level, this lesson is a must.</p>\r\n<table class=\"boutique_buy\" width=\"100%\" border=\"0\">\r\n<tbody>\r\n<tr><th>item-number</th><th>duration</th><th>regular price</th><th>special offer</th><th>you save</th><th rowspan=\"2\">{quicksell file=\"01 Language as a Perceptional Tool - Opening.mp3\" price=\"30.00\" title=\"42-1-095-01\" currency=\"USD\" customPayPal=\"\" emailDelivery=\"on\" requireRegistration=\"\" discount_rate=\"\" return_url=\"\" notification_email=\"\" rm=\"\" cbt=\"return to www.chrisnlphall.com\" sub=\"\" addToCart=\"\"}css_buttons/0001{/quicksell}</th></tr>\r\n<tr>\r\n<td>42-1-095-01</td>\r\n<td>1 hour 27 minutes</td>\r\n<td><span class=\"boutique_oldprice\">$44</span></td>\r\n<td>$30</td>\r\n<td> 32%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>#2 - Neuro-Logical Shifts and Temporal Perspectives</h2>\r\n<p>Dr. Hall explains some of the primary submodality differences among various parts of speech and temporal (time) sorts. This facilitates a change in the organization of a perceived “problem\", setting a new orientation without necessarily having to do a formal NLP technique. She also shows how changes in language, even subtle ones, can enrich the traditional NLP Outcome Frame.</p>\r\n<table class=\"boutique_buy\" width=\"100%\" border=\"0\">\r\n<tbody>\r\n<tr><th>item-number</th><th>duration</th><th>regular price</th><th>special offer</th><th>you save</th><th rowspan=\"2\">{quicksell file=\"02 Neuro-Logical Shifts and Temporal Perspectives.mp3\" price=\"26.00\" title=\"42-1-095-02\" currency=\"USD\" customPayPal=\"\" emailDelivery=\"on\" requireRegistration=\"\" discount_rate=\"\" return_url=\"\" notification_email=\"\" rm=\"\" cbt=\"return to www.cnlphall.com\" sub=\"\" addToCart=\"\"}css_buttons/0001{/quicksell}</th></tr>\r\n<tr>\r\n<td>42-1-095-02</td>\r\n<td>1 hour 15 minutes</td>\r\n<td><span class=\"boutique_oldprice\">$38</span></td>\r\n<td>$26</td>\r\n<td> 32%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>#3 - Presuppositions and the Structure of Time</h2>\r\n<p>Focusing on phonological ambiguities, Dr. Hall is giving a number of specific examples of common questions that can be improved. She also begins discussion on how certain words trigger Meta-Programs.</p>\r\n<table class=\"boutique_buy\" width=\"100%\" border=\"0\">\r\n<tbody>\r\n<tr><th>item-number</th><th>duration</th><th>regular price</th><th>special offer</th><th>you save</th><th rowspan=\"2\">{quicksell file=\"03 Presuppositions and the Structure of Time.mp3\" price=\"24.00\" title=\"42-1-095-03\" currency=\"USD\" customPayPal=\"\" emailDelivery=\"on\" requireRegistration=\"\" discount_rate=\"\" return_url=\"\" notification_email=\"\" rm=\"\" cbt=\"\" sub=\"\" addToCart=\"\"}css_buttons/0001{/quicksell}</th></tr>\r\n<tr>\r\n<td>42-1-095-03</td>\r\n<td>1 hour 8 minutes</td>\r\n<td><span class=\"boutique_oldprice\">$34</span></td>\r\n<td>$24</td>\r\n<td> 29%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>#4 - Thinking Skills and Logical Levels</h2>\r\n<p>How prefixes and suffixes set the direction in thinking. Dr. Hall also uses them to form double and triple nominalizations.</p>\r\n<table class=\"boutique_buy\" width=\"100%\" border=\"0\">\r\n<tbody>\r\n<tr><th>item-number</th><th>duration</th><th>regular price</th><th>special offer</th><th>you save</th><th rowspan=\"2\">{quicksell file=\"04 Thinking Skills and Logical Levels.mp3\" price=\"18.00\" title=\"42-1-095-04\" currency=\"USD\" customPayPal=\"\" emailDelivery=\"on\" requireRegistration=\"\" discount_rate=\"\" return_url=\"\" notification_email=\"\" rm=\"\" cbt=\"\" sub=\"\" addToCart=\"\"}css_buttons/0001{/quicksell}</th></tr>\r\n<tr>\r\n<td>42-1-095-04</td>\r\n<td>51 minutes</td>\r\n<td><span class=\"boutique_oldprice\">$26</span></td>\r\n<td>$18</td>\r\n<td> 31%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>#5 - Language Patterns: Open Session with Questions and Answers</h2>\r\n<p>Including Lost Performatives, Modal Operators, Tag Questions, Meta-Programs, Polya patterns, implications and chunk size, Dr. Hall is answering questions.</p>\r\n<table class=\"boutique_buy\" width=\"100%\" border=\"0\">\r\n<tbody>\r\n<tr><th>item-number</th><th>duration</th><th>regular price</th><th>special offer</th><th>you save</th><th rowspan=\"2\">{quicksell file=\"05 Language Patterns_ Open Session with Questions and Answers.mp3\" price=\"40.00\" title=\"42-1-095-05\" currency=\"USD\" customPayPal=\"\" emailDelivery=\"on\" requireRegistration=\"\" discount_rate=\"\" return_url=\"\" notification_email=\"\" rm=\"\" cbt=\"\" sub=\"\" addToCart=\"\"}css_buttons/0001{/quicksell}</th></tr>\r\n<tr>\r\n<td>42-1-095-05</td>\r\n<td>1 hour 53 minutes</td>\r\n<td><span class=\"boutique_oldprice\">$57</span></td>\r\n<td>$40</td>\r\n<td> 30%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>#6 - Universals and State Elicitation</h2>\r\n<p>If your idea of state elicitation is \"Think of a time... \", you will be amazed at the information in this lesson. Dr. Hall demonstrates how eliciting and pacing universal experiences are powerful tools of change.</p>\r\n<table class=\"boutique_buy\" width=\"100%\" border=\"0\">\r\n<tbody>\r\n<tr><th>item-number</th><th>duration</th><th>regular price</th><th>special offer</th><th>you save</th><th rowspan=\"2\">{quicksell file=\"06 Universals and State Elicitation.mp3\" price=\"25.00\" title=\"42-1-095-06\" currency=\"USD\" customPayPal=\"\" emailDelivery=\"on\" requireRegistration=\"\" discount_rate=\"\" return_url=\"\" notification_email=\"\" rm=\"\" cbt=\"\" sub=\"\" addToCart=\"\"}css_buttons/0001{/quicksell}</th></tr>\r\n<tr>\r\n<td>42-1-095-06</td>\r\n<td>1 hour 11 minutes</td>\r\n<td><span class=\"boutique_oldprice\">$36</span></td>\r\n<td>$25</td>\r\n<td> 31%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>#7 - The Meta-Model as a System of Relations</h2>\r\n<p>Most of us leaned the Meta-Model as a set of challenges to “violations”. Dr. Hall takes the Meta Model to a whole new level of utilization in demonstrating its reflexive and nested structure as an underlying matrix of patterning. With a touch of genius, Christina has transformed and redefined the Meta-Model beyond a mere information-gathering tool into an understandable and vastly more useful organizing skill.</p>\r\n<table class=\"boutique_buy\" width=\"100%\" border=\"0\">\r\n<tbody>\r\n<tr><th>item-number</th><th>duration</th><th>regular price</th><th>special offer</th><th>you save</th><th rowspan=\"2\">{quicksell file=\"07 The Meta Model as a System of Relations.mp3\" price=\"36.00\" title=\"42-1-095-07\" currency=\"USD\" customPayPal=\"\" emailDelivery=\"on\" requireRegistration=\"\" discount_rate=\"\" return_url=\"\" notification_email=\"\" rm=\"\" cbt=\"\" sub=\"\" addToCart=\"\"}css_buttons/0001{/quicksell}</th></tr>\r\n<tr>\r\n<td>42-1-095-07</td>\r\n<td>1 hour 44 minutes</td>\r\n<td><span class=\"boutique_oldprice\">$52</span></td>\r\n<td>$36</td>\r\n<td> 31%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>#8 - Chunking: Creating a Multi-Dimensional Network of Perspectives</h2>\r\n<p>Every person categorizes their experience to make sense of and organize the events of their life. Dr. Hall demonstrates how guiding an individual to change the ways in which they perceive and internally organize an event can access freedom to think more resourcefully.</p>\r\n<table class=\"boutique_buy\" width=\"100%\" border=\"0\">\r\n<tbody>\r\n<tr><th>item-number</th><th>duration</th><th>regular price</th><th>special offer</th><th>you save</th><th rowspan=\"2\">{quicksell file=\"08 Chunking_ Creating a Multi-Dimensional Network of Perspectives.mp3\" price=\"32.00\" title=\"42-1-095-08\" currency=\"USD\" customPayPal=\"\" emailDelivery=\"on\" requireRegistration=\"\" discount_rate=\"\" return_url=\"\" notification_email=\"\" rm=\"\" cbt=\"\" sub=\"\" addToCart=\"\"}css_buttons/0001{/quicksell}</th></tr>\r\n<tr>\r\n<td>42-1-095-08</td>\r\n<td>1 hour 31 minutes</td>\r\n<td><span class=\"boutique_oldprice\">$46</span></td>\r\n<td>$32</td>\r\n<td> 30%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>#9 - Building Intensity</h2>\r\n<p>Dr. Hall shows how to find the strategy that an individual already uses to build intensity to set a different direction creating and developing resources using the person\'s own strategy.</p>\r\n<table class=\"boutique_buy\" width=\"100%\" border=\"0\">\r\n<tbody>\r\n<tr><th>item-number</th><th>duration</th><th>regular price</th><th>special offer</th><th>you save</th><th rowspan=\"2\">{quicksell file=\"09 Building Intensity.mp3\" price=\"20.00\" title=\"42-1-095-09\" currency=\"USD\" customPayPal=\"\" emailDelivery=\"on\" requireRegistration=\"\" discount_rate=\"\" return_url=\"\" notification_email=\"\" rm=\"\" cbt=\"\" sub=\"\" addToCart=\"\"}css_buttons/0001{/quicksell}</th></tr>\r\n<tr>\r\n<td>42-1-095-09</td>\r\n<td>56 minutes</td>\r\n<td><span class=\"boutique_oldprice\">$28</span></td>\r\n<td>$20</td>\r\n<td> 29%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>#10 - Guiding the Process of Generalization</h2>\r\n<p>Dr. Hall uses backtracking and the art of questioning thereby opening up choices where someone thought there were none. She demonstrates how the Meta-Model questions you ask set a direction for any context.</p>\r\n<table class=\"boutique_buy\" width=\"100%\" border=\"0\">\r\n<tbody>\r\n<tr><th>item-number</th><th>duration</th><th>regular price</th><th>special offer</th><th>you save</th><th rowspan=\"2\">{quicksell file=\"10 Guiding the Process of Generalization.mp3\" price=\"23.00\" title=\"42-1-095-10\" currency=\"USD\" customPayPal=\"\" emailDelivery=\"on\" requireRegistration=\"\" discount_rate=\"\" return_url=\"\" notification_email=\"\" rm=\"\" cbt=\"\" sub=\"\" addToCart=\"\"}css_buttons/0001{/quicksell}</th></tr>\r\n<tr>\r\n<td>42-1-095-10</td>\r\n<td>1 hour 6 minutes</td>\r\n<td><span class=\"boutique_oldprice\">$33</span></td>\r\n<td>$23</td>\r\n<td> 30%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>#11 - Lost Performatives and Sorting Markers</h2>\r\n<p>Dr. Hall explores the interplay of Lost Performatives and Meta-Programs to track a person’s strategy. She also talks about the impact that Modal Operators and temporal markers play in the creation of Generalizations.</p>\r\n<table class=\"boutique_buy\" width=\"100%\" border=\"0\">\r\n<tbody>\r\n<tr><th>item-number</th><th>duration</th><th>regular price</th><th>special offer</th><th>you save</th><th rowspan=\"2\">{quicksell file=\"11 Lost Performatives and Sorting Markers.mp3\" price=\"55.00\" title=\"42-1-095-11\" currency=\"USD\" customPayPal=\"\" emailDelivery=\"on\" requireRegistration=\"\" discount_rate=\"\" return_url=\"\" notification_email=\"\" rm=\"\" cbt=\"\" sub=\"\" addToCart=\"\"}css_buttons/0001{/quicksell}</th></tr>\r\n<tr>\r\n<td>42-1-095-11</td>\r\n<td>2 hours 38 minutes</td>\r\n<td><span class=\"boutique_oldprice\">$79</span></td>\r\n<td>$55</td>\r\n<td> 30%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>#12 - Structuring Implications</h2>\r\n<p>Dr. Hall leads an in-depth exploration of the power of implication through presupposition… a nested structure of the 1st, 2nd and 3rd order which support the universals in all languages.</p>\r\n<table class=\"boutique_buy\" width=\"100%\" border=\"0\">\r\n<tbody>\r\n<tr><th>item-number</th><th>duration</th><th>regular price</th><th>special offer</th><th>you save</th><th rowspan=\"2\">{quicksell file=\"12 Structuring Implications.mp3\" price=\"23.00\" title=\"42-1-095-12\" currency=\"USD\" customPayPal=\"\" emailDelivery=\"on\" requireRegistration=\"\" discount_rate=\"\" return_url=\"\" notification_email=\"\" rm=\"\" cbt=\"\" sub=\"\" addToCart=\"\"}css_buttons/0001{/quicksell}</th></tr>\r\n<tr>\r\n<td>42-1-095-12</td>\r\n<td>1 hour 6 minutes</td>\r\n<td><span class=\"boutique_oldprice\">$33</span></td>\r\n<td>$23</td>\r\n<td> 30%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>#13 - Complex Equivalencies</h2>\r\n<p>Generalizations that map across logical levels, creating semantic confusion and resulting in unresourceful “behavior-to-identity” equivalents are a major source of what Korzybski refers to as “unsanity.” Here you will find tools to identify, unlock and render powerless those previously limited “realities”.</p>\r\n<table class=\"boutique_buy\" width=\"100%\" border=\"0\">\r\n<tbody>\r\n<tr><th>item-number</th><th>duration</th><th>regular price</th><th>special offer</th><th>you save</th><th rowspan=\"2\"> {quicksell file=\"13 Complex Equivalencies.mp3\" price=\"17.00\" title=\"42-1-095-13\" currency=\"USD\" customPayPal=\"\" emailDelivery=\"on\" requireRegistration=\"\" discount_rate=\"\" return_url=\"\" notification_email=\"\" rm=\"\" cbt=\"\" sub=\"\" addToCart=\"\"}css_buttons/0001{/quicksell}</th></tr>\r\n<tr>\r\n<td>42-1-095-13</td>\r\n<td>49 minutes</td>\r\n<td><span class=\"boutique_oldprice\">$25</span></td>\r\n<td>$17</td>\r\n<td> 32%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<p style=\"text-align: center;\">I would like to extend a heartfelt ”thank you” to Al Konigsfeld for his invaluable contribution in writing the descriptions of these recordings. “Thank You Al!”</p>\r\n<h2>More products to come!</h2>\r\n</span>',0,0,0,21,'2014-03-02 19:24:56',615,'','2014-07-03 18:11:40',0,0,'0000-00-00 00:00:00','2014-03-02 19:24:56','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,0,0,'','Finally, Dr. Christina Hall re-released her groundbreaking Audiobook on the language of change, digitally remastered.',1,0,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(44,119,'The Art of Training','the-art-of-training','','<h1>The Art of Training</h1>\r\n<p>The NLP Trainer Training with Christina Hall, Ph.D., NLP Meta-Master Trainer, distinguished authority and a foremost innovator of NLP. Expand the range and scope of your abilities and skills to new levels of expertise… actualize greater potential for yourself and others!</p>\r\n','\r\n<h1>The Art of Training</h1>\r\n<p>The NLP Trainer Training with Christina Hall, Ph.D., NLP Meta-Master Trainer, distinguished authority and a foremost innovator of NLP.</p>\r\n<h2>Expand the range and scope of your abilities and skills to new levels of expertise… actualize greater potential for yourself and others!</h2>\r\n<p>Often called “the expert’s expert,” Christina, was once described by NLP Co-Developer, Richard Bandler as “The person who has probably taught me more about NLP... and who continues to prove there is no end to this field.”</p>\r\n<p>Christina, a seasoned and respected international trainer, is acknowledged as a major contributor to the development of NLP. She began her NLP training over 35 years ago with the NLP Co-Developers during the pioneering days (1976), and became a Certified NLP Trainer in 1980, followed by certification as a Master Trainer in 1985, and a Meta-Master Trainer awarded to her by NLP Co- Developer, Richard Bandler in 1991. Having spent 10 years working and teaching\r\ntogether with Richard Bandler, Christina has incorporated into her teachings and applications a unique and singular insider’s perspective.</p>\r\n<blockquote>“Thank you so very, very much for all you give. What you taught me is directly applicable nearly every time I open my mouth, and certainly inside the deeper planning of our course material.<br />As a result, our courses have never been better and the feedback has been excellent.”<br />(A.C., NLP Trainer, United States)</blockquote>\r\n<p>Christina has dedicated her professional life to advancing the field of NLP, inspired with a passion for supporting people in the pursuit of their most meaningful goals to enrich their lives and interactions with others.</p>\r\n<h2>Who is this training for?</h2>\r\n<p>This training is for those of you who want to make a meaningful contribution to enriching the professional and personal lives of others, whatever your area of application… training, presenting, teaching, counseling, coaching, team-building, goal-setting, vision-building or management.</p>\r\n<h2>Why join us?</h2>\r\n<p>Christina has developed an unparalleled system that she calls “Poly-Contextual Models.” Your learnings during this training will provide you with the knowledge, skill and techniques to organize any presentation on any topic for any group or any individual.</p>\r\n<blockquote>\"I left on Sunday feeling that Module One of the Training For Trainers with Christina Hall was a wonderful and challenging experience. Christina is not simply a trainer’s trainer, she is a\r\nmaster of her \'art\', and as with all great masters, they have perfected their craft.<br />I have been a trainer for more years than I would like to admit to… however, this is the first time that I felt that I was taking my first step towards mastery. Last week (only days after the training course), I had the opportunity to deliver my first NLP Modelling workshop, a two-day event taught to participants who had no exposure to NLP.<br />I put many of the learnings that Christina taught me into action and I had amazing results!! The feedback from the participants both on an explicit and implicit level was incredible...”<br />(H.A., Trainer, England)</blockquote>\r\n<h2>Discover the essential “keys” that make the difference between trainings that are forgettable or fantastic, mediocre or memorable.</h2>\r\n<p>Lively, dynamic and interactive, this training incorporates an accelerated and synergistic approach to learning, which emphasizes a systems and process-oriented foundation. Proven through experience… reliable, practical and effective… training with Christina includes leading edge organizational and design tools, techniques and strategies you simply won’t learn anywhere else.</p>\r\n<p>Christina’s engaging, charismatic and profoundly purpose-based training style focuses on providing an extensive and in-depth foundation of knowledge, learning and practical applications that will take you to the next level in your training capabilities. You will learn to:</p>\r\n<ul>\r\n<li>Manage meaning and \"leadership\" through the Art of Framing to create empowering realities,\r\njust as photographers do through their images and writers through their words.</li>\r\n<li>Create resourceful states and expansive models of thinking to maximize group dynamics.</li>\r\n<li>Teach through example by demonstrating what you are teaching to become a “finessed” presenter.</li>\r\n<li>Teach the conscious and unconscious mind simultaneously to integrate abilities of both hemispheres.</li>\r\n<li>Manage the systems of Time to accomplish outcomes and actualize greater potential.</li>\r\n<li>Install generative models through nested loops to integrate learnings throughout diverse contexts in daily life.</li>\r\n<li>Apply systemic learning models to maximize training, consciously and unconsciously.</li>\r\n<li>Open up new pathways of choice and opportunity to surpass your own expectations.</li>\r\n</ul>\r\n<p>Specifically you will have ample opportunities to experience the essentials for organizing and delivering powerful, effective presentations, as well as design exercises that accomplish your training outcomes, including:</p>\r\n<ul>\r\n<li>Structure of the Overall Process for Training and Learning</li>\r\n<li>Key Design Principles for organizing training and learning, including the art of framing, contrast frames, multi-sensory encoding, nested loops / levels</li>\r\n<li>Basic Components of Effective Teaching</li>\r\n<li>Systems Thinking Model</li>\r\n<li>Meta-Strategy for Presenting: The “Infinity Strategy™</li>\r\n<li>Relevant Learning Principles… in action</li>\r\n<li>Training Paradigm: “The Guided Discovery Model”</li>\r\n<li>Metaphor and Story-Telling as a training and learning tool</li>\r\n</ul>\r\n<blockquote>“Thank you for delivering an absolutely delightful program. Superb experiential learnings.<br />I really appreciate your use of form and structure to drive process as well as the varied ways in which you are deliver information.”<br />(NLP Trainer and Hypnosis Trainer, England)</blockquote>\r\n<h2 align=\"center\">Seize this rare opportunity now !</h2>\r\n<p>Prerequisites: NLP Practitioner and NLP Master Practitioner Training.</p>\r\n<p>Certification: Upon successful completion of this training, participants will receive NLP Trainer Associate certification from the Society of Neuro-Linguistic Programming. At such time, you are eligible for certification as a NLP Trainer. Certification as a NLP Trainer is awarded upon completion of certain requirements.</p>',1,0,0,18,'2013-10-28 16:38:15',616,'','2014-09-22 21:44:15',615,0,'0000-00-00 00:00:00','2013-10-28 16:38:15','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',7,0,3,'','The NLP Trainer Training by Christina Hall, PhD. Expand your teaching and presenting skills to new levels of expertise and bring fun and learning as inspiring resources into the training environment. ',1,21,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(45,120,'The Game of Training','the-game-of-training','','<h1>The Game of Training</h1>\r\n<p>...from the inside out. The “game” of training is to play... to play to learn... to play to develop your potential. For certified NLP Trainers interested in the continued evolution of your competency, this training fulfills one of the requirements for certification as a NLP Master Trainer.</p>\r\n','\r\n<h1>The Game of Training - from the inside out<br />Master Trainer Training</h1>\r\n<h2>Vision of Training and Learning as Exploration • Play • Possibility • Choice • Freedom</h2>\r\n<p>The “game” of training is to play... to play to learn... to play to develop your potential.</p>\r\n<p>We invite you to:</p>\r\n<ul>\r\n<li>Explore the deep relationship within teaching and learning as part of the same process and develop your abilities to facilitate group-unity, group-spirit and group-learning as a means to promote deep, accelerated and cohesive learnings.</li>\r\n<li>Experiment with putting your training ideas into action in the moment you think about them.</li>\r\n<li>Expand your skills to utilize whatever behaviors, states and attitudes that come forth in your audience as examples of what you are teaching to make profound shifts in thinking happen.</li>\r\n<li>Stretch your abilities to bring greater potential into action and surprise yourself with your abilities to create powerful metaphors for development and change in an instant!</li>\r\n<li>Extend the range and scope of your abilities to new levels of expression in ways that can exceed even your wildest imagination!</li>\r\n</ul>\r\n<p>Just as photographers create powerful images and responses by framing each image with their lenses and writers with their words, so do we, as trainers/presenters, through our verbal and non-verbal behavior.</p>\r\n<p>Obviously, you have already learned a lot. And you know that there is always more. You have probably noticed that during a training, no matter how well you have planned, unexpected things always happen, some welcomed, others disconcerting, disorienting and perhaps causing self-doubt. Have some participants responded in ways that seemed to challenge and even perhaps diminished your feelings of resourcefulness, flexibility and freedom to choose? Even though we cannot always control events, we can influence how events are experienced, interpreted and understood, thereby setting a different direction and whole new course of action.</p>\r\n<p>Through the various activities planned for your delight, you will also learn how to:</p>\r\n<ul>\r\n<li>Turn unexpected responses, for example, into a source of possibility and golden opportunities that you can nest into the thread of your training.</li>\r\n<li>Transform the “bonds” of unconscious habit to create an inner environment for focus, achieving your outcomes and living a process that is meaningful and fulfilling.</li>\r\n</ul>\r\n<p>In addition, specific areas to be explored will include:</p>\r\n<ul>\r\n<li>Explore the Basic skills of the Inner Game of training to strengthen and expand your core-capacities in ways that support, embellish and permeate your training style.</li>\r\n<li>Discover the power of non-judgmental awareness based on the intention to be present and acknowledge whatever happens as an opportunity to create a potent, clear inner environment for focus, energizing a sense of wonder that expands the opportunities inherent in everyday life.</li>\r\n<li>Experience the “Diamond Strategy” as a cooperation model to explore the polarities of opposites, creating a unified field that opens up a greater range of perspective and freedom in thinking and in action.</li>\r\n<li>Design “Contrast Frames” for making instantaneous distinctions that accelerate and deepen learning.</li>\r\n<li>Utilize the “Aikido Strategy” to pivot avoidance and the stressful into the interesting and attractive... transforming self-criticism and self-doubt into a source of possibility and opportunity to advance the training and learning process.</li>\r\n<li>Add the Q.U.E.S.T. Model to your skill-set as a poly-contextual model for setting training and learning goals to actualize unrealized capabilities and bring greater potential into action in ways that enrich your experience and interactions with others.</li>\r\n<li>Advance nested loops to the next level by incorporating the “Staircase Model” into your presentations and exercise design to expand your skills, creating connections and continuity through time in ways that build deep, cohesive and synergistic learning.</li>\r\n<li>Unite the indispensable power of vision and purpose to communicate your passion and commitment with congruency in ways that make a difference in your life and in the lives of others, inspiring people to reach higher to put into action that which is most meaningful in their lives.</li>\r\n</ul>\r\n<p>Christina has customized exercises especially for you to explore, experiment, discover and learn, incorporating an exciting and refreshing synthesis of NLP, metaphoric hypnosis, Impro-Theatre Sports, and The Inner Game work of W. Timothy Gallwey. And, knowing Chris, you can always look forward to delightful surprises and even more to further deepen your knowledge and skills.</p>\r\n<p>The advanced trainer training first took place in September 1999 at a very special and magical setting in the Haute Provence of France. Chris has welcomed an international group of participants who have come from the United States, Canada, England, France, Germany, Switzerland, Italy, Spain, Sweden, India, Mexico, Tunisia, Belgium, Poland, Thailand and Japan to join with her in this one-of-a-kind training experience.</p>\r\n<p>Prerequisite: Participation in “The Art of Training” and certification as a NLP Trainer Associate by Christina Hall, Ph.D., an owner and President of the Society of Neuro-\r\nLinguistic Programming. Participants will receive a “Certificate of Accomplishment” in recognition of having completed the 8 days of training.</p>\r\n<p>For those of you who are already certified as NLP Trainers and interested in the continued evolution of your competency, this training fulfills one of the requirements for certification as a NLP Master Trainer.</p>\r\n<blockquote>“I want to say that training with you has been influencing my work and my perceptions very deeply. I’ve been training since more than 10 years, but it is simply a fact that I learned the most with you, and for this I want to thank you with all my heart.<br />I feel very grateful especially for opening up even more new dimensions in understanding human thinking processes, which apart from its great impact on my work has also been a profound transformational experience for me personally.”<br />\r\n(NLP Trainer, England)</blockquote>',1,0,0,18,'2014-02-03 18:58:34',616,'','2014-09-26 08:23:11',615,0,'0000-00-00 00:00:00','2014-02-03 18:58:34','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',6,0,3,'','A special NLP training for NLP Trainers by Christina Hall, PhD. This training is part of the certification process as NLP Master-Trainer.',1,4,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''); /*!40000 ALTER TABLE `e30rf_content` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_content_frontpage` -- DROP TABLE IF EXISTS `e30rf_content_frontpage`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_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=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_content_frontpage` -- LOCK TABLES `e30rf_content_frontpage` WRITE; /*!40000 ALTER TABLE `e30rf_content_frontpage` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_content_frontpage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_content_rating` -- DROP TABLE IF EXISTS `e30rf_content_rating`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_content_rating` ( `content_id` int(11) NOT NULL default '0', `rating_sum` int(10) unsigned NOT NULL default '0', `rating_count` int(10) unsigned NOT NULL default '0', `lastip` varchar(50) NOT NULL default '', PRIMARY KEY (`content_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_content_rating` -- LOCK TABLES `e30rf_content_rating` WRITE; /*!40000 ALTER TABLE `e30rf_content_rating` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_content_rating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_core_log_searches` -- DROP TABLE IF EXISTS `e30rf_core_log_searches`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_core_log_searches` ( `search_term` varchar(128) NOT NULL default '', `hits` int(10) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_core_log_searches` -- LOCK TABLES `e30rf_core_log_searches` WRITE; /*!40000 ALTER TABLE `e30rf_core_log_searches` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_core_log_searches` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_extensions` -- DROP TABLE IF EXISTS `e30rf_extensions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_extensions` ( `extension_id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL, `type` varchar(20) NOT NULL, `element` varchar(100) NOT NULL, `folder` varchar(100) NOT NULL, `client_id` tinyint(3) NOT NULL, `enabled` tinyint(3) NOT NULL default '1', `access` int(10) unsigned NOT NULL default '1', `protected` tinyint(3) NOT NULL default '0', `manifest_cache` text NOT NULL, `params` text NOT NULL, `custom_data` text NOT NULL, `system_data` text NOT NULL, `checked_out` int(10) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) default '0', `state` int(11) default '0', PRIMARY KEY (`extension_id`), KEY `element_clientid` (`element`,`client_id`), KEY `element_folder_clientid` (`element`,`folder`,`client_id`), KEY `extension` (`type`,`element`,`folder`,`client_id`) ) ENGINE=MyISAM AUTO_INCREMENT=10073 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_extensions` -- LOCK TABLES `e30rf_extensions` WRITE; /*!40000 ALTER TABLE `e30rf_extensions` DISABLE KEYS */; INSERT INTO `e30rf_extensions` VALUES (1,'com_mailto','component','com_mailto','',0,1,1,1,'{\"legacy\":false,\"name\":\"com_mailto\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_MAILTO_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(2,'com_wrapper','component','com_wrapper','',0,1,1,1,'{\"legacy\":false,\"name\":\"com_wrapper\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_WRAPPER_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(3,'com_admin','component','com_admin','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_admin\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_ADMIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(4,'com_banners','component','com_banners','',1,0,1,0,'{\"legacy\":false,\"name\":\"com_banners\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_BANNERS_XML_DESCRIPTION\",\"group\":\"\"}','{\"purchase_type\":\"3\",\"track_impressions\":\"0\",\"track_clicks\":\"0\",\"metakey_prefix\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(5,'com_cache','component','com_cache','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_cache\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_CACHE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(6,'com_categories','component','com_categories','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_categories\",\"type\":\"component\",\"creationDate\":\"December 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(7,'com_checkin','component','com_checkin','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_checkin\",\"type\":\"component\",\"creationDate\":\"Unknown\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2008 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_CHECKIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(8,'com_contact','component','com_contact','',1,0,1,0,'{\"legacy\":false,\"name\":\"com_contact\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_CONTACT_XML_DESCRIPTION\",\"group\":\"\"}','{\"show_contact_category\":\"hide\",\"show_contact_list\":\"0\",\"presentation_style\":\"sliders\",\"show_name\":\"1\",\"show_position\":\"1\",\"show_email\":\"0\",\"show_street_address\":\"1\",\"show_suburb\":\"1\",\"show_state\":\"1\",\"show_postcode\":\"1\",\"show_country\":\"1\",\"show_telephone\":\"1\",\"show_mobile\":\"1\",\"show_fax\":\"1\",\"show_webpage\":\"1\",\"show_misc\":\"1\",\"show_image\":\"1\",\"image\":\"\",\"allow_vcard\":\"0\",\"show_articles\":\"0\",\"show_profile\":\"0\",\"show_links\":\"0\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"contact_icons\":\"0\",\"icon_address\":\"\",\"icon_email\":\"\",\"icon_telephone\":\"\",\"icon_mobile\":\"\",\"icon_fax\":\"\",\"icon_misc\":\"\",\"show_headings\":\"1\",\"show_position_headings\":\"1\",\"show_email_headings\":\"0\",\"show_telephone_headings\":\"1\",\"show_mobile_headings\":\"0\",\"show_fax_headings\":\"0\",\"allow_vcard_headings\":\"0\",\"show_suburb_headings\":\"1\",\"show_state_headings\":\"1\",\"show_country_headings\":\"1\",\"show_email_form\":\"1\",\"show_email_copy\":\"1\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"1\",\"custom_reply\":\"0\",\"redirect\":\"\",\"show_category_crumb\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(9,'com_cpanel','component','com_cpanel','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_cpanel\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_CPANEL_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10,'com_installer','component','com_installer','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_installer\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_INSTALLER_XML_DESCRIPTION\",\"group\":\"\"}','{\"cachetimeout\":\"6\"}','','',0,'0000-00-00 00:00:00',0,0),(11,'com_languages','component','com_languages','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_languages\",\"type\":\"component\",\"creationDate\":\"2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\"}','{\"administrator\":\"en-GB\",\"site\":\"en-GB\"}','','',0,'0000-00-00 00:00:00',0,0),(12,'com_login','component','com_login','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_login\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_LOGIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(13,'com_media','component','com_media','',1,1,0,1,'{\"legacy\":false,\"name\":\"com_media\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_MEDIA_XML_DESCRIPTION\",\"group\":\"\"}','{\"upload_extensions\":\"bmp,csv,doc,gif,ico,jpg,jpeg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,GIF,ICO,JPG,JPEG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\",\"upload_maxsize\":\"10\",\"file_path\":\"images\",\"image_path\":\"images\",\"restrict_uploads\":\"1\",\"allowed_media_usergroup\":\"3\",\"check_mime\":\"1\",\"image_extensions\":\"bmp,gif,jpg,png\",\"ignore_extensions\":\"\",\"upload_mime\":\"image\\/jpeg,image\\/gif,image\\/png,image\\/bmp,application\\/x-shockwave-flash,application\\/msword,application\\/excel,application\\/pdf,application\\/powerpoint,text\\/plain,application\\/x-zip\",\"upload_mime_illegal\":\"text\\/html\"}','','',0,'0000-00-00 00:00:00',0,0),(14,'com_menus','component','com_menus','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_menus\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_MENUS_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(15,'com_messages','component','com_messages','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_messages\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_MESSAGES_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(16,'com_modules','component','com_modules','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_modules\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_MODULES_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(17,'com_newsfeeds','component','com_newsfeeds','',1,0,1,0,'{\"legacy\":false,\"name\":\"com_newsfeeds\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\"}','{\"show_feed_image\":\"1\",\"show_feed_description\":\"1\",\"show_item_description\":\"1\",\"feed_word_count\":\"0\",\"show_headings\":\"1\",\"show_name\":\"1\",\"show_articles\":\"0\",\"show_link\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"display_num\":\"\",\"show_pagination_limit\":\"1\",\"show_pagination\":\"1\",\"show_pagination_results\":\"1\",\"show_cat_items\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(18,'com_plugins','component','com_plugins','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_plugins\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_PLUGINS_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(19,'com_search','component','com_search','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_search\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_SEARCH_XML_DESCRIPTION\",\"group\":\"\"}','{\"enabled\":\"0\",\"show_date\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(20,'com_templates','component','com_templates','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_templates\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_TEMPLATES_XML_DESCRIPTION\",\"group\":\"\"}','{\"template_positions_display\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(21,'com_weblinks','component','com_weblinks','',1,0,1,0,'{\"legacy\":false,\"name\":\"com_weblinks\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\"}','{\"show_comp_description\":\"1\",\"comp_description\":\"\",\"show_link_hits\":\"1\",\"show_link_description\":\"1\",\"show_other_cats\":\"0\",\"show_headings\":\"0\",\"show_numbers\":\"0\",\"show_report\":\"1\",\"count_clicks\":\"1\",\"target\":\"0\",\"link_icons\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(22,'com_content','component','com_content','',1,1,0,1,'{\"legacy\":false,\"name\":\"com_content\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_CONTENT_XML_DESCRIPTION\",\"group\":\"\"}','{\"article_layout\":\"_:default\",\"show_title\":\"0\",\"link_titles\":\"0\",\"show_intro\":\"0\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_readmore\":\"1\",\"show_readmore_title\":\"0\",\"readmore_limit\":\"100\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"0\",\"show_publishing_options\":\"1\",\"show_article_options\":\"1\",\"show_urls_images_frontend\":\"0\",\"show_urls_images_backend\":\"1\",\"targeta\":0,\"targetb\":0,\"targetc\":0,\"float_intro\":\"left\",\"float_fulltext\":\"left\",\"category_layout\":\"_:blog\",\"show_category_heading_title_text\":\"1\",\"show_category_title\":\"0\",\"show_description\":\"0\",\"show_description_image\":\"0\",\"maxLevel\":\"1\",\"show_empty_categories\":\"0\",\"show_no_articles\":\"1\",\"show_subcat_desc\":\"1\",\"show_cat_num_articles\":\"0\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_num_articles_cat\":\"1\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"4\",\"num_columns\":\"2\",\"num_links\":\"4\",\"multi_column_order\":\"0\",\"show_subcategory_content\":\"0\",\"show_pagination_limit\":\"1\",\"filter_field\":\"hide\",\"show_headings\":\"1\",\"list_show_date\":\"0\",\"date_format\":\"\",\"list_show_hits\":\"1\",\"list_show_author\":\"1\",\"orderby_pri\":\"order\",\"orderby_sec\":\"rdate\",\"order_date\":\"published\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"show_feed_link\":\"1\",\"feed_summary\":\"0\",\"feed_show_readmore\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(23,'com_config','component','com_config','',1,1,0,1,'{\"legacy\":false,\"name\":\"com_config\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_CONFIG_XML_DESCRIPTION\",\"group\":\"\"}','{\"filters\":{\"1\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"6\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"7\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"2\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"3\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"4\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"5\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"8\":{\"filter_type\":\"CBL\",\"filter_tags\":\"abcd\",\"filter_attributes\":\"\"}}}','','',0,'0000-00-00 00:00:00',0,0),(24,'com_redirect','component','com_redirect','',1,1,0,1,'{\"legacy\":false,\"name\":\"com_redirect\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(25,'com_users','component','com_users','',1,1,0,1,'{\"legacy\":false,\"name\":\"com_users\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_USERS_XML_DESCRIPTION\",\"group\":\"\"}','{\"allowUserRegistration\":\"1\",\"new_usertype\":\"2\",\"guest_usergroup\":\"1\",\"sendpassword\":\"1\",\"useractivation\":\"2\",\"mail_to_admin\":\"1\",\"captcha\":\"\",\"frontend_userparams\":\"1\",\"site_language\":\"0\",\"change_login_name\":\"0\",\"reset_count\":\"10\",\"reset_time\":\"1\",\"mailSubjectPrefix\":\"\",\"mailBodySuffix\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(27,'com_finder','component','com_finder','',1,0,0,0,'{\"legacy\":false,\"name\":\"com_finder\",\"type\":\"component\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_FINDER_XML_DESCRIPTION\",\"group\":\"\"}','{\"show_description\":\"1\",\"description_length\":255,\"allow_empty_query\":\"0\",\"show_url\":\"1\",\"show_advanced\":\"1\",\"expand_advanced\":\"0\",\"show_date_filters\":\"0\",\"highlight_terms\":\"1\",\"opensearch_name\":\"\",\"opensearch_description\":\"\",\"batch_size\":\"50\",\"memory_table_limit\":30000,\"title_multiplier\":\"1.7\",\"text_multiplier\":\"0.7\",\"meta_multiplier\":\"1.2\",\"path_multiplier\":\"2.0\",\"misc_multiplier\":\"0.3\",\"stemmer\":\"snowball\"}','','',0,'0000-00-00 00:00:00',0,0),(28,'com_joomlaupdate','component','com_joomlaupdate','',1,1,0,1,'{\"legacy\":false,\"name\":\"com_joomlaupdate\",\"type\":\"component\",\"creationDate\":\"February 2012\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(100,'PHPMailer','library','phpmailer','',0,1,1,1,'{\"legacy\":false,\"name\":\"PHPMailer\",\"type\":\"library\",\"creationDate\":\"2001\",\"author\":\"PHPMailer\",\"copyright\":\"(c) 2001-2003, Brent R. Matzelle, (c) 2004-2009, Andy Prevost. All Rights Reserved., (c) 2010-2011, Jim Jagielski. All Rights Reserved.\",\"authorEmail\":\"jimjag@gmail.com\",\"authorUrl\":\"https:\\/\\/code.google.com\\/a\\/apache-extras.org\\/p\\/phpmailer\\/\",\"version\":\"5.2\",\"description\":\"LIB_PHPMAILER_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(101,'SimplePie','library','simplepie','',0,1,1,1,'{\"legacy\":false,\"name\":\"SimplePie\",\"type\":\"library\",\"creationDate\":\"2004\",\"author\":\"SimplePie\",\"copyright\":\"Copyright (c) 2004-2009, Ryan Parman and Geoffrey Sneddon\",\"authorEmail\":\"\",\"authorUrl\":\"http:\\/\\/simplepie.org\\/\",\"version\":\"1.2\",\"description\":\"LIB_SIMPLEPIE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(102,'phputf8','library','phputf8','',0,1,1,1,'{\"legacy\":false,\"name\":\"phputf8\",\"type\":\"library\",\"creationDate\":\"2006\",\"author\":\"Harry Fuecks\",\"copyright\":\"Copyright various authors\",\"authorEmail\":\"hfuecks@gmail.com\",\"authorUrl\":\"http:\\/\\/sourceforge.net\\/projects\\/phputf8\",\"version\":\"0.5\",\"description\":\"LIB_PHPUTF8_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(103,'Joomla! Platform','library','joomla','',0,1,1,1,'{\"legacy\":false,\"name\":\"Joomla! Platform\",\"type\":\"library\",\"creationDate\":\"2008\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"http:\\/\\/www.joomla.org\",\"version\":\"11.4\",\"description\":\"LIB_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(200,'mod_articles_archive','module','mod_articles_archive','',0,1,1,1,'{\"legacy\":false,\"name\":\"mod_articles_archive\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters.\\n\\t\\tAll rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_ARTICLES_ARCHIVE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(201,'mod_articles_latest','module','mod_articles_latest','',0,1,1,1,'{\"legacy\":false,\"name\":\"mod_articles_latest\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_LATEST_NEWS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(202,'mod_articles_popular','module','mod_articles_popular','',0,1,1,0,'{\"legacy\":false,\"name\":\"mod_articles_popular\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(203,'mod_banners','module','mod_banners','',0,1,1,0,'{\"legacy\":false,\"name\":\"mod_banners\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_BANNERS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(204,'mod_breadcrumbs','module','mod_breadcrumbs','',0,1,1,1,'{\"legacy\":false,\"name\":\"mod_breadcrumbs\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_BREADCRUMBS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(205,'mod_custom','module','mod_custom','',0,1,1,1,'{\"legacy\":false,\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(206,'mod_feed','module','mod_feed','',0,1,1,1,'{\"legacy\":false,\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"July 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(207,'mod_footer','module','mod_footer','',0,1,1,1,'{\"legacy\":false,\"name\":\"mod_footer\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_FOOTER_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(208,'mod_login','module','mod_login','',0,1,1,1,'{\"legacy\":false,\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(209,'mod_menu','module','mod_menu','',0,1,1,1,'{\"legacy\":false,\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(210,'mod_articles_news','module','mod_articles_news','',0,1,1,0,'{\"legacy\":false,\"name\":\"mod_articles_news\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_ARTICLES_NEWS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(211,'mod_random_image','module','mod_random_image','',0,1,1,0,'{\"legacy\":false,\"name\":\"mod_random_image\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_RANDOM_IMAGE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(212,'mod_related_items','module','mod_related_items','',0,1,1,0,'{\"legacy\":false,\"name\":\"mod_related_items\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_RELATED_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(213,'mod_search','module','mod_search','',0,1,1,0,'{\"legacy\":false,\"name\":\"mod_search\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_SEARCH_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(214,'mod_stats','module','mod_stats','',0,1,1,0,'{\"legacy\":false,\"name\":\"mod_stats\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(215,'mod_syndicate','module','mod_syndicate','',0,1,1,1,'{\"legacy\":false,\"name\":\"mod_syndicate\",\"type\":\"module\",\"creationDate\":\"May 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_SYNDICATE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(216,'mod_users_latest','module','mod_users_latest','',0,1,1,1,'{\"legacy\":false,\"name\":\"mod_users_latest\",\"type\":\"module\",\"creationDate\":\"December 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_USERS_LATEST_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(217,'mod_weblinks','module','mod_weblinks','',0,1,1,0,'{\"legacy\":false,\"name\":\"mod_weblinks\",\"type\":\"module\",\"creationDate\":\"July 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(218,'mod_whosonline','module','mod_whosonline','',0,1,1,0,'{\"legacy\":false,\"name\":\"mod_whosonline\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_WHOSONLINE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(219,'mod_wrapper','module','mod_wrapper','',0,1,1,0,'{\"legacy\":false,\"name\":\"mod_wrapper\",\"type\":\"module\",\"creationDate\":\"October 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_WRAPPER_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(220,'mod_articles_category','module','mod_articles_category','',0,1,1,1,'{\"legacy\":false,\"name\":\"mod_articles_category\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_ARTICLES_CATEGORY_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(221,'mod_articles_categories','module','mod_articles_categories','',0,1,1,1,'{\"legacy\":false,\"name\":\"mod_articles_categories\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_ARTICLES_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(222,'mod_languages','module','mod_languages','',0,1,1,1,'{\"legacy\":false,\"name\":\"mod_languages\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(223,'mod_finder','module','mod_finder','',0,1,0,0,'{\"legacy\":false,\"name\":\"mod_finder\",\"type\":\"module\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_FINDER_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(300,'mod_custom','module','mod_custom','',1,1,1,1,'{\"legacy\":false,\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(301,'mod_feed','module','mod_feed','',1,1,1,0,'{\"legacy\":false,\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"July 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(302,'mod_latest','module','mod_latest','',1,1,1,0,'{\"legacy\":false,\"name\":\"mod_latest\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_LATEST_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(303,'mod_logged','module','mod_logged','',1,1,1,0,'{\"legacy\":false,\"name\":\"mod_logged\",\"type\":\"module\",\"creationDate\":\"January 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_LOGGED_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(304,'mod_login','module','mod_login','',1,1,1,1,'{\"legacy\":false,\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"March 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(305,'mod_menu','module','mod_menu','',1,1,1,0,'{\"legacy\":false,\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"March 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(307,'mod_popular','module','mod_popular','',1,1,1,0,'{\"legacy\":false,\"name\":\"mod_popular\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(308,'mod_quickicon','module','mod_quickicon','',1,1,1,1,'{\"legacy\":false,\"name\":\"mod_quickicon\",\"type\":\"module\",\"creationDate\":\"Nov 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_QUICKICON_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(309,'mod_status','module','mod_status','',1,1,1,0,'{\"legacy\":false,\"name\":\"mod_status\",\"type\":\"module\",\"creationDate\":\"Feb 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_STATUS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(310,'mod_submenu','module','mod_submenu','',1,1,1,0,'{\"legacy\":false,\"name\":\"mod_submenu\",\"type\":\"module\",\"creationDate\":\"Feb 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_SUBMENU_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(311,'mod_title','module','mod_title','',1,1,1,0,'{\"legacy\":false,\"name\":\"mod_title\",\"type\":\"module\",\"creationDate\":\"Nov 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_TITLE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(312,'mod_toolbar','module','mod_toolbar','',1,1,1,1,'{\"legacy\":false,\"name\":\"mod_toolbar\",\"type\":\"module\",\"creationDate\":\"Nov 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_TOOLBAR_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(313,'mod_multilangstatus','module','mod_multilangstatus','',1,1,1,0,'{\"legacy\":false,\"name\":\"mod_multilangstatus\",\"type\":\"module\",\"creationDate\":\"September 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_MULTILANGSTATUS_XML_DESCRIPTION\",\"group\":\"\"}','{\"cache\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(314,'mod_version','module','mod_version','',1,1,1,0,'{\"legacy\":false,\"name\":\"mod_version\",\"type\":\"module\",\"creationDate\":\"January 2012\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_VERSION_XML_DESCRIPTION\",\"group\":\"\"}','{\"format\":\"short\",\"product\":\"1\",\"cache\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(400,'plg_authentication_gmail','plugin','gmail','authentication',0,0,1,0,'{\"legacy\":false,\"name\":\"plg_authentication_gmail\",\"type\":\"plugin\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_GMAIL_XML_DESCRIPTION\",\"group\":\"\"}','{\"applysuffix\":\"0\",\"suffix\":\"\",\"verifypeer\":\"1\",\"user_blacklist\":\"\"}','','',0,'0000-00-00 00:00:00',1,0),(401,'plg_authentication_joomla','plugin','joomla','authentication',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_authentication_joomla\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_AUTH_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(402,'plg_authentication_ldap','plugin','ldap','authentication',0,0,1,0,'{\"legacy\":false,\"name\":\"plg_authentication_ldap\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_LDAP_XML_DESCRIPTION\",\"group\":\"\"}','{\"host\":\"\",\"port\":\"389\",\"use_ldapV3\":\"0\",\"negotiate_tls\":\"0\",\"no_referrals\":\"0\",\"auth_method\":\"bind\",\"base_dn\":\"\",\"search_string\":\"\",\"users_dn\":\"\",\"username\":\"admin\",\"password\":\"bobby7\",\"ldap_fullname\":\"fullName\",\"ldap_email\":\"mail\",\"ldap_uid\":\"uid\"}','','',0,'0000-00-00 00:00:00',3,0),(404,'plg_content_emailcloak','plugin','emailcloak','content',0,0,1,0,'{\"legacy\":false,\"name\":\"plg_content_emailcloak\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_CONTENT_EMAILCLOAK_XML_DESCRIPTION\",\"group\":\"\"}','{\"mode\":\"1\"}','','',0,'0000-00-00 00:00:00',1,0),(405,'plg_content_geshi','plugin','geshi','content',0,0,1,0,'{\"legacy\":false,\"name\":\"plg_content_geshi\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"qbnz.com\\/highlighter\",\"version\":\"2.5.0\",\"description\":\"PLG_CONTENT_GESHI_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',2,0),(406,'plg_content_loadmodule','plugin','loadmodule','content',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_content_loadmodule\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_LOADMODULE_XML_DESCRIPTION\",\"group\":\"\"}','{\"style\":\"xhtml\"}','','',0,'2011-09-18 15:22:50',0,0),(407,'plg_content_pagebreak','plugin','pagebreak','content',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_content_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_CONTENT_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\"}','{\"title\":\"1\",\"multipage_toc\":\"1\",\"showall\":\"1\"}','','',0,'0000-00-00 00:00:00',4,0),(408,'plg_content_pagenavigation','plugin','pagenavigation','content',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_content_pagenavigation\",\"type\":\"plugin\",\"creationDate\":\"January 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_PAGENAVIGATION_XML_DESCRIPTION\",\"group\":\"\"}','{\"position\":\"1\"}','','',0,'0000-00-00 00:00:00',5,0),(409,'plg_content_vote','plugin','vote','content',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_content_vote\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_VOTE_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',6,0),(410,'plg_editors_codemirror','plugin','codemirror','editors',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_editors_codemirror\",\"type\":\"plugin\",\"creationDate\":\"28 March 2011\",\"author\":\"Marijn Haverbeke\",\"copyright\":\"\",\"authorEmail\":\"N\\/A\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"PLG_CODEMIRROR_XML_DESCRIPTION\",\"group\":\"\"}','{\"linenumbers\":\"0\",\"tabmode\":\"indent\"}','','',0,'0000-00-00 00:00:00',1,0),(411,'plg_editors_none','plugin','none','editors',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_editors_none\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Unknown\",\"copyright\":\"\",\"authorEmail\":\"N\\/A\",\"authorUrl\":\"\",\"version\":\"2.5.0\",\"description\":\"PLG_NONE_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',2,0),(412,'plg_editors_tinymce','plugin','tinymce','editors',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_editors_tinymce\",\"type\":\"plugin\",\"creationDate\":\"2005-2013\",\"author\":\"Moxiecode Systems AB\",\"copyright\":\"Moxiecode Systems AB\",\"authorEmail\":\"N\\/A\",\"authorUrl\":\"tinymce.moxiecode.com\\/\",\"version\":\"3.5.4.1\",\"description\":\"PLG_TINY_XML_DESCRIPTION\",\"group\":\"\"}','{\"mode\":\"1\",\"skin\":\"0\",\"entity_encoding\":\"raw\",\"lang_mode\":\"0\",\"lang_code\":\"en\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"invalid_elements\":\"script,applet,iframe\",\"extended_elements\":\"\",\"toolbar\":\"top\",\"toolbar_align\":\"left\",\"html_height\":\"550\",\"html_width\":\"750\",\"resizing\":\"true\",\"resize_horizontal\":\"false\",\"element_path\":\"1\",\"fonts\":\"0\",\"paste\":\"1\",\"searchreplace\":\"1\",\"insertdate\":\"0\",\"format_date\":\"%Y-%m-%d\",\"inserttime\":\"0\",\"format_time\":\"%H:%M:%S\",\"colors\":\"0\",\"table\":\"1\",\"smilies\":\"0\",\"media\":\"1\",\"hr\":\"1\",\"directionality\":\"0\",\"fullscreen\":\"1\",\"style\":\"1\",\"layer\":\"0\",\"xhtmlxtras\":\"0\",\"visualchars\":\"1\",\"visualblocks\":\"1\",\"nonbreaking\":\"1\",\"template\":\"0\",\"blockquote\":\"1\",\"wordcount\":\"1\",\"advimage\":\"1\",\"advlink\":\"1\",\"advlist\":\"1\",\"autosave\":\"1\",\"contextmenu\":\"1\",\"inlinepopups\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"}','','',0,'0000-00-00 00:00:00',3,0),(413,'plg_editors-xtd_article','plugin','article','editors-xtd',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_editors-xtd_article\",\"type\":\"plugin\",\"creationDate\":\"October 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_ARTICLE_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',1,0),(414,'plg_editors-xtd_image','plugin','image','editors-xtd',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_editors-xtd_image\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_IMAGE_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',2,0),(415,'plg_editors-xtd_pagebreak','plugin','pagebreak','editors-xtd',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_editors-xtd_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_EDITORSXTD_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',3,0),(416,'plg_editors-xtd_readmore','plugin','readmore','editors-xtd',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_editors-xtd_readmore\",\"type\":\"plugin\",\"creationDate\":\"March 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_READMORE_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',4,0),(417,'plg_search_categories','plugin','categories','search',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_search_categories\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_SEARCH_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(418,'plg_search_contacts','plugin','contacts','search',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_search_contacts\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_SEARCH_CONTACTS_XML_DESCRIPTION\",\"group\":\"\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(419,'plg_search_content','plugin','content','search',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_search_content\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_SEARCH_CONTENT_XML_DESCRIPTION\",\"group\":\"\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(420,'plg_search_newsfeeds','plugin','newsfeeds','search',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_search_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_SEARCH_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(421,'plg_search_weblinks','plugin','weblinks','search',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_search_weblinks\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_SEARCH_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(422,'plg_system_languagefilter','plugin','languagefilter','system',0,0,1,1,'{\"legacy\":false,\"name\":\"plg_system_languagefilter\",\"type\":\"plugin\",\"creationDate\":\"July 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_SYSTEM_LANGUAGEFILTER_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',1,0),(423,'plg_system_p3p','plugin','p3p','system',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_system_p3p\",\"type\":\"plugin\",\"creationDate\":\"September 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_P3P_XML_DESCRIPTION\",\"group\":\"\"}','{\"headers\":\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"}','','',0,'0000-00-00 00:00:00',2,0),(424,'plg_system_cache','plugin','cache','system',0,0,1,1,'{\"legacy\":false,\"name\":\"plg_system_cache\",\"type\":\"plugin\",\"creationDate\":\"February 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_CACHE_XML_DESCRIPTION\",\"group\":\"\"}','{\"browsercache\":\"0\",\"cachetime\":\"15\"}','','',0,'0000-00-00 00:00:00',9,0),(425,'plg_system_debug','plugin','debug','system',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_system_debug\",\"type\":\"plugin\",\"creationDate\":\"December 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_DEBUG_XML_DESCRIPTION\",\"group\":\"\"}','{\"profile\":\"1\",\"queries\":\"1\",\"memory\":\"1\",\"language_files\":\"1\",\"language_strings\":\"1\",\"strip-first\":\"1\",\"strip-prefix\":\"\",\"strip-suffix\":\"\"}','','',0,'0000-00-00 00:00:00',4,0),(426,'plg_system_log','plugin','log','system',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_system_log\",\"type\":\"plugin\",\"creationDate\":\"April 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_LOG_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',5,0),(427,'plg_system_redirect','plugin','redirect','system',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_system_redirect\",\"type\":\"plugin\",\"creationDate\":\"April 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_REDIRECT_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',6,0),(428,'plg_system_remember','plugin','remember','system',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_system_remember\",\"type\":\"plugin\",\"creationDate\":\"April 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_REMEMBER_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',7,0),(429,'plg_system_sef','plugin','sef','system',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_system_sef\",\"type\":\"plugin\",\"creationDate\":\"December 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_SEF_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',8,0),(430,'plg_system_logout','plugin','logout','system',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_system_logout\",\"type\":\"plugin\",\"creationDate\":\"April 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_SYSTEM_LOGOUT_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',3,0),(431,'plg_user_contactcreator','plugin','contactcreator','user',0,0,1,1,'{\"legacy\":false,\"name\":\"plg_user_contactcreator\",\"type\":\"plugin\",\"creationDate\":\"August 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_CONTACTCREATOR_XML_DESCRIPTION\",\"group\":\"\"}','{\"autowebpage\":\"\",\"category\":\"34\",\"autopublish\":\"0\"}','','',0,'0000-00-00 00:00:00',1,0),(432,'plg_user_joomla','plugin','joomla','user',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_user_joomla\",\"type\":\"plugin\",\"creationDate\":\"December 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2009 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_USER_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','{\"autoregister\":\"1\"}','','',0,'0000-00-00 00:00:00',2,0),(433,'plg_user_profile','plugin','profile','user',0,0,1,1,'{\"legacy\":false,\"name\":\"plg_user_profile\",\"type\":\"plugin\",\"creationDate\":\"January 2008\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_USER_PROFILE_XML_DESCRIPTION\",\"group\":\"\"}','{\"register-require_address1\":\"1\",\"register-require_address2\":\"1\",\"register-require_city\":\"1\",\"register-require_region\":\"1\",\"register-require_country\":\"1\",\"register-require_postal_code\":\"1\",\"register-require_phone\":\"1\",\"register-require_website\":\"1\",\"register-require_favoritebook\":\"1\",\"register-require_aboutme\":\"1\",\"register-require_tos\":\"1\",\"register-require_dob\":\"1\",\"profile-require_address1\":\"1\",\"profile-require_address2\":\"1\",\"profile-require_city\":\"1\",\"profile-require_region\":\"1\",\"profile-require_country\":\"1\",\"profile-require_postal_code\":\"1\",\"profile-require_phone\":\"1\",\"profile-require_website\":\"1\",\"profile-require_favoritebook\":\"1\",\"profile-require_aboutme\":\"1\",\"profile-require_tos\":\"1\",\"profile-require_dob\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(434,'plg_extension_joomla','plugin','joomla','extension',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_extension_joomla\",\"type\":\"plugin\",\"creationDate\":\"May 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_EXTENSION_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',1,0),(435,'plg_content_joomla','plugin','joomla','content',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_content_joomla\",\"type\":\"plugin\",\"creationDate\":\"November 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_CONTENT_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(436,'plg_system_languagecode','plugin','languagecode','system',0,0,1,0,'{\"legacy\":false,\"name\":\"plg_system_languagecode\",\"type\":\"plugin\",\"creationDate\":\"November 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_SYSTEM_LANGUAGECODE_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',10,0),(437,'plg_quickicon_joomlaupdate','plugin','joomlaupdate','quickicon',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_quickicon_joomlaupdate\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_QUICKICON_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(438,'plg_quickicon_extensionupdate','plugin','extensionupdate','quickicon',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_quickicon_extensionupdate\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_QUICKICON_EXTENSIONUPDATE_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(439,'plg_captcha_recaptcha','plugin','recaptcha','captcha',0,0,1,0,'{\"legacy\":false,\"name\":\"plg_captcha_recaptcha\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_XML_DESCRIPTION\",\"group\":\"\"}','{\"public_key\":\"\",\"private_key\":\"\",\"theme\":\"clean\"}','','',0,'0000-00-00 00:00:00',0,0),(440,'plg_system_highlight','plugin','highlight','system',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_system_highlight\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_SYSTEM_HIGHLIGHT_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',7,0),(441,'plg_content_finder','plugin','finder','content',0,0,1,0,'{\"legacy\":false,\"name\":\"plg_content_finder\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_CONTENT_FINDER_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(442,'plg_finder_categories','plugin','categories','finder',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_finder_categories\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_FINDER_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',1,0),(443,'plg_finder_contacts','plugin','contacts','finder',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_finder_contacts\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_FINDER_CONTACTS_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',2,0),(444,'plg_finder_content','plugin','content','finder',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_finder_content\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_FINDER_CONTENT_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',3,0),(445,'plg_finder_newsfeeds','plugin','newsfeeds','finder',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_finder_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_FINDER_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',4,0),(446,'plg_finder_weblinks','plugin','weblinks','finder',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_finder_weblinks\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_FINDER_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',5,0),(502,'bluestork','template','bluestork','',1,1,1,0,'{\"legacy\":false,\"name\":\"bluestork\",\"type\":\"template\",\"creationDate\":\"07\\/02\\/09\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"TPL_BLUESTORK_XML_DESCRIPTION\",\"group\":\"\"}','{\"useRoundedCorners\":\"1\",\"showSiteName\":\"0\",\"textBig\":\"0\",\"highContrast\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10071,'sonlp','template','sonlp','',0,1,1,0,'{\"legacy\":false,\"name\":\"sonlp\",\"type\":\"template\",\"creationDate\":\"23. Juni 2014\",\"author\":\"Michael Huber\",\"copyright\":\"Copyright \\u00a9 MH\",\"authorEmail\":\"michi.huber@me.com\",\"authorUrl\":\"http:\\/\\/www.deinedomain.de\",\"version\":\"1.0.0\",\"description\":\"TPL_SONLP_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10072,'JEmail Config Verifier (JCV)','plugin','emailconfigverifier','system',0,1,1,0,'{\"legacy\":false,\"name\":\"JEmail Config Verifier (JCV)\",\"type\":\"plugin\",\"creationDate\":\"July 2013\",\"author\":\"Team Ready Bytes\",\"copyright\":\"2009-13 Ready Bytes Software Labs Pvt. Ltd.\",\"authorEmail\":\"puneetsinghal@readybytes.in\",\"authorUrl\":\"http:\\/\\/www.jpayplans.com\",\"version\":\"3.0.2\",\"description\":\"Test and verify your email configuration settings. Follow these steps to use this plugin :- <br \\/> \\n \\t\\t\\t1) Go to Global Configuration.<br \\/> \\n \\t\\t\\t2) Now, select Server tab. Here you will get <strong> Test Email <\\/strong> button. <br \\/> \\n \\t\\t\\t3) Set email configuration and click on Test Email button. <br \\/> \\n \\t\\t\\t4) IMP: You do not need to save global configuration again and again. Just set the values and click on button. It will test your settings with-in few seconds.<br \\/>\\n\\t\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(504,'hathor','template','hathor','',1,1,1,0,'{\"legacy\":false,\"name\":\"hathor\",\"type\":\"template\",\"creationDate\":\"May 2010\",\"author\":\"Andrea Tarr\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"hathor@tarrconsulting.com\",\"authorUrl\":\"http:\\/\\/www.tarrconsulting.com\",\"version\":\"2.5.0\",\"description\":\"TPL_HATHOR_XML_DESCRIPTION\",\"group\":\"\"}','{\"showSiteName\":\"0\",\"colourChoice\":\"0\",\"boldText\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10049,'extplorer','component','com_extplorer','',1,0,0,0,'{\"legacy\":true,\"name\":\"eXtplorer\",\"type\":\"component\",\"creationDate\":\"19.12.2013\",\"author\":\"soeren, QuiX Project\",\"copyright\":\"Soeren Eberhardt-Biermann, QuiX Project\",\"authorEmail\":\"info|at|extplorer.net\",\"authorUrl\":\"http:\\/\\/extplorer.net\\/\",\"version\":\"2.1.5\",\"description\":\"\\n\\t<div align=\\\"left\\\"><img src=\\\"components\\/com_extplorer\\/images\\/eXtplorer_logo.png\\\" alt=\\\"eXtplorer Logo\\\" \\/><\\/div>\\n\\t<h2>Successfully installed eXtplorer <\\/h2>\\n\\teXtplorer is a powerful File- and FTP\\/WebDAV Manager script. \\n\\t<br\\/>It allows \\n\\t <ul><li>Browsing Directories & Files,<\\/li>\\n\\t <li>Editing, Copying, Moving and Deleting files,<\\/li>\\n\\t <li>Searching, Uploading and Downloading files,<\\/li>\\n\\t <li>Creating new Files and Directories,<\\/li>\\n\\t <li>Creating and Extracting Archives with Files and Directories,<\\/li>\\n\\t <li>Changing file permissions (chmod)<\\/li><\\/ul><br\\/>and much more.<br\\/><br\\/>\\n\\t <strong>By default restricted to Superadministrators!<\\/strong>\\n\\t\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(600,'English (United Kingdom)','language','en-GB','',0,1,1,1,'{\"legacy\":false,\"name\":\"English (United Kingdom)\",\"type\":\"language\",\"creationDate\":\"2008-03-15\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.10\",\"description\":\"en-GB site language\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(601,'English (United Kingdom)','language','en-GB','',1,1,1,1,'{\"legacy\":false,\"name\":\"English (United Kingdom)\",\"type\":\"language\",\"creationDate\":\"2008-03-15\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.10\",\"description\":\"en-GB administrator language\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(700,'files_joomla','file','joomla','',0,1,1,1,'{\"legacy\":false,\"name\":\"files_joomla\",\"type\":\"file\",\"creationDate\":\"November 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2013 Open Source Matters. All rights reserved\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.16\",\"description\":\"FILES_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(800,'PKG_JOOMLA','package','pkg_joomla','',0,1,1,1,'{\"legacy\":false,\"name\":\"PKG_JOOMLA\",\"type\":\"package\",\"creationDate\":\"2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"http:\\/\\/www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PKG_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10057,'Xmap - Mosets Tree Plugin','plugin','com_mtree','xmap',0,0,1,0,'{\"legacy\":false,\"name\":\"Xmap - Mosets Tree Plugin\",\"type\":\"plugin\",\"creationDate\":\"07\\/20\\/2011\",\"author\":\"Guillermo Vargas\",\"copyright\":\"GNU GPL\",\"authorEmail\":\"guille@vargas.co.cr\",\"authorUrl\":\"joomla.vargas.co.cr\",\"version\":\"2.0.2\",\"description\":\"XMAP_MTREE_PLUGIN_DESCRIPTION\",\"group\":\"\"}','{\"cats_order\":\"cat_name\",\"cats_orderdir\":\"ASC\",\"include_links\":\"1\",\"links_order\":\"ordering\",\"entries_orderdir\":\"ASC\",\"max_links\":\"\",\"max_age\":\"\",\"cat_priority\":\"0.5\",\"cat_changefreq\":\"weekly\",\"link_priority\":\"0.5\",\"link_changefreq\":\"weekly\"}','','',0,'0000-00-00 00:00:00',0,0),(10011,'Art Wijmo Menu','module','mod_artwijmomenu','',0,1,0,0,'{\"legacy\":true,\"name\":\"Art Wijmo Menu\",\"type\":\"module\",\"creationDate\":\"December 2010\",\"author\":\"Artetics\",\"copyright\":\"Artetics\",\"authorEmail\":\"info@artetics.com\",\"authorUrl\":\"www.artetics.com.com\",\"version\":\"1.8.3\",\"description\":\"Art Wijmo Menu is menu module with various options\",\"group\":\"\"}','{\"moduleclass_sfx\":\"\",\"menuType\":\"mainmenu\",\"orientation\":\"horizontal\",\"trigger\":\"mouseenter\",\"parentClickable\":\"0\",\"mode\":\"default\",\"theme\":\"1\",\"loadJQuery\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(10056,'Xmap - SobiPro Plugin','plugin','com_sobipro','xmap',0,0,1,0,'{\"legacy\":false,\"name\":\"Xmap - SobiPro Plugin\",\"type\":\"plugin\",\"creationDate\":\"07\\/15\\/2011\",\"author\":\"Guillermo Vargas\",\"copyright\":\"GNU GPL\",\"authorEmail\":\"guille@vargas.co.cr\",\"authorUrl\":\"joomla.vargas.co.cr\",\"version\":\"2.0.2\",\"description\":\"Xmap Plugin for SobiPro component\",\"group\":\"\"}','{\"include_entries\":\"1\",\"max_entries\":\"\",\"max_age\":\"\",\"entries_order\":\"a.ordering\",\"entries_orderdir\":\"DESC\",\"cat_priority\":\"-1\",\"cat_changefreq\":\"weekly\",\"entry_priority\":\"-1\",\"entry_changefreq\":\"weekly\"}','','',0,'0000-00-00 00:00:00',0,0),(10040,'com_cnlp_workshops','component','com_cnlp_workshops','',1,1,0,0,'{\"legacy\":false,\"name\":\"com_cnlp_workshops\",\"type\":\"component\",\"creationDate\":\"2013-11-23\",\"author\":\"Michi\",\"copyright\":\"Copyright (C) 2013. Alle Rechte vorbehalten.\",\"authorEmail\":\"michi.huber@me.com\",\"authorUrl\":\"\",\"version\":\"1.2\",\"description\":\"listing workshops sorted by date, place, sponsor and topic\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10038,'com_cnlp_trainers','component','com_cnlp_trainers','',1,1,0,0,'{\"legacy\":false,\"name\":\"com_cnlp_trainers\",\"type\":\"component\",\"creationDate\":\"2013-11-21\",\"author\":\"Michael Huber\",\"copyright\":\"Copyright (C) 2013. Alle Rechte vorbehalten.\",\"authorEmail\":\"michi.huber@me.com\",\"authorUrl\":\"\",\"version\":\"2.1\",\"description\":\"list of trainers certified by Chris Hall, ordered by country and date of certification\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10041,'MOD_CNLP_WORKSHOPS','module','mod_cnlp_workshops','',0,1,0,0,'{\"legacy\":false,\"name\":\"MOD_CNLP_WORKSHOPS\",\"type\":\"module\",\"creationDate\":\"Unknown\",\"author\":\"Michi Huber\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"1.2\",\"description\":\"MOD_CNLP_WORKSHOPS_XML_DESCRIPTION\",\"group\":\"\"}','{\"ws_count\":\"1\",\"ws_order\":\"1\",\"ws_cat\":\"1\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}','','',0,'0000-00-00 00:00:00',0,0),(10033,'CNLP Trainers Module','module','mod_cnlp_trainers','',0,1,0,0,'{\"legacy\":false,\"name\":\"CNLP Trainers Module\",\"type\":\"module\",\"creationDate\":\"Unknown\",\"author\":\"Michi Huber\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"1.2.0\",\"description\":\"A module to display the trainers from the CNLP Trainer component.\",\"group\":\"\"}','{\"mstr_show\":\"1\",\"mstr_title\":\"Master-Trainers\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}','','',0,'0000-00-00 00:00:00',0,0),(10046,'quicksell','component','com_quicksell','',1,0,0,0,'{\"legacy\":false,\"name\":\"QuickSell\",\"type\":\"component\",\"creationDate\":\"12-Nov-2013\",\"author\":\"Deian Motov\",\"copyright\":\"shopfiles.com\",\"authorEmail\":\"deian@motov.net\",\"authorUrl\":\"http:\\/\\/shopfiles.com\",\"version\":\"3.2\",\"description\":\"QuickSell File Seller Joomla Extension - Professional Edition by shopfiles.com\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10050,'ARI Ext Menu','module','mod_ariextmenu','',0,1,0,0,'{\"legacy\":false,\"name\":\"ARI Ext Menu\",\"type\":\"module\",\"creationDate\":\"October 2013\",\"author\":\"ARI Soft\",\"copyright\":\"ARI Soft\",\"authorEmail\":\"info@ari-soft.com\",\"authorUrl\":\"www.ari-soft.com\",\"version\":\"2.2.10\",\"description\":\"ARI_EXT_MENU_MODULE\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10055,'Xmap - Kunena Plugin','plugin','com_kunena','xmap',0,0,1,0,'{\"legacy\":false,\"name\":\"Xmap - Kunena Plugin\",\"type\":\"plugin\",\"creationDate\":\"September 2007\",\"author\":\"Guillermo Vargas\",\"copyright\":\"GNU GPL\",\"authorEmail\":\"guille@vargas.co.cr\",\"authorUrl\":\"joomla.vargas.co.cr\",\"version\":\"3.0.0\",\"description\":\"Xmap Plugin for Kunena component\",\"group\":\"\"}','{\"include_topics\":\"1\",\"max_topics\":\"\",\"max_age\":\"\",\"cat_priority\":\"-1\",\"cat_changefreq\":\"-1\",\"topic_priority\":\"-1\",\"topic_changefreq\":\"-1\"}','','',0,'0000-00-00 00:00:00',0,0),(10047,'QuickSellCart','module','mod_quicksellcart','',0,0,0,0,'{\"legacy\":false,\"name\":\"QuickSellCart\",\"type\":\"module\",\"creationDate\":\"12-Nov-2013\",\"author\":\"Deian Motov\",\"copyright\":\"shopfiles.com\",\"authorEmail\":\"deian@motov.net\",\"authorUrl\":\"http:\\/\\/shopfiles.com\",\"version\":\"1.0\",\"description\":\"This is the shopping cart module for QuickSell.\",\"group\":\"\"}','[]','','',0,'0000-00-00 00:00:00',0,0),(10048,'quickselljoomla3','package','pkg_quickselljoomla3','',0,0,1,0,'{\"legacy\":false,\"name\":\"QuickSellJoomla3\",\"type\":\"package\",\"creationDate\":\"12-Nov-2013\",\"author\":\"Deian Motov\",\"copyright\":\"motov.net\",\"authorEmail\":\"support@shopfiles.com\",\"authorUrl\":\"shopfiles.com\",\"version\":\"3.3.2\",\"description\":\"QuickSell File Seller installation package.\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10053,'com_xmap','component','com_xmap','',1,1,0,0,'{\"legacy\":false,\"name\":\"com_xmap\",\"type\":\"component\",\"creationDate\":\"2011-04-10\",\"author\":\"Guillermo Vargas\",\"copyright\":\"This component is released under the GNU\\/GPL License\",\"authorEmail\":\"guille@vargas.co.cr\",\"authorUrl\":\"http:\\/\\/www.jooxmap.com\",\"version\":\"2.3.4\",\"description\":\"Xmap - Sitemap Generator for Joomla!\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10054,'Xmap - Content Plugin','plugin','com_content','xmap',0,1,1,0,'{\"legacy\":false,\"name\":\"Xmap - Content Plugin\",\"type\":\"plugin\",\"creationDate\":\"01\\/26\\/2011\",\"author\":\"Guillermo Vargas\",\"copyright\":\"GNU GPL\",\"authorEmail\":\"guille@vargas.co.cr\",\"authorUrl\":\"joomla.vargas.co.cr\",\"version\":\"2.0.4\",\"description\":\"XMAP_CONTENT_PLUGIN_DESCRIPTION\",\"group\":\"\"}','{\"expand_categories\":\"1\",\"expand_featured\":\"1\",\"include_archived\":\"2\",\"show_unauth\":\"0\",\"add_pagebreaks\":\"0\",\"max_art\":\"0\",\"max_art_age\":\"0\",\"add_images\":\"1\",\"cat_priority\":\"-1\",\"cat_changefreq\":\"-1\",\"art_priority\":\"-1\",\"art_changefreq\":\"-1\",\"keywords\":\"metakey\"}','','',0,'0000-00-00 00:00:00',0,0),(10044,'QuickSellBalance','module','mod_quicksellbalance','',0,0,0,0,'{\"legacy\":false,\"name\":\"QuickSellBalance\",\"type\":\"module\",\"creationDate\":\"12-Nov-2013\",\"author\":\"Deian Motov\",\"copyright\":\"shopfiles.com\",\"authorEmail\":\"deian@motov.net\",\"authorUrl\":\"http:\\/\\/shopfiles.com\",\"version\":\"1.0\",\"description\":\"This module will show the user his current balance.\",\"group\":\"\"}','[]','','',0,'0000-00-00 00:00:00',0,0),(10045,'Content - QuickSellButtons','plugin','quicksellbuttons','content',0,1,1,0,'{\"legacy\":false,\"name\":\"Content - QuickSellButtons\",\"type\":\"plugin\",\"creationDate\":\"12-Nov-2013\",\"author\":\"Deian Motov\",\"copyright\":\"motov.net\",\"authorEmail\":\"deian@motov.net\",\"authorUrl\":\"http:\\/\\/motov.net\",\"version\":\"1.21\",\"description\":\"This is the content plugin that will display the buttons.\",\"group\":\"\"}','{\"htmlentities\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10007,'Slideshow CK','module','mod_slideshowck','',0,1,0,0,'{\"legacy\":false,\"name\":\"Slideshow CK\",\"type\":\"module\",\"creationDate\":\"Avril 2012\",\"author\":\"C\\u00e9dric KEIFLIN\",\"copyright\":\"C\\u00e9dric KEIFLIN\",\"authorEmail\":\"ced1870@gmail.com\",\"authorUrl\":\"http:\\/\\/www.joomlack.fr\",\"version\":\"1.3.9\",\"description\":\"MOD_SLIDESHOWCK_XML_DESCRIPTION\",\"group\":\"\"}','{\"slides\":\"[{|qq|imgname|qq|:|qq|modules\\\\\\/mod_slideshowck\\\\\\/images\\\\\\/slides\\\\\\/bridge.jpg|qq|,|qq|imgcaption|qq|:|qq|This is a bridge|qq|,|qq|imgthumb|qq|:|qq|..\\\\\\/modules\\\\\\/mod_slideshowck\\\\\\/images\\\\\\/slides\\\\\\/bridge.jpg|qq|,|qq|imglink|qq|:|qq||qq|,|qq|imgtarget|qq|:|qq|_parent|qq|,|qq|imgalignment|qq|:|qq|default|qq|,|qq|imgvideo|qq|:|qq||qq|,|qq|slideselect|qq|:|qq|image|qq|},{|qq|imgname|qq|:|qq|modules\\\\\\/mod_slideshowck\\\\\\/images\\\\\\/slides\\\\\\/road.jpg|qq|,|qq|imgcaption|qq|:|qq|This slideshow uses the JQuery script from <a href=|dq|http:\\\\\\/\\\\\\/www.pixedelic.com\\\\\\/plugins\\\\\\/camera\\\\\\/|dq|>Pixedelic<\\\\\\/a>|qq|,|qq|imgthumb|qq|:|qq|..\\\\\\/modules\\\\\\/mod_slideshowck\\\\\\/images\\\\\\/slides\\\\\\/road.jpg|qq|,|qq|imglink|qq|:|qq||qq|,|qq|imgtarget|qq|:|qq|_parent|qq|,|qq|imgalignment|qq|:|qq|default|qq|,|qq|imgvideo|qq|:|qq||qq|,|qq|slideselect|qq|:|qq|image|qq|},{|qq|imgname|qq|:|qq|modules\\\\\\/mod_slideshowck\\\\\\/images\\\\\\/slides\\\\\\/big_bunny_fake.jpg|qq|,|qq|imgcaption|qq|:|qq|This is a Video slide|qq|,|qq|imgthumb|qq|:|qq|..\\\\\\/modules\\\\\\/mod_slideshowck\\\\\\/images\\\\\\/slides\\\\\\/big_bunny_fake.jpg|qq|,|qq|imglink|qq|:|qq||qq|,|qq|imgtarget|qq|:|qq|_parent|qq|,|qq|imgalignment|qq|:|qq|default|qq|,|qq|imgvideo|qq|:|qq|http:\\\\\\/\\\\\\/player.vimeo.com\\\\\\/video\\\\\\/2203727|qq|,|qq|slideselect|qq|:|qq|video|qq|}]\",\"skin\":\"camera_amber_skin\",\"alignment\":\"center\",\"loader\":\"pie\",\"width\":\"auto\",\"height\":\"400\",\"navigation\":\"2\",\"thumbnails\":\"1\",\"thumbnailwidth\":\"100\",\"thumbnailheight\":\"75\",\"pagination\":\"1\",\"effect\":\"random\",\"time\":\"7000\",\"transperiod\":\"1500\",\"captioneffect\":\"random\",\"portrait\":\"0\",\"autoAdvance\":\"1\",\"hover\":\"1\",\"displayorder\":\"normal\",\"limitslides\":\"\",\"fullpage\":\"0\",\"imagetarget\":\"_parent\",\"usemobileimage\":\"0\",\"mobileimageresolution\":\"640\",\"loadjquery\":\"1\",\"loadjqueryeasing\":\"1\",\"loadjquerymobile\":\"1\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"articlelength\":\"150\",\"articlelink\":\"readmore\",\"articletitle\":\"h3\",\"showarticletitle\":\"1\",\"captionstylesusefont\":\"1\",\"captionstylestextgfont\":\"Droid Sans\",\"captionstylesfontsize\":\"12px\",\"captionstylesfontcolor\":\"\",\"captionstylesfontweight\":\"normal\",\"captionstylesdescfontsize\":\"10px\",\"captionstylesdescfontcolor\":\"\",\"captionstylesusemargin\":\"1\",\"captionstylesmargintop\":\"0\",\"captionstylesmarginright\":\"0\",\"captionstylesmarginbottom\":\"0\",\"captionstylesmarginleft\":\"0\",\"captionstylespaddingtop\":\"0\",\"captionstylespaddingright\":\"0\",\"captionstylespaddingbottom\":\"0\",\"captionstylespaddingleft\":\"0\",\"captionstylesusebackground\":\"1\",\"captionstylesbgcolor1\":\"\",\"captionstylesbgpositionx\":\"left\",\"captionstylesbgpositiony\":\"top\",\"captionstylesbgimagerepeat\":\"repeat\",\"captionstylesusegradient\":\"1\",\"captionstylesbgcolor2\":\"\",\"captionstylesuseroundedcorners\":\"1\",\"captionstylesroundedcornerstl\":\"5\",\"captionstylesroundedcornerstr\":\"5\",\"captionstylesroundedcornersbr\":\"5\",\"captionstylesroundedcornersbl\":\"5\",\"captionstylesuseshadow\":\"1\",\"captionstylesshadowcolor\":\"\",\"captionstylesshadowblur\":\"3\",\"captionstylesshadowspread\":\"0\",\"captionstylesshadowoffsetx\":\"0\",\"captionstylesshadowoffsety\":\"0\",\"captionstylesshadowinset\":\"0\",\"captionstylesuseborders\":\"1\",\"captionstylesbordercolor\":\"\",\"captionstylesborderwidth\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(10009,'cnlp_neu','template','cnlp_neu','',0,1,1,0,'{\"legacy\":false,\"name\":\"cnlp_neu\",\"type\":\"template\",\"creationDate\":\"27. September 2013\",\"author\":\"Michael Huber\",\"copyright\":\"Copyright \\u00a9 MH\",\"authorEmail\":\"michi.huber@me.com\",\"authorUrl\":\"http:\\/\\/www.deinedomain.de\",\"version\":\"1.0.0\",\"description\":\"TPL_CNLP_NEU_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10010,'System - Slideshow CK params','plugin','slideshowckparams','system',0,1,1,0,'{\"legacy\":false,\"name\":\"System - Slideshow CK params\",\"type\":\"plugin\",\"creationDate\":\"Janvier 2013\",\"author\":\"C\\u00e9dric KEIFLIN\",\"copyright\":\"C\\u00e9dric KEIFLIN\",\"authorEmail\":\"ced1870@gmail.com\",\"authorUrl\":\"http:\\/\\/www.joomlack.fr\",\"version\":\"1.1.3\",\"description\":\"PLG_SLIDESHOWCK_PARAMS_DESC\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10058,'Xmap - Virtuemart Plugin','plugin','com_virtuemart','xmap',0,0,1,0,'{\"legacy\":false,\"name\":\"Xmap - Virtuemart Plugin\",\"type\":\"plugin\",\"creationDate\":\"January 2012\",\"author\":\"Guillermo Vargas\",\"copyright\":\"GNU GPL\",\"authorEmail\":\"guille@vargas.co.cr\",\"authorUrl\":\"joomla.vargas.co.cr\",\"version\":\"2.0.3\",\"description\":\"XMAP_VM_PLUGIN_DESCRIPTION\",\"group\":\"\"}','{\"include_products\":\"1\",\"cat_priority\":\"-1\",\"cat_changefreq\":\"-1\",\"prod_priority\":\"-1\",\"prod_changefreq\":\"-1\"}','','',0,'0000-00-00 00:00:00',0,0),(10059,'Xmap - WebLinks Plugin','plugin','com_weblinks','xmap',0,0,1,0,'{\"legacy\":false,\"name\":\"Xmap - WebLinks Plugin\",\"type\":\"plugin\",\"creationDate\":\"Apr 2004\",\"author\":\"Guillermo Vargas\",\"copyright\":\"GNU GPL\",\"authorEmail\":\"guille@vargas.co.cr\",\"authorUrl\":\"joomla.vargas.co.cr\",\"version\":\"2.0.1\",\"description\":\"XMAP_WL_PLUGIN_DESCRIPTION\",\"group\":\"\"}','{\"include_links\":\"1\",\"max_links\":\"\",\"cat_priority\":\"-1\",\"cat_changefreq\":\"-1\",\"link_priority\":\"-1\",\"link_changefreq\":\"-1\"}','','',0,'0000-00-00 00:00:00',0,0),(10060,'XMAP_PLUGIN_K2','plugin','com_k2','xmap',0,0,1,0,'{\"legacy\":false,\"name\":\"XMAP_PLUGIN_K2\",\"type\":\"plugin\",\"creationDate\":\"November 2011\",\"author\":\"Mohammad Hasani Eghtedar\",\"copyright\":\"GNU GPL\",\"authorEmail\":\"m.h.eghtedar@gmail.com\",\"authorUrl\":\"https:\\/\\/github.com\\/mhehm\\/Xmap\",\"version\":\"1.3\",\"description\":\"XMAP_PLUGIN_K2_DESC\",\"group\":\"\"}','{\"subcategories\":\"no\",\"showk2items\":\"always\",\"suppressdups\":\"no\",\"priority\":\"0.5\",\"changefreq\":\"weekly\"}','','',0,'0000-00-00 00:00:00',0,0),(10061,'xmap','package','pkg_xmap','',0,1,1,0,'{\"legacy\":false,\"name\":\"Xmap Package\",\"type\":\"package\",\"creationDate\":\"Unknown\",\"author\":\"Unknown\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"2.3.3\",\"description\":\"The Site Map generator for Joomla!\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10066,'seoboss','component','com_seoboss','',1,1,0,0,'{\"legacy\":false,\"name\":\"SeoBoss\",\"type\":\"component\",\"creationDate\":\"January 2011\",\"author\":\"JoomBoss\",\"copyright\":\"(C) 2011\",\"authorEmail\":\"support@joomboss.com\",\"authorUrl\":\"joomboss.com\",\"version\":\"1.4r32\",\"description\":\"A component for SEO adjustements.\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10065,'Content - SeoBoss Content','plugin','seoboss_content','content',0,1,1,0,'{\"legacy\":false,\"name\":\"Content - SeoBoss Content\",\"type\":\"plugin\",\"creationDate\":\"March 2011\",\"author\":\"JoomBoss\",\"copyright\":\"Copyright (C) 2011 JoomBoss. All rights reserved.\",\"authorEmail\":\"admin@joomboss.com\",\"authorUrl\":\"joomboss.com\",\"version\":\"1.4r32\",\"description\":\"Content plugn which keeps Keywords information for content items\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10064,'System - SeoBoss Renderer','plugin','seoboss_render','system',0,1,1,0,'{\"legacy\":false,\"name\":\"System - SeoBoss Renderer\",\"type\":\"plugin\",\"creationDate\":\"March 2011\",\"author\":\"JoomBoss\",\"copyright\":\"Copyright (C) 2011 JoomBoss. All rights reserved.\",\"authorEmail\":\"admin@joomboss.com\",\"authorUrl\":\"joomboss.com\",\"version\":\"1.4r32\",\"description\":\"System plugn which perform content preparation \'on the fly\' - \\nhilights keywords, formats extarnal links\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10067,'seoboss_all','package','pkg_seoboss_all','',0,1,1,0,'{\"legacy\":false,\"name\":\"SEO Boss Installation Bundle\",\"type\":\"package\",\"creationDate\":\"February 18, 2012\",\"author\":\"Unknown\",\"copyright\":\"(C) 2012 JoomBoss. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"1.4r32\",\"description\":\"\\n\\t\\tSEO Boss Installation Bundle\\n\\t\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10068,'System - BIGSHOT Google Analytics','plugin','bigshotgoogleanalytics','system',0,1,1,0,'{\"legacy\":true,\"name\":\"System - BIGSHOT Google Analytics\",\"type\":\"plugin\",\"creationDate\":\"November 2011\",\"author\":\"Jeff Henry\",\"copyright\":\"Copyright (C) 2008 BIGSHOT. All rights reserved.\",\"authorEmail\":\"jeffh@thinkbigshot.com\",\"authorUrl\":\"thinkbigshot.com\",\"version\":\"1.7\",\"description\":\"This Plugin puts the Tracking Code for Google Analytics into your site.\",\"group\":\"\"}','{\"web_property_id\":\"UA-1218535-1\"}','','',0,'0000-00-00 00:00:00',0,0); /*!40000 ALTER TABLE `e30rf_extensions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_finder_filters` -- DROP TABLE IF EXISTS `e30rf_finder_filters`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_finder_filters` ( `filter_id` int(10) unsigned NOT NULL auto_increment, `title` varchar(255) NOT NULL, `alias` varchar(255) NOT NULL, `state` tinyint(1) NOT NULL default '1', `created` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL, `created_by_alias` varchar(255) NOT NULL, `modified` datetime NOT NULL default '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL default '0', `checked_out` int(10) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `map_count` int(10) unsigned NOT NULL default '0', `data` text NOT NULL, `params` mediumtext, PRIMARY KEY (`filter_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_finder_filters` -- LOCK TABLES `e30rf_finder_filters` WRITE; /*!40000 ALTER TABLE `e30rf_finder_filters` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_finder_filters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_finder_links` -- DROP TABLE IF EXISTS `e30rf_finder_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_finder_links` ( `link_id` int(10) unsigned NOT NULL auto_increment, `url` varchar(255) NOT NULL, `route` varchar(255) NOT NULL, `title` varchar(255) default NULL, `description` varchar(255) default NULL, `indexdate` datetime NOT NULL default '0000-00-00 00:00:00', `md5sum` varchar(32) default NULL, `published` tinyint(1) NOT NULL default '1', `state` int(5) default '1', `access` int(5) default '0', `language` varchar(8) NOT NULL, `publish_start_date` datetime NOT NULL default '0000-00-00 00:00:00', `publish_end_date` datetime NOT NULL default '0000-00-00 00:00:00', `start_date` datetime NOT NULL default '0000-00-00 00:00:00', `end_date` datetime NOT NULL default '0000-00-00 00:00:00', `list_price` double unsigned NOT NULL default '0', `sale_price` double unsigned NOT NULL default '0', `type_id` int(11) NOT NULL, `object` mediumblob NOT NULL, PRIMARY KEY (`link_id`), KEY `idx_type` (`type_id`), KEY `idx_title` (`title`), KEY `idx_md5` (`md5sum`), KEY `idx_url` (`url`(75)), KEY `idx_published_list` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`list_price`), KEY `idx_published_sale` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`sale_price`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_finder_links` -- LOCK TABLES `e30rf_finder_links` WRITE; /*!40000 ALTER TABLE `e30rf_finder_links` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_finder_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_finder_links_terms0` -- DROP TABLE IF EXISTS `e30rf_finder_links_terms0`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_finder_links_terms0` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_finder_links_terms0` -- LOCK TABLES `e30rf_finder_links_terms0` WRITE; /*!40000 ALTER TABLE `e30rf_finder_links_terms0` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_finder_links_terms0` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_finder_links_terms1` -- DROP TABLE IF EXISTS `e30rf_finder_links_terms1`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_finder_links_terms1` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_finder_links_terms1` -- LOCK TABLES `e30rf_finder_links_terms1` WRITE; /*!40000 ALTER TABLE `e30rf_finder_links_terms1` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_finder_links_terms1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_finder_links_terms2` -- DROP TABLE IF EXISTS `e30rf_finder_links_terms2`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_finder_links_terms2` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_finder_links_terms2` -- LOCK TABLES `e30rf_finder_links_terms2` WRITE; /*!40000 ALTER TABLE `e30rf_finder_links_terms2` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_finder_links_terms2` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_finder_links_terms3` -- DROP TABLE IF EXISTS `e30rf_finder_links_terms3`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_finder_links_terms3` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_finder_links_terms3` -- LOCK TABLES `e30rf_finder_links_terms3` WRITE; /*!40000 ALTER TABLE `e30rf_finder_links_terms3` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_finder_links_terms3` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_finder_links_terms4` -- DROP TABLE IF EXISTS `e30rf_finder_links_terms4`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_finder_links_terms4` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_finder_links_terms4` -- LOCK TABLES `e30rf_finder_links_terms4` WRITE; /*!40000 ALTER TABLE `e30rf_finder_links_terms4` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_finder_links_terms4` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_finder_links_terms5` -- DROP TABLE IF EXISTS `e30rf_finder_links_terms5`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_finder_links_terms5` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_finder_links_terms5` -- LOCK TABLES `e30rf_finder_links_terms5` WRITE; /*!40000 ALTER TABLE `e30rf_finder_links_terms5` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_finder_links_terms5` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_finder_links_terms6` -- DROP TABLE IF EXISTS `e30rf_finder_links_terms6`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_finder_links_terms6` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_finder_links_terms6` -- LOCK TABLES `e30rf_finder_links_terms6` WRITE; /*!40000 ALTER TABLE `e30rf_finder_links_terms6` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_finder_links_terms6` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_finder_links_terms7` -- DROP TABLE IF EXISTS `e30rf_finder_links_terms7`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_finder_links_terms7` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_finder_links_terms7` -- LOCK TABLES `e30rf_finder_links_terms7` WRITE; /*!40000 ALTER TABLE `e30rf_finder_links_terms7` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_finder_links_terms7` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_finder_links_terms8` -- DROP TABLE IF EXISTS `e30rf_finder_links_terms8`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_finder_links_terms8` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_finder_links_terms8` -- LOCK TABLES `e30rf_finder_links_terms8` WRITE; /*!40000 ALTER TABLE `e30rf_finder_links_terms8` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_finder_links_terms8` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_finder_links_terms9` -- DROP TABLE IF EXISTS `e30rf_finder_links_terms9`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_finder_links_terms9` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_finder_links_terms9` -- LOCK TABLES `e30rf_finder_links_terms9` WRITE; /*!40000 ALTER TABLE `e30rf_finder_links_terms9` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_finder_links_terms9` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_finder_links_termsa` -- DROP TABLE IF EXISTS `e30rf_finder_links_termsa`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_finder_links_termsa` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_finder_links_termsa` -- LOCK TABLES `e30rf_finder_links_termsa` WRITE; /*!40000 ALTER TABLE `e30rf_finder_links_termsa` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_finder_links_termsa` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_finder_links_termsb` -- DROP TABLE IF EXISTS `e30rf_finder_links_termsb`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_finder_links_termsb` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_finder_links_termsb` -- LOCK TABLES `e30rf_finder_links_termsb` WRITE; /*!40000 ALTER TABLE `e30rf_finder_links_termsb` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_finder_links_termsb` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_finder_links_termsc` -- DROP TABLE IF EXISTS `e30rf_finder_links_termsc`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_finder_links_termsc` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_finder_links_termsc` -- LOCK TABLES `e30rf_finder_links_termsc` WRITE; /*!40000 ALTER TABLE `e30rf_finder_links_termsc` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_finder_links_termsc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_finder_links_termsd` -- DROP TABLE IF EXISTS `e30rf_finder_links_termsd`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_finder_links_termsd` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_finder_links_termsd` -- LOCK TABLES `e30rf_finder_links_termsd` WRITE; /*!40000 ALTER TABLE `e30rf_finder_links_termsd` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_finder_links_termsd` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_finder_links_termse` -- DROP TABLE IF EXISTS `e30rf_finder_links_termse`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_finder_links_termse` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_finder_links_termse` -- LOCK TABLES `e30rf_finder_links_termse` WRITE; /*!40000 ALTER TABLE `e30rf_finder_links_termse` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_finder_links_termse` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_finder_links_termsf` -- DROP TABLE IF EXISTS `e30rf_finder_links_termsf`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_finder_links_termsf` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_finder_links_termsf` -- LOCK TABLES `e30rf_finder_links_termsf` WRITE; /*!40000 ALTER TABLE `e30rf_finder_links_termsf` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_finder_links_termsf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_finder_taxonomy` -- DROP TABLE IF EXISTS `e30rf_finder_taxonomy`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_finder_taxonomy` ( `id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL default '0', `title` varchar(255) NOT NULL, `state` tinyint(1) unsigned NOT NULL default '1', `access` tinyint(1) unsigned NOT NULL default '0', `ordering` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `parent_id` (`parent_id`), KEY `state` (`state`), KEY `ordering` (`ordering`), KEY `access` (`access`), KEY `idx_parent_published` (`parent_id`,`state`,`access`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_finder_taxonomy` -- LOCK TABLES `e30rf_finder_taxonomy` WRITE; /*!40000 ALTER TABLE `e30rf_finder_taxonomy` DISABLE KEYS */; INSERT INTO `e30rf_finder_taxonomy` VALUES (1,0,'ROOT',0,0,0); /*!40000 ALTER TABLE `e30rf_finder_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_finder_taxonomy_map` -- DROP TABLE IF EXISTS `e30rf_finder_taxonomy_map`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_finder_taxonomy_map` ( `link_id` int(10) unsigned NOT NULL, `node_id` int(10) unsigned NOT NULL, PRIMARY KEY (`link_id`,`node_id`), KEY `link_id` (`link_id`), KEY `node_id` (`node_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_finder_taxonomy_map` -- LOCK TABLES `e30rf_finder_taxonomy_map` WRITE; /*!40000 ALTER TABLE `e30rf_finder_taxonomy_map` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_finder_taxonomy_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_finder_terms` -- DROP TABLE IF EXISTS `e30rf_finder_terms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_finder_terms` ( `term_id` int(10) unsigned NOT NULL auto_increment, `term` varchar(75) NOT NULL, `stem` varchar(75) NOT NULL, `common` tinyint(1) unsigned NOT NULL default '0', `phrase` tinyint(1) unsigned NOT NULL default '0', `weight` float unsigned NOT NULL default '0', `soundex` varchar(75) NOT NULL, `links` int(10) NOT NULL default '0', PRIMARY KEY (`term_id`), UNIQUE KEY `idx_term` (`term`), KEY `idx_term_phrase` (`term`,`phrase`), KEY `idx_stem_phrase` (`stem`,`phrase`), KEY `idx_soundex_phrase` (`soundex`,`phrase`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_finder_terms` -- LOCK TABLES `e30rf_finder_terms` WRITE; /*!40000 ALTER TABLE `e30rf_finder_terms` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_finder_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_finder_terms_common` -- DROP TABLE IF EXISTS `e30rf_finder_terms_common`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_finder_terms_common` ( `term` varchar(75) NOT NULL, `language` varchar(3) NOT NULL, KEY `idx_word_lang` (`term`,`language`), KEY `idx_lang` (`language`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_finder_terms_common` -- LOCK TABLES `e30rf_finder_terms_common` WRITE; /*!40000 ALTER TABLE `e30rf_finder_terms_common` DISABLE KEYS */; INSERT INTO `e30rf_finder_terms_common` VALUES ('a','en'),('about','en'),('after','en'),('ago','en'),('all','en'),('am','en'),('an','en'),('and','en'),('ani','en'),('any','en'),('are','en'),('aren\'t','en'),('as','en'),('at','en'),('be','en'),('but','en'),('by','en'),('for','en'),('from','en'),('get','en'),('go','en'),('how','en'),('if','en'),('in','en'),('into','en'),('is','en'),('isn\'t','en'),('it','en'),('its','en'),('me','en'),('more','en'),('most','en'),('must','en'),('my','en'),('new','en'),('no','en'),('none','en'),('not','en'),('noth','en'),('nothing','en'),('of','en'),('off','en'),('often','en'),('old','en'),('on','en'),('onc','en'),('once','en'),('onli','en'),('only','en'),('or','en'),('other','en'),('our','en'),('ours','en'),('out','en'),('over','en'),('page','en'),('she','en'),('should','en'),('small','en'),('so','en'),('some','en'),('than','en'),('thank','en'),('that','en'),('the','en'),('their','en'),('theirs','en'),('them','en'),('then','en'),('there','en'),('these','en'),('they','en'),('this','en'),('those','en'),('thus','en'),('time','en'),('times','en'),('to','en'),('too','en'),('true','en'),('under','en'),('until','en'),('up','en'),('upon','en'),('use','en'),('user','en'),('users','en'),('veri','en'),('version','en'),('very','en'),('via','en'),('want','en'),('was','en'),('way','en'),('were','en'),('what','en'),('when','en'),('where','en'),('whi','en'),('which','en'),('who','en'),('whom','en'),('whose','en'),('why','en'),('wide','en'),('will','en'),('with','en'),('within','en'),('without','en'),('would','en'),('yes','en'),('yet','en'),('you','en'),('your','en'),('yours','en'); /*!40000 ALTER TABLE `e30rf_finder_terms_common` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_finder_tokens` -- DROP TABLE IF EXISTS `e30rf_finder_tokens`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_finder_tokens` ( `term` varchar(75) NOT NULL, `stem` varchar(75) NOT NULL, `common` tinyint(1) unsigned NOT NULL default '0', `phrase` tinyint(1) unsigned NOT NULL default '0', `weight` float unsigned NOT NULL default '1', `context` tinyint(1) unsigned NOT NULL default '2', KEY `idx_word` (`term`), KEY `idx_context` (`context`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_finder_tokens` -- LOCK TABLES `e30rf_finder_tokens` WRITE; /*!40000 ALTER TABLE `e30rf_finder_tokens` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_finder_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_finder_tokens_aggregate` -- DROP TABLE IF EXISTS `e30rf_finder_tokens_aggregate`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_finder_tokens_aggregate` ( `term_id` int(10) unsigned NOT NULL, `map_suffix` char(1) NOT NULL, `term` varchar(75) NOT NULL, `stem` varchar(75) NOT NULL, `common` tinyint(1) unsigned NOT NULL default '0', `phrase` tinyint(1) unsigned NOT NULL default '0', `term_weight` float unsigned NOT NULL, `context` tinyint(1) unsigned NOT NULL default '2', `context_weight` float unsigned NOT NULL, `total_weight` float unsigned NOT NULL, KEY `token` (`term`), KEY `keyword_id` (`term_id`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_finder_tokens_aggregate` -- LOCK TABLES `e30rf_finder_tokens_aggregate` WRITE; /*!40000 ALTER TABLE `e30rf_finder_tokens_aggregate` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_finder_tokens_aggregate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_finder_types` -- DROP TABLE IF EXISTS `e30rf_finder_types`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_finder_types` ( `id` int(10) unsigned NOT NULL auto_increment, `title` varchar(100) NOT NULL, `mime` varchar(100) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `title` (`title`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_finder_types` -- LOCK TABLES `e30rf_finder_types` WRITE; /*!40000 ALTER TABLE `e30rf_finder_types` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_finder_types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_languages` -- DROP TABLE IF EXISTS `e30rf_languages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_languages` ( `lang_id` int(11) unsigned NOT NULL auto_increment, `lang_code` char(7) NOT NULL, `title` varchar(50) NOT NULL, `title_native` varchar(50) NOT NULL, `sef` varchar(50) NOT NULL, `image` varchar(50) NOT NULL, `description` varchar(512) NOT NULL, `metakey` text NOT NULL, `metadesc` text NOT NULL, `sitename` varchar(1024) NOT NULL default '', `published` int(11) NOT NULL default '0', `access` int(10) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`lang_id`), UNIQUE KEY `idx_sef` (`sef`), UNIQUE KEY `idx_image` (`image`), UNIQUE KEY `idx_langcode` (`lang_code`), KEY `idx_access` (`access`), KEY `idx_ordering` (`ordering`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_languages` -- LOCK TABLES `e30rf_languages` WRITE; /*!40000 ALTER TABLE `e30rf_languages` DISABLE KEYS */; INSERT INTO `e30rf_languages` VALUES (1,'en-GB','English (UK)','English (UK)','en','en','','','','',1,0,1); /*!40000 ALTER TABLE `e30rf_languages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_menu` -- DROP TABLE IF EXISTS `e30rf_menu`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_menu` ( `id` int(11) NOT NULL auto_increment, `menutype` varchar(24) NOT NULL COMMENT 'The type of menu this item belongs to. FK to #__menu_types.menutype', `title` varchar(255) NOT NULL COMMENT 'The display title of the menu item.', `alias` varchar(255) character set utf8 collate utf8_bin NOT NULL COMMENT 'The SEF alias of the menu item.', `note` varchar(255) NOT NULL default '', `path` varchar(1024) NOT NULL COMMENT 'The computed path of the menu item based on the alias field.', `link` varchar(1024) NOT NULL COMMENT 'The actually link the menu item refers to.', `type` varchar(16) NOT NULL COMMENT 'The type of link: Component, URL, Alias, Separator', `published` tinyint(4) NOT NULL default '0' COMMENT 'The published state of the menu link.', `parent_id` int(10) unsigned NOT NULL default '1' COMMENT 'The parent menu item in the menu tree.', `level` int(10) unsigned NOT NULL default '0' COMMENT 'The relative level in the tree.', `component_id` int(10) unsigned NOT NULL default '0' COMMENT 'FK to #__extensions.id', `ordering` int(11) NOT NULL default '0' COMMENT 'The relative ordering of the menu item in the tree.', `checked_out` int(10) unsigned NOT NULL default '0' COMMENT 'FK to #__users.id', `checked_out_time` timestamp NOT NULL default '0000-00-00 00:00:00' COMMENT 'The time the menu item was checked out.', `browserNav` tinyint(4) NOT NULL default '0' COMMENT 'The click behaviour of the link.', `access` int(10) unsigned NOT NULL default '0' COMMENT 'The access level required to view the menu item.', `img` varchar(255) NOT NULL COMMENT 'The image of the menu item.', `template_style_id` int(10) unsigned NOT NULL default '0', `params` text NOT NULL COMMENT 'JSON encoded data for the menu item.', `lft` int(11) NOT NULL default '0' COMMENT 'Nested set lft.', `rgt` int(11) NOT NULL default '0' COMMENT 'Nested set rgt.', `home` tinyint(3) unsigned NOT NULL default '0' COMMENT 'Indicates if this menu item is the home or default page.', `language` char(7) NOT NULL default '', `client_id` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `idx_client_id_parent_id_alias_language` (`client_id`,`parent_id`,`alias`,`language`), KEY `idx_componentid` (`component_id`,`menutype`,`published`,`access`), KEY `idx_menutype` (`menutype`), KEY `idx_left_right` (`lft`,`rgt`), KEY `idx_alias` (`alias`), KEY `idx_path` (`path`(333)), KEY `idx_language` (`language`) ) ENGINE=MyISAM AUTO_INCREMENT=266 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_menu` -- LOCK TABLES `e30rf_menu` WRITE; /*!40000 ALTER TABLE `e30rf_menu` DISABLE KEYS */; INSERT INTO `e30rf_menu` VALUES (1,'','Menu_Item_Root','root','','','','',1,0,0,0,0,0,'0000-00-00 00:00:00',0,0,'',0,'',0,183,0,'*',0),(2,'menu','com_banners','Banners','','Banners','index.php?option=com_banners','component',0,1,1,4,0,0,'0000-00-00 00:00:00',0,0,'class:banners',0,'',91,100,0,'*',1),(3,'menu','com_banners','Banners','','Banners/Banners','index.php?option=com_banners','component',0,2,2,4,0,0,'0000-00-00 00:00:00',0,0,'class:banners',0,'',92,93,0,'*',1),(4,'menu','com_banners_categories','Categories','','Banners/Categories','index.php?option=com_categories&extension=com_banners','component',0,2,2,6,0,0,'0000-00-00 00:00:00',0,0,'class:banners-cat',0,'',94,95,0,'*',1),(5,'menu','com_banners_clients','Clients','','Banners/Clients','index.php?option=com_banners&view=clients','component',0,2,2,4,0,0,'0000-00-00 00:00:00',0,0,'class:banners-clients',0,'',96,97,0,'*',1),(6,'menu','com_banners_tracks','Tracks','','Banners/Tracks','index.php?option=com_banners&view=tracks','component',0,2,2,4,0,0,'0000-00-00 00:00:00',0,0,'class:banners-tracks',0,'',98,99,0,'*',1),(7,'menu','com_contact','Contacts','','Contacts','index.php?option=com_contact','component',0,1,1,8,0,0,'0000-00-00 00:00:00',0,0,'class:contact',0,'',101,106,0,'*',1),(8,'menu','com_contact','Contacts','','Contacts/Contacts','index.php?option=com_contact','component',0,7,2,8,0,0,'0000-00-00 00:00:00',0,0,'class:contact',0,'',102,103,0,'*',1),(9,'menu','com_contact_categories','Categories','','Contacts/Categories','index.php?option=com_categories&extension=com_contact','component',0,7,2,6,0,0,'0000-00-00 00:00:00',0,0,'class:contact-cat',0,'',104,105,0,'*',1),(10,'menu','com_messages','Messaging','','Messaging','index.php?option=com_messages','component',0,1,1,15,0,0,'0000-00-00 00:00:00',0,0,'class:messages',0,'',107,112,0,'*',1),(11,'menu','com_messages_add','New Private Message','','Messaging/New Private Message','index.php?option=com_messages&task=message.add','component',0,10,2,15,0,0,'0000-00-00 00:00:00',0,0,'class:messages-add',0,'',108,109,0,'*',1),(12,'menu','com_messages_read','Read Private Message','','Messaging/Read Private Message','index.php?option=com_messages','component',0,10,2,15,0,0,'0000-00-00 00:00:00',0,0,'class:messages-read',0,'',110,111,0,'*',1),(13,'menu','com_newsfeeds','News Feeds','','News Feeds','index.php?option=com_newsfeeds','component',0,1,1,17,0,0,'0000-00-00 00:00:00',0,0,'class:newsfeeds',0,'',113,118,0,'*',1),(14,'menu','com_newsfeeds_feeds','Feeds','','News Feeds/Feeds','index.php?option=com_newsfeeds','component',0,13,2,17,0,0,'0000-00-00 00:00:00',0,0,'class:newsfeeds',0,'',114,115,0,'*',1),(15,'menu','com_newsfeeds_categories','Categories','','News Feeds/Categories','index.php?option=com_categories&extension=com_newsfeeds','component',0,13,2,6,0,0,'0000-00-00 00:00:00',0,0,'class:newsfeeds-cat',0,'',116,117,0,'*',1),(16,'menu','com_redirect','Redirect','','Redirect','index.php?option=com_redirect','component',0,1,1,24,0,0,'0000-00-00 00:00:00',0,0,'class:redirect',0,'',131,132,0,'*',1),(17,'menu','com_search','Basic Search','','Basic Search','index.php?option=com_search','component',0,1,1,19,0,0,'0000-00-00 00:00:00',0,0,'class:search',0,'',123,124,0,'*',1),(18,'menu','com_weblinks','Weblinks','','Weblinks','index.php?option=com_weblinks','component',0,1,1,21,0,0,'0000-00-00 00:00:00',0,0,'class:weblinks',0,'',125,130,0,'*',1),(19,'menu','com_weblinks_links','Links','','Weblinks/Links','index.php?option=com_weblinks','component',0,18,2,21,0,0,'0000-00-00 00:00:00',0,0,'class:weblinks',0,'',126,127,0,'*',1),(20,'menu','com_weblinks_categories','Categories','','Weblinks/Categories','index.php?option=com_categories&extension=com_weblinks','component',0,18,2,6,0,0,'0000-00-00 00:00:00',0,0,'class:weblinks-cat',0,'',128,129,0,'*',1),(21,'menu','com_finder','Smart Search','','Smart Search','index.php?option=com_finder','component',0,1,1,27,0,0,'0000-00-00 00:00:00',0,0,'class:finder',0,'',121,122,0,'*',1),(22,'menu','com_joomlaupdate','Joomla! Update','','Joomla! Update','index.php?option=com_joomlaupdate','component',0,1,1,28,0,0,'0000-00-00 00:00:00',0,0,'class:joomlaupdate',0,'',119,120,0,'*',1),(101,'mainmenu','Home','home','','home','index.php?option=com_content&view=article&id=1','component',1,1,1,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"Welcome to The NLP Connection and Dr. Christina Hall, Meta-Master Trainer of NLP\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"Welcome to The NLP Connection, Christina Hall, PhD., Meta-Master Trainer of Neuro Linguistic Programming. Learn about Dr. Hall\'s unique work in the field of language and change, browse articles and videos, attend a workshop and order an audiobook!\",\"menu-meta_keywords\":\"NLP, Chris Hall, Christina Hall, The NLP Connection, Training, language, change, neuro, linguistic, programming\",\"robots\":\"\",\"secure\":0}',1,6,1,'*',0),(102,'mainmenu','About Chris','profile-christina-hall-phd-nlp-meta-master-trainer','','profile-christina-hall-phd-nlp-meta-master-trainer','index.php?option=com_content&view=category&layout=blog&id=20','component',1,1,1,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"0\",\"num_intro_articles\":\"8\",\"num_columns\":\"2\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"order\",\"order_date\":\"\",\"show_pagination\":\"0\",\"show_pagination_results\":\"0\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"About Christina Hall, PhD, Meta-Master-Trainer of NLP\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',73,78,0,'*',0),(103,'mainmenu','The Society of NLP','the-society-of-nlp','','the-society-of-nlp','index.php?option=com_content&view=category&layout=blog&id=14','component',1,1,1,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"2\",\"num_intro_articles\":\"10\",\"num_columns\":\"3\",\"num_links\":\"0\",\"multi_column_order\":\"1\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"order\",\"order_date\":\"\",\"show_pagination\":\"0\",\"show_pagination_results\":\"0\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"Welcome to The Society of NLP, the original certifying body in the field of Neuro-Linguistic Programming!\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',51,64,0,'*',0),(211,'mainmenu','Articles','2013-11-24-21-59-58','','nlp-articles-and-videos/2013-11-24-21-59-58','index.php?Itemid=','alias',-2,209,2,0,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"aliasoptions\":\"209\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1}',34,35,0,'*',0),(212,'mainmenu','Christina\'s Profile','profile-christina-hall-nlp-meta-master-trainer','','profile-christina-hall-phd-nlp-meta-master-trainer/profile-christina-hall-nlp-meta-master-trainer','index.php?option=com_content&view=article&id=8','component',1,102,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',74,75,0,'*',0),(104,'mainmenu','Login','login','','login','index.php?option=com_users&view=login','component',0,1,1,25,0,0,'0000-00-00 00:00:00',0,4,'',0,'{\"login_redirect_url\":\"\",\"logindescription_show\":\"1\",\"login_description\":\"\",\"login_image\":\"\",\"logout_redirect_url\":\"\",\"logoutdescription_show\":\"1\",\"logout_description\":\"\",\"logout_image\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',85,86,0,'*',0),(105,'mainmenu','Edit Profile','edit-profile','','edit-profile','index.php?option=com_users&view=profile&layout=edit','component',0,1,1,25,0,0,'0000-00-00 00:00:00',0,2,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',87,88,0,'*',0),(106,'mainmenu','Product Boutique','nlp-product-boutique','','nlp-product-boutique','index.php?option=com_content&view=category&layout=blog&id=21','component',1,1,1,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"0\",\"num_intro_articles\":\"12\",\"num_columns\":\"1\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"order\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"Welcome to the NLP Product Boutique by Dr. Christina Hall - great savings!\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',65,72,0,'*',0),(107,'mainmenu','Administrator','2012-01-04-04-05-24','','2012-01-04-04-05-24','administrator','url',0,1,1,0,0,0,'0000-00-00 00:00:00',1,3,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1}',133,134,0,'*',0),(108,'mainmenu','Creating Your Site','creating-your-site','','creating-your-site','index.php?option=com_content&view=article&id=6','component',-2,1,1,22,0,0,'0000-00-00 00:00:00',0,3,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',135,136,0,'*',0),(109,'mainmenu','Create an Article','create-an-article','','create-an-article','index.php?option=com_content&view=form&layout=edit','component',-2,1,1,22,0,0,'0000-00-00 00:00:00',0,3,'',0,'{\"enable_category\":\"0\",\"catid\":\"2\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',89,90,0,'*',0),(214,'main','QuickSell','quicksell','','quicksell','index.php?option=com_quicksell','component',0,1,1,10046,0,0,'0000-00-00 00:00:00',0,1,'components/com_quicksell/assets/images/com_quicksell-16.png',0,'',149,150,0,'',1),(111,'mainmenu','Workshops','nlp-workshops-and-trainings','','nlp-workshops-and-trainings','index.php?option=com_content&view=category&layout=blog&id=18','component',1,1,1,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"9\",\"num_columns\":\"3\",\"num_links\":\"\",\"multi_column_order\":\"1\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"order\",\"order_date\":\"\",\"show_pagination\":\"0\",\"show_pagination_results\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"1\",\"show_readmore_title\":\"0\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"NLP Workshops and Trainings with Christina Hall, PhD.\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',7,30,0,'*',0),(182,'mainmenu','Test','test','','nlp-product-boutique/test','index.php?option=com_content&view=article&id=31','component',-2,106,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"maximenu_desc\":\"\",\"maximenu_relattr\":\"\",\"maximenu_anchor\":\"\",\"maximenu_liclass\":\"\",\"maximenu_tagcoltitle\":\"none\",\"maximenu_classcoltitle\":\"\",\"maximenu_images_align\":\"moduledefault\",\"maximenu_insertmodule\":\"0\",\"maximenu_module\":\"17\",\"maximenu_forcemoduletitle\":\"0\",\"maximenu_createcolumn\":\"0\",\"maximenu_createnewrow\":\"0\",\"maximenu_colwidth\":\"180\",\"itemnormalstylesusefont\":\"0\",\"itemnormalstylesfontsize\":\"\",\"itemnormalstylesfontcolor\":\"\",\"itemnormalstylesfontweight\":\"normal\",\"itemnormalstylesdescfontsize\":\"\",\"itemnormalstylesdescfontcolor\":\"\",\"itemnormalstylesusemargin\":\"0\",\"itemnormalstylesmargintop\":\"0\",\"itemnormalstylesmarginright\":\"0\",\"itemnormalstylesmarginbottom\":\"0\",\"itemnormalstylesmarginleft\":\"0\",\"itemnormalstylespaddingtop\":\"0\",\"itemnormalstylespaddingright\":\"0\",\"itemnormalstylespaddingbottom\":\"0\",\"itemnormalstylespaddingleft\":\"0\",\"itemnormalstylesusebackground\":\"0\",\"itemnormalstylesbgcolor1\":\"\",\"itemnormalstylesbgopacity\":\"\",\"itemnormalstylesbgimage\":\"\",\"itemnormalstylesbgpositionx\":\"left\",\"itemnormalstylesbgpositiony\":\"top\",\"itemnormalstylesbgimagerepeat\":\"repeat\",\"itemnormalstylesusegradient\":\"0\",\"itemnormalstylesbgcolor2\":\"\",\"itemnormalstylesuseroundedcorners\":\"0\",\"itemnormalstylesroundedcornerstl\":\"5\",\"itemnormalstylesroundedcornerstr\":\"5\",\"itemnormalstylesroundedcornersbr\":\"5\",\"itemnormalstylesroundedcornersbl\":\"5\",\"itemnormalstylesuseshadow\":\"0\",\"itemnormalstylesshadowcolor\":\"\",\"itemnormalstylesshadowblur\":\"3\",\"itemnormalstylesshadowspread\":\"0\",\"itemnormalstylesshadowoffsetx\":\"0\",\"itemnormalstylesshadowoffsety\":\"0\",\"itemnormalstylesshadowinset\":\"0\",\"itemnormalstylesuseborders\":\"0\",\"itemnormalstylesbordercolor\":\"\",\"itemnormalstylesbordertopwidth\":\"\",\"itemnormalstylesborderrightwidth\":\"\",\"itemnormalstylesborderbottomwidth\":\"\",\"itemnormalstylesborderleftwidth\":\"\",\"itemnormalstylesuseparentitem\":\"0\",\"itemnormalstylesparentitemimage\":\"\",\"itemnormalstylesparentitemimagepositionx\":\"right\",\"itemnormalstylesparentitemimagepositiony\":\"8px\",\"itemnormalstylesparentitemimagerepeat\":\"no-repeat\",\"itemnormalstylesparentitempaddingtop\":\"0\",\"itemnormalstylesparentitempaddingright\":\"0\",\"itemnormalstylesparentitempaddingbottom\":\"0\",\"itemnormalstylesparentitempaddingleft\":\"0\",\"itemhoverstylesusefont\":\"0\",\"itemhoverstylesfontsize\":\"\",\"itemhoverstylesfontcolor\":\"\",\"itemhoverstylesfontweight\":\"normal\",\"itemhoverstylesdescfontsize\":\"\",\"itemhoverstylesdescfontcolor\":\"\",\"itemhoverstylesusemargin\":\"0\",\"itemhoverstylesmargintop\":\"0\",\"itemhoverstylesmarginright\":\"0\",\"itemhoverstylesmarginbottom\":\"0\",\"itemhoverstylesmarginleft\":\"0\",\"itemhoverstylespaddingtop\":\"0\",\"itemhoverstylespaddingright\":\"0\",\"itemhoverstylespaddingbottom\":\"0\",\"itemhoverstylespaddingleft\":\"0\",\"itemhoverstylesusebackground\":\"0\",\"itemhoverstylesbgcolor1\":\"\",\"itemhoverstylesbgopacity\":\"\",\"itemhoverstylesbgimage\":\"\",\"itemhoverstylesbgpositionx\":\"left\",\"itemhoverstylesbgpositiony\":\"top\",\"itemhoverstylesbgimagerepeat\":\"repeat\",\"itemhoverstylesusegradient\":\"0\",\"itemhoverstylesbgcolor2\":\"\",\"itemhoverstylesuseroundedcorners\":\"0\",\"itemhoverstylesroundedcornerstl\":\"5\",\"itemhoverstylesroundedcornerstr\":\"5\",\"itemhoverstylesroundedcornersbr\":\"5\",\"itemhoverstylesroundedcornersbl\":\"5\",\"itemhoverstylesuseshadow\":\"0\",\"itemhoverstylesshadowcolor\":\"\",\"itemhoverstylesshadowblur\":\"3\",\"itemhoverstylesshadowspread\":\"0\",\"itemhoverstylesshadowoffsetx\":\"0\",\"itemhoverstylesshadowoffsety\":\"0\",\"itemhoverstylesshadowinset\":\"0\",\"itemhoverstylesuseborders\":\"0\",\"itemhoverstylesbordercolor\":\"\",\"itemhoverstylesbordertopwidth\":\"\",\"itemhoverstylesborderrightwidth\":\"\",\"itemhoverstylesborderbottomwidth\":\"\",\"itemhoverstylesborderleftwidth\":\"\",\"itemactivestylesusefont\":\"0\",\"itemactivestylesfontsize\":\"\",\"itemactivestylesfontcolor\":\"\",\"itemactivestylesfontweight\":\"normal\",\"itemactivestylesdescfontsize\":\"\",\"itemactivestylesdescfontcolor\":\"\",\"itemactivestylesusemargin\":\"0\",\"itemactivestylesmargintop\":\"0\",\"itemactivestylesmarginright\":\"0\",\"itemactivestylesmarginbottom\":\"0\",\"itemactivestylesmarginleft\":\"0\",\"itemactivestylespaddingtop\":\"0\",\"itemactivestylespaddingright\":\"0\",\"itemactivestylespaddingbottom\":\"0\",\"itemactivestylespaddingleft\":\"0\",\"itemactivestylesusebackground\":\"0\",\"itemactivestylesbgcolor1\":\"\",\"itemactivestylesbgopacity\":\"\",\"itemactivestylesbgimage\":\"\",\"itemactivestylesbgpositionx\":\"left\",\"itemactivestylesbgpositiony\":\"top\",\"itemactivestylesbgimagerepeat\":\"repeat\",\"itemactivestylesusegradient\":\"0\",\"itemactivestylesbgcolor2\":\"\",\"itemactivestylesuseroundedcorners\":\"0\",\"itemactivestylesroundedcornerstl\":\"5\",\"itemactivestylesroundedcornerstr\":\"5\",\"itemactivestylesroundedcornersbr\":\"5\",\"itemactivestylesroundedcornersbl\":\"5\",\"itemactivestylesuseshadow\":\"0\",\"itemactivestylesshadowcolor\":\"\",\"itemactivestylesshadowblur\":\"3\",\"itemactivestylesshadowspread\":\"0\",\"itemactivestylesshadowoffsetx\":\"0\",\"itemactivestylesshadowoffsety\":\"0\",\"itemactivestylesshadowinset\":\"0\",\"itemactivestylesuseborders\":\"0\",\"itemactivestylesbordercolor\":\"\",\"itemactivestylesbordertopwidth\":\"\",\"itemactivestylesborderrightwidth\":\"\",\"itemactivestylesborderbottomwidth\":\"\",\"itemactivestylesborderleftwidth\":\"\",\"maximenu_submenucontainerheight\":\"\",\"maximenu_submenucontainerwidth\":\"\",\"maximenu_leftmargin\":\"\",\"maximenu_topmargin\":\"\",\"submenustylesusemargin\":\"0\",\"submenustylespaddingtop\":\"0\",\"submenustylespaddingbottom\":\"0\",\"submenustylesusebackground\":\"0\",\"submenustylesbgcolor1\":\"\",\"submenustylesbgopacity\":\"\",\"submenustylesbgimage\":\"\",\"submenustylesbgpositionx\":\"left\",\"submenustylesbgpositiony\":\"top\",\"submenustylesbgimagerepeat\":\"repeat\",\"submenustylesusegradient\":\"0\",\"submenustylesbgcolor2\":\"\",\"submenustylesuseroundedcorners\":\"0\",\"submenustylesroundedcornerstl\":\"5\",\"submenustylesroundedcornerstr\":\"5\",\"submenustylesroundedcornersbr\":\"5\",\"submenustylesroundedcornersbl\":\"5\",\"submenustylesuseshadow\":\"0\",\"submenustylesshadowcolor\":\"\",\"submenustylesshadowblur\":\"3\",\"submenustylesshadowspread\":\"0\",\"submenustylesshadowoffsetx\":\"0\",\"submenustylesshadowoffsety\":\"0\",\"submenustylesshadowinset\":\"0\",\"submenustylesuseborders\":\"0\",\"submenustylesbordercolor\":\"\",\"submenustylesbordertopwidth\":\"\",\"submenustylesborderrightwidth\":\"\",\"submenustylesborderbottomwidth\":\"\",\"submenustylesborderleftwidth\":\"\"}',66,67,0,'*',0),(196,'main','COM_CNLP_TRAINERS_TITLE_COUNTRIES','com-cnlp-trainers-title-countries','','com-cnlp-trainers/com-cnlp-trainers-title-countries','index.php?option=com_cnlp_trainers&view=countries','component',0,194,2,10038,0,0,'0000-00-00 00:00:00',0,1,'components/com_cnlp_trainers/assets/images/s_countries.png',0,'',140,141,0,'',1),(194,'main','COM_CNLP_TRAINERS','com-cnlp-trainers','','com-cnlp-trainers','index.php?option=com_cnlp_trainers','component',0,1,1,10038,0,0,'0000-00-00 00:00:00',0,1,'components/com_cnlp_trainers/assets/images/s_com_cnlp_trainers.png',0,'',137,142,0,'',1),(195,'main','COM_CNLP_TRAINERS_TITLE_TRAINERS','com-cnlp-trainers-title-trainers','','com-cnlp-trainers/com-cnlp-trainers-title-trainers','index.php?option=com_cnlp_trainers&view=trainers','component',0,194,2,10038,0,0,'0000-00-00 00:00:00',0,1,'components/com_cnlp_trainers/assets/images/s_trainers.png',0,'',138,139,0,'',1),(159,'mainmenu','What others say','what-people-say-about-christina-hall','','profile-christina-hall-phd-nlp-meta-master-trainer/what-people-say-about-christina-hall','index.php?option=com_content&view=article&id=14','component',1,102,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"maximenu_desc\":\"\",\"maximenu_relattr\":\"\",\"maximenu_anchor\":\"\",\"maximenu_liclass\":\"\",\"maximenu_tagcoltitle\":\"none\",\"maximenu_classcoltitle\":\"\",\"maximenu_images_align\":\"moduledefault\",\"maximenu_insertmodule\":\"0\",\"maximenu_module\":\"17\",\"maximenu_forcemoduletitle\":\"0\",\"maximenu_createcolumn\":\"0\",\"maximenu_createnewrow\":\"0\",\"maximenu_colwidth\":\"180\",\"itemnormalstylesusefont\":\"0\",\"itemnormalstylesfontsize\":\"\",\"itemnormalstylesfontcolor\":\"\",\"itemnormalstylesfontweight\":\"normal\",\"itemnormalstylesdescfontsize\":\"\",\"itemnormalstylesdescfontcolor\":\"\",\"itemnormalstylesusemargin\":\"0\",\"itemnormalstylesmargintop\":\"0\",\"itemnormalstylesmarginright\":\"0\",\"itemnormalstylesmarginbottom\":\"0\",\"itemnormalstylesmarginleft\":\"0\",\"itemnormalstylespaddingtop\":\"0\",\"itemnormalstylespaddingright\":\"0\",\"itemnormalstylespaddingbottom\":\"0\",\"itemnormalstylespaddingleft\":\"0\",\"itemnormalstylesusebackground\":\"0\",\"itemnormalstylesbgcolor1\":\"\",\"itemnormalstylesbgopacity\":\"\",\"itemnormalstylesbgimage\":\"\",\"itemnormalstylesbgpositionx\":\"left\",\"itemnormalstylesbgpositiony\":\"top\",\"itemnormalstylesbgimagerepeat\":\"repeat\",\"itemnormalstylesusegradient\":\"0\",\"itemnormalstylesbgcolor2\":\"\",\"itemnormalstylesuseroundedcorners\":\"0\",\"itemnormalstylesroundedcornerstl\":\"5\",\"itemnormalstylesroundedcornerstr\":\"5\",\"itemnormalstylesroundedcornersbr\":\"5\",\"itemnormalstylesroundedcornersbl\":\"5\",\"itemnormalstylesuseshadow\":\"0\",\"itemnormalstylesshadowcolor\":\"\",\"itemnormalstylesshadowblur\":\"3\",\"itemnormalstylesshadowspread\":\"0\",\"itemnormalstylesshadowoffsetx\":\"0\",\"itemnormalstylesshadowoffsety\":\"0\",\"itemnormalstylesshadowinset\":\"0\",\"itemnormalstylesuseborders\":\"0\",\"itemnormalstylesbordercolor\":\"\",\"itemnormalstylesbordertopwidth\":\"\",\"itemnormalstylesborderrightwidth\":\"\",\"itemnormalstylesborderbottomwidth\":\"\",\"itemnormalstylesborderleftwidth\":\"\",\"itemnormalstylesuseparentitem\":\"0\",\"itemnormalstylesparentitemimage\":\"\",\"itemnormalstylesparentitemimagepositionx\":\"right\",\"itemnormalstylesparentitemimagepositiony\":\"8px\",\"itemnormalstylesparentitemimagerepeat\":\"no-repeat\",\"itemnormalstylesparentitempaddingtop\":\"0\",\"itemnormalstylesparentitempaddingright\":\"0\",\"itemnormalstylesparentitempaddingbottom\":\"0\",\"itemnormalstylesparentitempaddingleft\":\"0\",\"itemhoverstylesusefont\":\"0\",\"itemhoverstylesfontsize\":\"\",\"itemhoverstylesfontcolor\":\"\",\"itemhoverstylesfontweight\":\"normal\",\"itemhoverstylesdescfontsize\":\"\",\"itemhoverstylesdescfontcolor\":\"\",\"itemhoverstylesusemargin\":\"0\",\"itemhoverstylesmargintop\":\"0\",\"itemhoverstylesmarginright\":\"0\",\"itemhoverstylesmarginbottom\":\"0\",\"itemhoverstylesmarginleft\":\"0\",\"itemhoverstylespaddingtop\":\"0\",\"itemhoverstylespaddingright\":\"0\",\"itemhoverstylespaddingbottom\":\"0\",\"itemhoverstylespaddingleft\":\"0\",\"itemhoverstylesusebackground\":\"0\",\"itemhoverstylesbgcolor1\":\"\",\"itemhoverstylesbgopacity\":\"\",\"itemhoverstylesbgimage\":\"\",\"itemhoverstylesbgpositionx\":\"left\",\"itemhoverstylesbgpositiony\":\"top\",\"itemhoverstylesbgimagerepeat\":\"repeat\",\"itemhoverstylesusegradient\":\"0\",\"itemhoverstylesbgcolor2\":\"\",\"itemhoverstylesuseroundedcorners\":\"0\",\"itemhoverstylesroundedcornerstl\":\"5\",\"itemhoverstylesroundedcornerstr\":\"5\",\"itemhoverstylesroundedcornersbr\":\"5\",\"itemhoverstylesroundedcornersbl\":\"5\",\"itemhoverstylesuseshadow\":\"0\",\"itemhoverstylesshadowcolor\":\"\",\"itemhoverstylesshadowblur\":\"3\",\"itemhoverstylesshadowspread\":\"0\",\"itemhoverstylesshadowoffsetx\":\"0\",\"itemhoverstylesshadowoffsety\":\"0\",\"itemhoverstylesshadowinset\":\"0\",\"itemhoverstylesuseborders\":\"0\",\"itemhoverstylesbordercolor\":\"\",\"itemhoverstylesbordertopwidth\":\"\",\"itemhoverstylesborderrightwidth\":\"\",\"itemhoverstylesborderbottomwidth\":\"\",\"itemhoverstylesborderleftwidth\":\"\",\"itemactivestylesusefont\":\"0\",\"itemactivestylesfontsize\":\"\",\"itemactivestylesfontcolor\":\"\",\"itemactivestylesfontweight\":\"normal\",\"itemactivestylesdescfontsize\":\"\",\"itemactivestylesdescfontcolor\":\"\",\"itemactivestylesusemargin\":\"0\",\"itemactivestylesmargintop\":\"0\",\"itemactivestylesmarginright\":\"0\",\"itemactivestylesmarginbottom\":\"0\",\"itemactivestylesmarginleft\":\"0\",\"itemactivestylespaddingtop\":\"0\",\"itemactivestylespaddingright\":\"0\",\"itemactivestylespaddingbottom\":\"0\",\"itemactivestylespaddingleft\":\"0\",\"itemactivestylesusebackground\":\"0\",\"itemactivestylesbgcolor1\":\"\",\"itemactivestylesbgopacity\":\"\",\"itemactivestylesbgimage\":\"\",\"itemactivestylesbgpositionx\":\"left\",\"itemactivestylesbgpositiony\":\"top\",\"itemactivestylesbgimagerepeat\":\"repeat\",\"itemactivestylesusegradient\":\"0\",\"itemactivestylesbgcolor2\":\"\",\"itemactivestylesuseroundedcorners\":\"0\",\"itemactivestylesroundedcornerstl\":\"5\",\"itemactivestylesroundedcornerstr\":\"5\",\"itemactivestylesroundedcornersbr\":\"5\",\"itemactivestylesroundedcornersbl\":\"5\",\"itemactivestylesuseshadow\":\"0\",\"itemactivestylesshadowcolor\":\"\",\"itemactivestylesshadowblur\":\"3\",\"itemactivestylesshadowspread\":\"0\",\"itemactivestylesshadowoffsetx\":\"0\",\"itemactivestylesshadowoffsety\":\"0\",\"itemactivestylesshadowinset\":\"0\",\"itemactivestylesuseborders\":\"0\",\"itemactivestylesbordercolor\":\"\",\"itemactivestylesbordertopwidth\":\"\",\"itemactivestylesborderrightwidth\":\"\",\"itemactivestylesborderbottomwidth\":\"\",\"itemactivestylesborderleftwidth\":\"\",\"maximenu_submenucontainerheight\":\"\",\"maximenu_submenucontainerwidth\":\"\",\"maximenu_leftmargin\":\"\",\"maximenu_topmargin\":\"\",\"submenustylesusemargin\":\"0\",\"submenustylespaddingtop\":\"0\",\"submenustylespaddingbottom\":\"0\",\"submenustylesusebackground\":\"0\",\"submenustylesbgcolor1\":\"\",\"submenustylesbgopacity\":\"\",\"submenustylesbgimage\":\"\",\"submenustylesbgpositionx\":\"left\",\"submenustylesbgpositiony\":\"top\",\"submenustylesbgimagerepeat\":\"repeat\",\"submenustylesusegradient\":\"0\",\"submenustylesbgcolor2\":\"\",\"submenustylesuseroundedcorners\":\"0\",\"submenustylesroundedcornerstl\":\"5\",\"submenustylesroundedcornerstr\":\"5\",\"submenustylesroundedcornersbr\":\"5\",\"submenustylesroundedcornersbl\":\"5\",\"submenustylesuseshadow\":\"0\",\"submenustylesshadowcolor\":\"\",\"submenustylesshadowblur\":\"3\",\"submenustylesshadowspread\":\"0\",\"submenustylesshadowoffsetx\":\"0\",\"submenustylesshadowoffsety\":\"0\",\"submenustylesshadowinset\":\"0\",\"submenustylesuseborders\":\"0\",\"submenustylesbordercolor\":\"\",\"submenustylesbordertopwidth\":\"\",\"submenustylesborderrightwidth\":\"\",\"submenustylesborderbottomwidth\":\"\",\"submenustylesborderleftwidth\":\"\"}',76,77,0,'*',0),(139,'mainmenu','Publications','publications','','publications','index.php?option=com_content&view=article&id=3','component',-2,1,1,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',79,80,0,'*',0),(220,'mainmenu','Contact Us','contact-christina-hall-nlp-connection','','contact-christina-hall-nlp-connection','index.php?option=com_content&view=article&id=23','component',1,1,1,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"Contact the NLP Connection and Dr. Christina Hall\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',81,84,0,'*',0),(210,'mainmenu','Welcome','2013-11-24-21-57-31','','home/2013-11-24-21-57-31','index.php?Itemid=','alias',-2,101,2,0,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"aliasoptions\":\"101\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1}',2,3,0,'*',0),(205,'main','COM_CNLP_WORKSHOPS','com-cnlp-workshops','','com-cnlp-workshops','index.php?option=com_cnlp_workshops','component',0,1,1,10040,0,0,'0000-00-00 00:00:00',0,1,'components/com_cnlp_workshops/assets/images/s_com_cnlp_workshops.png',0,'',143,148,0,'',1),(206,'main','COM_CNLP_WORKSHOPS_TITLE_WORKSHOPS','com-cnlp-workshops-title-workshops','','com-cnlp-workshops/com-cnlp-workshops-title-workshops','index.php?option=com_cnlp_workshops&view=workshops','component',0,205,2,10040,0,0,'0000-00-00 00:00:00',0,1,'components/com_cnlp_workshops/assets/images/s_workshops.png',0,'',144,145,0,'',1),(207,'main','COM_CNLP_WORKSHOPS_TITLE_SPONSORS','com-cnlp-workshops-title-sponsors','','com-cnlp-workshops/com-cnlp-workshops-title-sponsors','index.php?option=com_cnlp_workshops&view=sponsors','component',0,205,2,10040,0,0,'0000-00-00 00:00:00',0,1,'components/com_cnlp_workshops/assets/images/s_sponsors.png',0,'',146,147,0,'',1),(208,'mainmenu','Simple WS Module Test','simple-ws-module-test','','nlp-workshops-and-trainings/simple-ws-module-test','index.php?option=com_content&view=article&id=17','component',-2,111,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',28,29,0,'*',0),(165,'mainmenu','The Art of Change','nlp-master-training','','nlp-workshops-and-trainings/nlp-master-training','index.php?option=com_content&view=article&id=13','component',1,111,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',18,19,0,'*',0),(166,'mainmenu','Language in Action','nlp-language-training','','nlp-workshops-and-trainings/nlp-language-training','index.php?option=com_content&view=article&id=11','component',1,111,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',12,13,0,'*',0),(167,'mainmenu','The Art of Training','nlp-trainer-training','','nlp-workshops-and-trainings/nlp-trainer-training','index.php?option=com_content&view=article&id=44','component',1,111,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',14,15,0,'*',0),(176,'mainmenu','Workshop Calendar','calendar','','nlp-workshops-and-trainings/calendar','index.php?option=com_content&view=article&id=17','component',1,111,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"NLP Workshop Calendar of Dr. Christina Hall\'s trainings in the U.S., France, Poland, Switzerland, the U.K. and Japan\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',8,9,0,'*',0),(209,'mainmenu','NLP','nlp-articles-and-videos','','nlp-articles-and-videos','index.php?option=com_content&view=category&layout=blog&id=16','component',1,1,1,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"9\",\"num_columns\":\"3\",\"num_links\":\"0\",\"multi_column_order\":\"1\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"order\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"Dr. Christina Hall\'s contributions to the field of NLP\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',31,50,0,'*',0),(177,'mainmenu','Trainers and Master-Trainers list','nlp-trainers-certified-by-christina-hall','','the-society-of-nlp/nlp-trainers-certified-by-christina-hall','index.php?option=com_content&view=article&id=16','component',1,103,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"NLP-Trainers and Master-Trainers worldwide, certified by Christina Hall, PhD. \",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',54,55,0,'*',0),(221,'minimenu','NLP Infinity Forum','nlp-infinity-forum','','nlp-infinity-forum','index.php?option=com_content&view=article&id=24','component',1,1,1,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"maximenu_desc\":\"\",\"maximenu_relattr\":\"\",\"maximenu_anchor\":\"\",\"maximenu_liclass\":\"\",\"maximenu_tagcoltitle\":\"none\",\"maximenu_classcoltitle\":\"\",\"maximenu_images_align\":\"moduledefault\",\"maximenu_insertmodule\":\"0\",\"maximenu_module\":\"108\",\"maximenu_forcemoduletitle\":\"0\",\"maximenu_createcolumn\":\"0\",\"maximenu_createnewrow\":\"0\",\"maximenu_colwidth\":\"180\",\"itemnormalstylesusefont\":\"0\",\"itemnormalstylesfontsize\":\"\",\"itemnormalstylesfontcolor\":\"\",\"itemnormalstylesfontweight\":\"normal\",\"itemnormalstylesdescfontsize\":\"\",\"itemnormalstylesdescfontcolor\":\"\",\"itemnormalstylesusemargin\":\"0\",\"itemnormalstylesmargintop\":\"0\",\"itemnormalstylesmarginright\":\"0\",\"itemnormalstylesmarginbottom\":\"0\",\"itemnormalstylesmarginleft\":\"0\",\"itemnormalstylespaddingtop\":\"0\",\"itemnormalstylespaddingright\":\"0\",\"itemnormalstylespaddingbottom\":\"0\",\"itemnormalstylespaddingleft\":\"0\",\"itemnormalstylesusebackground\":\"0\",\"itemnormalstylesbgcolor1\":\"\",\"itemnormalstylesbgopacity\":\"\",\"itemnormalstylesbgimage\":\"\",\"itemnormalstylesbgpositionx\":\"left\",\"itemnormalstylesbgpositiony\":\"top\",\"itemnormalstylesbgimagerepeat\":\"repeat\",\"itemnormalstylesusegradient\":\"0\",\"itemnormalstylesbgcolor2\":\"\",\"itemnormalstylesuseroundedcorners\":\"0\",\"itemnormalstylesroundedcornerstl\":\"5\",\"itemnormalstylesroundedcornerstr\":\"5\",\"itemnormalstylesroundedcornersbr\":\"5\",\"itemnormalstylesroundedcornersbl\":\"5\",\"itemnormalstylesuseshadow\":\"0\",\"itemnormalstylesshadowcolor\":\"\",\"itemnormalstylesshadowblur\":\"3\",\"itemnormalstylesshadowspread\":\"0\",\"itemnormalstylesshadowoffsetx\":\"0\",\"itemnormalstylesshadowoffsety\":\"0\",\"itemnormalstylesshadowinset\":\"0\",\"itemnormalstylesuseborders\":\"0\",\"itemnormalstylesbordercolor\":\"\",\"itemnormalstylesbordertopwidth\":\"\",\"itemnormalstylesborderrightwidth\":\"\",\"itemnormalstylesborderbottomwidth\":\"\",\"itemnormalstylesborderleftwidth\":\"\",\"itemnormalstylesuseparentitem\":\"0\",\"itemnormalstylesparentitemimage\":\"\",\"itemnormalstylesparentitemimagepositionx\":\"right\",\"itemnormalstylesparentitemimagepositiony\":\"8px\",\"itemnormalstylesparentitemimagerepeat\":\"no-repeat\",\"itemnormalstylesparentitempaddingtop\":\"0\",\"itemnormalstylesparentitempaddingright\":\"0\",\"itemnormalstylesparentitempaddingbottom\":\"0\",\"itemnormalstylesparentitempaddingleft\":\"0\",\"itemhoverstylesusefont\":\"0\",\"itemhoverstylesfontsize\":\"\",\"itemhoverstylesfontcolor\":\"\",\"itemhoverstylesfontweight\":\"normal\",\"itemhoverstylesdescfontsize\":\"\",\"itemhoverstylesdescfontcolor\":\"\",\"itemhoverstylesusemargin\":\"0\",\"itemhoverstylesmargintop\":\"0\",\"itemhoverstylesmarginright\":\"0\",\"itemhoverstylesmarginbottom\":\"0\",\"itemhoverstylesmarginleft\":\"0\",\"itemhoverstylespaddingtop\":\"0\",\"itemhoverstylespaddingright\":\"0\",\"itemhoverstylespaddingbottom\":\"0\",\"itemhoverstylespaddingleft\":\"0\",\"itemhoverstylesusebackground\":\"0\",\"itemhoverstylesbgcolor1\":\"\",\"itemhoverstylesbgopacity\":\"\",\"itemhoverstylesbgimage\":\"\",\"itemhoverstylesbgpositionx\":\"left\",\"itemhoverstylesbgpositiony\":\"top\",\"itemhoverstylesbgimagerepeat\":\"repeat\",\"itemhoverstylesusegradient\":\"0\",\"itemhoverstylesbgcolor2\":\"\",\"itemhoverstylesuseroundedcorners\":\"0\",\"itemhoverstylesroundedcornerstl\":\"5\",\"itemhoverstylesroundedcornerstr\":\"5\",\"itemhoverstylesroundedcornersbr\":\"5\",\"itemhoverstylesroundedcornersbl\":\"5\",\"itemhoverstylesuseshadow\":\"0\",\"itemhoverstylesshadowcolor\":\"\",\"itemhoverstylesshadowblur\":\"3\",\"itemhoverstylesshadowspread\":\"0\",\"itemhoverstylesshadowoffsetx\":\"0\",\"itemhoverstylesshadowoffsety\":\"0\",\"itemhoverstylesshadowinset\":\"0\",\"itemhoverstylesuseborders\":\"0\",\"itemhoverstylesbordercolor\":\"\",\"itemhoverstylesbordertopwidth\":\"\",\"itemhoverstylesborderrightwidth\":\"\",\"itemhoverstylesborderbottomwidth\":\"\",\"itemhoverstylesborderleftwidth\":\"\",\"itemactivestylesusefont\":\"0\",\"itemactivestylesfontsize\":\"\",\"itemactivestylesfontcolor\":\"\",\"itemactivestylesfontweight\":\"normal\",\"itemactivestylesdescfontsize\":\"\",\"itemactivestylesdescfontcolor\":\"\",\"itemactivestylesusemargin\":\"0\",\"itemactivestylesmargintop\":\"0\",\"itemactivestylesmarginright\":\"0\",\"itemactivestylesmarginbottom\":\"0\",\"itemactivestylesmarginleft\":\"0\",\"itemactivestylespaddingtop\":\"0\",\"itemactivestylespaddingright\":\"0\",\"itemactivestylespaddingbottom\":\"0\",\"itemactivestylespaddingleft\":\"0\",\"itemactivestylesusebackground\":\"0\",\"itemactivestylesbgcolor1\":\"\",\"itemactivestylesbgopacity\":\"\",\"itemactivestylesbgimage\":\"\",\"itemactivestylesbgpositionx\":\"left\",\"itemactivestylesbgpositiony\":\"top\",\"itemactivestylesbgimagerepeat\":\"repeat\",\"itemactivestylesusegradient\":\"0\",\"itemactivestylesbgcolor2\":\"\",\"itemactivestylesuseroundedcorners\":\"0\",\"itemactivestylesroundedcornerstl\":\"5\",\"itemactivestylesroundedcornerstr\":\"5\",\"itemactivestylesroundedcornersbr\":\"5\",\"itemactivestylesroundedcornersbl\":\"5\",\"itemactivestylesuseshadow\":\"0\",\"itemactivestylesshadowcolor\":\"\",\"itemactivestylesshadowblur\":\"3\",\"itemactivestylesshadowspread\":\"0\",\"itemactivestylesshadowoffsetx\":\"0\",\"itemactivestylesshadowoffsety\":\"0\",\"itemactivestylesshadowinset\":\"0\",\"itemactivestylesuseborders\":\"0\",\"itemactivestylesbordercolor\":\"\",\"itemactivestylesbordertopwidth\":\"\",\"itemactivestylesborderrightwidth\":\"\",\"itemactivestylesborderbottomwidth\":\"\",\"itemactivestylesborderleftwidth\":\"\",\"maximenu_submenucontainerheight\":\"\",\"maximenu_submenucontainerwidth\":\"\",\"maximenu_leftmargin\":\"\",\"maximenu_topmargin\":\"\",\"submenustylesusemargin\":\"0\",\"submenustylespaddingtop\":\"0\",\"submenustylespaddingbottom\":\"0\",\"submenustylesusebackground\":\"0\",\"submenustylesbgcolor1\":\"\",\"submenustylesbgopacity\":\"\",\"submenustylesbgimage\":\"\",\"submenustylesbgpositionx\":\"left\",\"submenustylesbgpositiony\":\"top\",\"submenustylesbgimagerepeat\":\"repeat\",\"submenustylesusegradient\":\"0\",\"submenustylesbgcolor2\":\"\",\"submenustylesuseroundedcorners\":\"0\",\"submenustylesroundedcornerstl\":\"5\",\"submenustylesroundedcornerstr\":\"5\",\"submenustylesroundedcornersbr\":\"5\",\"submenustylesroundedcornersbl\":\"5\",\"submenustylesuseshadow\":\"0\",\"submenustylesshadowcolor\":\"\",\"submenustylesshadowblur\":\"3\",\"submenustylesshadowspread\":\"0\",\"submenustylesshadowoffsetx\":\"0\",\"submenustylesshadowoffsety\":\"0\",\"submenustylesshadowinset\":\"0\",\"submenustylesuseborders\":\"0\",\"submenustylesbordercolor\":\"\",\"submenustylesbordertopwidth\":\"\",\"submenustylesborderrightwidth\":\"\",\"submenustylesborderbottomwidth\":\"\",\"submenustylesborderleftwidth\":\"\"}',159,160,0,'*',0),(229,'mainmenu','Workshops','workshops','','nlp-workshops-and-trainings/workshops','','separator',-2,111,2,0,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu_image\":\"\",\"menu_text\":1,\"maximenu_desc\":\"\",\"maximenu_relattr\":\"\",\"maximenu_anchor\":\"\",\"maximenu_liclass\":\"\",\"maximenu_tagcoltitle\":\"none\",\"maximenu_classcoltitle\":\"\",\"maximenu_images_align\":\"moduledefault\",\"maximenu_insertmodule\":\"0\",\"maximenu_module\":\"17\",\"maximenu_forcemoduletitle\":\"0\",\"maximenu_createcolumn\":\"1\",\"maximenu_createnewrow\":\"0\",\"maximenu_colwidth\":\"100%\",\"itemnormalstylesusefont\":\"0\",\"itemnormalstylesfontsize\":\"\",\"itemnormalstylesfontcolor\":\"\",\"itemnormalstylesfontweight\":\"normal\",\"itemnormalstylesdescfontsize\":\"\",\"itemnormalstylesdescfontcolor\":\"\",\"itemnormalstylesusemargin\":\"0\",\"itemnormalstylesmargintop\":\"0\",\"itemnormalstylesmarginright\":\"0\",\"itemnormalstylesmarginbottom\":\"0\",\"itemnormalstylesmarginleft\":\"0\",\"itemnormalstylespaddingtop\":\"0\",\"itemnormalstylespaddingright\":\"0\",\"itemnormalstylespaddingbottom\":\"0\",\"itemnormalstylespaddingleft\":\"0\",\"itemnormalstylesusebackground\":\"0\",\"itemnormalstylesbgcolor1\":\"\",\"itemnormalstylesbgopacity\":\"\",\"itemnormalstylesbgimage\":\"\",\"itemnormalstylesbgpositionx\":\"left\",\"itemnormalstylesbgpositiony\":\"top\",\"itemnormalstylesbgimagerepeat\":\"repeat\",\"itemnormalstylesusegradient\":\"0\",\"itemnormalstylesbgcolor2\":\"\",\"itemnormalstylesuseroundedcorners\":\"0\",\"itemnormalstylesroundedcornerstl\":\"5\",\"itemnormalstylesroundedcornerstr\":\"5\",\"itemnormalstylesroundedcornersbr\":\"5\",\"itemnormalstylesroundedcornersbl\":\"5\",\"itemnormalstylesuseshadow\":\"0\",\"itemnormalstylesshadowcolor\":\"\",\"itemnormalstylesshadowblur\":\"3\",\"itemnormalstylesshadowspread\":\"0\",\"itemnormalstylesshadowoffsetx\":\"0\",\"itemnormalstylesshadowoffsety\":\"0\",\"itemnormalstylesshadowinset\":\"0\",\"itemnormalstylesuseborders\":\"0\",\"itemnormalstylesbordercolor\":\"\",\"itemnormalstylesbordertopwidth\":\"\",\"itemnormalstylesborderrightwidth\":\"\",\"itemnormalstylesborderbottomwidth\":\"\",\"itemnormalstylesborderleftwidth\":\"\",\"itemnormalstylesuseparentitem\":\"0\",\"itemnormalstylesparentitemimage\":\"\",\"itemnormalstylesparentitemimagepositionx\":\"right\",\"itemnormalstylesparentitemimagepositiony\":\"8px\",\"itemnormalstylesparentitemimagerepeat\":\"no-repeat\",\"itemnormalstylesparentitempaddingtop\":\"0\",\"itemnormalstylesparentitempaddingright\":\"0\",\"itemnormalstylesparentitempaddingbottom\":\"0\",\"itemnormalstylesparentitempaddingleft\":\"0\",\"itemhoverstylesusefont\":\"0\",\"itemhoverstylesfontsize\":\"\",\"itemhoverstylesfontcolor\":\"\",\"itemhoverstylesfontweight\":\"normal\",\"itemhoverstylesdescfontsize\":\"\",\"itemhoverstylesdescfontcolor\":\"\",\"itemhoverstylesusemargin\":\"0\",\"itemhoverstylesmargintop\":\"0\",\"itemhoverstylesmarginright\":\"0\",\"itemhoverstylesmarginbottom\":\"0\",\"itemhoverstylesmarginleft\":\"0\",\"itemhoverstylespaddingtop\":\"0\",\"itemhoverstylespaddingright\":\"0\",\"itemhoverstylespaddingbottom\":\"0\",\"itemhoverstylespaddingleft\":\"0\",\"itemhoverstylesusebackground\":\"0\",\"itemhoverstylesbgcolor1\":\"\",\"itemhoverstylesbgopacity\":\"\",\"itemhoverstylesbgimage\":\"\",\"itemhoverstylesbgpositionx\":\"left\",\"itemhoverstylesbgpositiony\":\"top\",\"itemhoverstylesbgimagerepeat\":\"repeat\",\"itemhoverstylesusegradient\":\"0\",\"itemhoverstylesbgcolor2\":\"\",\"itemhoverstylesuseroundedcorners\":\"0\",\"itemhoverstylesroundedcornerstl\":\"5\",\"itemhoverstylesroundedcornerstr\":\"5\",\"itemhoverstylesroundedcornersbr\":\"5\",\"itemhoverstylesroundedcornersbl\":\"5\",\"itemhoverstylesuseshadow\":\"0\",\"itemhoverstylesshadowcolor\":\"\",\"itemhoverstylesshadowblur\":\"3\",\"itemhoverstylesshadowspread\":\"0\",\"itemhoverstylesshadowoffsetx\":\"0\",\"itemhoverstylesshadowoffsety\":\"0\",\"itemhoverstylesshadowinset\":\"0\",\"itemhoverstylesuseborders\":\"0\",\"itemhoverstylesbordercolor\":\"\",\"itemhoverstylesbordertopwidth\":\"\",\"itemhoverstylesborderrightwidth\":\"\",\"itemhoverstylesborderbottomwidth\":\"\",\"itemhoverstylesborderleftwidth\":\"\",\"itemactivestylesusefont\":\"0\",\"itemactivestylesfontsize\":\"\",\"itemactivestylesfontcolor\":\"\",\"itemactivestylesfontweight\":\"normal\",\"itemactivestylesdescfontsize\":\"\",\"itemactivestylesdescfontcolor\":\"\",\"itemactivestylesusemargin\":\"0\",\"itemactivestylesmargintop\":\"0\",\"itemactivestylesmarginright\":\"0\",\"itemactivestylesmarginbottom\":\"0\",\"itemactivestylesmarginleft\":\"0\",\"itemactivestylespaddingtop\":\"0\",\"itemactivestylespaddingright\":\"0\",\"itemactivestylespaddingbottom\":\"0\",\"itemactivestylespaddingleft\":\"0\",\"itemactivestylesusebackground\":\"0\",\"itemactivestylesbgcolor1\":\"\",\"itemactivestylesbgopacity\":\"\",\"itemactivestylesbgimage\":\"\",\"itemactivestylesbgpositionx\":\"left\",\"itemactivestylesbgpositiony\":\"top\",\"itemactivestylesbgimagerepeat\":\"repeat\",\"itemactivestylesusegradient\":\"0\",\"itemactivestylesbgcolor2\":\"\",\"itemactivestylesuseroundedcorners\":\"0\",\"itemactivestylesroundedcornerstl\":\"5\",\"itemactivestylesroundedcornerstr\":\"5\",\"itemactivestylesroundedcornersbr\":\"5\",\"itemactivestylesroundedcornersbl\":\"5\",\"itemactivestylesuseshadow\":\"0\",\"itemactivestylesshadowcolor\":\"\",\"itemactivestylesshadowblur\":\"3\",\"itemactivestylesshadowspread\":\"0\",\"itemactivestylesshadowoffsetx\":\"0\",\"itemactivestylesshadowoffsety\":\"0\",\"itemactivestylesshadowinset\":\"0\",\"itemactivestylesuseborders\":\"0\",\"itemactivestylesbordercolor\":\"\",\"itemactivestylesbordertopwidth\":\"\",\"itemactivestylesborderrightwidth\":\"\",\"itemactivestylesborderbottomwidth\":\"\",\"itemactivestylesborderleftwidth\":\"\",\"maximenu_submenucontainerheight\":\"\",\"maximenu_submenucontainerwidth\":\"\",\"maximenu_leftmargin\":\"\",\"maximenu_topmargin\":\"\",\"submenustylesusemargin\":\"0\",\"submenustylespaddingtop\":\"0\",\"submenustylespaddingbottom\":\"0\",\"submenustylesusebackground\":\"0\",\"submenustylesbgcolor1\":\"\",\"submenustylesbgopacity\":\"\",\"submenustylesbgimage\":\"\",\"submenustylesbgpositionx\":\"left\",\"submenustylesbgpositiony\":\"top\",\"submenustylesbgimagerepeat\":\"repeat\",\"submenustylesusegradient\":\"0\",\"submenustylesbgcolor2\":\"\",\"submenustylesuseroundedcorners\":\"0\",\"submenustylesroundedcornerstl\":\"5\",\"submenustylesroundedcornerstr\":\"5\",\"submenustylesroundedcornersbr\":\"5\",\"submenustylesroundedcornersbl\":\"5\",\"submenustylesuseshadow\":\"0\",\"submenustylesshadowcolor\":\"\",\"submenustylesshadowblur\":\"3\",\"submenustylesshadowspread\":\"0\",\"submenustylesshadowoffsetx\":\"0\",\"submenustylesshadowoffsety\":\"0\",\"submenustylesshadowinset\":\"0\",\"submenustylesuseborders\":\"0\",\"submenustylesbordercolor\":\"\",\"submenustylesbordertopwidth\":\"\",\"submenustylesborderrightwidth\":\"\",\"submenustylesborderbottomwidth\":\"\",\"submenustylesborderleftwidth\":\"\"}',10,11,0,'*',0),(222,'mainmenu','The Game of Training','nlp-master-trainer-training','','nlp-workshops-and-trainings/nlp-master-trainer-training','index.php?option=com_content&view=article&id=45','component',1,111,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',16,17,0,'*',0),(223,'mainmenu','Re-evaluating Life Story','nlp-life-story','','nlp-workshops-and-trainings/nlp-life-story','index.php?option=com_content&view=article&id=26','component',1,111,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',20,21,0,'*',0),(224,'mainmenu','The Paradoxical Nature of Change','nlp-paradox-and-change','','nlp-workshops-and-trainings/nlp-paradox-and-change','index.php?option=com_content&view=article&id=27','component',1,111,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',22,23,0,'*',0),(225,'mainmenu','Space-Time-View Continuum','nlp-space-time-view','','nlp-workshops-and-trainings/nlp-space-time-view','index.php?option=com_content&view=article&id=29','component',1,111,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',24,25,0,'*',0),(226,'mainmenu','The Dynamics of Meta Programs in Action','nlp-meta-programs','','nlp-workshops-and-trainings/nlp-meta-programs','index.php?option=com_content&view=article&id=28','component',1,111,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',26,27,0,'*',0),(227,'mainmenu','Language and Time - the Meta Model','language-and-time-the-meta-model','','nlp-articles-and-videos/language-and-time-the-meta-model','index.php?option=com_content&view=article&id=18','component',-2,209,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"maximenu_desc\":\"\",\"maximenu_relattr\":\"\",\"maximenu_anchor\":\"\",\"maximenu_liclass\":\"\",\"maximenu_tagcoltitle\":\"none\",\"maximenu_classcoltitle\":\"\",\"maximenu_images_align\":\"moduledefault\",\"maximenu_insertmodule\":\"0\",\"maximenu_module\":\"17\",\"maximenu_forcemoduletitle\":\"0\",\"maximenu_createcolumn\":\"0\",\"maximenu_createnewrow\":\"0\",\"maximenu_colwidth\":\"180\",\"itemnormalstylesusefont\":\"0\",\"itemnormalstylesfontsize\":\"\",\"itemnormalstylesfontcolor\":\"\",\"itemnormalstylesfontweight\":\"normal\",\"itemnormalstylesdescfontsize\":\"\",\"itemnormalstylesdescfontcolor\":\"\",\"itemnormalstylesusemargin\":\"0\",\"itemnormalstylesmargintop\":\"0\",\"itemnormalstylesmarginright\":\"0\",\"itemnormalstylesmarginbottom\":\"0\",\"itemnormalstylesmarginleft\":\"0\",\"itemnormalstylespaddingtop\":\"0\",\"itemnormalstylespaddingright\":\"0\",\"itemnormalstylespaddingbottom\":\"0\",\"itemnormalstylespaddingleft\":\"0\",\"itemnormalstylesusebackground\":\"0\",\"itemnormalstylesbgcolor1\":\"\",\"itemnormalstylesbgopacity\":\"\",\"itemnormalstylesbgimage\":\"\",\"itemnormalstylesbgpositionx\":\"left\",\"itemnormalstylesbgpositiony\":\"top\",\"itemnormalstylesbgimagerepeat\":\"repeat\",\"itemnormalstylesusegradient\":\"0\",\"itemnormalstylesbgcolor2\":\"\",\"itemnormalstylesuseroundedcorners\":\"0\",\"itemnormalstylesroundedcornerstl\":\"5\",\"itemnormalstylesroundedcornerstr\":\"5\",\"itemnormalstylesroundedcornersbr\":\"5\",\"itemnormalstylesroundedcornersbl\":\"5\",\"itemnormalstylesuseshadow\":\"0\",\"itemnormalstylesshadowcolor\":\"\",\"itemnormalstylesshadowblur\":\"3\",\"itemnormalstylesshadowspread\":\"0\",\"itemnormalstylesshadowoffsetx\":\"0\",\"itemnormalstylesshadowoffsety\":\"0\",\"itemnormalstylesshadowinset\":\"0\",\"itemnormalstylesuseborders\":\"0\",\"itemnormalstylesbordercolor\":\"\",\"itemnormalstylesbordertopwidth\":\"\",\"itemnormalstylesborderrightwidth\":\"\",\"itemnormalstylesborderbottomwidth\":\"\",\"itemnormalstylesborderleftwidth\":\"\",\"itemnormalstylesuseparentitem\":\"0\",\"itemnormalstylesparentitemimage\":\"\",\"itemnormalstylesparentitemimagepositionx\":\"right\",\"itemnormalstylesparentitemimagepositiony\":\"8px\",\"itemnormalstylesparentitemimagerepeat\":\"no-repeat\",\"itemnormalstylesparentitempaddingtop\":\"0\",\"itemnormalstylesparentitempaddingright\":\"0\",\"itemnormalstylesparentitempaddingbottom\":\"0\",\"itemnormalstylesparentitempaddingleft\":\"0\",\"itemhoverstylesusefont\":\"0\",\"itemhoverstylesfontsize\":\"\",\"itemhoverstylesfontcolor\":\"\",\"itemhoverstylesfontweight\":\"normal\",\"itemhoverstylesdescfontsize\":\"\",\"itemhoverstylesdescfontcolor\":\"\",\"itemhoverstylesusemargin\":\"0\",\"itemhoverstylesmargintop\":\"0\",\"itemhoverstylesmarginright\":\"0\",\"itemhoverstylesmarginbottom\":\"0\",\"itemhoverstylesmarginleft\":\"0\",\"itemhoverstylespaddingtop\":\"0\",\"itemhoverstylespaddingright\":\"0\",\"itemhoverstylespaddingbottom\":\"0\",\"itemhoverstylespaddingleft\":\"0\",\"itemhoverstylesusebackground\":\"0\",\"itemhoverstylesbgcolor1\":\"\",\"itemhoverstylesbgopacity\":\"\",\"itemhoverstylesbgimage\":\"\",\"itemhoverstylesbgpositionx\":\"left\",\"itemhoverstylesbgpositiony\":\"top\",\"itemhoverstylesbgimagerepeat\":\"repeat\",\"itemhoverstylesusegradient\":\"0\",\"itemhoverstylesbgcolor2\":\"\",\"itemhoverstylesuseroundedcorners\":\"0\",\"itemhoverstylesroundedcornerstl\":\"5\",\"itemhoverstylesroundedcornerstr\":\"5\",\"itemhoverstylesroundedcornersbr\":\"5\",\"itemhoverstylesroundedcornersbl\":\"5\",\"itemhoverstylesuseshadow\":\"0\",\"itemhoverstylesshadowcolor\":\"\",\"itemhoverstylesshadowblur\":\"3\",\"itemhoverstylesshadowspread\":\"0\",\"itemhoverstylesshadowoffsetx\":\"0\",\"itemhoverstylesshadowoffsety\":\"0\",\"itemhoverstylesshadowinset\":\"0\",\"itemhoverstylesuseborders\":\"0\",\"itemhoverstylesbordercolor\":\"\",\"itemhoverstylesbordertopwidth\":\"\",\"itemhoverstylesborderrightwidth\":\"\",\"itemhoverstylesborderbottomwidth\":\"\",\"itemhoverstylesborderleftwidth\":\"\",\"itemactivestylesusefont\":\"0\",\"itemactivestylesfontsize\":\"\",\"itemactivestylesfontcolor\":\"\",\"itemactivestylesfontweight\":\"normal\",\"itemactivestylesdescfontsize\":\"\",\"itemactivestylesdescfontcolor\":\"\",\"itemactivestylesusemargin\":\"0\",\"itemactivestylesmargintop\":\"0\",\"itemactivestylesmarginright\":\"0\",\"itemactivestylesmarginbottom\":\"0\",\"itemactivestylesmarginleft\":\"0\",\"itemactivestylespaddingtop\":\"0\",\"itemactivestylespaddingright\":\"0\",\"itemactivestylespaddingbottom\":\"0\",\"itemactivestylespaddingleft\":\"0\",\"itemactivestylesusebackground\":\"0\",\"itemactivestylesbgcolor1\":\"\",\"itemactivestylesbgopacity\":\"\",\"itemactivestylesbgimage\":\"\",\"itemactivestylesbgpositionx\":\"left\",\"itemactivestylesbgpositiony\":\"top\",\"itemactivestylesbgimagerepeat\":\"repeat\",\"itemactivestylesusegradient\":\"0\",\"itemactivestylesbgcolor2\":\"\",\"itemactivestylesuseroundedcorners\":\"0\",\"itemactivestylesroundedcornerstl\":\"5\",\"itemactivestylesroundedcornerstr\":\"5\",\"itemactivestylesroundedcornersbr\":\"5\",\"itemactivestylesroundedcornersbl\":\"5\",\"itemactivestylesuseshadow\":\"0\",\"itemactivestylesshadowcolor\":\"\",\"itemactivestylesshadowblur\":\"3\",\"itemactivestylesshadowspread\":\"0\",\"itemactivestylesshadowoffsetx\":\"0\",\"itemactivestylesshadowoffsety\":\"0\",\"itemactivestylesshadowinset\":\"0\",\"itemactivestylesuseborders\":\"0\",\"itemactivestylesbordercolor\":\"\",\"itemactivestylesbordertopwidth\":\"\",\"itemactivestylesborderrightwidth\":\"\",\"itemactivestylesborderbottomwidth\":\"\",\"itemactivestylesborderleftwidth\":\"\",\"maximenu_submenucontainerheight\":\"\",\"maximenu_submenucontainerwidth\":\"\",\"maximenu_leftmargin\":\"\",\"maximenu_topmargin\":\"\",\"submenustylesusemargin\":\"0\",\"submenustylespaddingtop\":\"0\",\"submenustylespaddingbottom\":\"0\",\"submenustylesusebackground\":\"0\",\"submenustylesbgcolor1\":\"\",\"submenustylesbgopacity\":\"\",\"submenustylesbgimage\":\"\",\"submenustylesbgpositionx\":\"left\",\"submenustylesbgpositiony\":\"top\",\"submenustylesbgimagerepeat\":\"repeat\",\"submenustylesusegradient\":\"0\",\"submenustylesbgcolor2\":\"\",\"submenustylesuseroundedcorners\":\"0\",\"submenustylesroundedcornerstl\":\"5\",\"submenustylesroundedcornerstr\":\"5\",\"submenustylesroundedcornersbr\":\"5\",\"submenustylesroundedcornersbl\":\"5\",\"submenustylesuseshadow\":\"0\",\"submenustylesshadowcolor\":\"\",\"submenustylesshadowblur\":\"3\",\"submenustylesshadowspread\":\"0\",\"submenustylesshadowoffsetx\":\"0\",\"submenustylesshadowoffsety\":\"0\",\"submenustylesshadowinset\":\"0\",\"submenustylesuseborders\":\"0\",\"submenustylesbordercolor\":\"\",\"submenustylesbordertopwidth\":\"\",\"submenustylesborderrightwidth\":\"\",\"submenustylesborderbottomwidth\":\"\",\"submenustylesborderleftwidth\":\"\"}',36,37,0,'*',0),(235,'mainmenu','Language and Change (Video)','language-and-change-video-christina-hall','','nlp-articles-and-videos/language-and-change-video-christina-hall','index.php?option=com_content&view=article&id=22','component',1,209,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"maximenu_desc\":\"\",\"maximenu_relattr\":\"\",\"maximenu_anchor\":\"\",\"maximenu_liclass\":\"\",\"maximenu_tagcoltitle\":\"none\",\"maximenu_classcoltitle\":\"\",\"maximenu_images_align\":\"moduledefault\",\"maximenu_insertmodule\":\"0\",\"maximenu_module\":\"17\",\"maximenu_forcemoduletitle\":\"0\",\"maximenu_createcolumn\":\"0\",\"maximenu_createnewrow\":\"0\",\"maximenu_colwidth\":\"180\",\"itemnormalstylesusefont\":\"0\",\"itemnormalstylesfontsize\":\"\",\"itemnormalstylesfontcolor\":\"\",\"itemnormalstylesfontweight\":\"normal\",\"itemnormalstylesdescfontsize\":\"\",\"itemnormalstylesdescfontcolor\":\"\",\"itemnormalstylesusemargin\":\"0\",\"itemnormalstylesmargintop\":\"0\",\"itemnormalstylesmarginright\":\"0\",\"itemnormalstylesmarginbottom\":\"0\",\"itemnormalstylesmarginleft\":\"0\",\"itemnormalstylespaddingtop\":\"0\",\"itemnormalstylespaddingright\":\"0\",\"itemnormalstylespaddingbottom\":\"0\",\"itemnormalstylespaddingleft\":\"0\",\"itemnormalstylesusebackground\":\"0\",\"itemnormalstylesbgcolor1\":\"\",\"itemnormalstylesbgopacity\":\"\",\"itemnormalstylesbgimage\":\"\",\"itemnormalstylesbgpositionx\":\"left\",\"itemnormalstylesbgpositiony\":\"top\",\"itemnormalstylesbgimagerepeat\":\"repeat\",\"itemnormalstylesusegradient\":\"0\",\"itemnormalstylesbgcolor2\":\"\",\"itemnormalstylesuseroundedcorners\":\"0\",\"itemnormalstylesroundedcornerstl\":\"5\",\"itemnormalstylesroundedcornerstr\":\"5\",\"itemnormalstylesroundedcornersbr\":\"5\",\"itemnormalstylesroundedcornersbl\":\"5\",\"itemnormalstylesuseshadow\":\"0\",\"itemnormalstylesshadowcolor\":\"\",\"itemnormalstylesshadowblur\":\"3\",\"itemnormalstylesshadowspread\":\"0\",\"itemnormalstylesshadowoffsetx\":\"0\",\"itemnormalstylesshadowoffsety\":\"0\",\"itemnormalstylesshadowinset\":\"0\",\"itemnormalstylesuseborders\":\"0\",\"itemnormalstylesbordercolor\":\"\",\"itemnormalstylesbordertopwidth\":\"\",\"itemnormalstylesborderrightwidth\":\"\",\"itemnormalstylesborderbottomwidth\":\"\",\"itemnormalstylesborderleftwidth\":\"\",\"itemnormalstylesuseparentitem\":\"0\",\"itemnormalstylesparentitemimage\":\"\",\"itemnormalstylesparentitemimagepositionx\":\"right\",\"itemnormalstylesparentitemimagepositiony\":\"8px\",\"itemnormalstylesparentitemimagerepeat\":\"no-repeat\",\"itemnormalstylesparentitempaddingtop\":\"0\",\"itemnormalstylesparentitempaddingright\":\"0\",\"itemnormalstylesparentitempaddingbottom\":\"0\",\"itemnormalstylesparentitempaddingleft\":\"0\",\"itemhoverstylesusefont\":\"0\",\"itemhoverstylesfontsize\":\"\",\"itemhoverstylesfontcolor\":\"\",\"itemhoverstylesfontweight\":\"normal\",\"itemhoverstylesdescfontsize\":\"\",\"itemhoverstylesdescfontcolor\":\"\",\"itemhoverstylesusemargin\":\"0\",\"itemhoverstylesmargintop\":\"0\",\"itemhoverstylesmarginright\":\"0\",\"itemhoverstylesmarginbottom\":\"0\",\"itemhoverstylesmarginleft\":\"0\",\"itemhoverstylespaddingtop\":\"0\",\"itemhoverstylespaddingright\":\"0\",\"itemhoverstylespaddingbottom\":\"0\",\"itemhoverstylespaddingleft\":\"0\",\"itemhoverstylesusebackground\":\"0\",\"itemhoverstylesbgcolor1\":\"\",\"itemhoverstylesbgopacity\":\"\",\"itemhoverstylesbgimage\":\"\",\"itemhoverstylesbgpositionx\":\"left\",\"itemhoverstylesbgpositiony\":\"top\",\"itemhoverstylesbgimagerepeat\":\"repeat\",\"itemhoverstylesusegradient\":\"0\",\"itemhoverstylesbgcolor2\":\"\",\"itemhoverstylesuseroundedcorners\":\"0\",\"itemhoverstylesroundedcornerstl\":\"5\",\"itemhoverstylesroundedcornerstr\":\"5\",\"itemhoverstylesroundedcornersbr\":\"5\",\"itemhoverstylesroundedcornersbl\":\"5\",\"itemhoverstylesuseshadow\":\"0\",\"itemhoverstylesshadowcolor\":\"\",\"itemhoverstylesshadowblur\":\"3\",\"itemhoverstylesshadowspread\":\"0\",\"itemhoverstylesshadowoffsetx\":\"0\",\"itemhoverstylesshadowoffsety\":\"0\",\"itemhoverstylesshadowinset\":\"0\",\"itemhoverstylesuseborders\":\"0\",\"itemhoverstylesbordercolor\":\"\",\"itemhoverstylesbordertopwidth\":\"\",\"itemhoverstylesborderrightwidth\":\"\",\"itemhoverstylesborderbottomwidth\":\"\",\"itemhoverstylesborderleftwidth\":\"\",\"itemactivestylesusefont\":\"0\",\"itemactivestylesfontsize\":\"\",\"itemactivestylesfontcolor\":\"\",\"itemactivestylesfontweight\":\"normal\",\"itemactivestylesdescfontsize\":\"\",\"itemactivestylesdescfontcolor\":\"\",\"itemactivestylesusemargin\":\"0\",\"itemactivestylesmargintop\":\"0\",\"itemactivestylesmarginright\":\"0\",\"itemactivestylesmarginbottom\":\"0\",\"itemactivestylesmarginleft\":\"0\",\"itemactivestylespaddingtop\":\"0\",\"itemactivestylespaddingright\":\"0\",\"itemactivestylespaddingbottom\":\"0\",\"itemactivestylespaddingleft\":\"0\",\"itemactivestylesusebackground\":\"0\",\"itemactivestylesbgcolor1\":\"\",\"itemactivestylesbgopacity\":\"\",\"itemactivestylesbgimage\":\"\",\"itemactivestylesbgpositionx\":\"left\",\"itemactivestylesbgpositiony\":\"top\",\"itemactivestylesbgimagerepeat\":\"repeat\",\"itemactivestylesusegradient\":\"0\",\"itemactivestylesbgcolor2\":\"\",\"itemactivestylesuseroundedcorners\":\"0\",\"itemactivestylesroundedcornerstl\":\"5\",\"itemactivestylesroundedcornerstr\":\"5\",\"itemactivestylesroundedcornersbr\":\"5\",\"itemactivestylesroundedcornersbl\":\"5\",\"itemactivestylesuseshadow\":\"0\",\"itemactivestylesshadowcolor\":\"\",\"itemactivestylesshadowblur\":\"3\",\"itemactivestylesshadowspread\":\"0\",\"itemactivestylesshadowoffsetx\":\"0\",\"itemactivestylesshadowoffsety\":\"0\",\"itemactivestylesshadowinset\":\"0\",\"itemactivestylesuseborders\":\"0\",\"itemactivestylesbordercolor\":\"\",\"itemactivestylesbordertopwidth\":\"\",\"itemactivestylesborderrightwidth\":\"\",\"itemactivestylesborderbottomwidth\":\"\",\"itemactivestylesborderleftwidth\":\"\",\"maximenu_submenucontainerheight\":\"\",\"maximenu_submenucontainerwidth\":\"\",\"maximenu_leftmargin\":\"\",\"maximenu_topmargin\":\"\",\"submenustylesusemargin\":\"0\",\"submenustylespaddingtop\":\"0\",\"submenustylespaddingbottom\":\"0\",\"submenustylesusebackground\":\"0\",\"submenustylesbgcolor1\":\"\",\"submenustylesbgopacity\":\"\",\"submenustylesbgimage\":\"\",\"submenustylesbgpositionx\":\"left\",\"submenustylesbgpositiony\":\"top\",\"submenustylesbgimagerepeat\":\"repeat\",\"submenustylesusegradient\":\"0\",\"submenustylesbgcolor2\":\"\",\"submenustylesuseroundedcorners\":\"0\",\"submenustylesroundedcornerstl\":\"5\",\"submenustylesroundedcornerstr\":\"5\",\"submenustylesroundedcornersbr\":\"5\",\"submenustylesroundedcornersbl\":\"5\",\"submenustylesuseshadow\":\"0\",\"submenustylesshadowcolor\":\"\",\"submenustylesshadowblur\":\"3\",\"submenustylesshadowspread\":\"0\",\"submenustylesshadowoffsetx\":\"0\",\"submenustylesshadowoffsety\":\"0\",\"submenustylesshadowinset\":\"0\",\"submenustylesuseborders\":\"0\",\"submenustylesbordercolor\":\"\",\"submenustylesbordertopwidth\":\"\",\"submenustylesborderrightwidth\":\"\",\"submenustylesborderbottomwidth\":\"\",\"submenustylesborderleftwidth\":\"\"}',40,41,0,'*',0),(228,'mainmenu','404','404','','home/404','index.php?option=com_content&view=article&id=41','component',0,101,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',4,5,0,'*',0),(230,'main','eXtplorer','extplorer','','extplorer','index.php?option=com_extplorer&tmpl=component','component',0,1,1,10049,0,0,'0000-00-00 00:00:00',0,1,'../administrator/components/com_extplorer/images/x_icon.png',0,'',151,152,0,'',1),(232,'mainmenu','Language in Action','language-in-action-article-christina-hall','','nlp-articles-and-videos/language-in-action-article-christina-hall','index.php?option=com_content&view=article&id=20','component',1,209,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"maximenu_desc\":\"\",\"maximenu_relattr\":\"\",\"maximenu_anchor\":\"\",\"maximenu_liclass\":\"\",\"maximenu_tagcoltitle\":\"none\",\"maximenu_classcoltitle\":\"\",\"maximenu_images_align\":\"moduledefault\",\"maximenu_insertmodule\":\"0\",\"maximenu_module\":\"17\",\"maximenu_forcemoduletitle\":\"0\",\"maximenu_createcolumn\":\"0\",\"maximenu_createnewrow\":\"0\",\"maximenu_colwidth\":\"180\",\"itemnormalstylesusefont\":\"0\",\"itemnormalstylesfontsize\":\"\",\"itemnormalstylesfontcolor\":\"\",\"itemnormalstylesfontweight\":\"normal\",\"itemnormalstylesdescfontsize\":\"\",\"itemnormalstylesdescfontcolor\":\"\",\"itemnormalstylesusemargin\":\"0\",\"itemnormalstylesmargintop\":\"0\",\"itemnormalstylesmarginright\":\"0\",\"itemnormalstylesmarginbottom\":\"0\",\"itemnormalstylesmarginleft\":\"0\",\"itemnormalstylespaddingtop\":\"0\",\"itemnormalstylespaddingright\":\"0\",\"itemnormalstylespaddingbottom\":\"0\",\"itemnormalstylespaddingleft\":\"0\",\"itemnormalstylesusebackground\":\"0\",\"itemnormalstylesbgcolor1\":\"\",\"itemnormalstylesbgopacity\":\"\",\"itemnormalstylesbgimage\":\"\",\"itemnormalstylesbgpositionx\":\"left\",\"itemnormalstylesbgpositiony\":\"top\",\"itemnormalstylesbgimagerepeat\":\"repeat\",\"itemnormalstylesusegradient\":\"0\",\"itemnormalstylesbgcolor2\":\"\",\"itemnormalstylesuseroundedcorners\":\"0\",\"itemnormalstylesroundedcornerstl\":\"5\",\"itemnormalstylesroundedcornerstr\":\"5\",\"itemnormalstylesroundedcornersbr\":\"5\",\"itemnormalstylesroundedcornersbl\":\"5\",\"itemnormalstylesuseshadow\":\"0\",\"itemnormalstylesshadowcolor\":\"\",\"itemnormalstylesshadowblur\":\"3\",\"itemnormalstylesshadowspread\":\"0\",\"itemnormalstylesshadowoffsetx\":\"0\",\"itemnormalstylesshadowoffsety\":\"0\",\"itemnormalstylesshadowinset\":\"0\",\"itemnormalstylesuseborders\":\"0\",\"itemnormalstylesbordercolor\":\"\",\"itemnormalstylesbordertopwidth\":\"\",\"itemnormalstylesborderrightwidth\":\"\",\"itemnormalstylesborderbottomwidth\":\"\",\"itemnormalstylesborderleftwidth\":\"\",\"itemnormalstylesuseparentitem\":\"0\",\"itemnormalstylesparentitemimage\":\"\",\"itemnormalstylesparentitemimagepositionx\":\"right\",\"itemnormalstylesparentitemimagepositiony\":\"8px\",\"itemnormalstylesparentitemimagerepeat\":\"no-repeat\",\"itemnormalstylesparentitempaddingtop\":\"0\",\"itemnormalstylesparentitempaddingright\":\"0\",\"itemnormalstylesparentitempaddingbottom\":\"0\",\"itemnormalstylesparentitempaddingleft\":\"0\",\"itemhoverstylesusefont\":\"0\",\"itemhoverstylesfontsize\":\"\",\"itemhoverstylesfontcolor\":\"\",\"itemhoverstylesfontweight\":\"normal\",\"itemhoverstylesdescfontsize\":\"\",\"itemhoverstylesdescfontcolor\":\"\",\"itemhoverstylesusemargin\":\"0\",\"itemhoverstylesmargintop\":\"0\",\"itemhoverstylesmarginright\":\"0\",\"itemhoverstylesmarginbottom\":\"0\",\"itemhoverstylesmarginleft\":\"0\",\"itemhoverstylespaddingtop\":\"0\",\"itemhoverstylespaddingright\":\"0\",\"itemhoverstylespaddingbottom\":\"0\",\"itemhoverstylespaddingleft\":\"0\",\"itemhoverstylesusebackground\":\"0\",\"itemhoverstylesbgcolor1\":\"\",\"itemhoverstylesbgopacity\":\"\",\"itemhoverstylesbgimage\":\"\",\"itemhoverstylesbgpositionx\":\"left\",\"itemhoverstylesbgpositiony\":\"top\",\"itemhoverstylesbgimagerepeat\":\"repeat\",\"itemhoverstylesusegradient\":\"0\",\"itemhoverstylesbgcolor2\":\"\",\"itemhoverstylesuseroundedcorners\":\"0\",\"itemhoverstylesroundedcornerstl\":\"5\",\"itemhoverstylesroundedcornerstr\":\"5\",\"itemhoverstylesroundedcornersbr\":\"5\",\"itemhoverstylesroundedcornersbl\":\"5\",\"itemhoverstylesuseshadow\":\"0\",\"itemhoverstylesshadowcolor\":\"\",\"itemhoverstylesshadowblur\":\"3\",\"itemhoverstylesshadowspread\":\"0\",\"itemhoverstylesshadowoffsetx\":\"0\",\"itemhoverstylesshadowoffsety\":\"0\",\"itemhoverstylesshadowinset\":\"0\",\"itemhoverstylesuseborders\":\"0\",\"itemhoverstylesbordercolor\":\"\",\"itemhoverstylesbordertopwidth\":\"\",\"itemhoverstylesborderrightwidth\":\"\",\"itemhoverstylesborderbottomwidth\":\"\",\"itemhoverstylesborderleftwidth\":\"\",\"itemactivestylesusefont\":\"0\",\"itemactivestylesfontsize\":\"\",\"itemactivestylesfontcolor\":\"\",\"itemactivestylesfontweight\":\"normal\",\"itemactivestylesdescfontsize\":\"\",\"itemactivestylesdescfontcolor\":\"\",\"itemactivestylesusemargin\":\"0\",\"itemactivestylesmargintop\":\"0\",\"itemactivestylesmarginright\":\"0\",\"itemactivestylesmarginbottom\":\"0\",\"itemactivestylesmarginleft\":\"0\",\"itemactivestylespaddingtop\":\"0\",\"itemactivestylespaddingright\":\"0\",\"itemactivestylespaddingbottom\":\"0\",\"itemactivestylespaddingleft\":\"0\",\"itemactivestylesusebackground\":\"0\",\"itemactivestylesbgcolor1\":\"\",\"itemactivestylesbgopacity\":\"\",\"itemactivestylesbgimage\":\"\",\"itemactivestylesbgpositionx\":\"left\",\"itemactivestylesbgpositiony\":\"top\",\"itemactivestylesbgimagerepeat\":\"repeat\",\"itemactivestylesusegradient\":\"0\",\"itemactivestylesbgcolor2\":\"\",\"itemactivestylesuseroundedcorners\":\"0\",\"itemactivestylesroundedcornerstl\":\"5\",\"itemactivestylesroundedcornerstr\":\"5\",\"itemactivestylesroundedcornersbr\":\"5\",\"itemactivestylesroundedcornersbl\":\"5\",\"itemactivestylesuseshadow\":\"0\",\"itemactivestylesshadowcolor\":\"\",\"itemactivestylesshadowblur\":\"3\",\"itemactivestylesshadowspread\":\"0\",\"itemactivestylesshadowoffsetx\":\"0\",\"itemactivestylesshadowoffsety\":\"0\",\"itemactivestylesshadowinset\":\"0\",\"itemactivestylesuseborders\":\"0\",\"itemactivestylesbordercolor\":\"\",\"itemactivestylesbordertopwidth\":\"\",\"itemactivestylesborderrightwidth\":\"\",\"itemactivestylesborderbottomwidth\":\"\",\"itemactivestylesborderleftwidth\":\"\",\"maximenu_submenucontainerheight\":\"\",\"maximenu_submenucontainerwidth\":\"\",\"maximenu_leftmargin\":\"\",\"maximenu_topmargin\":\"\",\"submenustylesusemargin\":\"0\",\"submenustylespaddingtop\":\"0\",\"submenustylespaddingbottom\":\"0\",\"submenustylesusebackground\":\"0\",\"submenustylesbgcolor1\":\"\",\"submenustylesbgopacity\":\"\",\"submenustylesbgimage\":\"\",\"submenustylesbgpositionx\":\"left\",\"submenustylesbgpositiony\":\"top\",\"submenustylesbgimagerepeat\":\"repeat\",\"submenustylesusegradient\":\"0\",\"submenustylesbgcolor2\":\"\",\"submenustylesuseroundedcorners\":\"0\",\"submenustylesroundedcornerstl\":\"5\",\"submenustylesroundedcornerstr\":\"5\",\"submenustylesroundedcornersbr\":\"5\",\"submenustylesroundedcornersbl\":\"5\",\"submenustylesuseshadow\":\"0\",\"submenustylesshadowcolor\":\"\",\"submenustylesshadowblur\":\"3\",\"submenustylesshadowspread\":\"0\",\"submenustylesshadowoffsetx\":\"0\",\"submenustylesshadowoffsety\":\"0\",\"submenustylesshadowinset\":\"0\",\"submenustylesuseborders\":\"0\",\"submenustylesbordercolor\":\"\",\"submenustylesbordertopwidth\":\"\",\"submenustylesborderrightwidth\":\"\",\"submenustylesborderbottomwidth\":\"\",\"submenustylesborderleftwidth\":\"\"}',48,49,0,'*',0),(233,'mainmenu','Language and Time','language-and-time-article-christina-hall','','nlp-articles-and-videos/language-and-time-article-christina-hall','index.php?option=com_content&view=article&id=18','component',1,209,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"maximenu_desc\":\"\",\"maximenu_relattr\":\"\",\"maximenu_anchor\":\"\",\"maximenu_liclass\":\"\",\"maximenu_tagcoltitle\":\"none\",\"maximenu_classcoltitle\":\"\",\"maximenu_images_align\":\"moduledefault\",\"maximenu_insertmodule\":\"0\",\"maximenu_module\":\"17\",\"maximenu_forcemoduletitle\":\"0\",\"maximenu_createcolumn\":\"0\",\"maximenu_createnewrow\":\"0\",\"maximenu_colwidth\":\"180\",\"itemnormalstylesusefont\":\"0\",\"itemnormalstylesfontsize\":\"\",\"itemnormalstylesfontcolor\":\"\",\"itemnormalstylesfontweight\":\"normal\",\"itemnormalstylesdescfontsize\":\"\",\"itemnormalstylesdescfontcolor\":\"\",\"itemnormalstylesusemargin\":\"0\",\"itemnormalstylesmargintop\":\"0\",\"itemnormalstylesmarginright\":\"0\",\"itemnormalstylesmarginbottom\":\"0\",\"itemnormalstylesmarginleft\":\"0\",\"itemnormalstylespaddingtop\":\"0\",\"itemnormalstylespaddingright\":\"0\",\"itemnormalstylespaddingbottom\":\"0\",\"itemnormalstylespaddingleft\":\"0\",\"itemnormalstylesusebackground\":\"0\",\"itemnormalstylesbgcolor1\":\"\",\"itemnormalstylesbgopacity\":\"\",\"itemnormalstylesbgimage\":\"\",\"itemnormalstylesbgpositionx\":\"left\",\"itemnormalstylesbgpositiony\":\"top\",\"itemnormalstylesbgimagerepeat\":\"repeat\",\"itemnormalstylesusegradient\":\"0\",\"itemnormalstylesbgcolor2\":\"\",\"itemnormalstylesuseroundedcorners\":\"0\",\"itemnormalstylesroundedcornerstl\":\"5\",\"itemnormalstylesroundedcornerstr\":\"5\",\"itemnormalstylesroundedcornersbr\":\"5\",\"itemnormalstylesroundedcornersbl\":\"5\",\"itemnormalstylesuseshadow\":\"0\",\"itemnormalstylesshadowcolor\":\"\",\"itemnormalstylesshadowblur\":\"3\",\"itemnormalstylesshadowspread\":\"0\",\"itemnormalstylesshadowoffsetx\":\"0\",\"itemnormalstylesshadowoffsety\":\"0\",\"itemnormalstylesshadowinset\":\"0\",\"itemnormalstylesuseborders\":\"0\",\"itemnormalstylesbordercolor\":\"\",\"itemnormalstylesbordertopwidth\":\"\",\"itemnormalstylesborderrightwidth\":\"\",\"itemnormalstylesborderbottomwidth\":\"\",\"itemnormalstylesborderleftwidth\":\"\",\"itemnormalstylesuseparentitem\":\"0\",\"itemnormalstylesparentitemimage\":\"\",\"itemnormalstylesparentitemimagepositionx\":\"right\",\"itemnormalstylesparentitemimagepositiony\":\"8px\",\"itemnormalstylesparentitemimagerepeat\":\"no-repeat\",\"itemnormalstylesparentitempaddingtop\":\"0\",\"itemnormalstylesparentitempaddingright\":\"0\",\"itemnormalstylesparentitempaddingbottom\":\"0\",\"itemnormalstylesparentitempaddingleft\":\"0\",\"itemhoverstylesusefont\":\"0\",\"itemhoverstylesfontsize\":\"\",\"itemhoverstylesfontcolor\":\"\",\"itemhoverstylesfontweight\":\"normal\",\"itemhoverstylesdescfontsize\":\"\",\"itemhoverstylesdescfontcolor\":\"\",\"itemhoverstylesusemargin\":\"0\",\"itemhoverstylesmargintop\":\"0\",\"itemhoverstylesmarginright\":\"0\",\"itemhoverstylesmarginbottom\":\"0\",\"itemhoverstylesmarginleft\":\"0\",\"itemhoverstylespaddingtop\":\"0\",\"itemhoverstylespaddingright\":\"0\",\"itemhoverstylespaddingbottom\":\"0\",\"itemhoverstylespaddingleft\":\"0\",\"itemhoverstylesusebackground\":\"0\",\"itemhoverstylesbgcolor1\":\"\",\"itemhoverstylesbgopacity\":\"\",\"itemhoverstylesbgimage\":\"\",\"itemhoverstylesbgpositionx\":\"left\",\"itemhoverstylesbgpositiony\":\"top\",\"itemhoverstylesbgimagerepeat\":\"repeat\",\"itemhoverstylesusegradient\":\"0\",\"itemhoverstylesbgcolor2\":\"\",\"itemhoverstylesuseroundedcorners\":\"0\",\"itemhoverstylesroundedcornerstl\":\"5\",\"itemhoverstylesroundedcornerstr\":\"5\",\"itemhoverstylesroundedcornersbr\":\"5\",\"itemhoverstylesroundedcornersbl\":\"5\",\"itemhoverstylesuseshadow\":\"0\",\"itemhoverstylesshadowcolor\":\"\",\"itemhoverstylesshadowblur\":\"3\",\"itemhoverstylesshadowspread\":\"0\",\"itemhoverstylesshadowoffsetx\":\"0\",\"itemhoverstylesshadowoffsety\":\"0\",\"itemhoverstylesshadowinset\":\"0\",\"itemhoverstylesuseborders\":\"0\",\"itemhoverstylesbordercolor\":\"\",\"itemhoverstylesbordertopwidth\":\"\",\"itemhoverstylesborderrightwidth\":\"\",\"itemhoverstylesborderbottomwidth\":\"\",\"itemhoverstylesborderleftwidth\":\"\",\"itemactivestylesusefont\":\"0\",\"itemactivestylesfontsize\":\"\",\"itemactivestylesfontcolor\":\"\",\"itemactivestylesfontweight\":\"normal\",\"itemactivestylesdescfontsize\":\"\",\"itemactivestylesdescfontcolor\":\"\",\"itemactivestylesusemargin\":\"0\",\"itemactivestylesmargintop\":\"0\",\"itemactivestylesmarginright\":\"0\",\"itemactivestylesmarginbottom\":\"0\",\"itemactivestylesmarginleft\":\"0\",\"itemactivestylespaddingtop\":\"0\",\"itemactivestylespaddingright\":\"0\",\"itemactivestylespaddingbottom\":\"0\",\"itemactivestylespaddingleft\":\"0\",\"itemactivestylesusebackground\":\"0\",\"itemactivestylesbgcolor1\":\"\",\"itemactivestylesbgopacity\":\"\",\"itemactivestylesbgimage\":\"\",\"itemactivestylesbgpositionx\":\"left\",\"itemactivestylesbgpositiony\":\"top\",\"itemactivestylesbgimagerepeat\":\"repeat\",\"itemactivestylesusegradient\":\"0\",\"itemactivestylesbgcolor2\":\"\",\"itemactivestylesuseroundedcorners\":\"0\",\"itemactivestylesroundedcornerstl\":\"5\",\"itemactivestylesroundedcornerstr\":\"5\",\"itemactivestylesroundedcornersbr\":\"5\",\"itemactivestylesroundedcornersbl\":\"5\",\"itemactivestylesuseshadow\":\"0\",\"itemactivestylesshadowcolor\":\"\",\"itemactivestylesshadowblur\":\"3\",\"itemactivestylesshadowspread\":\"0\",\"itemactivestylesshadowoffsetx\":\"0\",\"itemactivestylesshadowoffsety\":\"0\",\"itemactivestylesshadowinset\":\"0\",\"itemactivestylesuseborders\":\"0\",\"itemactivestylesbordercolor\":\"\",\"itemactivestylesbordertopwidth\":\"\",\"itemactivestylesborderrightwidth\":\"\",\"itemactivestylesborderbottomwidth\":\"\",\"itemactivestylesborderleftwidth\":\"\",\"maximenu_submenucontainerheight\":\"\",\"maximenu_submenucontainerwidth\":\"\",\"maximenu_leftmargin\":\"\",\"maximenu_topmargin\":\"\",\"submenustylesusemargin\":\"0\",\"submenustylespaddingtop\":\"0\",\"submenustylespaddingbottom\":\"0\",\"submenustylesusebackground\":\"0\",\"submenustylesbgcolor1\":\"\",\"submenustylesbgopacity\":\"\",\"submenustylesbgimage\":\"\",\"submenustylesbgpositionx\":\"left\",\"submenustylesbgpositiony\":\"top\",\"submenustylesbgimagerepeat\":\"repeat\",\"submenustylesusegradient\":\"0\",\"submenustylesbgcolor2\":\"\",\"submenustylesuseroundedcorners\":\"0\",\"submenustylesroundedcornerstl\":\"5\",\"submenustylesroundedcornerstr\":\"5\",\"submenustylesroundedcornersbr\":\"5\",\"submenustylesroundedcornersbl\":\"5\",\"submenustylesuseshadow\":\"0\",\"submenustylesshadowcolor\":\"\",\"submenustylesshadowblur\":\"3\",\"submenustylesshadowspread\":\"0\",\"submenustylesshadowoffsetx\":\"0\",\"submenustylesshadowoffsety\":\"0\",\"submenustylesshadowinset\":\"0\",\"submenustylesuseborders\":\"0\",\"submenustylesbordercolor\":\"\",\"submenustylesbordertopwidth\":\"\",\"submenustylesborderrightwidth\":\"\",\"submenustylesborderbottomwidth\":\"\",\"submenustylesborderleftwidth\":\"\"}',46,47,0,'*',0),(234,'mainmenu','Dynamics of Belief','dynamics-of-belief','','nlp-articles-and-videos/dynamics-of-belief','index.php?option=com_content&view=article&id=19','component',0,209,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"maximenu_desc\":\"\",\"maximenu_relattr\":\"\",\"maximenu_anchor\":\"\",\"maximenu_liclass\":\"\",\"maximenu_tagcoltitle\":\"none\",\"maximenu_classcoltitle\":\"\",\"maximenu_images_align\":\"moduledefault\",\"maximenu_insertmodule\":\"0\",\"maximenu_module\":\"17\",\"maximenu_forcemoduletitle\":\"0\",\"maximenu_createcolumn\":\"0\",\"maximenu_createnewrow\":\"0\",\"maximenu_colwidth\":\"180\",\"itemnormalstylesusefont\":\"0\",\"itemnormalstylesfontsize\":\"\",\"itemnormalstylesfontcolor\":\"\",\"itemnormalstylesfontweight\":\"normal\",\"itemnormalstylesdescfontsize\":\"\",\"itemnormalstylesdescfontcolor\":\"\",\"itemnormalstylesusemargin\":\"0\",\"itemnormalstylesmargintop\":\"0\",\"itemnormalstylesmarginright\":\"0\",\"itemnormalstylesmarginbottom\":\"0\",\"itemnormalstylesmarginleft\":\"0\",\"itemnormalstylespaddingtop\":\"0\",\"itemnormalstylespaddingright\":\"0\",\"itemnormalstylespaddingbottom\":\"0\",\"itemnormalstylespaddingleft\":\"0\",\"itemnormalstylesusebackground\":\"0\",\"itemnormalstylesbgcolor1\":\"\",\"itemnormalstylesbgopacity\":\"\",\"itemnormalstylesbgimage\":\"\",\"itemnormalstylesbgpositionx\":\"left\",\"itemnormalstylesbgpositiony\":\"top\",\"itemnormalstylesbgimagerepeat\":\"repeat\",\"itemnormalstylesusegradient\":\"0\",\"itemnormalstylesbgcolor2\":\"\",\"itemnormalstylesuseroundedcorners\":\"0\",\"itemnormalstylesroundedcornerstl\":\"5\",\"itemnormalstylesroundedcornerstr\":\"5\",\"itemnormalstylesroundedcornersbr\":\"5\",\"itemnormalstylesroundedcornersbl\":\"5\",\"itemnormalstylesuseshadow\":\"0\",\"itemnormalstylesshadowcolor\":\"\",\"itemnormalstylesshadowblur\":\"3\",\"itemnormalstylesshadowspread\":\"0\",\"itemnormalstylesshadowoffsetx\":\"0\",\"itemnormalstylesshadowoffsety\":\"0\",\"itemnormalstylesshadowinset\":\"0\",\"itemnormalstylesuseborders\":\"0\",\"itemnormalstylesbordercolor\":\"\",\"itemnormalstylesbordertopwidth\":\"\",\"itemnormalstylesborderrightwidth\":\"\",\"itemnormalstylesborderbottomwidth\":\"\",\"itemnormalstylesborderleftwidth\":\"\",\"itemnormalstylesuseparentitem\":\"0\",\"itemnormalstylesparentitemimage\":\"\",\"itemnormalstylesparentitemimagepositionx\":\"right\",\"itemnormalstylesparentitemimagepositiony\":\"8px\",\"itemnormalstylesparentitemimagerepeat\":\"no-repeat\",\"itemnormalstylesparentitempaddingtop\":\"0\",\"itemnormalstylesparentitempaddingright\":\"0\",\"itemnormalstylesparentitempaddingbottom\":\"0\",\"itemnormalstylesparentitempaddingleft\":\"0\",\"itemhoverstylesusefont\":\"0\",\"itemhoverstylesfontsize\":\"\",\"itemhoverstylesfontcolor\":\"\",\"itemhoverstylesfontweight\":\"normal\",\"itemhoverstylesdescfontsize\":\"\",\"itemhoverstylesdescfontcolor\":\"\",\"itemhoverstylesusemargin\":\"0\",\"itemhoverstylesmargintop\":\"0\",\"itemhoverstylesmarginright\":\"0\",\"itemhoverstylesmarginbottom\":\"0\",\"itemhoverstylesmarginleft\":\"0\",\"itemhoverstylespaddingtop\":\"0\",\"itemhoverstylespaddingright\":\"0\",\"itemhoverstylespaddingbottom\":\"0\",\"itemhoverstylespaddingleft\":\"0\",\"itemhoverstylesusebackground\":\"0\",\"itemhoverstylesbgcolor1\":\"\",\"itemhoverstylesbgopacity\":\"\",\"itemhoverstylesbgimage\":\"\",\"itemhoverstylesbgpositionx\":\"left\",\"itemhoverstylesbgpositiony\":\"top\",\"itemhoverstylesbgimagerepeat\":\"repeat\",\"itemhoverstylesusegradient\":\"0\",\"itemhoverstylesbgcolor2\":\"\",\"itemhoverstylesuseroundedcorners\":\"0\",\"itemhoverstylesroundedcornerstl\":\"5\",\"itemhoverstylesroundedcornerstr\":\"5\",\"itemhoverstylesroundedcornersbr\":\"5\",\"itemhoverstylesroundedcornersbl\":\"5\",\"itemhoverstylesuseshadow\":\"0\",\"itemhoverstylesshadowcolor\":\"\",\"itemhoverstylesshadowblur\":\"3\",\"itemhoverstylesshadowspread\":\"0\",\"itemhoverstylesshadowoffsetx\":\"0\",\"itemhoverstylesshadowoffsety\":\"0\",\"itemhoverstylesshadowinset\":\"0\",\"itemhoverstylesuseborders\":\"0\",\"itemhoverstylesbordercolor\":\"\",\"itemhoverstylesbordertopwidth\":\"\",\"itemhoverstylesborderrightwidth\":\"\",\"itemhoverstylesborderbottomwidth\":\"\",\"itemhoverstylesborderleftwidth\":\"\",\"itemactivestylesusefont\":\"0\",\"itemactivestylesfontsize\":\"\",\"itemactivestylesfontcolor\":\"\",\"itemactivestylesfontweight\":\"normal\",\"itemactivestylesdescfontsize\":\"\",\"itemactivestylesdescfontcolor\":\"\",\"itemactivestylesusemargin\":\"0\",\"itemactivestylesmargintop\":\"0\",\"itemactivestylesmarginright\":\"0\",\"itemactivestylesmarginbottom\":\"0\",\"itemactivestylesmarginleft\":\"0\",\"itemactivestylespaddingtop\":\"0\",\"itemactivestylespaddingright\":\"0\",\"itemactivestylespaddingbottom\":\"0\",\"itemactivestylespaddingleft\":\"0\",\"itemactivestylesusebackground\":\"0\",\"itemactivestylesbgcolor1\":\"\",\"itemactivestylesbgopacity\":\"\",\"itemactivestylesbgimage\":\"\",\"itemactivestylesbgpositionx\":\"left\",\"itemactivestylesbgpositiony\":\"top\",\"itemactivestylesbgimagerepeat\":\"repeat\",\"itemactivestylesusegradient\":\"0\",\"itemactivestylesbgcolor2\":\"\",\"itemactivestylesuseroundedcorners\":\"0\",\"itemactivestylesroundedcornerstl\":\"5\",\"itemactivestylesroundedcornerstr\":\"5\",\"itemactivestylesroundedcornersbr\":\"5\",\"itemactivestylesroundedcornersbl\":\"5\",\"itemactivestylesuseshadow\":\"0\",\"itemactivestylesshadowcolor\":\"\",\"itemactivestylesshadowblur\":\"3\",\"itemactivestylesshadowspread\":\"0\",\"itemactivestylesshadowoffsetx\":\"0\",\"itemactivestylesshadowoffsety\":\"0\",\"itemactivestylesshadowinset\":\"0\",\"itemactivestylesuseborders\":\"0\",\"itemactivestylesbordercolor\":\"\",\"itemactivestylesbordertopwidth\":\"\",\"itemactivestylesborderrightwidth\":\"\",\"itemactivestylesborderbottomwidth\":\"\",\"itemactivestylesborderleftwidth\":\"\",\"maximenu_submenucontainerheight\":\"\",\"maximenu_submenucontainerwidth\":\"\",\"maximenu_leftmargin\":\"\",\"maximenu_topmargin\":\"\",\"submenustylesusemargin\":\"0\",\"submenustylespaddingtop\":\"0\",\"submenustylespaddingbottom\":\"0\",\"submenustylesusebackground\":\"0\",\"submenustylesbgcolor1\":\"\",\"submenustylesbgopacity\":\"\",\"submenustylesbgimage\":\"\",\"submenustylesbgpositionx\":\"left\",\"submenustylesbgpositiony\":\"top\",\"submenustylesbgimagerepeat\":\"repeat\",\"submenustylesusegradient\":\"0\",\"submenustylesbgcolor2\":\"\",\"submenustylesuseroundedcorners\":\"0\",\"submenustylesroundedcornerstl\":\"5\",\"submenustylesroundedcornerstr\":\"5\",\"submenustylesroundedcornersbr\":\"5\",\"submenustylesroundedcornersbl\":\"5\",\"submenustylesuseshadow\":\"0\",\"submenustylesshadowcolor\":\"\",\"submenustylesshadowblur\":\"3\",\"submenustylesshadowspread\":\"0\",\"submenustylesshadowoffsetx\":\"0\",\"submenustylesshadowoffsety\":\"0\",\"submenustylesshadowinset\":\"0\",\"submenustylesuseborders\":\"0\",\"submenustylesbordercolor\":\"\",\"submenustylesbordertopwidth\":\"\",\"submenustylesborderrightwidth\":\"\",\"submenustylesborderbottomwidth\":\"\",\"submenustylesborderleftwidth\":\"\"}',42,43,0,'*',0),(236,'mainmenu','Paradox and Change (Video)','paradox-and-change-video-christina-hall','','nlp-articles-and-videos/paradox-and-change-video-christina-hall','index.php?option=com_content&view=article&id=30','component',1,209,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"maximenu_desc\":\"\",\"maximenu_relattr\":\"\",\"maximenu_anchor\":\"\",\"maximenu_liclass\":\"\",\"maximenu_tagcoltitle\":\"none\",\"maximenu_classcoltitle\":\"\",\"maximenu_images_align\":\"moduledefault\",\"maximenu_insertmodule\":\"0\",\"maximenu_module\":\"17\",\"maximenu_forcemoduletitle\":\"0\",\"maximenu_createcolumn\":\"0\",\"maximenu_createnewrow\":\"0\",\"maximenu_colwidth\":\"180\",\"itemnormalstylesusefont\":\"0\",\"itemnormalstylesfontsize\":\"\",\"itemnormalstylesfontcolor\":\"\",\"itemnormalstylesfontweight\":\"normal\",\"itemnormalstylesdescfontsize\":\"\",\"itemnormalstylesdescfontcolor\":\"\",\"itemnormalstylesusemargin\":\"0\",\"itemnormalstylesmargintop\":\"0\",\"itemnormalstylesmarginright\":\"0\",\"itemnormalstylesmarginbottom\":\"0\",\"itemnormalstylesmarginleft\":\"0\",\"itemnormalstylespaddingtop\":\"0\",\"itemnormalstylespaddingright\":\"0\",\"itemnormalstylespaddingbottom\":\"0\",\"itemnormalstylespaddingleft\":\"0\",\"itemnormalstylesusebackground\":\"0\",\"itemnormalstylesbgcolor1\":\"\",\"itemnormalstylesbgopacity\":\"\",\"itemnormalstylesbgimage\":\"\",\"itemnormalstylesbgpositionx\":\"left\",\"itemnormalstylesbgpositiony\":\"top\",\"itemnormalstylesbgimagerepeat\":\"repeat\",\"itemnormalstylesusegradient\":\"0\",\"itemnormalstylesbgcolor2\":\"\",\"itemnormalstylesuseroundedcorners\":\"0\",\"itemnormalstylesroundedcornerstl\":\"5\",\"itemnormalstylesroundedcornerstr\":\"5\",\"itemnormalstylesroundedcornersbr\":\"5\",\"itemnormalstylesroundedcornersbl\":\"5\",\"itemnormalstylesuseshadow\":\"0\",\"itemnormalstylesshadowcolor\":\"\",\"itemnormalstylesshadowblur\":\"3\",\"itemnormalstylesshadowspread\":\"0\",\"itemnormalstylesshadowoffsetx\":\"0\",\"itemnormalstylesshadowoffsety\":\"0\",\"itemnormalstylesshadowinset\":\"0\",\"itemnormalstylesuseborders\":\"0\",\"itemnormalstylesbordercolor\":\"\",\"itemnormalstylesbordertopwidth\":\"\",\"itemnormalstylesborderrightwidth\":\"\",\"itemnormalstylesborderbottomwidth\":\"\",\"itemnormalstylesborderleftwidth\":\"\",\"itemnormalstylesuseparentitem\":\"0\",\"itemnormalstylesparentitemimage\":\"\",\"itemnormalstylesparentitemimagepositionx\":\"right\",\"itemnormalstylesparentitemimagepositiony\":\"8px\",\"itemnormalstylesparentitemimagerepeat\":\"no-repeat\",\"itemnormalstylesparentitempaddingtop\":\"0\",\"itemnormalstylesparentitempaddingright\":\"0\",\"itemnormalstylesparentitempaddingbottom\":\"0\",\"itemnormalstylesparentitempaddingleft\":\"0\",\"itemhoverstylesusefont\":\"0\",\"itemhoverstylesfontsize\":\"\",\"itemhoverstylesfontcolor\":\"\",\"itemhoverstylesfontweight\":\"normal\",\"itemhoverstylesdescfontsize\":\"\",\"itemhoverstylesdescfontcolor\":\"\",\"itemhoverstylesusemargin\":\"0\",\"itemhoverstylesmargintop\":\"0\",\"itemhoverstylesmarginright\":\"0\",\"itemhoverstylesmarginbottom\":\"0\",\"itemhoverstylesmarginleft\":\"0\",\"itemhoverstylespaddingtop\":\"0\",\"itemhoverstylespaddingright\":\"0\",\"itemhoverstylespaddingbottom\":\"0\",\"itemhoverstylespaddingleft\":\"0\",\"itemhoverstylesusebackground\":\"0\",\"itemhoverstylesbgcolor1\":\"\",\"itemhoverstylesbgopacity\":\"\",\"itemhoverstylesbgimage\":\"\",\"itemhoverstylesbgpositionx\":\"left\",\"itemhoverstylesbgpositiony\":\"top\",\"itemhoverstylesbgimagerepeat\":\"repeat\",\"itemhoverstylesusegradient\":\"0\",\"itemhoverstylesbgcolor2\":\"\",\"itemhoverstylesuseroundedcorners\":\"0\",\"itemhoverstylesroundedcornerstl\":\"5\",\"itemhoverstylesroundedcornerstr\":\"5\",\"itemhoverstylesroundedcornersbr\":\"5\",\"itemhoverstylesroundedcornersbl\":\"5\",\"itemhoverstylesuseshadow\":\"0\",\"itemhoverstylesshadowcolor\":\"\",\"itemhoverstylesshadowblur\":\"3\",\"itemhoverstylesshadowspread\":\"0\",\"itemhoverstylesshadowoffsetx\":\"0\",\"itemhoverstylesshadowoffsety\":\"0\",\"itemhoverstylesshadowinset\":\"0\",\"itemhoverstylesuseborders\":\"0\",\"itemhoverstylesbordercolor\":\"\",\"itemhoverstylesbordertopwidth\":\"\",\"itemhoverstylesborderrightwidth\":\"\",\"itemhoverstylesborderbottomwidth\":\"\",\"itemhoverstylesborderleftwidth\":\"\",\"itemactivestylesusefont\":\"0\",\"itemactivestylesfontsize\":\"\",\"itemactivestylesfontcolor\":\"\",\"itemactivestylesfontweight\":\"normal\",\"itemactivestylesdescfontsize\":\"\",\"itemactivestylesdescfontcolor\":\"\",\"itemactivestylesusemargin\":\"0\",\"itemactivestylesmargintop\":\"0\",\"itemactivestylesmarginright\":\"0\",\"itemactivestylesmarginbottom\":\"0\",\"itemactivestylesmarginleft\":\"0\",\"itemactivestylespaddingtop\":\"0\",\"itemactivestylespaddingright\":\"0\",\"itemactivestylespaddingbottom\":\"0\",\"itemactivestylespaddingleft\":\"0\",\"itemactivestylesusebackground\":\"0\",\"itemactivestylesbgcolor1\":\"\",\"itemactivestylesbgopacity\":\"\",\"itemactivestylesbgimage\":\"\",\"itemactivestylesbgpositionx\":\"left\",\"itemactivestylesbgpositiony\":\"top\",\"itemactivestylesbgimagerepeat\":\"repeat\",\"itemactivestylesusegradient\":\"0\",\"itemactivestylesbgcolor2\":\"\",\"itemactivestylesuseroundedcorners\":\"0\",\"itemactivestylesroundedcornerstl\":\"5\",\"itemactivestylesroundedcornerstr\":\"5\",\"itemactivestylesroundedcornersbr\":\"5\",\"itemactivestylesroundedcornersbl\":\"5\",\"itemactivestylesuseshadow\":\"0\",\"itemactivestylesshadowcolor\":\"\",\"itemactivestylesshadowblur\":\"3\",\"itemactivestylesshadowspread\":\"0\",\"itemactivestylesshadowoffsetx\":\"0\",\"itemactivestylesshadowoffsety\":\"0\",\"itemactivestylesshadowinset\":\"0\",\"itemactivestylesuseborders\":\"0\",\"itemactivestylesbordercolor\":\"\",\"itemactivestylesbordertopwidth\":\"\",\"itemactivestylesborderrightwidth\":\"\",\"itemactivestylesborderbottomwidth\":\"\",\"itemactivestylesborderleftwidth\":\"\",\"maximenu_submenucontainerheight\":\"\",\"maximenu_submenucontainerwidth\":\"\",\"maximenu_leftmargin\":\"\",\"maximenu_topmargin\":\"\",\"submenustylesusemargin\":\"0\",\"submenustylespaddingtop\":\"0\",\"submenustylespaddingbottom\":\"0\",\"submenustylesusebackground\":\"0\",\"submenustylesbgcolor1\":\"\",\"submenustylesbgopacity\":\"\",\"submenustylesbgimage\":\"\",\"submenustylesbgpositionx\":\"left\",\"submenustylesbgpositiony\":\"top\",\"submenustylesbgimagerepeat\":\"repeat\",\"submenustylesusegradient\":\"0\",\"submenustylesbgcolor2\":\"\",\"submenustylesuseroundedcorners\":\"0\",\"submenustylesroundedcornerstl\":\"5\",\"submenustylesroundedcornerstr\":\"5\",\"submenustylesroundedcornersbr\":\"5\",\"submenustylesroundedcornersbl\":\"5\",\"submenustylesuseshadow\":\"0\",\"submenustylesshadowcolor\":\"\",\"submenustylesshadowblur\":\"3\",\"submenustylesshadowspread\":\"0\",\"submenustylesshadowoffsetx\":\"0\",\"submenustylesshadowoffsety\":\"0\",\"submenustylesshadowinset\":\"0\",\"submenustylesuseborders\":\"0\",\"submenustylesbordercolor\":\"\",\"submenustylesbordertopwidth\":\"\",\"submenustylesborderrightwidth\":\"\",\"submenustylesborderbottomwidth\":\"\",\"submenustylesborderleftwidth\":\"\"}',38,39,0,'*',0),(237,'mainmenu','Working from the Heart','working-from-the-heart-article-christina-hall','','nlp-articles-and-videos/working-from-the-heart-article-christina-hall','index.php?option=com_content&view=article&id=21','component',1,209,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"maximenu_desc\":\"\",\"maximenu_relattr\":\"\",\"maximenu_anchor\":\"\",\"maximenu_liclass\":\"\",\"maximenu_tagcoltitle\":\"none\",\"maximenu_classcoltitle\":\"\",\"maximenu_images_align\":\"moduledefault\",\"maximenu_insertmodule\":\"0\",\"maximenu_module\":\"17\",\"maximenu_forcemoduletitle\":\"0\",\"maximenu_createcolumn\":\"0\",\"maximenu_createnewrow\":\"0\",\"maximenu_colwidth\":\"180\",\"itemnormalstylesusefont\":\"0\",\"itemnormalstylesfontsize\":\"\",\"itemnormalstylesfontcolor\":\"\",\"itemnormalstylesfontweight\":\"normal\",\"itemnormalstylesdescfontsize\":\"\",\"itemnormalstylesdescfontcolor\":\"\",\"itemnormalstylesusemargin\":\"0\",\"itemnormalstylesmargintop\":\"0\",\"itemnormalstylesmarginright\":\"0\",\"itemnormalstylesmarginbottom\":\"0\",\"itemnormalstylesmarginleft\":\"0\",\"itemnormalstylespaddingtop\":\"0\",\"itemnormalstylespaddingright\":\"0\",\"itemnormalstylespaddingbottom\":\"0\",\"itemnormalstylespaddingleft\":\"0\",\"itemnormalstylesusebackground\":\"0\",\"itemnormalstylesbgcolor1\":\"\",\"itemnormalstylesbgopacity\":\"\",\"itemnormalstylesbgimage\":\"\",\"itemnormalstylesbgpositionx\":\"left\",\"itemnormalstylesbgpositiony\":\"top\",\"itemnormalstylesbgimagerepeat\":\"repeat\",\"itemnormalstylesusegradient\":\"0\",\"itemnormalstylesbgcolor2\":\"\",\"itemnormalstylesuseroundedcorners\":\"0\",\"itemnormalstylesroundedcornerstl\":\"5\",\"itemnormalstylesroundedcornerstr\":\"5\",\"itemnormalstylesroundedcornersbr\":\"5\",\"itemnormalstylesroundedcornersbl\":\"5\",\"itemnormalstylesuseshadow\":\"0\",\"itemnormalstylesshadowcolor\":\"\",\"itemnormalstylesshadowblur\":\"3\",\"itemnormalstylesshadowspread\":\"0\",\"itemnormalstylesshadowoffsetx\":\"0\",\"itemnormalstylesshadowoffsety\":\"0\",\"itemnormalstylesshadowinset\":\"0\",\"itemnormalstylesuseborders\":\"0\",\"itemnormalstylesbordercolor\":\"\",\"itemnormalstylesbordertopwidth\":\"\",\"itemnormalstylesborderrightwidth\":\"\",\"itemnormalstylesborderbottomwidth\":\"\",\"itemnormalstylesborderleftwidth\":\"\",\"itemnormalstylesuseparentitem\":\"0\",\"itemnormalstylesparentitemimage\":\"\",\"itemnormalstylesparentitemimagepositionx\":\"right\",\"itemnormalstylesparentitemimagepositiony\":\"8px\",\"itemnormalstylesparentitemimagerepeat\":\"no-repeat\",\"itemnormalstylesparentitempaddingtop\":\"0\",\"itemnormalstylesparentitempaddingright\":\"0\",\"itemnormalstylesparentitempaddingbottom\":\"0\",\"itemnormalstylesparentitempaddingleft\":\"0\",\"itemhoverstylesusefont\":\"0\",\"itemhoverstylesfontsize\":\"\",\"itemhoverstylesfontcolor\":\"\",\"itemhoverstylesfontweight\":\"normal\",\"itemhoverstylesdescfontsize\":\"\",\"itemhoverstylesdescfontcolor\":\"\",\"itemhoverstylesusemargin\":\"0\",\"itemhoverstylesmargintop\":\"0\",\"itemhoverstylesmarginright\":\"0\",\"itemhoverstylesmarginbottom\":\"0\",\"itemhoverstylesmarginleft\":\"0\",\"itemhoverstylespaddingtop\":\"0\",\"itemhoverstylespaddingright\":\"0\",\"itemhoverstylespaddingbottom\":\"0\",\"itemhoverstylespaddingleft\":\"0\",\"itemhoverstylesusebackground\":\"0\",\"itemhoverstylesbgcolor1\":\"\",\"itemhoverstylesbgopacity\":\"\",\"itemhoverstylesbgimage\":\"\",\"itemhoverstylesbgpositionx\":\"left\",\"itemhoverstylesbgpositiony\":\"top\",\"itemhoverstylesbgimagerepeat\":\"repeat\",\"itemhoverstylesusegradient\":\"0\",\"itemhoverstylesbgcolor2\":\"\",\"itemhoverstylesuseroundedcorners\":\"0\",\"itemhoverstylesroundedcornerstl\":\"5\",\"itemhoverstylesroundedcornerstr\":\"5\",\"itemhoverstylesroundedcornersbr\":\"5\",\"itemhoverstylesroundedcornersbl\":\"5\",\"itemhoverstylesuseshadow\":\"0\",\"itemhoverstylesshadowcolor\":\"\",\"itemhoverstylesshadowblur\":\"3\",\"itemhoverstylesshadowspread\":\"0\",\"itemhoverstylesshadowoffsetx\":\"0\",\"itemhoverstylesshadowoffsety\":\"0\",\"itemhoverstylesshadowinset\":\"0\",\"itemhoverstylesuseborders\":\"0\",\"itemhoverstylesbordercolor\":\"\",\"itemhoverstylesbordertopwidth\":\"\",\"itemhoverstylesborderrightwidth\":\"\",\"itemhoverstylesborderbottomwidth\":\"\",\"itemhoverstylesborderleftwidth\":\"\",\"itemactivestylesusefont\":\"0\",\"itemactivestylesfontsize\":\"\",\"itemactivestylesfontcolor\":\"\",\"itemactivestylesfontweight\":\"normal\",\"itemactivestylesdescfontsize\":\"\",\"itemactivestylesdescfontcolor\":\"\",\"itemactivestylesusemargin\":\"0\",\"itemactivestylesmargintop\":\"0\",\"itemactivestylesmarginright\":\"0\",\"itemactivestylesmarginbottom\":\"0\",\"itemactivestylesmarginleft\":\"0\",\"itemactivestylespaddingtop\":\"0\",\"itemactivestylespaddingright\":\"0\",\"itemactivestylespaddingbottom\":\"0\",\"itemactivestylespaddingleft\":\"0\",\"itemactivestylesusebackground\":\"0\",\"itemactivestylesbgcolor1\":\"\",\"itemactivestylesbgopacity\":\"\",\"itemactivestylesbgimage\":\"\",\"itemactivestylesbgpositionx\":\"left\",\"itemactivestylesbgpositiony\":\"top\",\"itemactivestylesbgimagerepeat\":\"repeat\",\"itemactivestylesusegradient\":\"0\",\"itemactivestylesbgcolor2\":\"\",\"itemactivestylesuseroundedcorners\":\"0\",\"itemactivestylesroundedcornerstl\":\"5\",\"itemactivestylesroundedcornerstr\":\"5\",\"itemactivestylesroundedcornersbr\":\"5\",\"itemactivestylesroundedcornersbl\":\"5\",\"itemactivestylesuseshadow\":\"0\",\"itemactivestylesshadowcolor\":\"\",\"itemactivestylesshadowblur\":\"3\",\"itemactivestylesshadowspread\":\"0\",\"itemactivestylesshadowoffsetx\":\"0\",\"itemactivestylesshadowoffsety\":\"0\",\"itemactivestylesshadowinset\":\"0\",\"itemactivestylesuseborders\":\"0\",\"itemactivestylesbordercolor\":\"\",\"itemactivestylesbordertopwidth\":\"\",\"itemactivestylesborderrightwidth\":\"\",\"itemactivestylesborderbottomwidth\":\"\",\"itemactivestylesborderleftwidth\":\"\",\"maximenu_submenucontainerheight\":\"\",\"maximenu_submenucontainerwidth\":\"\",\"maximenu_leftmargin\":\"\",\"maximenu_topmargin\":\"\",\"submenustylesusemargin\":\"0\",\"submenustylespaddingtop\":\"0\",\"submenustylespaddingbottom\":\"0\",\"submenustylesusebackground\":\"0\",\"submenustylesbgcolor1\":\"\",\"submenustylesbgopacity\":\"\",\"submenustylesbgimage\":\"\",\"submenustylesbgpositionx\":\"left\",\"submenustylesbgpositiony\":\"top\",\"submenustylesbgimagerepeat\":\"repeat\",\"submenustylesusegradient\":\"0\",\"submenustylesbgcolor2\":\"\",\"submenustylesuseroundedcorners\":\"0\",\"submenustylesroundedcornerstl\":\"5\",\"submenustylesroundedcornerstr\":\"5\",\"submenustylesroundedcornersbr\":\"5\",\"submenustylesroundedcornersbl\":\"5\",\"submenustylesuseshadow\":\"0\",\"submenustylesshadowcolor\":\"\",\"submenustylesshadowblur\":\"3\",\"submenustylesshadowspread\":\"0\",\"submenustylesshadowoffsetx\":\"0\",\"submenustylesshadowoffsety\":\"0\",\"submenustylesshadowinset\":\"0\",\"submenustylesuseborders\":\"0\",\"submenustylesbordercolor\":\"\",\"submenustylesbordertopwidth\":\"\",\"submenustylesborderrightwidth\":\"\",\"submenustylesborderbottomwidth\":\"\",\"submenustylesborderleftwidth\":\"\"}',44,45,0,'*',0),(238,'mainmenu','Overview','2014-04-11-22-29-11','','nlp-articles-and-videos/2014-04-11-22-29-11','index.php?Itemid=','alias',-2,209,2,0,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"aliasoptions\":\"209\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"maximenu_desc\":\"\",\"maximenu_relattr\":\"\",\"maximenu_anchor\":\"\",\"maximenu_liclass\":\"\",\"maximenu_tagcoltitle\":\"none\",\"maximenu_classcoltitle\":\"\",\"maximenu_images_align\":\"moduledefault\",\"maximenu_insertmodule\":\"0\",\"maximenu_module\":\"17\",\"maximenu_forcemoduletitle\":\"0\",\"maximenu_createcolumn\":\"0\",\"maximenu_createnewrow\":\"0\",\"maximenu_colwidth\":\"180\",\"itemnormalstylesusefont\":\"0\",\"itemnormalstylesfontsize\":\"\",\"itemnormalstylesfontcolor\":\"\",\"itemnormalstylesfontweight\":\"normal\",\"itemnormalstylesdescfontsize\":\"\",\"itemnormalstylesdescfontcolor\":\"\",\"itemnormalstylesusemargin\":\"0\",\"itemnormalstylesmargintop\":\"0\",\"itemnormalstylesmarginright\":\"0\",\"itemnormalstylesmarginbottom\":\"0\",\"itemnormalstylesmarginleft\":\"0\",\"itemnormalstylespaddingtop\":\"0\",\"itemnormalstylespaddingright\":\"0\",\"itemnormalstylespaddingbottom\":\"0\",\"itemnormalstylespaddingleft\":\"0\",\"itemnormalstylesusebackground\":\"0\",\"itemnormalstylesbgcolor1\":\"\",\"itemnormalstylesbgopacity\":\"\",\"itemnormalstylesbgimage\":\"\",\"itemnormalstylesbgpositionx\":\"left\",\"itemnormalstylesbgpositiony\":\"top\",\"itemnormalstylesbgimagerepeat\":\"repeat\",\"itemnormalstylesusegradient\":\"0\",\"itemnormalstylesbgcolor2\":\"\",\"itemnormalstylesuseroundedcorners\":\"0\",\"itemnormalstylesroundedcornerstl\":\"5\",\"itemnormalstylesroundedcornerstr\":\"5\",\"itemnormalstylesroundedcornersbr\":\"5\",\"itemnormalstylesroundedcornersbl\":\"5\",\"itemnormalstylesuseshadow\":\"0\",\"itemnormalstylesshadowcolor\":\"\",\"itemnormalstylesshadowblur\":\"3\",\"itemnormalstylesshadowspread\":\"0\",\"itemnormalstylesshadowoffsetx\":\"0\",\"itemnormalstylesshadowoffsety\":\"0\",\"itemnormalstylesshadowinset\":\"0\",\"itemnormalstylesuseborders\":\"0\",\"itemnormalstylesbordercolor\":\"\",\"itemnormalstylesbordertopwidth\":\"\",\"itemnormalstylesborderrightwidth\":\"\",\"itemnormalstylesborderbottomwidth\":\"\",\"itemnormalstylesborderleftwidth\":\"\",\"itemnormalstylesuseparentitem\":\"0\",\"itemnormalstylesparentitemimage\":\"\",\"itemnormalstylesparentitemimagepositionx\":\"right\",\"itemnormalstylesparentitemimagepositiony\":\"8px\",\"itemnormalstylesparentitemimagerepeat\":\"no-repeat\",\"itemnormalstylesparentitempaddingtop\":\"0\",\"itemnormalstylesparentitempaddingright\":\"0\",\"itemnormalstylesparentitempaddingbottom\":\"0\",\"itemnormalstylesparentitempaddingleft\":\"0\",\"itemhoverstylesusefont\":\"0\",\"itemhoverstylesfontsize\":\"\",\"itemhoverstylesfontcolor\":\"\",\"itemhoverstylesfontweight\":\"normal\",\"itemhoverstylesdescfontsize\":\"\",\"itemhoverstylesdescfontcolor\":\"\",\"itemhoverstylesusemargin\":\"0\",\"itemhoverstylesmargintop\":\"0\",\"itemhoverstylesmarginright\":\"0\",\"itemhoverstylesmarginbottom\":\"0\",\"itemhoverstylesmarginleft\":\"0\",\"itemhoverstylespaddingtop\":\"0\",\"itemhoverstylespaddingright\":\"0\",\"itemhoverstylespaddingbottom\":\"0\",\"itemhoverstylespaddingleft\":\"0\",\"itemhoverstylesusebackground\":\"0\",\"itemhoverstylesbgcolor1\":\"\",\"itemhoverstylesbgopacity\":\"\",\"itemhoverstylesbgimage\":\"\",\"itemhoverstylesbgpositionx\":\"left\",\"itemhoverstylesbgpositiony\":\"top\",\"itemhoverstylesbgimagerepeat\":\"repeat\",\"itemhoverstylesusegradient\":\"0\",\"itemhoverstylesbgcolor2\":\"\",\"itemhoverstylesuseroundedcorners\":\"0\",\"itemhoverstylesroundedcornerstl\":\"5\",\"itemhoverstylesroundedcornerstr\":\"5\",\"itemhoverstylesroundedcornersbr\":\"5\",\"itemhoverstylesroundedcornersbl\":\"5\",\"itemhoverstylesuseshadow\":\"0\",\"itemhoverstylesshadowcolor\":\"\",\"itemhoverstylesshadowblur\":\"3\",\"itemhoverstylesshadowspread\":\"0\",\"itemhoverstylesshadowoffsetx\":\"0\",\"itemhoverstylesshadowoffsety\":\"0\",\"itemhoverstylesshadowinset\":\"0\",\"itemhoverstylesuseborders\":\"0\",\"itemhoverstylesbordercolor\":\"\",\"itemhoverstylesbordertopwidth\":\"\",\"itemhoverstylesborderrightwidth\":\"\",\"itemhoverstylesborderbottomwidth\":\"\",\"itemhoverstylesborderleftwidth\":\"\",\"itemactivestylesusefont\":\"0\",\"itemactivestylesfontsize\":\"\",\"itemactivestylesfontcolor\":\"\",\"itemactivestylesfontweight\":\"normal\",\"itemactivestylesdescfontsize\":\"\",\"itemactivestylesdescfontcolor\":\"\",\"itemactivestylesusemargin\":\"0\",\"itemactivestylesmargintop\":\"0\",\"itemactivestylesmarginright\":\"0\",\"itemactivestylesmarginbottom\":\"0\",\"itemactivestylesmarginleft\":\"0\",\"itemactivestylespaddingtop\":\"0\",\"itemactivestylespaddingright\":\"0\",\"itemactivestylespaddingbottom\":\"0\",\"itemactivestylespaddingleft\":\"0\",\"itemactivestylesusebackground\":\"0\",\"itemactivestylesbgcolor1\":\"\",\"itemactivestylesbgopacity\":\"\",\"itemactivestylesbgimage\":\"\",\"itemactivestylesbgpositionx\":\"left\",\"itemactivestylesbgpositiony\":\"top\",\"itemactivestylesbgimagerepeat\":\"repeat\",\"itemactivestylesusegradient\":\"0\",\"itemactivestylesbgcolor2\":\"\",\"itemactivestylesuseroundedcorners\":\"0\",\"itemactivestylesroundedcornerstl\":\"5\",\"itemactivestylesroundedcornerstr\":\"5\",\"itemactivestylesroundedcornersbr\":\"5\",\"itemactivestylesroundedcornersbl\":\"5\",\"itemactivestylesuseshadow\":\"0\",\"itemactivestylesshadowcolor\":\"\",\"itemactivestylesshadowblur\":\"3\",\"itemactivestylesshadowspread\":\"0\",\"itemactivestylesshadowoffsetx\":\"0\",\"itemactivestylesshadowoffsety\":\"0\",\"itemactivestylesshadowinset\":\"0\",\"itemactivestylesuseborders\":\"0\",\"itemactivestylesbordercolor\":\"\",\"itemactivestylesbordertopwidth\":\"\",\"itemactivestylesborderrightwidth\":\"\",\"itemactivestylesborderbottomwidth\":\"\",\"itemactivestylesborderleftwidth\":\"\",\"maximenu_submenucontainerheight\":\"\",\"maximenu_submenucontainerwidth\":\"\",\"maximenu_leftmargin\":\"\",\"maximenu_topmargin\":\"\",\"submenustylesusemargin\":\"0\",\"submenustylespaddingtop\":\"0\",\"submenustylespaddingbottom\":\"0\",\"submenustylesusebackground\":\"0\",\"submenustylesbgcolor1\":\"\",\"submenustylesbgopacity\":\"\",\"submenustylesbgimage\":\"\",\"submenustylesbgpositionx\":\"left\",\"submenustylesbgpositiony\":\"top\",\"submenustylesbgimagerepeat\":\"repeat\",\"submenustylesusegradient\":\"0\",\"submenustylesbgcolor2\":\"\",\"submenustylesuseroundedcorners\":\"0\",\"submenustylesroundedcornerstl\":\"5\",\"submenustylesroundedcornerstr\":\"5\",\"submenustylesroundedcornersbr\":\"5\",\"submenustylesroundedcornersbl\":\"5\",\"submenustylesuseshadow\":\"0\",\"submenustylesshadowcolor\":\"\",\"submenustylesshadowblur\":\"3\",\"submenustylesshadowspread\":\"0\",\"submenustylesshadowoffsetx\":\"0\",\"submenustylesshadowoffsety\":\"0\",\"submenustylesshadowinset\":\"0\",\"submenustylesuseborders\":\"0\",\"submenustylesbordercolor\":\"\",\"submenustylesbordertopwidth\":\"\",\"submenustylesborderrightwidth\":\"\",\"submenustylesborderbottomwidth\":\"\",\"submenustylesborderleftwidth\":\"\"}',32,33,0,'*',0),(239,'mainmenu','«Discover the Difference» Audiobook','nlp-audiobook-language-christina-hall','','nlp-product-boutique/nlp-audiobook-language-christina-hall','index.php?option=com_content&view=article&id=31','component',1,106,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"Discover the Difference: Language Intensive Audiobook by Christina Hall, PhD., finally re-released and remastered, download now! \",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',68,69,0,'*',0),(241,'mainmenu','Certification as NLP Practitioner','certification-as-nlp-practitioner','','the-society-of-nlp/certification-as-nlp-practitioner','index.php?option=com_content&view=article&id=36','component',1,103,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"maximenu_desc\":\"\",\"maximenu_relattr\":\"\",\"maximenu_anchor\":\"\",\"maximenu_liclass\":\"\",\"maximenu_tagcoltitle\":\"none\",\"maximenu_classcoltitle\":\"\",\"maximenu_images_align\":\"moduledefault\",\"maximenu_insertmodule\":\"0\",\"maximenu_module\":\"17\",\"maximenu_forcemoduletitle\":\"0\",\"maximenu_createcolumn\":\"0\",\"maximenu_createnewrow\":\"0\",\"maximenu_colwidth\":\"180\",\"itemnormalstylesusefont\":\"0\",\"itemnormalstylesfontsize\":\"\",\"itemnormalstylesfontcolor\":\"\",\"itemnormalstylesfontweight\":\"normal\",\"itemnormalstylesdescfontsize\":\"\",\"itemnormalstylesdescfontcolor\":\"\",\"itemnormalstylesusemargin\":\"0\",\"itemnormalstylesmargintop\":\"0\",\"itemnormalstylesmarginright\":\"0\",\"itemnormalstylesmarginbottom\":\"0\",\"itemnormalstylesmarginleft\":\"0\",\"itemnormalstylespaddingtop\":\"0\",\"itemnormalstylespaddingright\":\"0\",\"itemnormalstylespaddingbottom\":\"0\",\"itemnormalstylespaddingleft\":\"0\",\"itemnormalstylesusebackground\":\"0\",\"itemnormalstylesbgcolor1\":\"\",\"itemnormalstylesbgopacity\":\"\",\"itemnormalstylesbgimage\":\"\",\"itemnormalstylesbgpositionx\":\"left\",\"itemnormalstylesbgpositiony\":\"top\",\"itemnormalstylesbgimagerepeat\":\"repeat\",\"itemnormalstylesusegradient\":\"0\",\"itemnormalstylesbgcolor2\":\"\",\"itemnormalstylesuseroundedcorners\":\"0\",\"itemnormalstylesroundedcornerstl\":\"5\",\"itemnormalstylesroundedcornerstr\":\"5\",\"itemnormalstylesroundedcornersbr\":\"5\",\"itemnormalstylesroundedcornersbl\":\"5\",\"itemnormalstylesuseshadow\":\"0\",\"itemnormalstylesshadowcolor\":\"\",\"itemnormalstylesshadowblur\":\"3\",\"itemnormalstylesshadowspread\":\"0\",\"itemnormalstylesshadowoffsetx\":\"0\",\"itemnormalstylesshadowoffsety\":\"0\",\"itemnormalstylesshadowinset\":\"0\",\"itemnormalstylesuseborders\":\"0\",\"itemnormalstylesbordercolor\":\"\",\"itemnormalstylesbordertopwidth\":\"\",\"itemnormalstylesborderrightwidth\":\"\",\"itemnormalstylesborderbottomwidth\":\"\",\"itemnormalstylesborderleftwidth\":\"\",\"itemnormalstylesuseparentitem\":\"0\",\"itemnormalstylesparentitemimage\":\"\",\"itemnormalstylesparentitemimagepositionx\":\"right\",\"itemnormalstylesparentitemimagepositiony\":\"8px\",\"itemnormalstylesparentitemimagerepeat\":\"no-repeat\",\"itemnormalstylesparentitempaddingtop\":\"0\",\"itemnormalstylesparentitempaddingright\":\"0\",\"itemnormalstylesparentitempaddingbottom\":\"0\",\"itemnormalstylesparentitempaddingleft\":\"0\",\"itemhoverstylesusefont\":\"0\",\"itemhoverstylesfontsize\":\"\",\"itemhoverstylesfontcolor\":\"\",\"itemhoverstylesfontweight\":\"normal\",\"itemhoverstylesdescfontsize\":\"\",\"itemhoverstylesdescfontcolor\":\"\",\"itemhoverstylesusemargin\":\"0\",\"itemhoverstylesmargintop\":\"0\",\"itemhoverstylesmarginright\":\"0\",\"itemhoverstylesmarginbottom\":\"0\",\"itemhoverstylesmarginleft\":\"0\",\"itemhoverstylespaddingtop\":\"0\",\"itemhoverstylespaddingright\":\"0\",\"itemhoverstylespaddingbottom\":\"0\",\"itemhoverstylespaddingleft\":\"0\",\"itemhoverstylesusebackground\":\"0\",\"itemhoverstylesbgcolor1\":\"\",\"itemhoverstylesbgopacity\":\"\",\"itemhoverstylesbgimage\":\"\",\"itemhoverstylesbgpositionx\":\"left\",\"itemhoverstylesbgpositiony\":\"top\",\"itemhoverstylesbgimagerepeat\":\"repeat\",\"itemhoverstylesusegradient\":\"0\",\"itemhoverstylesbgcolor2\":\"\",\"itemhoverstylesuseroundedcorners\":\"0\",\"itemhoverstylesroundedcornerstl\":\"5\",\"itemhoverstylesroundedcornerstr\":\"5\",\"itemhoverstylesroundedcornersbr\":\"5\",\"itemhoverstylesroundedcornersbl\":\"5\",\"itemhoverstylesuseshadow\":\"0\",\"itemhoverstylesshadowcolor\":\"\",\"itemhoverstylesshadowblur\":\"3\",\"itemhoverstylesshadowspread\":\"0\",\"itemhoverstylesshadowoffsetx\":\"0\",\"itemhoverstylesshadowoffsety\":\"0\",\"itemhoverstylesshadowinset\":\"0\",\"itemhoverstylesuseborders\":\"0\",\"itemhoverstylesbordercolor\":\"\",\"itemhoverstylesbordertopwidth\":\"\",\"itemhoverstylesborderrightwidth\":\"\",\"itemhoverstylesborderbottomwidth\":\"\",\"itemhoverstylesborderleftwidth\":\"\",\"itemactivestylesusefont\":\"0\",\"itemactivestylesfontsize\":\"\",\"itemactivestylesfontcolor\":\"\",\"itemactivestylesfontweight\":\"normal\",\"itemactivestylesdescfontsize\":\"\",\"itemactivestylesdescfontcolor\":\"\",\"itemactivestylesusemargin\":\"0\",\"itemactivestylesmargintop\":\"0\",\"itemactivestylesmarginright\":\"0\",\"itemactivestylesmarginbottom\":\"0\",\"itemactivestylesmarginleft\":\"0\",\"itemactivestylespaddingtop\":\"0\",\"itemactivestylespaddingright\":\"0\",\"itemactivestylespaddingbottom\":\"0\",\"itemactivestylespaddingleft\":\"0\",\"itemactivestylesusebackground\":\"0\",\"itemactivestylesbgcolor1\":\"\",\"itemactivestylesbgopacity\":\"\",\"itemactivestylesbgimage\":\"\",\"itemactivestylesbgpositionx\":\"left\",\"itemactivestylesbgpositiony\":\"top\",\"itemactivestylesbgimagerepeat\":\"repeat\",\"itemactivestylesusegradient\":\"0\",\"itemactivestylesbgcolor2\":\"\",\"itemactivestylesuseroundedcorners\":\"0\",\"itemactivestylesroundedcornerstl\":\"5\",\"itemactivestylesroundedcornerstr\":\"5\",\"itemactivestylesroundedcornersbr\":\"5\",\"itemactivestylesroundedcornersbl\":\"5\",\"itemactivestylesuseshadow\":\"0\",\"itemactivestylesshadowcolor\":\"\",\"itemactivestylesshadowblur\":\"3\",\"itemactivestylesshadowspread\":\"0\",\"itemactivestylesshadowoffsetx\":\"0\",\"itemactivestylesshadowoffsety\":\"0\",\"itemactivestylesshadowinset\":\"0\",\"itemactivestylesuseborders\":\"0\",\"itemactivestylesbordercolor\":\"\",\"itemactivestylesbordertopwidth\":\"\",\"itemactivestylesborderrightwidth\":\"\",\"itemactivestylesborderbottomwidth\":\"\",\"itemactivestylesborderleftwidth\":\"\",\"maximenu_submenucontainerheight\":\"\",\"maximenu_submenucontainerwidth\":\"\",\"maximenu_leftmargin\":\"\",\"maximenu_topmargin\":\"\",\"submenustylesusemargin\":\"0\",\"submenustylespaddingtop\":\"0\",\"submenustylespaddingbottom\":\"0\",\"submenustylesusebackground\":\"0\",\"submenustylesbgcolor1\":\"\",\"submenustylesbgopacity\":\"\",\"submenustylesbgimage\":\"\",\"submenustylesbgpositionx\":\"left\",\"submenustylesbgpositiony\":\"top\",\"submenustylesbgimagerepeat\":\"repeat\",\"submenustylesusegradient\":\"0\",\"submenustylesbgcolor2\":\"\",\"submenustylesuseroundedcorners\":\"0\",\"submenustylesroundedcornerstl\":\"5\",\"submenustylesroundedcornerstr\":\"5\",\"submenustylesroundedcornersbr\":\"5\",\"submenustylesroundedcornersbl\":\"5\",\"submenustylesuseshadow\":\"0\",\"submenustylesshadowcolor\":\"\",\"submenustylesshadowblur\":\"3\",\"submenustylesshadowspread\":\"0\",\"submenustylesshadowoffsetx\":\"0\",\"submenustylesshadowoffsety\":\"0\",\"submenustylesshadowinset\":\"0\",\"submenustylesuseborders\":\"0\",\"submenustylesbordercolor\":\"\",\"submenustylesbordertopwidth\":\"\",\"submenustylesborderrightwidth\":\"\",\"submenustylesborderbottomwidth\":\"\",\"submenustylesborderleftwidth\":\"\"}',56,57,0,'*',0),(240,'mainmenu','Introducing The Society of NLP','introducing-the-society-of-nlp','','the-society-of-nlp/introducing-the-society-of-nlp','index.php?option=com_content&view=article&id=35','component',1,103,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"maximenu_desc\":\"\",\"maximenu_relattr\":\"\",\"maximenu_anchor\":\"\",\"maximenu_liclass\":\"\",\"maximenu_tagcoltitle\":\"none\",\"maximenu_classcoltitle\":\"\",\"maximenu_images_align\":\"moduledefault\",\"maximenu_insertmodule\":\"0\",\"maximenu_module\":\"17\",\"maximenu_forcemoduletitle\":\"0\",\"maximenu_createcolumn\":\"0\",\"maximenu_createnewrow\":\"0\",\"maximenu_colwidth\":\"180\",\"itemnormalstylesusefont\":\"0\",\"itemnormalstylesfontsize\":\"\",\"itemnormalstylesfontcolor\":\"\",\"itemnormalstylesfontweight\":\"normal\",\"itemnormalstylesdescfontsize\":\"\",\"itemnormalstylesdescfontcolor\":\"\",\"itemnormalstylesusemargin\":\"0\",\"itemnormalstylesmargintop\":\"0\",\"itemnormalstylesmarginright\":\"0\",\"itemnormalstylesmarginbottom\":\"0\",\"itemnormalstylesmarginleft\":\"0\",\"itemnormalstylespaddingtop\":\"0\",\"itemnormalstylespaddingright\":\"0\",\"itemnormalstylespaddingbottom\":\"0\",\"itemnormalstylespaddingleft\":\"0\",\"itemnormalstylesusebackground\":\"0\",\"itemnormalstylesbgcolor1\":\"\",\"itemnormalstylesbgopacity\":\"\",\"itemnormalstylesbgimage\":\"\",\"itemnormalstylesbgpositionx\":\"left\",\"itemnormalstylesbgpositiony\":\"top\",\"itemnormalstylesbgimagerepeat\":\"repeat\",\"itemnormalstylesusegradient\":\"0\",\"itemnormalstylesbgcolor2\":\"\",\"itemnormalstylesuseroundedcorners\":\"0\",\"itemnormalstylesroundedcornerstl\":\"5\",\"itemnormalstylesroundedcornerstr\":\"5\",\"itemnormalstylesroundedcornersbr\":\"5\",\"itemnormalstylesroundedcornersbl\":\"5\",\"itemnormalstylesuseshadow\":\"0\",\"itemnormalstylesshadowcolor\":\"\",\"itemnormalstylesshadowblur\":\"3\",\"itemnormalstylesshadowspread\":\"0\",\"itemnormalstylesshadowoffsetx\":\"0\",\"itemnormalstylesshadowoffsety\":\"0\",\"itemnormalstylesshadowinset\":\"0\",\"itemnormalstylesuseborders\":\"0\",\"itemnormalstylesbordercolor\":\"\",\"itemnormalstylesbordertopwidth\":\"\",\"itemnormalstylesborderrightwidth\":\"\",\"itemnormalstylesborderbottomwidth\":\"\",\"itemnormalstylesborderleftwidth\":\"\",\"itemnormalstylesuseparentitem\":\"0\",\"itemnormalstylesparentitemimage\":\"\",\"itemnormalstylesparentitemimagepositionx\":\"right\",\"itemnormalstylesparentitemimagepositiony\":\"8px\",\"itemnormalstylesparentitemimagerepeat\":\"no-repeat\",\"itemnormalstylesparentitempaddingtop\":\"0\",\"itemnormalstylesparentitempaddingright\":\"0\",\"itemnormalstylesparentitempaddingbottom\":\"0\",\"itemnormalstylesparentitempaddingleft\":\"0\",\"itemhoverstylesusefont\":\"0\",\"itemhoverstylesfontsize\":\"\",\"itemhoverstylesfontcolor\":\"\",\"itemhoverstylesfontweight\":\"normal\",\"itemhoverstylesdescfontsize\":\"\",\"itemhoverstylesdescfontcolor\":\"\",\"itemhoverstylesusemargin\":\"0\",\"itemhoverstylesmargintop\":\"0\",\"itemhoverstylesmarginright\":\"0\",\"itemhoverstylesmarginbottom\":\"0\",\"itemhoverstylesmarginleft\":\"0\",\"itemhoverstylespaddingtop\":\"0\",\"itemhoverstylespaddingright\":\"0\",\"itemhoverstylespaddingbottom\":\"0\",\"itemhoverstylespaddingleft\":\"0\",\"itemhoverstylesusebackground\":\"0\",\"itemhoverstylesbgcolor1\":\"\",\"itemhoverstylesbgopacity\":\"\",\"itemhoverstylesbgimage\":\"\",\"itemhoverstylesbgpositionx\":\"left\",\"itemhoverstylesbgpositiony\":\"top\",\"itemhoverstylesbgimagerepeat\":\"repeat\",\"itemhoverstylesusegradient\":\"0\",\"itemhoverstylesbgcolor2\":\"\",\"itemhoverstylesuseroundedcorners\":\"0\",\"itemhoverstylesroundedcornerstl\":\"5\",\"itemhoverstylesroundedcornerstr\":\"5\",\"itemhoverstylesroundedcornersbr\":\"5\",\"itemhoverstylesroundedcornersbl\":\"5\",\"itemhoverstylesuseshadow\":\"0\",\"itemhoverstylesshadowcolor\":\"\",\"itemhoverstylesshadowblur\":\"3\",\"itemhoverstylesshadowspread\":\"0\",\"itemhoverstylesshadowoffsetx\":\"0\",\"itemhoverstylesshadowoffsety\":\"0\",\"itemhoverstylesshadowinset\":\"0\",\"itemhoverstylesuseborders\":\"0\",\"itemhoverstylesbordercolor\":\"\",\"itemhoverstylesbordertopwidth\":\"\",\"itemhoverstylesborderrightwidth\":\"\",\"itemhoverstylesborderbottomwidth\":\"\",\"itemhoverstylesborderleftwidth\":\"\",\"itemactivestylesusefont\":\"0\",\"itemactivestylesfontsize\":\"\",\"itemactivestylesfontcolor\":\"\",\"itemactivestylesfontweight\":\"normal\",\"itemactivestylesdescfontsize\":\"\",\"itemactivestylesdescfontcolor\":\"\",\"itemactivestylesusemargin\":\"0\",\"itemactivestylesmargintop\":\"0\",\"itemactivestylesmarginright\":\"0\",\"itemactivestylesmarginbottom\":\"0\",\"itemactivestylesmarginleft\":\"0\",\"itemactivestylespaddingtop\":\"0\",\"itemactivestylespaddingright\":\"0\",\"itemactivestylespaddingbottom\":\"0\",\"itemactivestylespaddingleft\":\"0\",\"itemactivestylesusebackground\":\"0\",\"itemactivestylesbgcolor1\":\"\",\"itemactivestylesbgopacity\":\"\",\"itemactivestylesbgimage\":\"\",\"itemactivestylesbgpositionx\":\"left\",\"itemactivestylesbgpositiony\":\"top\",\"itemactivestylesbgimagerepeat\":\"repeat\",\"itemactivestylesusegradient\":\"0\",\"itemactivestylesbgcolor2\":\"\",\"itemactivestylesuseroundedcorners\":\"0\",\"itemactivestylesroundedcornerstl\":\"5\",\"itemactivestylesroundedcornerstr\":\"5\",\"itemactivestylesroundedcornersbr\":\"5\",\"itemactivestylesroundedcornersbl\":\"5\",\"itemactivestylesuseshadow\":\"0\",\"itemactivestylesshadowcolor\":\"\",\"itemactivestylesshadowblur\":\"3\",\"itemactivestylesshadowspread\":\"0\",\"itemactivestylesshadowoffsetx\":\"0\",\"itemactivestylesshadowoffsety\":\"0\",\"itemactivestylesshadowinset\":\"0\",\"itemactivestylesuseborders\":\"0\",\"itemactivestylesbordercolor\":\"\",\"itemactivestylesbordertopwidth\":\"\",\"itemactivestylesborderrightwidth\":\"\",\"itemactivestylesborderbottomwidth\":\"\",\"itemactivestylesborderleftwidth\":\"\",\"maximenu_submenucontainerheight\":\"\",\"maximenu_submenucontainerwidth\":\"\",\"maximenu_leftmargin\":\"\",\"maximenu_topmargin\":\"\",\"submenustylesusemargin\":\"0\",\"submenustylespaddingtop\":\"0\",\"submenustylespaddingbottom\":\"0\",\"submenustylesusebackground\":\"0\",\"submenustylesbgcolor1\":\"\",\"submenustylesbgopacity\":\"\",\"submenustylesbgimage\":\"\",\"submenustylesbgpositionx\":\"left\",\"submenustylesbgpositiony\":\"top\",\"submenustylesbgimagerepeat\":\"repeat\",\"submenustylesusegradient\":\"0\",\"submenustylesbgcolor2\":\"\",\"submenustylesuseroundedcorners\":\"0\",\"submenustylesroundedcornerstl\":\"5\",\"submenustylesroundedcornerstr\":\"5\",\"submenustylesroundedcornersbr\":\"5\",\"submenustylesroundedcornersbl\":\"5\",\"submenustylesuseshadow\":\"0\",\"submenustylesshadowcolor\":\"\",\"submenustylesshadowblur\":\"3\",\"submenustylesshadowspread\":\"0\",\"submenustylesshadowoffsetx\":\"0\",\"submenustylesshadowoffsety\":\"0\",\"submenustylesshadowinset\":\"0\",\"submenustylesuseborders\":\"0\",\"submenustylesbordercolor\":\"\",\"submenustylesbordertopwidth\":\"\",\"submenustylesborderrightwidth\":\"\",\"submenustylesborderbottomwidth\":\"\",\"submenustylesborderleftwidth\":\"\"}',52,53,0,'*',0),(242,'mainmenu','Certification as NLP Master Practitioner','certification-as-nlp-master-practitioner','','the-society-of-nlp/certification-as-nlp-master-practitioner','index.php?option=com_content&view=article&id=37','component',1,103,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"maximenu_desc\":\"\",\"maximenu_relattr\":\"\",\"maximenu_anchor\":\"\",\"maximenu_liclass\":\"\",\"maximenu_tagcoltitle\":\"none\",\"maximenu_classcoltitle\":\"\",\"maximenu_images_align\":\"moduledefault\",\"maximenu_insertmodule\":\"0\",\"maximenu_module\":\"17\",\"maximenu_forcemoduletitle\":\"0\",\"maximenu_createcolumn\":\"0\",\"maximenu_createnewrow\":\"0\",\"maximenu_colwidth\":\"180\",\"itemnormalstylesusefont\":\"0\",\"itemnormalstylesfontsize\":\"\",\"itemnormalstylesfontcolor\":\"\",\"itemnormalstylesfontweight\":\"normal\",\"itemnormalstylesdescfontsize\":\"\",\"itemnormalstylesdescfontcolor\":\"\",\"itemnormalstylesusemargin\":\"0\",\"itemnormalstylesmargintop\":\"0\",\"itemnormalstylesmarginright\":\"0\",\"itemnormalstylesmarginbottom\":\"0\",\"itemnormalstylesmarginleft\":\"0\",\"itemnormalstylespaddingtop\":\"0\",\"itemnormalstylespaddingright\":\"0\",\"itemnormalstylespaddingbottom\":\"0\",\"itemnormalstylespaddingleft\":\"0\",\"itemnormalstylesusebackground\":\"0\",\"itemnormalstylesbgcolor1\":\"\",\"itemnormalstylesbgopacity\":\"\",\"itemnormalstylesbgimage\":\"\",\"itemnormalstylesbgpositionx\":\"left\",\"itemnormalstylesbgpositiony\":\"top\",\"itemnormalstylesbgimagerepeat\":\"repeat\",\"itemnormalstylesusegradient\":\"0\",\"itemnormalstylesbgcolor2\":\"\",\"itemnormalstylesuseroundedcorners\":\"0\",\"itemnormalstylesroundedcornerstl\":\"5\",\"itemnormalstylesroundedcornerstr\":\"5\",\"itemnormalstylesroundedcornersbr\":\"5\",\"itemnormalstylesroundedcornersbl\":\"5\",\"itemnormalstylesuseshadow\":\"0\",\"itemnormalstylesshadowcolor\":\"\",\"itemnormalstylesshadowblur\":\"3\",\"itemnormalstylesshadowspread\":\"0\",\"itemnormalstylesshadowoffsetx\":\"0\",\"itemnormalstylesshadowoffsety\":\"0\",\"itemnormalstylesshadowinset\":\"0\",\"itemnormalstylesuseborders\":\"0\",\"itemnormalstylesbordercolor\":\"\",\"itemnormalstylesbordertopwidth\":\"\",\"itemnormalstylesborderrightwidth\":\"\",\"itemnormalstylesborderbottomwidth\":\"\",\"itemnormalstylesborderleftwidth\":\"\",\"itemnormalstylesuseparentitem\":\"0\",\"itemnormalstylesparentitemimage\":\"\",\"itemnormalstylesparentitemimagepositionx\":\"right\",\"itemnormalstylesparentitemimagepositiony\":\"8px\",\"itemnormalstylesparentitemimagerepeat\":\"no-repeat\",\"itemnormalstylesparentitempaddingtop\":\"0\",\"itemnormalstylesparentitempaddingright\":\"0\",\"itemnormalstylesparentitempaddingbottom\":\"0\",\"itemnormalstylesparentitempaddingleft\":\"0\",\"itemhoverstylesusefont\":\"0\",\"itemhoverstylesfontsize\":\"\",\"itemhoverstylesfontcolor\":\"\",\"itemhoverstylesfontweight\":\"normal\",\"itemhoverstylesdescfontsize\":\"\",\"itemhoverstylesdescfontcolor\":\"\",\"itemhoverstylesusemargin\":\"0\",\"itemhoverstylesmargintop\":\"0\",\"itemhoverstylesmarginright\":\"0\",\"itemhoverstylesmarginbottom\":\"0\",\"itemhoverstylesmarginleft\":\"0\",\"itemhoverstylespaddingtop\":\"0\",\"itemhoverstylespaddingright\":\"0\",\"itemhoverstylespaddingbottom\":\"0\",\"itemhoverstylespaddingleft\":\"0\",\"itemhoverstylesusebackground\":\"0\",\"itemhoverstylesbgcolor1\":\"\",\"itemhoverstylesbgopacity\":\"\",\"itemhoverstylesbgimage\":\"\",\"itemhoverstylesbgpositionx\":\"left\",\"itemhoverstylesbgpositiony\":\"top\",\"itemhoverstylesbgimagerepeat\":\"repeat\",\"itemhoverstylesusegradient\":\"0\",\"itemhoverstylesbgcolor2\":\"\",\"itemhoverstylesuseroundedcorners\":\"0\",\"itemhoverstylesroundedcornerstl\":\"5\",\"itemhoverstylesroundedcornerstr\":\"5\",\"itemhoverstylesroundedcornersbr\":\"5\",\"itemhoverstylesroundedcornersbl\":\"5\",\"itemhoverstylesuseshadow\":\"0\",\"itemhoverstylesshadowcolor\":\"\",\"itemhoverstylesshadowblur\":\"3\",\"itemhoverstylesshadowspread\":\"0\",\"itemhoverstylesshadowoffsetx\":\"0\",\"itemhoverstylesshadowoffsety\":\"0\",\"itemhoverstylesshadowinset\":\"0\",\"itemhoverstylesuseborders\":\"0\",\"itemhoverstylesbordercolor\":\"\",\"itemhoverstylesbordertopwidth\":\"\",\"itemhoverstylesborderrightwidth\":\"\",\"itemhoverstylesborderbottomwidth\":\"\",\"itemhoverstylesborderleftwidth\":\"\",\"itemactivestylesusefont\":\"0\",\"itemactivestylesfontsize\":\"\",\"itemactivestylesfontcolor\":\"\",\"itemactivestylesfontweight\":\"normal\",\"itemactivestylesdescfontsize\":\"\",\"itemactivestylesdescfontcolor\":\"\",\"itemactivestylesusemargin\":\"0\",\"itemactivestylesmargintop\":\"0\",\"itemactivestylesmarginright\":\"0\",\"itemactivestylesmarginbottom\":\"0\",\"itemactivestylesmarginleft\":\"0\",\"itemactivestylespaddingtop\":\"0\",\"itemactivestylespaddingright\":\"0\",\"itemactivestylespaddingbottom\":\"0\",\"itemactivestylespaddingleft\":\"0\",\"itemactivestylesusebackground\":\"0\",\"itemactivestylesbgcolor1\":\"\",\"itemactivestylesbgopacity\":\"\",\"itemactivestylesbgimage\":\"\",\"itemactivestylesbgpositionx\":\"left\",\"itemactivestylesbgpositiony\":\"top\",\"itemactivestylesbgimagerepeat\":\"repeat\",\"itemactivestylesusegradient\":\"0\",\"itemactivestylesbgcolor2\":\"\",\"itemactivestylesuseroundedcorners\":\"0\",\"itemactivestylesroundedcornerstl\":\"5\",\"itemactivestylesroundedcornerstr\":\"5\",\"itemactivestylesroundedcornersbr\":\"5\",\"itemactivestylesroundedcornersbl\":\"5\",\"itemactivestylesuseshadow\":\"0\",\"itemactivestylesshadowcolor\":\"\",\"itemactivestylesshadowblur\":\"3\",\"itemactivestylesshadowspread\":\"0\",\"itemactivestylesshadowoffsetx\":\"0\",\"itemactivestylesshadowoffsety\":\"0\",\"itemactivestylesshadowinset\":\"0\",\"itemactivestylesuseborders\":\"0\",\"itemactivestylesbordercolor\":\"\",\"itemactivestylesbordertopwidth\":\"\",\"itemactivestylesborderrightwidth\":\"\",\"itemactivestylesborderbottomwidth\":\"\",\"itemactivestylesborderleftwidth\":\"\",\"maximenu_submenucontainerheight\":\"\",\"maximenu_submenucontainerwidth\":\"\",\"maximenu_leftmargin\":\"\",\"maximenu_topmargin\":\"\",\"submenustylesusemargin\":\"0\",\"submenustylespaddingtop\":\"0\",\"submenustylespaddingbottom\":\"0\",\"submenustylesusebackground\":\"0\",\"submenustylesbgcolor1\":\"\",\"submenustylesbgopacity\":\"\",\"submenustylesbgimage\":\"\",\"submenustylesbgpositionx\":\"left\",\"submenustylesbgpositiony\":\"top\",\"submenustylesbgimagerepeat\":\"repeat\",\"submenustylesusegradient\":\"0\",\"submenustylesbgcolor2\":\"\",\"submenustylesuseroundedcorners\":\"0\",\"submenustylesroundedcornerstl\":\"5\",\"submenustylesroundedcornerstr\":\"5\",\"submenustylesroundedcornersbr\":\"5\",\"submenustylesroundedcornersbl\":\"5\",\"submenustylesuseshadow\":\"0\",\"submenustylesshadowcolor\":\"\",\"submenustylesshadowblur\":\"3\",\"submenustylesshadowspread\":\"0\",\"submenustylesshadowoffsetx\":\"0\",\"submenustylesshadowoffsety\":\"0\",\"submenustylesshadowinset\":\"0\",\"submenustylesuseborders\":\"0\",\"submenustylesbordercolor\":\"\",\"submenustylesbordertopwidth\":\"\",\"submenustylesborderrightwidth\":\"\",\"submenustylesborderbottomwidth\":\"\",\"submenustylesborderleftwidth\":\"\"}',58,59,0,'*',0),(243,'mainmenu','Certification as NLP Trainer','certification-as-nlp-trainer','','the-society-of-nlp/certification-as-nlp-trainer','index.php?option=com_content&view=article&id=39','component',1,103,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"maximenu_desc\":\"\",\"maximenu_relattr\":\"\",\"maximenu_anchor\":\"\",\"maximenu_liclass\":\"\",\"maximenu_tagcoltitle\":\"none\",\"maximenu_classcoltitle\":\"\",\"maximenu_images_align\":\"moduledefault\",\"maximenu_insertmodule\":\"0\",\"maximenu_module\":\"17\",\"maximenu_forcemoduletitle\":\"0\",\"maximenu_createcolumn\":\"0\",\"maximenu_createnewrow\":\"0\",\"maximenu_colwidth\":\"180\",\"itemnormalstylesusefont\":\"0\",\"itemnormalstylesfontsize\":\"\",\"itemnormalstylesfontcolor\":\"\",\"itemnormalstylesfontweight\":\"normal\",\"itemnormalstylesdescfontsize\":\"\",\"itemnormalstylesdescfontcolor\":\"\",\"itemnormalstylesusemargin\":\"0\",\"itemnormalstylesmargintop\":\"0\",\"itemnormalstylesmarginright\":\"0\",\"itemnormalstylesmarginbottom\":\"0\",\"itemnormalstylesmarginleft\":\"0\",\"itemnormalstylespaddingtop\":\"0\",\"itemnormalstylespaddingright\":\"0\",\"itemnormalstylespaddingbottom\":\"0\",\"itemnormalstylespaddingleft\":\"0\",\"itemnormalstylesusebackground\":\"0\",\"itemnormalstylesbgcolor1\":\"\",\"itemnormalstylesbgopacity\":\"\",\"itemnormalstylesbgimage\":\"\",\"itemnormalstylesbgpositionx\":\"left\",\"itemnormalstylesbgpositiony\":\"top\",\"itemnormalstylesbgimagerepeat\":\"repeat\",\"itemnormalstylesusegradient\":\"0\",\"itemnormalstylesbgcolor2\":\"\",\"itemnormalstylesuseroundedcorners\":\"0\",\"itemnormalstylesroundedcornerstl\":\"5\",\"itemnormalstylesroundedcornerstr\":\"5\",\"itemnormalstylesroundedcornersbr\":\"5\",\"itemnormalstylesroundedcornersbl\":\"5\",\"itemnormalstylesuseshadow\":\"0\",\"itemnormalstylesshadowcolor\":\"\",\"itemnormalstylesshadowblur\":\"3\",\"itemnormalstylesshadowspread\":\"0\",\"itemnormalstylesshadowoffsetx\":\"0\",\"itemnormalstylesshadowoffsety\":\"0\",\"itemnormalstylesshadowinset\":\"0\",\"itemnormalstylesuseborders\":\"0\",\"itemnormalstylesbordercolor\":\"\",\"itemnormalstylesbordertopwidth\":\"\",\"itemnormalstylesborderrightwidth\":\"\",\"itemnormalstylesborderbottomwidth\":\"\",\"itemnormalstylesborderleftwidth\":\"\",\"itemnormalstylesuseparentitem\":\"0\",\"itemnormalstylesparentitemimage\":\"\",\"itemnormalstylesparentitemimagepositionx\":\"right\",\"itemnormalstylesparentitemimagepositiony\":\"8px\",\"itemnormalstylesparentitemimagerepeat\":\"no-repeat\",\"itemnormalstylesparentitempaddingtop\":\"0\",\"itemnormalstylesparentitempaddingright\":\"0\",\"itemnormalstylesparentitempaddingbottom\":\"0\",\"itemnormalstylesparentitempaddingleft\":\"0\",\"itemhoverstylesusefont\":\"0\",\"itemhoverstylesfontsize\":\"\",\"itemhoverstylesfontcolor\":\"\",\"itemhoverstylesfontweight\":\"normal\",\"itemhoverstylesdescfontsize\":\"\",\"itemhoverstylesdescfontcolor\":\"\",\"itemhoverstylesusemargin\":\"0\",\"itemhoverstylesmargintop\":\"0\",\"itemhoverstylesmarginright\":\"0\",\"itemhoverstylesmarginbottom\":\"0\",\"itemhoverstylesmarginleft\":\"0\",\"itemhoverstylespaddingtop\":\"0\",\"itemhoverstylespaddingright\":\"0\",\"itemhoverstylespaddingbottom\":\"0\",\"itemhoverstylespaddingleft\":\"0\",\"itemhoverstylesusebackground\":\"0\",\"itemhoverstylesbgcolor1\":\"\",\"itemhoverstylesbgopacity\":\"\",\"itemhoverstylesbgimage\":\"\",\"itemhoverstylesbgpositionx\":\"left\",\"itemhoverstylesbgpositiony\":\"top\",\"itemhoverstylesbgimagerepeat\":\"repeat\",\"itemhoverstylesusegradient\":\"0\",\"itemhoverstylesbgcolor2\":\"\",\"itemhoverstylesuseroundedcorners\":\"0\",\"itemhoverstylesroundedcornerstl\":\"5\",\"itemhoverstylesroundedcornerstr\":\"5\",\"itemhoverstylesroundedcornersbr\":\"5\",\"itemhoverstylesroundedcornersbl\":\"5\",\"itemhoverstylesuseshadow\":\"0\",\"itemhoverstylesshadowcolor\":\"\",\"itemhoverstylesshadowblur\":\"3\",\"itemhoverstylesshadowspread\":\"0\",\"itemhoverstylesshadowoffsetx\":\"0\",\"itemhoverstylesshadowoffsety\":\"0\",\"itemhoverstylesshadowinset\":\"0\",\"itemhoverstylesuseborders\":\"0\",\"itemhoverstylesbordercolor\":\"\",\"itemhoverstylesbordertopwidth\":\"\",\"itemhoverstylesborderrightwidth\":\"\",\"itemhoverstylesborderbottomwidth\":\"\",\"itemhoverstylesborderleftwidth\":\"\",\"itemactivestylesusefont\":\"0\",\"itemactivestylesfontsize\":\"\",\"itemactivestylesfontcolor\":\"\",\"itemactivestylesfontweight\":\"normal\",\"itemactivestylesdescfontsize\":\"\",\"itemactivestylesdescfontcolor\":\"\",\"itemactivestylesusemargin\":\"0\",\"itemactivestylesmargintop\":\"0\",\"itemactivestylesmarginright\":\"0\",\"itemactivestylesmarginbottom\":\"0\",\"itemactivestylesmarginleft\":\"0\",\"itemactivestylespaddingtop\":\"0\",\"itemactivestylespaddingright\":\"0\",\"itemactivestylespaddingbottom\":\"0\",\"itemactivestylespaddingleft\":\"0\",\"itemactivestylesusebackground\":\"0\",\"itemactivestylesbgcolor1\":\"\",\"itemactivestylesbgopacity\":\"\",\"itemactivestylesbgimage\":\"\",\"itemactivestylesbgpositionx\":\"left\",\"itemactivestylesbgpositiony\":\"top\",\"itemactivestylesbgimagerepeat\":\"repeat\",\"itemactivestylesusegradient\":\"0\",\"itemactivestylesbgcolor2\":\"\",\"itemactivestylesuseroundedcorners\":\"0\",\"itemactivestylesroundedcornerstl\":\"5\",\"itemactivestylesroundedcornerstr\":\"5\",\"itemactivestylesroundedcornersbr\":\"5\",\"itemactivestylesroundedcornersbl\":\"5\",\"itemactivestylesuseshadow\":\"0\",\"itemactivestylesshadowcolor\":\"\",\"itemactivestylesshadowblur\":\"3\",\"itemactivestylesshadowspread\":\"0\",\"itemactivestylesshadowoffsetx\":\"0\",\"itemactivestylesshadowoffsety\":\"0\",\"itemactivestylesshadowinset\":\"0\",\"itemactivestylesuseborders\":\"0\",\"itemactivestylesbordercolor\":\"\",\"itemactivestylesbordertopwidth\":\"\",\"itemactivestylesborderrightwidth\":\"\",\"itemactivestylesborderbottomwidth\":\"\",\"itemactivestylesborderleftwidth\":\"\",\"maximenu_submenucontainerheight\":\"\",\"maximenu_submenucontainerwidth\":\"\",\"maximenu_leftmargin\":\"\",\"maximenu_topmargin\":\"\",\"submenustylesusemargin\":\"0\",\"submenustylespaddingtop\":\"0\",\"submenustylespaddingbottom\":\"0\",\"submenustylesusebackground\":\"0\",\"submenustylesbgcolor1\":\"\",\"submenustylesbgopacity\":\"\",\"submenustylesbgimage\":\"\",\"submenustylesbgpositionx\":\"left\",\"submenustylesbgpositiony\":\"top\",\"submenustylesbgimagerepeat\":\"repeat\",\"submenustylesusegradient\":\"0\",\"submenustylesbgcolor2\":\"\",\"submenustylesuseroundedcorners\":\"0\",\"submenustylesroundedcornerstl\":\"5\",\"submenustylesroundedcornerstr\":\"5\",\"submenustylesroundedcornersbr\":\"5\",\"submenustylesroundedcornersbl\":\"5\",\"submenustylesuseshadow\":\"0\",\"submenustylesshadowcolor\":\"\",\"submenustylesshadowblur\":\"3\",\"submenustylesshadowspread\":\"0\",\"submenustylesshadowoffsetx\":\"0\",\"submenustylesshadowoffsety\":\"0\",\"submenustylesshadowinset\":\"0\",\"submenustylesuseborders\":\"0\",\"submenustylesbordercolor\":\"\",\"submenustylesbordertopwidth\":\"\",\"submenustylesborderrightwidth\":\"\",\"submenustylesborderbottomwidth\":\"\",\"submenustylesborderleftwidth\":\"\"}',60,61,0,'*',0),(244,'mainmenu','Certification as NLP Master Trainer','certification-as-nlp-master-trainer','','the-society-of-nlp/certification-as-nlp-master-trainer','index.php?option=com_content&view=article&id=40','component',1,103,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"maximenu_desc\":\"\",\"maximenu_relattr\":\"\",\"maximenu_anchor\":\"\",\"maximenu_liclass\":\"\",\"maximenu_tagcoltitle\":\"none\",\"maximenu_classcoltitle\":\"\",\"maximenu_images_align\":\"moduledefault\",\"maximenu_insertmodule\":\"0\",\"maximenu_module\":\"17\",\"maximenu_forcemoduletitle\":\"0\",\"maximenu_createcolumn\":\"0\",\"maximenu_createnewrow\":\"0\",\"maximenu_colwidth\":\"180\",\"itemnormalstylesusefont\":\"0\",\"itemnormalstylesfontsize\":\"\",\"itemnormalstylesfontcolor\":\"\",\"itemnormalstylesfontweight\":\"normal\",\"itemnormalstylesdescfontsize\":\"\",\"itemnormalstylesdescfontcolor\":\"\",\"itemnormalstylesusemargin\":\"0\",\"itemnormalstylesmargintop\":\"0\",\"itemnormalstylesmarginright\":\"0\",\"itemnormalstylesmarginbottom\":\"0\",\"itemnormalstylesmarginleft\":\"0\",\"itemnormalstylespaddingtop\":\"0\",\"itemnormalstylespaddingright\":\"0\",\"itemnormalstylespaddingbottom\":\"0\",\"itemnormalstylespaddingleft\":\"0\",\"itemnormalstylesusebackground\":\"0\",\"itemnormalstylesbgcolor1\":\"\",\"itemnormalstylesbgopacity\":\"\",\"itemnormalstylesbgimage\":\"\",\"itemnormalstylesbgpositionx\":\"left\",\"itemnormalstylesbgpositiony\":\"top\",\"itemnormalstylesbgimagerepeat\":\"repeat\",\"itemnormalstylesusegradient\":\"0\",\"itemnormalstylesbgcolor2\":\"\",\"itemnormalstylesuseroundedcorners\":\"0\",\"itemnormalstylesroundedcornerstl\":\"5\",\"itemnormalstylesroundedcornerstr\":\"5\",\"itemnormalstylesroundedcornersbr\":\"5\",\"itemnormalstylesroundedcornersbl\":\"5\",\"itemnormalstylesuseshadow\":\"0\",\"itemnormalstylesshadowcolor\":\"\",\"itemnormalstylesshadowblur\":\"3\",\"itemnormalstylesshadowspread\":\"0\",\"itemnormalstylesshadowoffsetx\":\"0\",\"itemnormalstylesshadowoffsety\":\"0\",\"itemnormalstylesshadowinset\":\"0\",\"itemnormalstylesuseborders\":\"0\",\"itemnormalstylesbordercolor\":\"\",\"itemnormalstylesbordertopwidth\":\"\",\"itemnormalstylesborderrightwidth\":\"\",\"itemnormalstylesborderbottomwidth\":\"\",\"itemnormalstylesborderleftwidth\":\"\",\"itemnormalstylesuseparentitem\":\"0\",\"itemnormalstylesparentitemimage\":\"\",\"itemnormalstylesparentitemimagepositionx\":\"right\",\"itemnormalstylesparentitemimagepositiony\":\"8px\",\"itemnormalstylesparentitemimagerepeat\":\"no-repeat\",\"itemnormalstylesparentitempaddingtop\":\"0\",\"itemnormalstylesparentitempaddingright\":\"0\",\"itemnormalstylesparentitempaddingbottom\":\"0\",\"itemnormalstylesparentitempaddingleft\":\"0\",\"itemhoverstylesusefont\":\"0\",\"itemhoverstylesfontsize\":\"\",\"itemhoverstylesfontcolor\":\"\",\"itemhoverstylesfontweight\":\"normal\",\"itemhoverstylesdescfontsize\":\"\",\"itemhoverstylesdescfontcolor\":\"\",\"itemhoverstylesusemargin\":\"0\",\"itemhoverstylesmargintop\":\"0\",\"itemhoverstylesmarginright\":\"0\",\"itemhoverstylesmarginbottom\":\"0\",\"itemhoverstylesmarginleft\":\"0\",\"itemhoverstylespaddingtop\":\"0\",\"itemhoverstylespaddingright\":\"0\",\"itemhoverstylespaddingbottom\":\"0\",\"itemhoverstylespaddingleft\":\"0\",\"itemhoverstylesusebackground\":\"0\",\"itemhoverstylesbgcolor1\":\"\",\"itemhoverstylesbgopacity\":\"\",\"itemhoverstylesbgimage\":\"\",\"itemhoverstylesbgpositionx\":\"left\",\"itemhoverstylesbgpositiony\":\"top\",\"itemhoverstylesbgimagerepeat\":\"repeat\",\"itemhoverstylesusegradient\":\"0\",\"itemhoverstylesbgcolor2\":\"\",\"itemhoverstylesuseroundedcorners\":\"0\",\"itemhoverstylesroundedcornerstl\":\"5\",\"itemhoverstylesroundedcornerstr\":\"5\",\"itemhoverstylesroundedcornersbr\":\"5\",\"itemhoverstylesroundedcornersbl\":\"5\",\"itemhoverstylesuseshadow\":\"0\",\"itemhoverstylesshadowcolor\":\"\",\"itemhoverstylesshadowblur\":\"3\",\"itemhoverstylesshadowspread\":\"0\",\"itemhoverstylesshadowoffsetx\":\"0\",\"itemhoverstylesshadowoffsety\":\"0\",\"itemhoverstylesshadowinset\":\"0\",\"itemhoverstylesuseborders\":\"0\",\"itemhoverstylesbordercolor\":\"\",\"itemhoverstylesbordertopwidth\":\"\",\"itemhoverstylesborderrightwidth\":\"\",\"itemhoverstylesborderbottomwidth\":\"\",\"itemhoverstylesborderleftwidth\":\"\",\"itemactivestylesusefont\":\"0\",\"itemactivestylesfontsize\":\"\",\"itemactivestylesfontcolor\":\"\",\"itemactivestylesfontweight\":\"normal\",\"itemactivestylesdescfontsize\":\"\",\"itemactivestylesdescfontcolor\":\"\",\"itemactivestylesusemargin\":\"0\",\"itemactivestylesmargintop\":\"0\",\"itemactivestylesmarginright\":\"0\",\"itemactivestylesmarginbottom\":\"0\",\"itemactivestylesmarginleft\":\"0\",\"itemactivestylespaddingtop\":\"0\",\"itemactivestylespaddingright\":\"0\",\"itemactivestylespaddingbottom\":\"0\",\"itemactivestylespaddingleft\":\"0\",\"itemactivestylesusebackground\":\"0\",\"itemactivestylesbgcolor1\":\"\",\"itemactivestylesbgopacity\":\"\",\"itemactivestylesbgimage\":\"\",\"itemactivestylesbgpositionx\":\"left\",\"itemactivestylesbgpositiony\":\"top\",\"itemactivestylesbgimagerepeat\":\"repeat\",\"itemactivestylesusegradient\":\"0\",\"itemactivestylesbgcolor2\":\"\",\"itemactivestylesuseroundedcorners\":\"0\",\"itemactivestylesroundedcornerstl\":\"5\",\"itemactivestylesroundedcornerstr\":\"5\",\"itemactivestylesroundedcornersbr\":\"5\",\"itemactivestylesroundedcornersbl\":\"5\",\"itemactivestylesuseshadow\":\"0\",\"itemactivestylesshadowcolor\":\"\",\"itemactivestylesshadowblur\":\"3\",\"itemactivestylesshadowspread\":\"0\",\"itemactivestylesshadowoffsetx\":\"0\",\"itemactivestylesshadowoffsety\":\"0\",\"itemactivestylesshadowinset\":\"0\",\"itemactivestylesuseborders\":\"0\",\"itemactivestylesbordercolor\":\"\",\"itemactivestylesbordertopwidth\":\"\",\"itemactivestylesborderrightwidth\":\"\",\"itemactivestylesborderbottomwidth\":\"\",\"itemactivestylesborderleftwidth\":\"\",\"maximenu_submenucontainerheight\":\"\",\"maximenu_submenucontainerwidth\":\"\",\"maximenu_leftmargin\":\"\",\"maximenu_topmargin\":\"\",\"submenustylesusemargin\":\"0\",\"submenustylespaddingtop\":\"0\",\"submenustylespaddingbottom\":\"0\",\"submenustylesusebackground\":\"0\",\"submenustylesbgcolor1\":\"\",\"submenustylesbgopacity\":\"\",\"submenustylesbgimage\":\"\",\"submenustylesbgpositionx\":\"left\",\"submenustylesbgpositiony\":\"top\",\"submenustylesbgimagerepeat\":\"repeat\",\"submenustylesusegradient\":\"0\",\"submenustylesbgcolor2\":\"\",\"submenustylesuseroundedcorners\":\"0\",\"submenustylesroundedcornerstl\":\"5\",\"submenustylesroundedcornerstr\":\"5\",\"submenustylesroundedcornersbr\":\"5\",\"submenustylesroundedcornersbl\":\"5\",\"submenustylesuseshadow\":\"0\",\"submenustylesshadowcolor\":\"\",\"submenustylesshadowblur\":\"3\",\"submenustylesshadowspread\":\"0\",\"submenustylesshadowoffsetx\":\"0\",\"submenustylesshadowoffsety\":\"0\",\"submenustylesshadowinset\":\"0\",\"submenustylesuseborders\":\"0\",\"submenustylesbordercolor\":\"\",\"submenustylesbordertopwidth\":\"\",\"submenustylesborderrightwidth\":\"\",\"submenustylesborderbottomwidth\":\"\",\"submenustylesborderleftwidth\":\"\"}',62,63,0,'*',0),(245,'mainmenu','More products to come!','more-products-to-come','','nlp-product-boutique/more-products-to-come','index.php?option=com_content&view=article&id=34','component',1,106,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"maximenu_desc\":\"\",\"maximenu_relattr\":\"\",\"maximenu_anchor\":\"\",\"maximenu_liclass\":\"\",\"maximenu_tagcoltitle\":\"none\",\"maximenu_classcoltitle\":\"\",\"maximenu_images_align\":\"moduledefault\",\"maximenu_insertmodule\":\"0\",\"maximenu_module\":\"17\",\"maximenu_forcemoduletitle\":\"0\",\"maximenu_createcolumn\":\"0\",\"maximenu_createnewrow\":\"0\",\"maximenu_colwidth\":\"180\",\"itemnormalstylesusefont\":\"0\",\"itemnormalstylesfontsize\":\"\",\"itemnormalstylesfontcolor\":\"\",\"itemnormalstylesfontweight\":\"normal\",\"itemnormalstylesdescfontsize\":\"\",\"itemnormalstylesdescfontcolor\":\"\",\"itemnormalstylesusemargin\":\"0\",\"itemnormalstylesmargintop\":\"0\",\"itemnormalstylesmarginright\":\"0\",\"itemnormalstylesmarginbottom\":\"0\",\"itemnormalstylesmarginleft\":\"0\",\"itemnormalstylespaddingtop\":\"0\",\"itemnormalstylespaddingright\":\"0\",\"itemnormalstylespaddingbottom\":\"0\",\"itemnormalstylespaddingleft\":\"0\",\"itemnormalstylesusebackground\":\"0\",\"itemnormalstylesbgcolor1\":\"\",\"itemnormalstylesbgopacity\":\"\",\"itemnormalstylesbgimage\":\"\",\"itemnormalstylesbgpositionx\":\"left\",\"itemnormalstylesbgpositiony\":\"top\",\"itemnormalstylesbgimagerepeat\":\"repeat\",\"itemnormalstylesusegradient\":\"0\",\"itemnormalstylesbgcolor2\":\"\",\"itemnormalstylesuseroundedcorners\":\"0\",\"itemnormalstylesroundedcornerstl\":\"5\",\"itemnormalstylesroundedcornerstr\":\"5\",\"itemnormalstylesroundedcornersbr\":\"5\",\"itemnormalstylesroundedcornersbl\":\"5\",\"itemnormalstylesuseshadow\":\"0\",\"itemnormalstylesshadowcolor\":\"\",\"itemnormalstylesshadowblur\":\"3\",\"itemnormalstylesshadowspread\":\"0\",\"itemnormalstylesshadowoffsetx\":\"0\",\"itemnormalstylesshadowoffsety\":\"0\",\"itemnormalstylesshadowinset\":\"0\",\"itemnormalstylesuseborders\":\"0\",\"itemnormalstylesbordercolor\":\"\",\"itemnormalstylesbordertopwidth\":\"\",\"itemnormalstylesborderrightwidth\":\"\",\"itemnormalstylesborderbottomwidth\":\"\",\"itemnormalstylesborderleftwidth\":\"\",\"itemnormalstylesuseparentitem\":\"0\",\"itemnormalstylesparentitemimage\":\"\",\"itemnormalstylesparentitemimagepositionx\":\"right\",\"itemnormalstylesparentitemimagepositiony\":\"8px\",\"itemnormalstylesparentitemimagerepeat\":\"no-repeat\",\"itemnormalstylesparentitempaddingtop\":\"0\",\"itemnormalstylesparentitempaddingright\":\"0\",\"itemnormalstylesparentitempaddingbottom\":\"0\",\"itemnormalstylesparentitempaddingleft\":\"0\",\"itemhoverstylesusefont\":\"0\",\"itemhoverstylesfontsize\":\"\",\"itemhoverstylesfontcolor\":\"\",\"itemhoverstylesfontweight\":\"normal\",\"itemhoverstylesdescfontsize\":\"\",\"itemhoverstylesdescfontcolor\":\"\",\"itemhoverstylesusemargin\":\"0\",\"itemhoverstylesmargintop\":\"0\",\"itemhoverstylesmarginright\":\"0\",\"itemhoverstylesmarginbottom\":\"0\",\"itemhoverstylesmarginleft\":\"0\",\"itemhoverstylespaddingtop\":\"0\",\"itemhoverstylespaddingright\":\"0\",\"itemhoverstylespaddingbottom\":\"0\",\"itemhoverstylespaddingleft\":\"0\",\"itemhoverstylesusebackground\":\"0\",\"itemhoverstylesbgcolor1\":\"\",\"itemhoverstylesbgopacity\":\"\",\"itemhoverstylesbgimage\":\"\",\"itemhoverstylesbgpositionx\":\"left\",\"itemhoverstylesbgpositiony\":\"top\",\"itemhoverstylesbgimagerepeat\":\"repeat\",\"itemhoverstylesusegradient\":\"0\",\"itemhoverstylesbgcolor2\":\"\",\"itemhoverstylesuseroundedcorners\":\"0\",\"itemhoverstylesroundedcornerstl\":\"5\",\"itemhoverstylesroundedcornerstr\":\"5\",\"itemhoverstylesroundedcornersbr\":\"5\",\"itemhoverstylesroundedcornersbl\":\"5\",\"itemhoverstylesuseshadow\":\"0\",\"itemhoverstylesshadowcolor\":\"\",\"itemhoverstylesshadowblur\":\"3\",\"itemhoverstylesshadowspread\":\"0\",\"itemhoverstylesshadowoffsetx\":\"0\",\"itemhoverstylesshadowoffsety\":\"0\",\"itemhoverstylesshadowinset\":\"0\",\"itemhoverstylesuseborders\":\"0\",\"itemhoverstylesbordercolor\":\"\",\"itemhoverstylesbordertopwidth\":\"\",\"itemhoverstylesborderrightwidth\":\"\",\"itemhoverstylesborderbottomwidth\":\"\",\"itemhoverstylesborderleftwidth\":\"\",\"itemactivestylesusefont\":\"0\",\"itemactivestylesfontsize\":\"\",\"itemactivestylesfontcolor\":\"\",\"itemactivestylesfontweight\":\"normal\",\"itemactivestylesdescfontsize\":\"\",\"itemactivestylesdescfontcolor\":\"\",\"itemactivestylesusemargin\":\"0\",\"itemactivestylesmargintop\":\"0\",\"itemactivestylesmarginright\":\"0\",\"itemactivestylesmarginbottom\":\"0\",\"itemactivestylesmarginleft\":\"0\",\"itemactivestylespaddingtop\":\"0\",\"itemactivestylespaddingright\":\"0\",\"itemactivestylespaddingbottom\":\"0\",\"itemactivestylespaddingleft\":\"0\",\"itemactivestylesusebackground\":\"0\",\"itemactivestylesbgcolor1\":\"\",\"itemactivestylesbgopacity\":\"\",\"itemactivestylesbgimage\":\"\",\"itemactivestylesbgpositionx\":\"left\",\"itemactivestylesbgpositiony\":\"top\",\"itemactivestylesbgimagerepeat\":\"repeat\",\"itemactivestylesusegradient\":\"0\",\"itemactivestylesbgcolor2\":\"\",\"itemactivestylesuseroundedcorners\":\"0\",\"itemactivestylesroundedcornerstl\":\"5\",\"itemactivestylesroundedcornerstr\":\"5\",\"itemactivestylesroundedcornersbr\":\"5\",\"itemactivestylesroundedcornersbl\":\"5\",\"itemactivestylesuseshadow\":\"0\",\"itemactivestylesshadowcolor\":\"\",\"itemactivestylesshadowblur\":\"3\",\"itemactivestylesshadowspread\":\"0\",\"itemactivestylesshadowoffsetx\":\"0\",\"itemactivestylesshadowoffsety\":\"0\",\"itemactivestylesshadowinset\":\"0\",\"itemactivestylesuseborders\":\"0\",\"itemactivestylesbordercolor\":\"\",\"itemactivestylesbordertopwidth\":\"\",\"itemactivestylesborderrightwidth\":\"\",\"itemactivestylesborderbottomwidth\":\"\",\"itemactivestylesborderleftwidth\":\"\",\"maximenu_submenucontainerheight\":\"\",\"maximenu_submenucontainerwidth\":\"\",\"maximenu_leftmargin\":\"\",\"maximenu_topmargin\":\"\",\"submenustylesusemargin\":\"0\",\"submenustylespaddingtop\":\"0\",\"submenustylespaddingbottom\":\"0\",\"submenustylesusebackground\":\"0\",\"submenustylesbgcolor1\":\"\",\"submenustylesbgopacity\":\"\",\"submenustylesbgimage\":\"\",\"submenustylesbgpositionx\":\"left\",\"submenustylesbgpositiony\":\"top\",\"submenustylesbgimagerepeat\":\"repeat\",\"submenustylesusegradient\":\"0\",\"submenustylesbgcolor2\":\"\",\"submenustylesuseroundedcorners\":\"0\",\"submenustylesroundedcornerstl\":\"5\",\"submenustylesroundedcornerstr\":\"5\",\"submenustylesroundedcornersbr\":\"5\",\"submenustylesroundedcornersbl\":\"5\",\"submenustylesuseshadow\":\"0\",\"submenustylesshadowcolor\":\"\",\"submenustylesshadowblur\":\"3\",\"submenustylesshadowspread\":\"0\",\"submenustylesshadowoffsetx\":\"0\",\"submenustylesshadowoffsety\":\"0\",\"submenustylesshadowinset\":\"0\",\"submenustylesuseborders\":\"0\",\"submenustylesbordercolor\":\"\",\"submenustylesbordertopwidth\":\"\",\"submenustylesborderrightwidth\":\"\",\"submenustylesborderbottomwidth\":\"\",\"submenustylesborderleftwidth\":\"\"}',70,71,0,'*',0),(247,'main','COM_XMAP_TITLE','com_xmap_title','','com_xmap_title','index.php?option=com_xmap','component',0,1,1,10053,0,0,'0000-00-00 00:00:00',0,1,'components/com_xmap/images/xmap-favicon.png',0,'',153,154,0,'',1),(252,'minimenu','Trainers','2014-06-17-22-59-19','','2014-06-17-22-59-19','index.php?Itemid=','alias',1,1,1,0,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"aliasoptions\":\"177\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"maximenu_desc\":\"\",\"maximenu_relattr\":\"\",\"maximenu_anchor\":\"\",\"maximenu_liclass\":\"\",\"maximenu_tagcoltitle\":\"none\",\"maximenu_classcoltitle\":\"\",\"maximenu_images_align\":\"moduledefault\",\"maximenu_insertmodule\":\"0\",\"maximenu_module\":\"17\",\"maximenu_forcemoduletitle\":\"0\",\"maximenu_createcolumn\":\"0\",\"maximenu_createnewrow\":\"0\",\"maximenu_colwidth\":\"180\",\"itemnormalstylesusefont\":\"0\",\"itemnormalstylesfontsize\":\"\",\"itemnormalstylesfontcolor\":\"\",\"itemnormalstylesfontweight\":\"normal\",\"itemnormalstylesdescfontsize\":\"\",\"itemnormalstylesdescfontcolor\":\"\",\"itemnormalstylesusemargin\":\"0\",\"itemnormalstylesmargintop\":\"0\",\"itemnormalstylesmarginright\":\"0\",\"itemnormalstylesmarginbottom\":\"0\",\"itemnormalstylesmarginleft\":\"0\",\"itemnormalstylespaddingtop\":\"0\",\"itemnormalstylespaddingright\":\"0\",\"itemnormalstylespaddingbottom\":\"0\",\"itemnormalstylespaddingleft\":\"0\",\"itemnormalstylesusebackground\":\"0\",\"itemnormalstylesbgcolor1\":\"\",\"itemnormalstylesbgopacity\":\"\",\"itemnormalstylesbgimage\":\"\",\"itemnormalstylesbgpositionx\":\"left\",\"itemnormalstylesbgpositiony\":\"top\",\"itemnormalstylesbgimagerepeat\":\"repeat\",\"itemnormalstylesusegradient\":\"0\",\"itemnormalstylesbgcolor2\":\"\",\"itemnormalstylesuseroundedcorners\":\"0\",\"itemnormalstylesroundedcornerstl\":\"5\",\"itemnormalstylesroundedcornerstr\":\"5\",\"itemnormalstylesroundedcornersbr\":\"5\",\"itemnormalstylesroundedcornersbl\":\"5\",\"itemnormalstylesuseshadow\":\"0\",\"itemnormalstylesshadowcolor\":\"\",\"itemnormalstylesshadowblur\":\"3\",\"itemnormalstylesshadowspread\":\"0\",\"itemnormalstylesshadowoffsetx\":\"0\",\"itemnormalstylesshadowoffsety\":\"0\",\"itemnormalstylesshadowinset\":\"0\",\"itemnormalstylesuseborders\":\"0\",\"itemnormalstylesbordercolor\":\"\",\"itemnormalstylesbordertopwidth\":\"\",\"itemnormalstylesborderrightwidth\":\"\",\"itemnormalstylesborderbottomwidth\":\"\",\"itemnormalstylesborderleftwidth\":\"\",\"itemnormalstylesuseparentitem\":\"0\",\"itemnormalstylesparentitemimage\":\"\",\"itemnormalstylesparentitemimagepositionx\":\"right\",\"itemnormalstylesparentitemimagepositiony\":\"8px\",\"itemnormalstylesparentitemimagerepeat\":\"no-repeat\",\"itemnormalstylesparentitempaddingtop\":\"0\",\"itemnormalstylesparentitempaddingright\":\"0\",\"itemnormalstylesparentitempaddingbottom\":\"0\",\"itemnormalstylesparentitempaddingleft\":\"0\",\"itemhoverstylesusefont\":\"0\",\"itemhoverstylesfontsize\":\"\",\"itemhoverstylesfontcolor\":\"\",\"itemhoverstylesfontweight\":\"normal\",\"itemhoverstylesdescfontsize\":\"\",\"itemhoverstylesdescfontcolor\":\"\",\"itemhoverstylesusemargin\":\"0\",\"itemhoverstylesmargintop\":\"0\",\"itemhoverstylesmarginright\":\"0\",\"itemhoverstylesmarginbottom\":\"0\",\"itemhoverstylesmarginleft\":\"0\",\"itemhoverstylespaddingtop\":\"0\",\"itemhoverstylespaddingright\":\"0\",\"itemhoverstylespaddingbottom\":\"0\",\"itemhoverstylespaddingleft\":\"0\",\"itemhoverstylesusebackground\":\"0\",\"itemhoverstylesbgcolor1\":\"\",\"itemhoverstylesbgopacity\":\"\",\"itemhoverstylesbgimage\":\"\",\"itemhoverstylesbgpositionx\":\"left\",\"itemhoverstylesbgpositiony\":\"top\",\"itemhoverstylesbgimagerepeat\":\"repeat\",\"itemhoverstylesusegradient\":\"0\",\"itemhoverstylesbgcolor2\":\"\",\"itemhoverstylesuseroundedcorners\":\"0\",\"itemhoverstylesroundedcornerstl\":\"5\",\"itemhoverstylesroundedcornerstr\":\"5\",\"itemhoverstylesroundedcornersbr\":\"5\",\"itemhoverstylesroundedcornersbl\":\"5\",\"itemhoverstylesuseshadow\":\"0\",\"itemhoverstylesshadowcolor\":\"\",\"itemhoverstylesshadowblur\":\"3\",\"itemhoverstylesshadowspread\":\"0\",\"itemhoverstylesshadowoffsetx\":\"0\",\"itemhoverstylesshadowoffsety\":\"0\",\"itemhoverstylesshadowinset\":\"0\",\"itemhoverstylesuseborders\":\"0\",\"itemhoverstylesbordercolor\":\"\",\"itemhoverstylesbordertopwidth\":\"\",\"itemhoverstylesborderrightwidth\":\"\",\"itemhoverstylesborderbottomwidth\":\"\",\"itemhoverstylesborderleftwidth\":\"\",\"itemactivestylesusefont\":\"0\",\"itemactivestylesfontsize\":\"\",\"itemactivestylesfontcolor\":\"\",\"itemactivestylesfontweight\":\"normal\",\"itemactivestylesdescfontsize\":\"\",\"itemactivestylesdescfontcolor\":\"\",\"itemactivestylesusemargin\":\"0\",\"itemactivestylesmargintop\":\"0\",\"itemactivestylesmarginright\":\"0\",\"itemactivestylesmarginbottom\":\"0\",\"itemactivestylesmarginleft\":\"0\",\"itemactivestylespaddingtop\":\"0\",\"itemactivestylespaddingright\":\"0\",\"itemactivestylespaddingbottom\":\"0\",\"itemactivestylespaddingleft\":\"0\",\"itemactivestylesusebackground\":\"0\",\"itemactivestylesbgcolor1\":\"\",\"itemactivestylesbgopacity\":\"\",\"itemactivestylesbgimage\":\"\",\"itemactivestylesbgpositionx\":\"left\",\"itemactivestylesbgpositiony\":\"top\",\"itemactivestylesbgimagerepeat\":\"repeat\",\"itemactivestylesusegradient\":\"0\",\"itemactivestylesbgcolor2\":\"\",\"itemactivestylesuseroundedcorners\":\"0\",\"itemactivestylesroundedcornerstl\":\"5\",\"itemactivestylesroundedcornerstr\":\"5\",\"itemactivestylesroundedcornersbr\":\"5\",\"itemactivestylesroundedcornersbl\":\"5\",\"itemactivestylesuseshadow\":\"0\",\"itemactivestylesshadowcolor\":\"\",\"itemactivestylesshadowblur\":\"3\",\"itemactivestylesshadowspread\":\"0\",\"itemactivestylesshadowoffsetx\":\"0\",\"itemactivestylesshadowoffsety\":\"0\",\"itemactivestylesshadowinset\":\"0\",\"itemactivestylesuseborders\":\"0\",\"itemactivestylesbordercolor\":\"\",\"itemactivestylesbordertopwidth\":\"\",\"itemactivestylesborderrightwidth\":\"\",\"itemactivestylesborderbottomwidth\":\"\",\"itemactivestylesborderleftwidth\":\"\",\"maximenu_submenucontainerheight\":\"\",\"maximenu_submenucontainerwidth\":\"\",\"maximenu_leftmargin\":\"\",\"maximenu_topmargin\":\"\",\"submenustylesusemargin\":\"0\",\"submenustylespaddingtop\":\"0\",\"submenustylespaddingbottom\":\"0\",\"submenustylesusebackground\":\"0\",\"submenustylesbgcolor1\":\"\",\"submenustylesbgopacity\":\"\",\"submenustylesbgimage\":\"\",\"submenustylesbgpositionx\":\"left\",\"submenustylesbgpositiony\":\"top\",\"submenustylesbgimagerepeat\":\"repeat\",\"submenustylesusegradient\":\"0\",\"submenustylesbgcolor2\":\"\",\"submenustylesuseroundedcorners\":\"0\",\"submenustylesroundedcornerstl\":\"5\",\"submenustylesroundedcornerstr\":\"5\",\"submenustylesroundedcornersbr\":\"5\",\"submenustylesroundedcornersbl\":\"5\",\"submenustylesuseshadow\":\"0\",\"submenustylesshadowcolor\":\"\",\"submenustylesshadowblur\":\"3\",\"submenustylesshadowspread\":\"0\",\"submenustylesshadowoffsetx\":\"0\",\"submenustylesshadowoffsety\":\"0\",\"submenustylesshadowinset\":\"0\",\"submenustylesuseborders\":\"0\",\"submenustylesbordercolor\":\"\",\"submenustylesbordertopwidth\":\"\",\"submenustylesborderrightwidth\":\"\",\"submenustylesborderbottomwidth\":\"\",\"submenustylesborderleftwidth\":\"\"}',157,158,0,'*',0),(253,'minimenu','Workshop Calendar','2014-06-17-23-02-06','','2014-06-17-23-02-06','index.php?Itemid=','alias',1,1,1,0,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"aliasoptions\":\"176\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"maximenu_desc\":\"\",\"maximenu_relattr\":\"\",\"maximenu_anchor\":\"\",\"maximenu_liclass\":\"\",\"maximenu_tagcoltitle\":\"none\",\"maximenu_classcoltitle\":\"\",\"maximenu_images_align\":\"moduledefault\",\"maximenu_insertmodule\":\"0\",\"maximenu_module\":\"17\",\"maximenu_forcemoduletitle\":\"0\",\"maximenu_createcolumn\":\"0\",\"maximenu_createnewrow\":\"0\",\"maximenu_colwidth\":\"180\",\"itemnormalstylesusefont\":\"0\",\"itemnormalstylesfontsize\":\"\",\"itemnormalstylesfontcolor\":\"\",\"itemnormalstylesfontweight\":\"normal\",\"itemnormalstylesdescfontsize\":\"\",\"itemnormalstylesdescfontcolor\":\"\",\"itemnormalstylesusemargin\":\"0\",\"itemnormalstylesmargintop\":\"0\",\"itemnormalstylesmarginright\":\"0\",\"itemnormalstylesmarginbottom\":\"0\",\"itemnormalstylesmarginleft\":\"0\",\"itemnormalstylespaddingtop\":\"0\",\"itemnormalstylespaddingright\":\"0\",\"itemnormalstylespaddingbottom\":\"0\",\"itemnormalstylespaddingleft\":\"0\",\"itemnormalstylesusebackground\":\"0\",\"itemnormalstylesbgcolor1\":\"\",\"itemnormalstylesbgopacity\":\"\",\"itemnormalstylesbgimage\":\"\",\"itemnormalstylesbgpositionx\":\"left\",\"itemnormalstylesbgpositiony\":\"top\",\"itemnormalstylesbgimagerepeat\":\"repeat\",\"itemnormalstylesusegradient\":\"0\",\"itemnormalstylesbgcolor2\":\"\",\"itemnormalstylesuseroundedcorners\":\"0\",\"itemnormalstylesroundedcornerstl\":\"5\",\"itemnormalstylesroundedcornerstr\":\"5\",\"itemnormalstylesroundedcornersbr\":\"5\",\"itemnormalstylesroundedcornersbl\":\"5\",\"itemnormalstylesuseshadow\":\"0\",\"itemnormalstylesshadowcolor\":\"\",\"itemnormalstylesshadowblur\":\"3\",\"itemnormalstylesshadowspread\":\"0\",\"itemnormalstylesshadowoffsetx\":\"0\",\"itemnormalstylesshadowoffsety\":\"0\",\"itemnormalstylesshadowinset\":\"0\",\"itemnormalstylesuseborders\":\"0\",\"itemnormalstylesbordercolor\":\"\",\"itemnormalstylesbordertopwidth\":\"\",\"itemnormalstylesborderrightwidth\":\"\",\"itemnormalstylesborderbottomwidth\":\"\",\"itemnormalstylesborderleftwidth\":\"\",\"itemnormalstylesuseparentitem\":\"0\",\"itemnormalstylesparentitemimage\":\"\",\"itemnormalstylesparentitemimagepositionx\":\"right\",\"itemnormalstylesparentitemimagepositiony\":\"8px\",\"itemnormalstylesparentitemimagerepeat\":\"no-repeat\",\"itemnormalstylesparentitempaddingtop\":\"0\",\"itemnormalstylesparentitempaddingright\":\"0\",\"itemnormalstylesparentitempaddingbottom\":\"0\",\"itemnormalstylesparentitempaddingleft\":\"0\",\"itemhoverstylesusefont\":\"0\",\"itemhoverstylesfontsize\":\"\",\"itemhoverstylesfontcolor\":\"\",\"itemhoverstylesfontweight\":\"normal\",\"itemhoverstylesdescfontsize\":\"\",\"itemhoverstylesdescfontcolor\":\"\",\"itemhoverstylesusemargin\":\"0\",\"itemhoverstylesmargintop\":\"0\",\"itemhoverstylesmarginright\":\"0\",\"itemhoverstylesmarginbottom\":\"0\",\"itemhoverstylesmarginleft\":\"0\",\"itemhoverstylespaddingtop\":\"0\",\"itemhoverstylespaddingright\":\"0\",\"itemhoverstylespaddingbottom\":\"0\",\"itemhoverstylespaddingleft\":\"0\",\"itemhoverstylesusebackground\":\"0\",\"itemhoverstylesbgcolor1\":\"\",\"itemhoverstylesbgopacity\":\"\",\"itemhoverstylesbgimage\":\"\",\"itemhoverstylesbgpositionx\":\"left\",\"itemhoverstylesbgpositiony\":\"top\",\"itemhoverstylesbgimagerepeat\":\"repeat\",\"itemhoverstylesusegradient\":\"0\",\"itemhoverstylesbgcolor2\":\"\",\"itemhoverstylesuseroundedcorners\":\"0\",\"itemhoverstylesroundedcornerstl\":\"5\",\"itemhoverstylesroundedcornerstr\":\"5\",\"itemhoverstylesroundedcornersbr\":\"5\",\"itemhoverstylesroundedcornersbl\":\"5\",\"itemhoverstylesuseshadow\":\"0\",\"itemhoverstylesshadowcolor\":\"\",\"itemhoverstylesshadowblur\":\"3\",\"itemhoverstylesshadowspread\":\"0\",\"itemhoverstylesshadowoffsetx\":\"0\",\"itemhoverstylesshadowoffsety\":\"0\",\"itemhoverstylesshadowinset\":\"0\",\"itemhoverstylesuseborders\":\"0\",\"itemhoverstylesbordercolor\":\"\",\"itemhoverstylesbordertopwidth\":\"\",\"itemhoverstylesborderrightwidth\":\"\",\"itemhoverstylesborderbottomwidth\":\"\",\"itemhoverstylesborderleftwidth\":\"\",\"itemactivestylesusefont\":\"0\",\"itemactivestylesfontsize\":\"\",\"itemactivestylesfontcolor\":\"\",\"itemactivestylesfontweight\":\"normal\",\"itemactivestylesdescfontsize\":\"\",\"itemactivestylesdescfontcolor\":\"\",\"itemactivestylesusemargin\":\"0\",\"itemactivestylesmargintop\":\"0\",\"itemactivestylesmarginright\":\"0\",\"itemactivestylesmarginbottom\":\"0\",\"itemactivestylesmarginleft\":\"0\",\"itemactivestylespaddingtop\":\"0\",\"itemactivestylespaddingright\":\"0\",\"itemactivestylespaddingbottom\":\"0\",\"itemactivestylespaddingleft\":\"0\",\"itemactivestylesusebackground\":\"0\",\"itemactivestylesbgcolor1\":\"\",\"itemactivestylesbgopacity\":\"\",\"itemactivestylesbgimage\":\"\",\"itemactivestylesbgpositionx\":\"left\",\"itemactivestylesbgpositiony\":\"top\",\"itemactivestylesbgimagerepeat\":\"repeat\",\"itemactivestylesusegradient\":\"0\",\"itemactivestylesbgcolor2\":\"\",\"itemactivestylesuseroundedcorners\":\"0\",\"itemactivestylesroundedcornerstl\":\"5\",\"itemactivestylesroundedcornerstr\":\"5\",\"itemactivestylesroundedcornersbr\":\"5\",\"itemactivestylesroundedcornersbl\":\"5\",\"itemactivestylesuseshadow\":\"0\",\"itemactivestylesshadowcolor\":\"\",\"itemactivestylesshadowblur\":\"3\",\"itemactivestylesshadowspread\":\"0\",\"itemactivestylesshadowoffsetx\":\"0\",\"itemactivestylesshadowoffsety\":\"0\",\"itemactivestylesshadowinset\":\"0\",\"itemactivestylesuseborders\":\"0\",\"itemactivestylesbordercolor\":\"\",\"itemactivestylesbordertopwidth\":\"\",\"itemactivestylesborderrightwidth\":\"\",\"itemactivestylesborderbottomwidth\":\"\",\"itemactivestylesborderleftwidth\":\"\",\"maximenu_submenucontainerheight\":\"\",\"maximenu_submenucontainerwidth\":\"\",\"maximenu_leftmargin\":\"\",\"maximenu_topmargin\":\"\",\"submenustylesusemargin\":\"0\",\"submenustylespaddingtop\":\"0\",\"submenustylespaddingbottom\":\"0\",\"submenustylesusebackground\":\"0\",\"submenustylesbgcolor1\":\"\",\"submenustylesbgopacity\":\"\",\"submenustylesbgimage\":\"\",\"submenustylesbgpositionx\":\"left\",\"submenustylesbgpositiony\":\"top\",\"submenustylesbgimagerepeat\":\"repeat\",\"submenustylesusegradient\":\"0\",\"submenustylesbgcolor2\":\"\",\"submenustylesuseroundedcorners\":\"0\",\"submenustylesroundedcornerstl\":\"5\",\"submenustylesroundedcornerstr\":\"5\",\"submenustylesroundedcornersbr\":\"5\",\"submenustylesroundedcornersbl\":\"5\",\"submenustylesuseshadow\":\"0\",\"submenustylesshadowcolor\":\"\",\"submenustylesshadowblur\":\"3\",\"submenustylesshadowspread\":\"0\",\"submenustylesshadowoffsetx\":\"0\",\"submenustylesshadowoffsety\":\"0\",\"submenustylesshadowinset\":\"0\",\"submenustylesuseborders\":\"0\",\"submenustylesbordercolor\":\"\",\"submenustylesbordertopwidth\":\"\",\"submenustylesborderrightwidth\":\"\",\"submenustylesborderbottomwidth\":\"\",\"submenustylesborderleftwidth\":\"\"}',155,156,0,'*',0),(265,'mainmenu','test','test','','contact-christina-hall-nlp-connection/test','index.php?option=com_content&view=article&id=42','component',0,220,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',82,83,0,'*',0),(254,'main','SEO_COM_SEOBOSS','seo_com_seoboss','','seo_com_seoboss','index.php?option=com_seoboss','component',0,1,1,10066,0,0,'0000-00-00 00:00:00',0,1,'class:component',0,'',161,182,0,'',1),(255,'main','SEO_CONTROL_PANEL','seo_control_panel','','seo_com_seoboss/seo_control_panel','index.php?option=com_seoboss&task=panel','component',0,254,2,10066,0,0,'0000-00-00 00:00:00',0,1,'class:component',0,'',162,163,0,'',1),(256,'main','SEO_KEYWORDS_MANAGER','seo_keywords_manager','','seo_com_seoboss/seo_keywords_manager','index.php?option=com_seoboss&task=keywords_view','component',0,254,2,10066,0,0,'0000-00-00 00:00:00',0,1,'class:component',0,'',164,165,0,'',1),(257,'main','SEO_META_TAGS_MANAGER','seo_meta_tags_manager','','seo_com_seoboss/seo_meta_tags_manager','index.php?option=com_seoboss&task=metatags_view','component',0,254,2,10066,0,0,'0000-00-00 00:00:00',0,1,'class:component',0,'',166,167,0,'',1),(258,'main','SEO_DEFAULT_META_TAGS','seo_default_meta_tags','','seo_com_seoboss/seo_default_meta_tags','index.php?option=com_seoboss&task=settings_default_tags','component',0,254,2,10066,0,0,'0000-00-00 00:00:00',0,1,'class:component',0,'',168,169,0,'',1),(259,'main','SEO_PAGES_MANAGER','seo_pages_manager','','seo_com_seoboss/seo_pages_manager','index.php?option=com_seoboss&task=pages_manager','component',0,254,2,10066,0,0,'0000-00-00 00:00:00',0,1,'class:component',0,'',170,171,0,'',1),(260,'main','SEO_EXTERNAL_LINKS','seo_external_links','','seo_com_seoboss/seo_external_links','index.php?option=com_seoboss&task=url_list','component',0,254,2,10066,0,0,'0000-00-00 00:00:00',0,1,'class:component',0,'',172,173,0,'',1),(261,'main','SEO_DUPLICATED_CONTENT','seo_duplicated_content','','seo_com_seoboss/seo_duplicated_content','index.php?option=com_seoboss&task=duplicated_pages','component',0,254,2,10066,0,0,'0000-00-00 00:00:00',0,1,'class:component',0,'',174,175,0,'',1),(262,'main','SEO_BACKUP_AND_RESTORE','seo_backup_and_restore','','seo_com_seoboss/seo_backup_and_restore','index.php?option=com_seoboss&task=backup_manager','component',0,254,2,10066,0,0,'0000-00-00 00:00:00',0,1,'class:component',0,'',176,177,0,'',1),(263,'main','SEO_SETTINGS','seo_settings','','seo_com_seoboss/seo_settings','index.php?option=com_seoboss&task=settings','component',0,254,2,10066,0,0,'0000-00-00 00:00:00',0,1,'class:component',0,'',178,179,0,'',1),(264,'main','SEO_HELPDESK','seo_helpdesk','','seo_com_seoboss/seo_helpdesk','index.php?option=com_seoboss&task=helpdesk','component',0,254,2,10066,0,0,'0000-00-00 00:00:00',0,1,'class:component',0,'',180,181,0,'',1); /*!40000 ALTER TABLE `e30rf_menu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_menu_types` -- DROP TABLE IF EXISTS `e30rf_menu_types`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_menu_types` ( `id` int(10) unsigned NOT NULL auto_increment, `menutype` varchar(24) NOT NULL, `title` varchar(48) NOT NULL, `description` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `idx_menutype` (`menutype`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_menu_types` -- LOCK TABLES `e30rf_menu_types` WRITE; /*!40000 ALTER TABLE `e30rf_menu_types` DISABLE KEYS */; INSERT INTO `e30rf_menu_types` VALUES (1,'mainmenu','Main Menu','The main menu for the site'),(2,'minimenu','Mini Menu',''); /*!40000 ALTER TABLE `e30rf_menu_types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_messages` -- DROP TABLE IF EXISTS `e30rf_messages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_messages` ( `message_id` int(10) unsigned NOT NULL auto_increment, `user_id_from` int(10) unsigned NOT NULL default '0', `user_id_to` int(10) unsigned NOT NULL default '0', `folder_id` tinyint(3) unsigned NOT NULL default '0', `date_time` datetime NOT NULL default '0000-00-00 00:00:00', `state` tinyint(1) NOT NULL default '0', `priority` tinyint(1) unsigned NOT NULL default '0', `subject` varchar(255) NOT NULL default '', `message` text NOT NULL, PRIMARY KEY (`message_id`), KEY `useridto_state` (`user_id_to`,`state`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_messages` -- LOCK TABLES `e30rf_messages` WRITE; /*!40000 ALTER TABLE `e30rf_messages` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_messages_cfg` -- DROP TABLE IF EXISTS `e30rf_messages_cfg`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_messages_cfg` ( `user_id` int(10) unsigned NOT NULL default '0', `cfg_name` varchar(100) NOT NULL default '', `cfg_value` varchar(255) NOT NULL default '', UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_messages_cfg` -- LOCK TABLES `e30rf_messages_cfg` WRITE; /*!40000 ALTER TABLE `e30rf_messages_cfg` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_messages_cfg` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_modules` -- DROP TABLE IF EXISTS `e30rf_modules`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_modules` ( `id` int(11) NOT NULL auto_increment, `title` varchar(100) NOT NULL default '', `note` varchar(255) NOT NULL default '', `content` text NOT NULL, `ordering` int(11) NOT NULL default '0', `position` varchar(50) NOT NULL default '', `checked_out` int(10) 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', `published` tinyint(1) NOT NULL default '0', `module` varchar(50) default NULL, `access` int(10) unsigned NOT NULL default '0', `showtitle` tinyint(3) unsigned NOT NULL default '1', `params` text NOT NULL, `client_id` tinyint(4) NOT NULL default '0', `language` char(7) NOT NULL, PRIMARY KEY (`id`), KEY `published` (`published`,`access`), KEY `newsfeeds` (`module`,`published`), KEY `idx_language` (`language`) ) ENGINE=MyISAM AUTO_INCREMENT=116 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_modules` -- LOCK TABLES `e30rf_modules` WRITE; /*!40000 ALTER TABLE `e30rf_modules` DISABLE KEYS */; INSERT INTO `e30rf_modules` VALUES (1,'Main Menu','','',1,'topmenu',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',1,0,'{\"menutype\":\"mainmenu\",\"startLevel\":\"1\",\"endLevel\":\"1\",\"showAllChildren\":\"0\",\"tag_id\":\"\",\"class_sfx\":\"_cnlp\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"_menu\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(2,'Login','','',1,'login',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_login',1,1,'',1,'*'),(3,'Popular Articles','','',3,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_popular',3,1,'{\"count\":\"5\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}',1,'*'),(4,'Recently Added Articles','','',4,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_latest',3,1,'{\"count\":\"5\",\"ordering\":\"c_dsc\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}',1,'*'),(8,'Toolbar','','',1,'toolbar',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_toolbar',3,1,'',1,'*'),(9,'Quick Icons','','',1,'icon',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_quickicon',3,1,'',1,'*'),(10,'Logged-in Users','','',2,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_logged',3,1,'{\"count\":\"5\",\"name\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}',1,'*'),(12,'Admin Menu','','',1,'menu',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',3,1,'{\"layout\":\"\",\"moduleclass_sfx\":\"\",\"shownew\":\"1\",\"showhelp\":\"1\",\"cache\":\"0\"}',1,'*'),(13,'Admin Submenu','','',1,'submenu',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_submenu',3,1,'',1,'*'),(14,'User Status','','',2,'status',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_status',3,1,'',1,'*'),(15,'Title','','',1,'title',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_title',3,1,'',1,'*'),(16,'Login Form','','',7,'position-7',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_login',1,1,'{\"greeting\":\"1\",\"name\":\"0\"}',0,'*'),(17,'Breadcrumbs','','',1,'breadcrumb',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_breadcrumbs',1,0,'{\"showHere\":\"0\",\"showHome\":\"1\",\"homeText\":\"Home\",\"showLast\":\"1\",\"separator\":\"|\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(79,'Multilanguage status','','',1,'status',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_multilangstatus',3,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(86,'Joomla Version','','',1,'footer',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_version',3,1,'{\"format\":\"short\",\"product\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(80,'Search','','',0,'position-0',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_search',1,0,'{\"label\":\"\",\"width\":\"20\",\"text\":\"\",\"button\":\"\",\"button_pos\":\"right\",\"imagebutton\":\"\",\"button_text\":\"\",\"opensearch\":\"1\",\"opensearch_title\":\"\",\"set_itemid\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(81,'Header','','<h2>The NLP Connection, Chrsitina M. Hall, Ph.D.</h2>',1,'topleft',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(82,'Other News','','',0,'position-7',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_articles_news',1,1,'{\"catid\":[\"8\"],\"image\":\"0\",\"item_title\":\"1\",\"link_titles\":\"1\",\"item_heading\":\"h4\",\"showLastSeparator\":\"0\",\"readmore\":\"0\",\"count\":\"5\",\"ordering\":\"a.publish_up\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(102,'CNLP All Workshops','','',1,'myworkshops',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_cnlp_workshops',1,0,'{\"ws_count\":\"0\",\"ws_order\":\"date\",\"ws_dir\":\"ASC\",\"ws_group\":\"1\",\"ws_hide\":\"1\",\"ws_link\":\"\",\"ws_cat\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(103,'Next Workshops','','',1,'below_article_2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_cnlp_workshops',1,1,'{\"ws_count\":\"3\",\"ws_order\":\"date\",\"ws_dir\":\"ASC\",\"ws_group\":\"0\",\"ws_hide\":\"0\",\"ws_link\":\"176\",\"ws_cat\":\"1\",\"layout\":\"_:simple\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(101,'Trainers','','',1,'mytrainers',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_cnlp_trainers',1,0,'{\"trns_title\":\"Trainers in\",\"mstr_show\":\"1\",\"mstr_title\":\"Master-Trainers\",\"mstr_desc\":\"<p>These NLP Trainers have been certified as Master-Trainers:<\\/p>\",\"mstr_icon\":\"images\\/trainers\\/flags\\/master_medal.png\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(93,'Main Menu footer','','',1,'footer',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',1,0,'{\"menutype\":\"mainmenu\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"1\",\"tag_id\":\"\",\"class_sfx\":\"_cnlp_footer\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"_menu\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(90,'Slideshow Welcome','','',1,'fullwidth',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_slideshowck',1,0,'{\"slides\":\"[]\",\"theme\":\"default\",\"skin\":\"camera_black_skin\",\"alignment\":\"center\",\"loader\":\"bar\",\"width\":\"auto\",\"height\":\"400\",\"navigation\":\"2\",\"thumbnails\":\"0\",\"thumbnailwidth\":\"100\",\"thumbnailheight\":\"75\",\"pagination\":\"0\",\"effect\":[\"random\"],\"time\":\"6000\",\"transperiod\":\"1500\",\"captioneffect\":\"moveFromLeft\",\"portrait\":\"0\",\"autoAdvance\":\"1\",\"hover\":\"1\",\"displayorder\":\"normal\",\"limitslides\":\"\",\"fullpage\":\"0\",\"imagetarget\":\"_parent\",\"usemobileimage\":\"0\",\"mobileimageresolution\":\"640\",\"loadjquery\":\"1\",\"loadjqueryeasing\":\"1\",\"loadjquerymobile\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"articlelength\":\"150\",\"articlelink\":\"readmore\",\"articletitle\":\"h3\",\"showarticletitle\":\"1\",\"captionstylesusefont\":\"0\",\"captionstylestextgfont\":\"Droid Sans\",\"captionstylesfontsize\":\"12px\",\"captionstylesfontcolor\":\"\",\"captionstylesfontweight\":\"normal\",\"captionstylesdescfontsize\":\"10px\",\"captionstylesdescfontcolor\":\"\",\"captionstylesusemargin\":\"0\",\"captionstylesmargintop\":\"0\",\"captionstylesmarginright\":\"0\",\"captionstylesmarginbottom\":\"0\",\"captionstylesmarginleft\":\"0\",\"captionstylespaddingtop\":\"0\",\"captionstylespaddingright\":\"0\",\"captionstylespaddingbottom\":\"0\",\"captionstylespaddingleft\":\"0\",\"captionstylesusebackground\":\"0\",\"captionstylesbgcolor1\":\"\",\"captionstylesbgimage\":\"\",\"captionstylesbgpositionx\":\"left\",\"captionstylesbgpositiony\":\"top\",\"captionstylesbgimagerepeat\":\"repeat\",\"captionstylesusegradient\":\"0\",\"captionstylesbgcolor2\":\"\",\"captionstylesuseroundedcorners\":\"1\",\"captionstylesroundedcornerstl\":\"5\",\"captionstylesroundedcornerstr\":\"5\",\"captionstylesroundedcornersbr\":\"5\",\"captionstylesroundedcornersbl\":\"5\",\"captionstylesuseshadow\":\"0\",\"captionstylesshadowcolor\":\"\",\"captionstylesshadowblur\":\"3\",\"captionstylesshadowspread\":\"0\",\"captionstylesshadowoffsetx\":\"0\",\"captionstylesshadowoffsety\":\"0\",\"captionstylesshadowinset\":\"0\",\"captionstylesuseborders\":\"1\",\"captionstylesbordercolor\":\"\",\"captionstylesborderwidth\":\"1\",\"slidesssource\":\"autoloadfolder\",\"fromfoldername\":\"modules\\/mod_slideshowck\\/images\\/slides2\",\"slidesfromfolder\":\"[]\",\"autoloadfoldername\":\"images\\/slides\\/welcome\\/\",\"lightboxtype\":\"squeezebox\",\"lightboxcaption\":\"caption\"}',0,'*'),(106,'QuickSellBalance','','',0,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_quicksellbalance',1,1,'',0,'*'),(107,'QuickSellCart','','',1,'above_article_1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_quicksellcart',1,1,'{\"moduleclass_sfx\":\"\"}',0,'*'),(108,'minimenu','','',1,'abovetop',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',1,0,'{\"menutype\":\"minimenu\",\"startLevel\":\"1\",\"endLevel\":\"1\",\"showAllChildren\":\"0\",\"tag_id\":\"\",\"class_sfx\":\"_mini\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(109,'Slideshow Chris','','',1,'above_article_1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_slideshowck',1,0,'{\"slides\":\"[]\",\"theme\":\"default\",\"skin\":\"camera_black_skin\",\"alignment\":\"center\",\"loader\":\"bar\",\"width\":\"auto\",\"height\":\"400\",\"navigation\":\"2\",\"thumbnails\":\"0\",\"thumbnailwidth\":\"100\",\"thumbnailheight\":\"75\",\"pagination\":\"0\",\"effect\":[\"scrollLeft\"],\"time\":\"6000\",\"transperiod\":\"1500\",\"captioneffect\":\"moveFromLeft\",\"portrait\":\"0\",\"autoAdvance\":\"1\",\"hover\":\"1\",\"displayorder\":\"normal\",\"limitslides\":\"\",\"fullpage\":\"0\",\"imagetarget\":\"_parent\",\"usemobileimage\":\"0\",\"mobileimageresolution\":\"640\",\"loadjquery\":\"1\",\"loadjqueryeasing\":\"1\",\"loadjquerymobile\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"articlelength\":\"150\",\"articlelink\":\"readmore\",\"articletitle\":\"h3\",\"showarticletitle\":\"1\",\"captionstylesusefont\":\"0\",\"captionstylestextgfont\":\"Droid Sans\",\"captionstylesfontsize\":\"12px\",\"captionstylesfontcolor\":\"\",\"captionstylesfontweight\":\"normal\",\"captionstylesdescfontsize\":\"10px\",\"captionstylesdescfontcolor\":\"\",\"captionstylesusemargin\":\"0\",\"captionstylesmargintop\":\"0\",\"captionstylesmarginright\":\"0\",\"captionstylesmarginbottom\":\"0\",\"captionstylesmarginleft\":\"0\",\"captionstylespaddingtop\":\"0\",\"captionstylespaddingright\":\"0\",\"captionstylespaddingbottom\":\"0\",\"captionstylespaddingleft\":\"0\",\"captionstylesusebackground\":\"0\",\"captionstylesbgcolor1\":\"\",\"captionstylesbgimage\":\"\",\"captionstylesbgpositionx\":\"left\",\"captionstylesbgpositiony\":\"top\",\"captionstylesbgimagerepeat\":\"repeat\",\"captionstylesusegradient\":\"0\",\"captionstylesbgcolor2\":\"\",\"captionstylesuseroundedcorners\":\"1\",\"captionstylesroundedcornerstl\":\"5\",\"captionstylesroundedcornerstr\":\"5\",\"captionstylesroundedcornersbr\":\"5\",\"captionstylesroundedcornersbl\":\"5\",\"captionstylesuseshadow\":\"0\",\"captionstylesshadowcolor\":\"\",\"captionstylesshadowblur\":\"3\",\"captionstylesshadowspread\":\"0\",\"captionstylesshadowoffsetx\":\"0\",\"captionstylesshadowoffsety\":\"0\",\"captionstylesshadowinset\":\"0\",\"captionstylesuseborders\":\"1\",\"captionstylesbordercolor\":\"\",\"captionstylesborderwidth\":\"1\",\"slidesssource\":\"autoloadfolder\",\"fromfoldername\":\"modules\\/mod_slideshowck\\/images\\/slides2\",\"slidesfromfolder\":\"[]\",\"autoloadfoldername\":\"images\\/slides\\/chris\\/\",\"lightboxtype\":\"squeezebox\",\"lightboxcaption\":\"caption\"}',0,'*'),(110,'Slideshow Welcome','','',1,'above_article_1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_slideshowck',1,0,'{\"slides\":\"[]\",\"theme\":\"default\",\"skin\":\"camera_violet_skin\",\"alignment\":\"center\",\"loader\":\"bar\",\"width\":\"auto\",\"height\":\"400\",\"navigation\":\"2\",\"thumbnails\":\"0\",\"thumbnailwidth\":\"100\",\"thumbnailheight\":\"75\",\"pagination\":\"0\",\"effect\":[\"scrollLeft\"],\"time\":\"6000\",\"transperiod\":\"1500\",\"captioneffect\":\"moveFromBottom\",\"portrait\":\"0\",\"autoAdvance\":\"1\",\"hover\":\"1\",\"displayorder\":\"shuffle\",\"limitslides\":\"\",\"fullpage\":\"0\",\"imagetarget\":\"_parent\",\"usemobileimage\":\"0\",\"mobileimageresolution\":\"640\",\"loadjquery\":\"1\",\"loadjqueryeasing\":\"1\",\"loadjquerymobile\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"articlelength\":\"150\",\"articlelink\":\"readmore\",\"articletitle\":\"h3\",\"showarticletitle\":\"1\",\"captionstylesusefont\":\"1\",\"captionstylestextgfont\":\"PT Sans\",\"captionstylesfontsize\":\"18px\",\"captionstylesfontcolor\":\"\",\"captionstylesfontweight\":\"normal\",\"captionstylesdescfontsize\":\"10px\",\"captionstylesdescfontcolor\":\"\",\"captionstylesusemargin\":\"1\",\"captionstylesmargintop\":\"0\",\"captionstylesmarginright\":\"0\",\"captionstylesmarginbottom\":\"0\",\"captionstylesmarginleft\":\"0\",\"captionstylespaddingtop\":\"2\",\"captionstylespaddingright\":\"0\",\"captionstylespaddingbottom\":\"7\",\"captionstylespaddingleft\":\"0\",\"captionstylesusebackground\":\"1\",\"captionstylesbgcolor1\":\"\",\"captionstylesbgimage\":\"images\\/bg.png\",\"captionstylesbgpositionx\":\"left\",\"captionstylesbgpositiony\":\"top\",\"captionstylesbgimagerepeat\":\"repeat\",\"captionstylesusegradient\":\"0\",\"captionstylesbgcolor2\":\"\",\"captionstylesuseroundedcorners\":\"0\",\"captionstylesroundedcornerstl\":\"5\",\"captionstylesroundedcornerstr\":\"5\",\"captionstylesroundedcornersbr\":\"5\",\"captionstylesroundedcornersbl\":\"5\",\"captionstylesuseshadow\":\"0\",\"captionstylesshadowcolor\":\"\",\"captionstylesshadowblur\":\"3\",\"captionstylesshadowspread\":\"0\",\"captionstylesshadowoffsetx\":\"0\",\"captionstylesshadowoffsety\":\"0\",\"captionstylesshadowinset\":\"0\",\"captionstylesuseborders\":\"0\",\"captionstylesbordercolor\":\"\",\"captionstylesborderwidth\":\"1\",\"slidesssource\":\"autoloadfolder\",\"fromfoldername\":\"modules\\/mod_slideshowck\\/images\\/slides2\",\"slidesfromfolder\":\"[]\",\"autoloadfoldername\":\"images\\/slides\\/welcome\\/\",\"lightboxtype\":\"squeezebox\",\"lightboxcaption\":\"caption\"}',0,'*'),(111,'Menu MyWorkshopArticles','','',1,'MyWorkshopArticles',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_articles_category',1,0,'{\"mode\":\"normal\",\"show_on_article_page\":\"1\",\"show_front\":\"show\",\"count\":\"0\",\"category_filtering_type\":\"1\",\"catid\":[\"18\"],\"show_child_category_articles\":\"0\",\"levels\":\"1\",\"author_filtering_type\":\"1\",\"created_by\":[\"\"],\"author_alias_filtering_type\":\"1\",\"created_by_alias\":[\"\"],\"excluded_articles\":\"\",\"date_filtering\":\"off\",\"date_field\":\"a.created\",\"start_date_range\":\"\",\"end_date_range\":\"\",\"relative_date\":\"30\",\"article_ordering\":\"a.ordering\",\"article_ordering_direction\":\"ASC\",\"article_grouping\":\"none\",\"article_grouping_direction\":\"ksort\",\"month_year_format\":\"F Y\",\"item_heading\":\"4\",\"link_titles\":\"1\",\"show_date\":\"0\",\"show_date_field\":\"created\",\"show_date_format\":\"Y-m-d H:i:s\",\"show_category\":\"0\",\"show_hits\":\"0\",\"show_author\":\"0\",\"show_introtext\":\"1\",\"introtext_limit\":\"100\",\"show_readmore\":\"0\",\"show_readmore_title\":\"0\",\"readmore_limit\":\"15\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"owncache\":\"1\",\"cache_time\":\"900\"}',0,'*'),(112,'Workshop Calendar','','<p><img src=\"images/icons/world.png\" border=\"0\" style=\"border: 0; float: left; margin-left: 10px; margin-right: 10px;\" />See Christina Hall\'s training schedule with workshops all over the planet.</p>',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(113,'ARI Ext Menu','','',1,'topmenu',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_ariextmenu',1,0,'{\"menutype\":\"mainmenu\",\"direction\":\"horizontal\",\"startLevel\":\"1\",\"endLevel\":\"-1\",\"onlyActiveItems\":\"0\",\"highlightCurrent\":\"1\",\"moduleclass_sfx\":\"\",\"loadExtJS\":\"1\",\"loadMethod\":\"ready\",\"uniqId\":\"0\",\"autoWidth\":\"1\",\"animate\":\"1\",\"delay\":\"0.2\",\"transitionType\":\"slide\",\"transitionDuration\":\"0.2\",\"zIndex\":\"\",\"bgColor\":\"#662d91\",\"textColor\":\"#ffffff\",\"bgHoverColor\":\"#ffffff\",\"textHoverColor\":\"#000000\",\"bgCurrentColor\":\"#ffffff\",\"textCurrentColor\":\"#662d91\",\"fontSize\":\"16px\",\"fontWeight\":\"lighter\",\"textAlign\":\"center\",\"textTransform\":\"none\",\"inheritMain\":\"1\",\"sub_bgColor\":\"#662d91\",\"sub_textColor\":\"#ffffff\",\"sub_bgHoverColor\":\"#ffffff\",\"sub_textHoverColor\":\"#000000\",\"sub_bgCurrentColor\":\"#ffffff\",\"sub_textCurrentColor\":\"#662d91\",\"sub_fontSize\":\"16px\",\"sub_fontWeight\":\"lighter\",\"sub_textAlign\":\"left\",\"sub_textTransform\":\"none\",\"customstyle\":\".ux-menu-link-level-0 {\\r\\n margin-left: 0px;\\r\\n margin-right: 15px;\\r\\n}\",\"cache\":\"0\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(115,'CNLP Next Workshops inline','','',1,'mynextworkshops',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_cnlp_workshops',1,0,'{\"ws_count\":\"3\",\"ws_order\":\"date\",\"ws_dir\":\"ASC\",\"ws_group\":\"0\",\"ws_hide\":\"0\",\"ws_link\":\"176\",\"ws_cat\":\"1\",\"layout\":\"_:simple\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'); /*!40000 ALTER TABLE `e30rf_modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_modules_menu` -- DROP TABLE IF EXISTS `e30rf_modules_menu`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_modules_menu` ( `moduleid` int(11) NOT NULL default '0', `menuid` int(11) NOT NULL default '0', PRIMARY KEY (`moduleid`,`menuid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_modules_menu` -- LOCK TABLES `e30rf_modules_menu` WRITE; /*!40000 ALTER TABLE `e30rf_modules_menu` DISABLE KEYS */; INSERT INTO `e30rf_modules_menu` VALUES (1,0),(2,0),(3,0),(4,0),(6,0),(7,0),(8,0),(9,0),(10,0),(12,0),(13,0),(14,0),(15,0),(16,0),(17,-101),(79,0),(80,0),(81,0),(82,103),(85,0),(86,0),(90,101),(93,0),(101,177),(102,176),(103,101),(107,106),(107,239),(108,0),(109,102),(110,101),(111,0),(112,0),(113,0),(115,101),(115,111),(115,176); /*!40000 ALTER TABLE `e30rf_modules_menu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_newsfeeds` -- DROP TABLE IF EXISTS `e30rf_newsfeeds`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_newsfeeds` ( `catid` int(11) NOT NULL default '0', `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `alias` varchar(255) character set utf8 collate utf8_bin NOT NULL default '', `link` varchar(200) NOT NULL default '', `filename` varchar(200) default NULL, `published` tinyint(1) NOT NULL default '0', `numarticles` int(10) unsigned NOT NULL default '1', `cache_time` int(10) unsigned NOT NULL default '3600', `checked_out` int(10) 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', `rtl` tinyint(4) NOT NULL default '0', `access` int(10) unsigned NOT NULL default '0', `language` char(7) NOT NULL default '', `params` text NOT NULL, `created` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL default '0', `created_by_alias` varchar(255) NOT NULL default '', `modified` datetime NOT NULL default '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL default '0', `metakey` text NOT NULL, `metadesc` text NOT NULL, `metadata` text NOT NULL, `xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to external data sets.', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`published`), KEY `idx_catid` (`catid`), KEY `idx_createdby` (`created_by`), KEY `idx_language` (`language`), KEY `idx_xreference` (`xreference`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_newsfeeds` -- LOCK TABLES `e30rf_newsfeeds` WRITE; /*!40000 ALTER TABLE `e30rf_newsfeeds` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_newsfeeds` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_overrider` -- DROP TABLE IF EXISTS `e30rf_overrider`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_overrider` ( `id` int(10) NOT NULL auto_increment COMMENT 'Primary Key', `constant` varchar(255) NOT NULL, `string` text NOT NULL, `file` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_overrider` -- LOCK TABLES `e30rf_overrider` WRITE; /*!40000 ALTER TABLE `e30rf_overrider` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_overrider` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_quicksell_bundles` -- DROP TABLE IF EXISTS `e30rf_quicksell_bundles`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_quicksell_bundles` ( `file_id` int(11) NOT NULL, `files` text NOT NULL, PRIMARY KEY (`file_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_quicksell_bundles` -- LOCK TABLES `e30rf_quicksell_bundles` WRITE; /*!40000 ALTER TABLE `e30rf_quicksell_bundles` DISABLE KEYS */; INSERT INTO `e30rf_quicksell_bundles` VALUES (420,'409|410|411|412|413|414|415|416|417|418|419|420|421'),(419,'409|410|411|412|413|414|415|416|417|418|419|420|421'),(418,'409|410|411|412|413|414|415|416|417|418|419|420|421'),(417,'409|410|411|412|413|414|415|416|417|418|419|420|421'),(416,'409|410|411|412|413|414|415|416|417|418|419|420|421'),(415,'409|410|411|412|413|414|415|416|417|418|419|420|421'),(414,'409|410|411|412|413|414|415|416|417|418|419|420|421'),(413,'409|410|411|412|413|414|415|416|417|418|419|420|421'),(412,'409|410|411|412|413|414|415|416|417|418|419|420|421'),(409,'409|410|411|412|413|414|415|416|417|418|419|420|421'),(410,'409|410|411|412|413|414|415|416|417|418|419|420|421'),(411,'409|410|411|412|413|414|415|416|417|418|419|420|421'),(421,'409|410|411|412|413|414|415|416|417|418|419|420|421'),(422,'422|423|424|425'),(423,'422|423|424|425'),(424,'422|423|424|425'),(425,'422|423|424|425'); /*!40000 ALTER TABLE `e30rf_quicksell_bundles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_quicksell_carts` -- DROP TABLE IF EXISTS `e30rf_quicksell_carts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_quicksell_carts` ( `cart_id` int(11) NOT NULL auto_increment, `data` text NOT NULL, `key` varchar(32) NOT NULL, `datetime` timestamp NOT NULL default CURRENT_TIMESTAMP, KEY `cart_id` (`cart_id`), KEY `key` (`key`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_quicksell_carts` -- LOCK TABLES `e30rf_quicksell_carts` WRITE; /*!40000 ALTER TABLE `e30rf_quicksell_carts` DISABLE KEYS */; INSERT INTO `e30rf_quicksell_carts` VALUES (1,'a:2:{s:5:\"files\";a:1:{s:32:\"d733163748e0f48a48d78f2afaa6fc44\";a:10:{s:8:\"filename\";s:36:\"01 Language as a Perceptual Tool.mp3\";s:5:\"my_id\";i:0;s:5:\"price\";s:4:\"1.99\";s:8:\"currency\";s:3:\"USD\";s:13:\"emailDelivery\";s:0:\"\";s:19:\"requireRegistration\";s:0:\"\";s:12:\"customPayPal\";s:16:\"cnlphall@aol.com\";s:18:\"notification_email\";s:0:\"\";s:5:\"title\";s:12:\"\" currency=\"\";s:8:\"discount\";s:0:\"\";}}s:7:\"user_id\";i:0;}','aa944cbe320ad822f70dc7adca50456c','2014-03-03 23:51:48'); /*!40000 ALTER TABLE `e30rf_quicksell_carts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_quicksell_config` -- DROP TABLE IF EXISTS `e30rf_quicksell_config`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_quicksell_config` ( `name` varchar(32) NOT NULL, `value` longtext NOT NULL, UNIQUE KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_quicksell_config` -- LOCK TABLES `e30rf_quicksell_config` WRITE; /*!40000 ALTER TABLE `e30rf_quicksell_config` DISABLE KEYS */; INSERT INTO `e30rf_quicksell_config` VALUES ('config','a:29:{s:2:\"pp\";s:16:\"cnlphall@aol.com\";s:8:\"currency\";s:3:\"USD\";s:15:\"useThankYouPage\";s:2:\"on\";s:15:\"link_expiration\";s:8:\"72 hours\";s:10:\"storageDir\";s:85:\"/data/0/0/96/4/96330/user/97745/htdocs/administrator/components/com_quicksell/uploads\";s:3:\"tax\";s:2:\"20\";s:19:\"downloads_per_order\";s:1:\"8\";s:15:\"googleEcommerce\";s:2:\"on\";s:18:\"freeDownloadGroups\";a:1:{i:8;s:2:\"on\";}s:14:\"pdfOrientation\";s:8:\"portrait\";s:7:\"use_ssl\";s:2:\"on\";s:8:\"use_curl\";s:2:\"on\";s:11:\"send_export\";s:2:\"on\";s:3:\"cbt\";s:30:\"return to www.chrisnlphall.com\";s:2:\"rm\";s:1:\"0\";s:2:\"lc\";s:0:\"\";s:13:\"emailDelivery\";s:2:\"on\";s:20:\"emailDeliverySubject\";s:32:\"Email Delivery - Order complete!\";s:17:\"emailDeliveryBody\";s:1488:\"PGgxPlRoYW5rIHlvdSBmb3IgeW91ciBvcmRlciAlJWZpcnN0X25hbWUlJSAlJWxhc3RfbmFtZSUlITwvaDE+DQo8cCBzdHlsZT0iY29sb3I6ICMzMzMzMzM7IGZvbnQtZmFtaWx5OiBUYWhvbWEsIEhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWY7IGZvbnQtc2l6ZTogMTJweDsgZm9udC13ZWlnaHQ6IG5vcm1hbDsiPllvdSBoYXZlIHN1Y2Nlc3NmdWxseSBjb21wbGV0ZWQgdGhlIG9yZGVyIHByb2Nlc3MhIFBsZWFzZSB1c2UgdGhlIGxpbmsocykgYmVsb3cgdG8gZG93bmxvYWQgeW91ciBjb3B5OjwvcD4NCjxwIHN0eWxlPSJjb2xvcjogIzMzMzMzMzsgZm9udC1mYW1pbHk6IFRhaG9tYSwgSGVsdmV0aWNhLCBBcmlhbCwgc2Fucy1zZXJpZjsgZm9udC1zaXplOiAxMnB4OyBmb250LXdlaWdodDogbm9ybWFsOyI+JSVkb3dubG9hZGxpbmslJTwvcD4NCjxoMz5EZXRhaWxzIGZvciB5b3VyIG9yZGVyOjwvaDM+DQo8cCBzdHlsZT0iY29sb3I6ICMzMzMzMzM7IGZvbnQtZmFtaWx5OiBUYWhvbWEsIEhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWY7IGZvbnQtc2l6ZTogMTJweDsgZm9udC13ZWlnaHQ6IG5vcm1hbDsiPjxzcGFuIHN0eWxlPSJsaW5lLWhlaWdodDogMS4zZW07Ij5PcmRlciAjOiAlJW9yZGVyX2lkJSU8YnIgLz5UcmFuc2FjdGlvbjogJSV0eG5faWQlJTwvc3Bhbj4gPGJyIC8+QW1vdW50OiAlJW1jX2N1cnJlbmN5JSUgJSVtY19ncm9zcyUlPC9wPg0KPHAgc3R5bGU9ImNvbG9yOiAjMzMzMzMzOyBmb250LWZhbWlseTogVGFob21hLCBIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmOyBmb250LXNpemU6IDEycHg7IGZvbnQtd2VpZ2h0OiBub3JtYWw7Ij5EbyB5b3UgbmVlZCBhc3Npc3RhbmNlIHdpdGggeW91ciBvcmRlcj8gRW1haWwgPGEgaHJlZj0ibWFpbHRvOm9yZGVyQGNocmlzLW5scC1oYWxsLmNvbSI+b3JkZXJAY2hyaXMtbmxwLWhhbGwuY29tPC9hPiBhbmQgd2Ugd2lsbCBiZSBnbGFkIHRvIGhlbHAuPC9wPg0KPHAgc3R5bGU9ImNvbG9yOiAjMzMzMzMzOyBmb250LWZhbWlseTogVGFob21hLCBIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmOyBmb250LXNpemU6IDEycHg7IGZvbnQtd2VpZ2h0OiBub3JtYWw7Ij5UaGFuayB5b3UhPC9wPg==\";s:12:\"thankYouPage\";s:1155:\"<h1>Thank you for your order %%first_name%% %%last_name%%!</h1>\r\n<p style=\"color: #333333; font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal;\">You have successfully completed the order process! Please use the link(s) below to download your copy:</p>\r\n<p style=\"color: #333333; font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal;\">%%downloadlink%%</p>\r\n<h3>Details for your order:</h3>\r\n<p style=\"color: #333333; font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal;\"><span style=\"line-height: 1.3em;\">Order #: %%order_id%%<br />Transaction: %%txn_id%%</span> <br />Amount: %%mc_currency%% %%mc_gross%%</p>\r\n<p style=\"color: #333333; font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal;\">Do you need assistance with your order? Email <a href=\"mailto:order@chris-nlp-hall.com\">order@chris-nlp-hall.com</a> and we will be glad to help.</p>\r\n<p style=\"color: #333333; font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal;\"><span style=\"line-height: 1.3em;\">Thank you!</span></p>\";s:20:\"depositsThankYouPage\";s:549:\"<h1>Thank you for your order %%first_name%% %%last_name%%!</h1>\r\n<p>You have successfully completed the deposit process! Please find below details about your transaction.</p>\r\n<p><span style=\"color: #135cae; font-family: Helvetica, Arial, sans-serif; font-size: 13px; font-weight: bold; line-height: 1.3em;\">Details for your order:</span></p>\r\n<p><span style=\"line-height: 1.3em;\">Deposit #: %%deposit_id%%<br />Transaction: %%txn_id%%</span> <br />Amount: %%mc_currency%% %%mc_gross%%</p>\r\n<p><span style=\"line-height: 1.3em;\">Thank you!</span></p>\";s:16:\"cartThankYouPage\";s:451:\"<h1>Thank you for your order %%first_name%% %%last_name%%!</h1>\r\n<p>You have successfully completed the order process! Please use the link(s) below to download your copy:</p>\r\n<p>%%downloadlink%%</p>\r\n<h3>Details for your order:</h3>\r\n<p><span style=\"line-height: 1.3em;\">Order #: %%order_id%%<br />Transaction: %%txn_id%%</span> <br />Amount: %%mc_currency%% %%mc_gross%%</p>\r\n<p><strong>Your password is: %%password%%</strong></p>\r\n<p>Thank you!</p>\";s:16:\"withdraw_minimum\";s:2:\"10\";s:23:\"depositsRedirectionPage\";s:121:\"<h1>Thank you for depositing to our website!</h1>\r\n<p>You are being redirected to PayPal to complete the transaction.</p>\";s:11:\"videoHeight\";s:3:\"500\";s:10:\"videoWidth\";s:4:\"100%\";s:6:\"action\";s:4:\"save\";s:6:\"option\";s:13:\"com_quicksell\";s:4:\"task\";s:6:\"config\";}'); /*!40000 ALTER TABLE `e30rf_quicksell_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_quicksell_deposits` -- DROP TABLE IF EXISTS `e30rf_quicksell_deposits`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_quicksell_deposits` ( `deposit_id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL, `mc_gross` float NOT NULL, `protection_eligibility` varchar(32) NOT NULL, `payer_id` varchar(255) NOT NULL, `tax` float NOT NULL, `payment_date` bigint(22) NOT NULL, `payment_status` varchar(32) NOT NULL, `charset` varchar(32) NOT NULL, `first_name` varchar(255) NOT NULL, `mc_fee` float NOT NULL, `notify_version` varchar(32) NOT NULL, `custom` text NOT NULL, `payer_status` varchar(32) NOT NULL, `business` varchar(255) NOT NULL, `num_cart_items` int(11) NOT NULL, `verify_sign` varchar(255) NOT NULL, `payer_email` varchar(255) NOT NULL, `txn_id` varchar(255) NOT NULL, `item_name` varchar(255) NOT NULL, `payer_business_name` varchar(255) NOT NULL, `last_name` varchar(255) NOT NULL, `receiver_email` varchar(255) NOT NULL, `payment_fee` float NOT NULL, `receiver_id` varchar(255) NOT NULL, `mc_currency` varchar(3) NOT NULL, `residence_country` varchar(32) NOT NULL, `transaction_subject` text NOT NULL, `published` int(11) NOT NULL, `key` varchar(32) NOT NULL, `type` enum('deposit','withdraw') NOT NULL, PRIMARY KEY (`deposit_id`) ) ENGINE=MyISAM AUTO_INCREMENT=365 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_quicksell_deposits` -- LOCK TABLES `e30rf_quicksell_deposits` WRITE; /*!40000 ALTER TABLE `e30rf_quicksell_deposits` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_quicksell_deposits` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_quicksell_files` -- DROP TABLE IF EXISTS `e30rf_quicksell_files`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_quicksell_files` ( `file_id` mediumint(9) NOT NULL auto_increment, `filename` varchar(255) default NULL, `published` mediumint(9) default NULL, `preview` varchar(255) NOT NULL, PRIMARY KEY (`file_id`), UNIQUE KEY `filename` (`filename`) ) ENGINE=MyISAM AUTO_INCREMENT=426 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_quicksell_files` -- LOCK TABLES `e30rf_quicksell_files` WRITE; /*!40000 ALTER TABLE `e30rf_quicksell_files` DISABLE KEYS */; INSERT INTO `e30rf_quicksell_files` VALUES (404,'09 Building Intensity.mp3',1,''),(422,'language_in_action_part1of4.zip',1,''),(403,'08 Chunking_ Creating a Multi-Dimensional Network of Perspectives.mp3',1,''),(402,'07 The Meta Model as a System of Relations.mp3',1,''),(401,'06 Universals and State Elicitation.mp3',1,''),(400,'05 Language Patterns_ Open Session with Questions and Answers.mp3',1,''),(399,'04 Thinking Skills and Logical Levels.mp3',1,''),(398,'03 Presuppositions and the Structure of Time.mp3',1,''),(397,'02 Neuro-Logical Shifts and Temporal Perspectives.mp3',1,''),(396,'01 Language as a Perceptional Tool - Opening.mp3',1,''),(405,'10 Guiding the Process of Generalization.mp3',1,''),(406,'11 Lost Performatives and Sorting Markers.mp3',1,''),(407,'12 Structuring Implications.mp3',1,''),(408,'13 Complex Equivalencies.mp3',1,''),(409,'B01 Language as a Perceptional Tool - Opening.mp3',1,''),(410,'B02 Neuro-Logical Shifts and Temporal Perspectives.mp3',1,''),(411,'B03 Presuppositions and the Structure of Time.mp3',1,''),(412,'B04 Thinking Skills and Logical Levels.mp3',1,''),(413,'B05 Language Patterns_ Open Session with Questions and Answers.mp3',1,''),(414,'B06 Universals and State Elicitation.mp3',1,''),(415,'B07 The Meta Model as a System of Relations.mp3',1,''),(416,'B08 Chunking_ Creating a Multi-Dimensional Network of Perspectives.mp3',1,''),(417,'B09 Building Intensity.mp3',1,''),(418,'B10 Guiding the Process of Generalization.mp3',1,''),(419,'B11 Lost Performatives and Sorting Markers.mp3',1,''),(420,'B12 Structuring Implications.mp3',1,''),(421,'B13 Complex Equivalencies.mp3',1,''),(423,'language_in_action_part2of4.zip',1,''),(424,'language_in_action_part3of4.zip',1,''),(425,'language_in_action_part4of4.zip',1,''); /*!40000 ALTER TABLE `e30rf_quicksell_files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_quicksell_orders` -- DROP TABLE IF EXISTS `e30rf_quicksell_orders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_quicksell_orders` ( `order_id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL, `mc_gross` float NOT NULL, `protection_eligibility` varchar(32) NOT NULL, `payer_id` varchar(255) NOT NULL, `tax` float NOT NULL, `payment_date` bigint(22) NOT NULL, `payment_status` varchar(32) NOT NULL, `charset` varchar(32) NOT NULL, `first_name` varchar(255) NOT NULL, `mc_fee` float NOT NULL, `notify_version` varchar(32) NOT NULL, `custom` text NOT NULL, `payer_status` varchar(32) NOT NULL, `business` varchar(255) NOT NULL, `num_cart_items` int(11) NOT NULL, `verify_sign` varchar(255) NOT NULL, `payer_email` varchar(255) NOT NULL, `txn_id` varchar(255) NOT NULL, `item_name` varchar(255) NOT NULL, `payer_business_name` varchar(255) NOT NULL, `last_name` varchar(255) NOT NULL, `receiver_email` varchar(255) NOT NULL, `payment_fee` float NOT NULL, `receiver_id` varchar(255) NOT NULL, `mc_currency` varchar(3) NOT NULL, `residence_country` varchar(32) NOT NULL, `transaction_subject` text NOT NULL, `published` int(11) NOT NULL, `filename` varchar(255) NOT NULL, `downloads` int(11) default '0', `key` varchar(32) NOT NULL, `notification_email` varchar(255) NOT NULL, `by_deposit` int(11) NOT NULL, `cart_id` int(11) NOT NULL default '0', PRIMARY KEY (`order_id`) ) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_quicksell_orders` -- LOCK TABLES `e30rf_quicksell_orders` WRITE; /*!40000 ALTER TABLE `e30rf_quicksell_orders` DISABLE KEYS */; INSERT INTO `e30rf_quicksell_orders` VALUES (11,0,299,'Ineligible','JMMGDZJYJ2UT6',0,1404174917,'Completed','windows-1252','Victor',8.97,'3.8','NDItMS0wOTUtMDAuemlwfDB8Mjk5LjAwfFVTRHxvbnx8Y25scGhhbGxAYW9sLmNvbXx8ODBhZDdkMmE5YTg5NGUzYTdmNjc5ZGFhMTA5NDc1MmE=','verified','cnlphall@aol.com',0,'AWR-MM8DCVHdLm704mAbWuuvzolnAYCLONU8-CirdBZ6lQAZjF2ecwqr','Twoz7@aol.com','56U22511F4229860T','42-1-095-00','','Wozny','cnlphall@aol.com',8.97,'PPLY68CRMT7VU','USD','US','NDItMS0wOTUtMDAuemlwfDB8Mjk5LjAwfFVTRHxvbnx8Y25scGhhbGxAYW9sLmNvbXx8ODBhZDdkMmE5YTg5NGUzYTdmNjc5ZGFhMTA5NDc1MmE=',1,'42-1-095-00.zip',2,'8b4b4befe60c9e144aa0d32d1b99f909','',0,0),(15,0,299,'Ineligible','KWLJMKVCGXGJN',0,1404310916,'Completed','windows-1252','Tobias',11.96,'3.8','QjAxIExhbmd1YWdlIGFzIGEgUGVyY2VwdGlvbmFsIFRvb2wgLSBPcGVuaW5nLm1wM3wwfDI5OS4wMHxVU0R8b258fGNubHBoYWxsQGFvbC5jb218fGVjOTdlODliMzBkZjlhZjIwZmJlMjA4N2MwYTRlNzdh','verified','cnlphall@aol.com',0,'Ap2nJf9k3AuwJtXY.qteZfi-rQ5iA2U7UXhrKSUb-W2fhqFLs8gic-Aa','Tobias.Voss@metalog.de','50T95312L66935042','42-1-095-00','','Vo','cnlphall@aol.com',11.96,'PPLY68CRMT7VU','USD','DE','QjAxIExhbmd1YWdlIGFzIGEgUGVyY2VwdGlvbmFsIFRvb2wgLSBPcGVuaW5nLm1wM3wwfDI5OS4wMHxVU0R8b258fGNubHBoYWxsQGFvbC5jb218fGVjOTdlODliMzBkZjlhZjIwZmJlMjA4N2MwYTRlNzdh',1,'B01 Language as a Perceptional Tool - Opening.mp3',3,'894830233b5f89ec4c675bda99eb49b9','',0,0),(25,0,299,'Ineligible','DSRAL29E33ZZ4',0,1405262134,'Completed','windows-1252','James',11.96,'3.8','bGFuZ3VhZ2VfaW5fYWN0aW9uX3BhcnQxb2Y0LnppcHwwfDI5OS4wMHxVU0R8b258fGNubHBoYWxsQGFvbC5jb218fGZlNzg5N2QzYjUwZWU1NjliNjZhOGE1NDdhZTFiY2Qx','verified','cnlphall@aol.com',0,'AwD4sJJmdrzDKNGw7KMAMuZSx1AHANNWM7m0IwbcyeRcSK5tHpcSoGYV','james@hypnosiswithouttrance.com','19L6101551191224T','Language Intensive Audio Book full (42-1-095-00)','James Tripp Consulting','Rolph','cnlphall@aol.com',11.96,'PPLY68CRMT7VU','USD','GB','bGFuZ3VhZ2VfaW5fYWN0aW9uX3BhcnQxb2Y0LnppcHwwfDI5OS4wMHxVU0R8b258fGNubHBoYWxsQGFvbC5jb218fGZlNzg5N2QzYjUwZWU1NjliNjZhOGE1NDdhZTFiY2Qx',1,'language_in_action_part1of4.zip',8,'28dc49791f3319fde650838af54ee7b2','',0,0),(17,0,299,'Ineligible','NGT625KMXCNBQ',0,1404336016,'Completed','windows-1252','Oliver',11.96,'3.8','QjAxIExhbmd1YWdlIGFzIGEgUGVyY2VwdGlvbmFsIFRvb2wgLSBPcGVuaW5nLm1wM3wwfDI5OS4wMHxVU0R8b258fGNubHBoYWxsQGFvbC5jb218fGVjOTdlODliMzBkZjlhZjIwZmJlMjA4N2MwYTRlNzdh','verified','cnlphall@aol.com',0,'Agex0DUfI-XGWoaqh.2UMTJKeVZHAwdjdEGQMFKTsY6cFAKLsiFSXVPC','olivercaspers@aol.com','30713240ED875111E','42-1-095-00','','Caspers','cnlphall@aol.com',11.96,'PPLY68CRMT7VU','USD','DE','QjAxIExhbmd1YWdlIGFzIGEgUGVyY2VwdGlvbmFsIFRvb2wgLSBPcGVuaW5nLm1wM3wwfDI5OS4wMHxVU0R8b258fGNubHBoYWxsQGFvbC5jb218fGVjOTdlODliMzBkZjlhZjIwZmJlMjA4N2MwYTRlNzdh',1,'B01 Language as a Perceptional Tool - Opening.mp3',18,'787be5feaca02b372522550a622f9933','',0,0),(19,0,299,'Ineligible','V982T7KCTTKUQ',0,1404394868,'Completed','windows-1252','Ronald',8.97,'3.8','QjAxIExhbmd1YWdlIGFzIGEgUGVyY2VwdGlvbmFsIFRvb2wgLSBPcGVuaW5nLm1wM3wwfDI5OS4wMHxVU0R8b258fGNubHBoYWxsQGFvbC5jb218fGVjOTdlODliMzBkZjlhZjIwZmJlMjA4N2MwYTRlNzdh','verified','cnlphall@aol.com',0,'AXWX-5YUFqiV7cXPB787rlTISuPmAD7LvI2OwrQK7SvBt3y-5a2pEm7C','ronaldgonsalves@hotmail.com','91U84003PF719154H','42-1-095-00','','Gonsalves Jr','cnlphall@aol.com',8.97,'PPLY68CRMT7VU','USD','US','QjAxIExhbmd1YWdlIGFzIGEgUGVyY2VwdGlvbmFsIFRvb2wgLSBPcGVuaW5nLm1wM3wwfDI5OS4wMHxVU0R8b258fGNubHBoYWxsQGFvbC5jb218fGVjOTdlODliMzBkZjlhZjIwZmJlMjA4N2MwYTRlNzdh',1,'B01 Language as a Perceptional Tool - Opening.mp3',14,'645445dc745b6c2e8f2703876dc01df9','',0,0),(26,0,299,'Ineligible','WGNC5PFZ2PYDU',0,1407014211,'Completed','windows-1252','judy',11.96,'3.8','bGFuZ3VhZ2VfaW5fYWN0aW9uX3BhcnQxb2Y0LnppcHwwfDI5OS4wMHxVU0R8b258fGNubHBoYWxsQGFvbC5jb218fGZlNzg5N2QzYjUwZWU1NjliNjZhOGE1NDdhZTFiY2Qx','verified','cnlphall@aol.com',0,'AkRebpqEaHnmp0OZPf-AQ7VHoHKfA1zjP504LbFxfD.gnuCLi4OrKwo-','ddelias@gmail.com','2CY439506E411191T','Language Intensive Audio Book full (42-1-095-00)','','elias','cnlphall@aol.com',11.96,'PPLY68CRMT7VU','USD','IL','bGFuZ3VhZ2VfaW5fYWN0aW9uX3BhcnQxb2Y0LnppcHwwfDI5OS4wMHxVU0R8b258fGNubHBoYWxsQGFvbC5jb218fGZlNzg5N2QzYjUwZWU1NjliNjZhOGE1NDdhZTFiY2Qx',1,'language_in_action_part1of4.zip',8,'b92298f4a41de35759e9b1246f2c3a24','',0,0); /*!40000 ALTER TABLE `e30rf_quicksell_orders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_quicksell_transactions` -- DROP TABLE IF EXISTS `e30rf_quicksell_transactions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_quicksell_transactions` ( `transaction_id` int(11) NOT NULL auto_increment, `type` enum('deposit','withdraw') NOT NULL, `user_id` int(11) NOT NULL, `amount` float NOT NULL, `currency` text, `datetime` datetime default NULL, `paid` int(11) NOT NULL, `paypal_email` varchar(255) NOT NULL, PRIMARY KEY (`transaction_id`) ) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_quicksell_transactions` -- LOCK TABLES `e30rf_quicksell_transactions` WRITE; /*!40000 ALTER TABLE `e30rf_quicksell_transactions` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_quicksell_transactions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_redirect_links` -- DROP TABLE IF EXISTS `e30rf_redirect_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_redirect_links` ( `id` int(10) unsigned NOT NULL auto_increment, `old_url` varchar(255) NOT NULL, `new_url` varchar(255) NOT NULL, `referer` varchar(150) NOT NULL, `comment` varchar(255) NOT NULL, `hits` int(10) unsigned NOT NULL default '0', `published` tinyint(4) NOT NULL, `created_date` datetime NOT NULL default '0000-00-00 00:00:00', `modified_date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`), UNIQUE KEY `idx_link_old` (`old_url`), KEY `idx_link_modifed` (`modified_date`) ) ENGINE=MyISAM AUTO_INCREMENT=598 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_redirect_links` -- LOCK TABLES `e30rf_redirect_links` WRITE; /*!40000 ALTER TABLE `e30rf_redirect_links` DISABLE KEYS */; INSERT INTO `e30rf_redirect_links` VALUES (1,'http://www.chrisnlphall.com/__joomla25/index.php?option=com_contact&view=categories&id=0&Itemid=102','','http://www.chrisnlphall.com/__joomla25/index.php?option=com_cnlp_workshops&view=workshop&id=2','',6,0,'2013-10-28 13:12:51','0000-00-00 00:00:00'),(2,'http://www.chrisnlphall.com/__joomla25/index.php/workshops','','http://www.chrisnlphall.com/__joomla25/index.php?option=com_content&view=article&id=1&Itemid=101','',1,0,'2013-11-23 13:48:53','0000-00-00 00:00:00'),(3,'http://www.chrisnlphall.com/__joomla25/index.php/component/content/?id=7&Itemid=111','','http://www.chrisnlphall.com/__joomla25/index.php/workshops','',1,0,'2013-11-23 21:51:15','0000-00-00 00:00:00'),(4,'http://www.chrisnlphall.com/__joomla25/contact-christina-hall','','http://www.chrisnlphall.com/__joomla25/contact-christina-hall','',1,0,'2014-02-01 22:23:24','0000-00-00 00:00:00'),(5,'http://www.chrisnlphall.com/__joomla25/workshops-with-christina-hall','','http://www.chrisnlphall.com/__joomla25/workshops-with-christina-hall','',1,0,'2014-02-01 22:24:45','0000-00-00 00:00:00'),(6,'http://www.chrisnlphall.com/__joomla25/the-society-of-nlp/nlp-trainers-certifeid-by-christina-hall','','http://www.chrisnlphall.com/__joomla25/the-society-of-nlp','',2,0,'2014-02-01 23:30:32','0000-00-00 00:00:00'),(7,'http://www.chris-nlp-hall.com/__joomla25/admin','','','',1,0,'2014-02-04 22:13:14','0000-00-00 00:00:00'),(8,'http://www.chrisnlphall.com/__joomla25/index.php/the-society-of-nlp/trainers.html','','','',2,0,'2014-02-06 05:55:29','0000-00-00 00:00:00'),(9,'http://www.chrisnlphall.com/__joomla25/nlp-workshops-with-christina-hall?id=7','','http://www.chrisnlphall.com/__joomla25/nlp-workshops-with-christina-hall/nlp-workshop-calendar','',4,0,'2014-02-07 23:24:17','0000-00-00 00:00:00'),(10,'http://www.chrisnlphall.com/__joomla25/l','','http://www.chrisnlphall.com/__joomla25/nlp-articles-and-publications','',1,0,'2014-02-08 13:50:38','0000-00-00 00:00:00'),(11,'http://www.chrisnlphall.com/__joomla25/index.php/workshops.html','','','',1,0,'2014-02-21 23:04:03','0000-00-00 00:00:00'),(12,'http://www.chrisnlphall.com/__joomla25/index.php/boutique.html','','','',2,0,'2014-02-21 23:04:42','0000-00-00 00:00:00'),(13,'http://www.chrisnlphall.com/__joomla25/Administrator','','','',3,0,'2014-03-02 19:14:08','0000-00-00 00:00:00'),(14,'http://www.chrisnlphall.com/__joomla25/nlp-learning-products/test','','http://www.chrisnlphall.com/__joomla25/nlp-learning-products','',4,0,'2014-03-06 23:58:14','0000-00-00 00:00:00'),(15,'http://www.chrisnlphall.com/__joomla25/contact-christina-hall-nlp-connection/quicksell-test','','','',1,0,'2014-03-17 09:17:57','0000-00-00 00:00:00'),(16,'http://chrisnlphall.com/__joomla25/contact-christina-hall-nlp-connection/quicksell-test','','','',1,0,'2014-06-06 18:22:06','0000-00-00 00:00:00'),(17,'http://www.chrisnlphall.com/__joomla25/nlp-articles-and-publications','','http://www.chrisnlphall.com/__joomla25/nlp-workshops-with-christina-hall/nlp-workshop-calendar','',3,0,'2014-06-18 00:16:06','0000-00-00 00:00:00'),(18,'http://www.chrisnlphall.com/__joomla25/nlp-articles-and-videos/dynamics-of-belief','','http://www.chrisnlphall.com/__joomla25/nlp-articles-and-videos','',5,0,'2014-06-18 00:24:16','0000-00-00 00:00:00'),(19,'http://www.chrisnlphall.com/__joomla25/administrator/index.php?option=com_modules','','','',1,0,'2014-06-18 21:08:05','0000-00-00 00:00:00'),(20,'http://www.chris-nlp-hall.com/galleries/docs/Summary','','','',26,0,'2014-06-18 22:44:37','0000-00-00 00:00:00'),(21,'http://www.chris-nlp-hall.com/galleries/docs/Summary of Legal Proceedings.pdf','','','',249,0,'2014-06-18 23:28:39','0000-00-00 00:00:00'),(22,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/__joomla25/administrator/index.php?option=com_modules','','','',1,0,'2014-06-18 23:35:34','0000-00-00 00:00:00'),(23,'http://www.chris-nlp-hall.com/nlp-workshops-and-trainings?id=7','','','',55,0,'2014-06-19 00:11:48','0000-00-00 00:00:00'),(24,'http://www.chris-nlp-hall.com/nlp-workshops-and-trainings/nlp-master-practitioner','','http://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=15&ved=0CD4QFjAEOAo&url=http%3A%2F%2Fwww.chris-nlp-hall.com%2Findex.php%3Fp%3D53&ei=XiyiU5','',4,0,'2014-06-19 00:19:04','0000-00-00 00:00:00'),(25,'http://www.chris-nlp-hall.com/__joomla25/nlp-learning-products','','','',1,0,'2014-06-19 01:53:53','0000-00-00 00:00:00'),(26,'http://www.chris-nlp-hall.com/nlp-workshops-with-christina-hall','','','',3,0,'2014-06-19 01:55:09','0000-00-00 00:00:00'),(27,'http://www.chris-nlp-hall.com/index.php/trackback/','','http://www.chris-nlp-hall.com/index.php?p=41','',29,0,'2014-06-19 05:28:01','0000-00-00 00:00:00'),(28,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=37','','','',29,0,'2014-06-19 05:46:16','0000-00-00 00:00:00'),(29,'http://www.chris-nlp-hall.com/galleries/docs/','','http://www.chris-nlp-hall.com/','',4,0,'2014-06-19 07:39:32','0000-00-00 00:00:00'),(30,'http://www.chris-nlp-hall.com/galleries/docs/working_from_the_heart_rapport.pdf','','http://www.chris-nlp-hall.com/','',49,0,'2014-06-19 08:07:09','0000-00-00 00:00:00'),(31,'http://www.chris-nlp-hall.com/nlp-learning-products','','','',2,0,'2014-06-19 11:00:46','0000-00-00 00:00:00'),(32,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=60','','','',58,0,'2014-06-19 11:38:28','0000-00-00 00:00:00'),(33,'http://www.chris-nlp-hall.com/nlp-learning-products/more-products-to-come','','','',2,0,'2014-06-19 16:38:08','0000-00-00 00:00:00'),(34,'http://www.chris-nlp-hall.com/nlp-workshops-with-christina-hall/nlp-workshop-calendar','','','',1,0,'2014-06-19 16:46:00','0000-00-00 00:00:00'),(35,'http://www.chris-nlp-hall.com/nlp-learning-products/discover-the-difference-language-in-action-audiobook','','','',2,0,'2014-06-19 18:18:56','0000-00-00 00:00:00'),(36,'http://www.chris-nlp-hall.com/nlp-workshops-with-christina-hall/life-story-nlp-christina-hall','','','',2,0,'2014-06-19 18:27:04','0000-00-00 00:00:00'),(37,'http://www.chris-nlp-hall.com/nlp-workshops-with-christina-hall/language-in-action-nlp-christina-hall','','','',2,0,'2014-06-19 18:29:11','0000-00-00 00:00:00'),(38,'http://www.chris-nlp-hall.com/nlp-workshops-with-christina-hall/metaprograms-in-action-nlp-christina-hall','','','',2,0,'2014-06-19 18:29:49','0000-00-00 00:00:00'),(39,'http://www.chris-nlp-hall.com/nlp-workshops-with-christina-hall/nlp-master-trainer-training-christina-hall','','','',2,0,'2014-06-19 18:34:59','0000-00-00 00:00:00'),(40,'http://www.chris-nlp-hall.com/nlp-workshops-with-christina-hall/space-time-view-continuum-nlp-christina-hall','','','',2,0,'2014-06-19 18:44:01','0000-00-00 00:00:00'),(41,'http://www.chris-nlp-hall.com/nlp-workshops-with-christina-hall/the-art-of-change-nlp-christina-hall','','','',2,0,'2014-06-19 18:47:58','0000-00-00 00:00:00'),(42,'http://www.chris-nlp-hall.com/nlp-workshops-with-christina-hall/paradoxical-nature-of-change-nlp-christina-hall','','','',2,0,'2014-06-19 18:49:33','0000-00-00 00:00:00'),(43,'http://www.chris-nlp-hall.com/profile-christina-hall-phd-nlp-meta-master-trainer/christina-hall-nlp-trainer-profile','','','',2,0,'2014-06-19 18:50:21','0000-00-00 00:00:00'),(44,'http://www.chris-nlp-hall.com/administraror','','','',1,0,'2014-06-19 18:58:57','0000-00-00 00:00:00'),(45,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=50','','','',19,0,'2014-06-19 19:09:27','0000-00-00 00:00:00'),(46,'http://www.chris-nlp-hall.com/__joomla25/','','','',5,0,'2014-06-19 19:33:30','0000-00-00 00:00:00'),(47,'http://www.chris-nlp-hall.com/nlp-workshops-with-christina-hall/the-art-of-training-nlp-christina-hall','','','',1,0,'2014-06-19 23:20:14','0000-00-00 00:00:00'),(48,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=40','','','',51,0,'2014-06-20 07:47:56','0000-00-00 00:00:00'),(49,'http://www.chris-nlp-hall.com/galleries/docs/Press release.pdf','','','',75,0,'2014-06-20 07:52:43','0000-00-00 00:00:00'),(50,'http://www.chris-nlp-hall.com/the-society-of-nlp/nlp-trainers-certified-by-christina-hall&','','','',1,0,'2014-06-20 21:06:13','0000-00-00 00:00:00'),(51,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:+33 (0)4 91 81 84 46','','','',1,0,'2014-06-21 00:21:36','0000-00-00 00:00:00'),(52,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel: +33 534 40 82 81','','','',1,0,'2014-06-21 00:21:36','0000-00-00 00:00:00'),(53,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:04 67 99 05 29','','','',1,0,'2014-06-21 00:21:34','0000-00-00 00:00:00'),(54,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:+33 327 65 29 53','','','',1,0,'2014-06-21 00:21:35','0000-00-00 00:00:00'),(55,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:+33 682 82 91 98 or 0682 82','','','',1,0,'2014-06-21 00:21:37','0000-00-00 00:00:00'),(56,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:0614 236221','','','',1,0,'2014-06-21 00:21:35','0000-00-00 00:00:00'),(57,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:+49-7641-92 41-0','','','',1,0,'2014-06-21 00:21:37','0000-00-00 00:00:00'),(58,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:(0 60 39) 92 66 46','','','',1,0,'2014-06-21 00:21:38','0000-00-00 00:00:00'),(59,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:08139 8019950','','','',1,0,'2014-06-21 00:21:40','0000-00-00 00:00:00'),(60,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:03-6304-2301','','','',9,0,'2014-06-21 00:21:40','0000-00-00 00:00:00'),(61,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:+81-3-5373+3619','','','',9,0,'2014-06-21 00:21:43','0000-00-00 00:00:00'),(62,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:080-4807-3595','','','',9,0,'2014-06-21 00:21:44','0000-00-00 00:00:00'),(63,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:+48 42 684 80 67','','','',1,0,'2014-06-21 00:21:45','0000-00-00 00:00:00'),(64,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:+41 52 238 18 10','','','',1,0,'2014-06-21 00:21:47','0000-00-00 00:00:00'),(65,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:+41 21 802 30 66','','','',1,0,'2014-06-21 00:21:49','0000-00-00 00:00:00'),(66,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:0121 251 6172','','','',1,0,'2014-06-21 00:21:54','0000-00-00 00:00:00'),(67,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:(425) 462 4369','','','',1,0,'2014-06-21 00:21:55','0000-00-00 00:00:00'),(68,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:(907) 770-3656','','','',1,0,'2014-06-21 00:21:55','0000-00-00 00:00:00'),(69,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:(407) 481-0802','','','',1,0,'2014-06-21 00:21:57','0000-00-00 00:00:00'),(70,'http://www.chris-nlp-hall.com/galleries/docs/SummaryofLegalProceedings.pdf','','','',8,0,'2014-06-21 00:54:11','0000-00-00 00:00:00'),(71,'http://www.chris-nlp-hall.com/galleries/docs/Pressrelease.pdf','','','',4,0,'2014-06-21 05:56:29','0000-00-00 00:00:00'),(72,'http://www.CHRIS-NLP-HALL.COM/pma/','','','',1,0,'2014-06-21 06:49:09','0000-00-00 00:00:00'),(73,'http://www.CHRIS-NLP-HALL.COM/phpmyadmin2/','','','',1,0,'2014-06-21 06:48:53','0000-00-00 00:00:00'),(74,'http://www.CHRIS-NLP-HALL.COM/myadmin/','','','',1,0,'2014-06-21 06:49:00','0000-00-00 00:00:00'),(75,'http://www.CHRIS-NLP-HALL.COM/phpMyAdmin/','','','',2,0,'2014-06-21 06:48:04','0000-00-00 00:00:00'),(76,'http://www.CHRIS-NLP-HALL.COM/mysql/','','','',1,0,'2014-06-21 06:48:57','0000-00-00 00:00:00'),(77,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=41','','','',25,0,'2014-06-21 22:56:11','0000-00-00 00:00:00'),(78,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=51','','','',26,0,'2014-06-22 10:13:41','0000-00-00 00:00:00'),(79,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=61','','','',44,0,'2014-06-22 10:13:51','0000-00-00 00:00:00'),(80,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=62','','','',17,0,'2014-06-22 10:13:58','0000-00-00 00:00:00'),(81,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=63','','','',47,0,'2014-06-22 10:14:39','0000-00-00 00:00:00'),(82,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=65','','','',26,0,'2014-06-22 10:14:43','0000-00-00 00:00:00'),(83,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=66','','','',18,0,'2014-06-22 10:14:46','0000-00-00 00:00:00'),(84,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=67','','','',17,0,'2014-06-22 10:14:53','0000-00-00 00:00:00'),(85,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=70','','','',31,0,'2014-06-22 10:14:58','0000-00-00 00:00:00'),(86,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=71','','','',18,0,'2014-06-22 10:15:03','0000-00-00 00:00:00'),(87,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=73','','','',25,0,'2014-06-22 10:15:11','0000-00-00 00:00:00'),(88,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=44/RK=0','','','',1,0,'2014-06-22 15:04:00','0000-00-00 00:00:00'),(89,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=64','','','',10,0,'2014-06-22 17:08:10','0000-00-00 00:00:00'),(90,'http://www.chris-nlp-hall.com/hunni','','','',1,0,'2014-06-22 21:50:35','0000-00-00 00:00:00'),(91,'http://www.chris-nlp-hall.com/zzt','','','',1,0,'2014-06-22 23:14:37','0000-00-00 00:00:00'),(92,'http://www.chris-nlp-hall.com/zu','','','',1,0,'2014-06-22 23:18:06','0000-00-00 00:00:00'),(93,'http://www.chris-nlp-hall.com/oa/fckeditor/editor/filemanager/browser/default/browser.html','','','',1,0,'2014-06-23 07:20:20','0000-00-00 00:00:00'),(94,'http://www.chris-nlp-hall.com/webeditor/editor/filemanager/connectors/test.html','','','',1,0,'2014-06-23 07:34:21','0000-00-00 00:00:00'),(95,'http://www.chris-nlp-hall.com/public/js/fckeditor/editor/filemanager/connectors/uploadtest.html','','','',1,0,'2014-06-23 08:38:52','0000-00-00 00:00:00'),(96,'http://www.chris-nlp-hall.com/administrator/fckeditor/editor/filemanager/connectors/uploadtest.html','','','',1,0,'2014-06-23 09:12:18','0000-00-00 00:00:00'),(97,'http://www.chris-nlp-hall.com/webmanage/fckeditor/editor/filemanager/browser/default/connectors/test.html','','','',1,0,'2014-06-23 09:23:53','0000-00-00 00:00:00'),(98,'http://www.chris-nlp-hall.com/editor/editor/filemanager/browser/default/connectors/test.html','','','',3,0,'2014-06-23 09:59:26','0000-00-00 00:00:00'),(99,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=1','','','',35,0,'2014-06-23 10:12:40','0000-00-00 00:00:00'),(100,'http://www.chris-nlp-hall.com/fckeditor/editor/filemanager/browser/default/browser.html','','','',1,0,'2014-06-23 11:02:50','0000-00-00 00:00:00'),(101,'http://www.chris-nlp-hall.com/fckeditor/editor/filemanager/connectors/uploadtest.html','','','',3,0,'2014-06-23 11:19:41','0000-00-00 00:00:00'),(102,'http://www.chris-nlp-hall.com/fckeditor_ap/editor/filemanager/connectors/uploadtest.html','','','',1,0,'2014-06-23 11:24:45','0000-00-00 00:00:00'),(103,'http://www.chris-nlp-hall.com/editor/filemanager/browser/default/connectors/test.html','','','',2,0,'2014-06-23 11:34:06','0000-00-00 00:00:00'),(104,'http://www.chris-nlp-hall.com/editor/filemanager/connectors/uploadtest.html','','','',1,0,'2014-06-23 12:37:55','0000-00-00 00:00:00'),(105,'http://www.chris-nlp-hall.com/admin/fckeditor_ap/editor/filemanager/connectors/uploadtest.html','','','',1,0,'2014-06-23 15:16:13','0000-00-00 00:00:00'),(106,'http://www.chris-nlp-hall.com/js/fckeditor/editor/filemanager/connectors/uploadtest.html','','','',1,0,'2014-06-23 15:23:18','0000-00-00 00:00:00'),(107,'http://www.chris-nlp-hall.com/admin/fckeditor1/editor/filemanager/connectors/uploadtest.html','','','',1,0,'2014-06-23 16:03:55','0000-00-00 00:00:00'),(108,'http://www.chris-nlp-hall.com/galleries/docs/Summary/trackback/','','http://www.chris-nlp-hall.com/galleries/docs/Summary','',2,0,'2014-06-23 20:22:22','0000-00-00 00:00:00'),(109,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=39','','','',35,0,'2014-06-24 04:43:05','0000-00-00 00:00:00'),(110,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/wp-login.php','','','',13,0,'2014-06-24 06:53:40','0000-00-00 00:00:00'),(111,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=55','','','',15,0,'2014-06-24 17:27:37','0000-00-00 00:00:00'),(112,'http://www.chris-nlp-hall.com/the-society-of-nlp/nlp-trainers-certified-by-christina-hall/trackback/','','http://www.chris-nlp-hall.com/the-society-of-nlp/nlp-trainers-certified-by-christina-hall','',71,0,'2014-06-25 05:03:17','0000-00-00 00:00:00'),(113,'http://www.CHRIS-NLP-HALL.COM/bitrix/image_uploader/info.php','','','',1,0,'2014-06-25 19:03:38','0000-00-00 00:00:00'),(114,'http://www.chris-nlp-hall.com/assets/index.html','','','',1,0,'2014-06-26 05:03:19','0000-00-00 00:00:00'),(115,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=68','','','',21,0,'2014-06-26 17:34:11','0000-00-00 00:00:00'),(116,'http://www.chris-nlp-hall.com//wp-login.php','','','',1,0,'2014-06-27 12:09:53','0000-00-00 00:00:00'),(117,'http://www.chris-nlp-hall.com/blog//wp-login.php','','','',1,0,'2014-06-27 12:09:59','0000-00-00 00:00:00'),(118,'http://www.chris-nlp-hall.com/wordpress//wp-login.php','','','',1,0,'2014-06-27 12:10:01','0000-00-00 00:00:00'),(119,'http://www.chris-nlp-hall.com/wp//wp-login.php','','','',1,0,'2014-06-27 12:10:03','0000-00-00 00:00:00'),(120,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=44','','http://chrisnlphall.com/index.php?p=44','',26,0,'2014-06-27 15:47:28','0000-00-00 00:00:00'),(121,'http://www.chris-nlp-hall.com/google6728079cd4b1c8f6.html','','','',6,0,'2014-06-27 16:13:56','0000-00-00 00:00:00'),(122,'http://www.chris-nlp-hall.com/noexist_6728079cd4b1c8f6.html','','','',6,0,'2014-06-27 16:14:00','0000-00-00 00:00:00'),(123,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=74','','','',14,0,'2014-06-27 17:09:56','0000-00-00 00:00:00'),(124,'http://www.chris-nlp-hall.com/galleries/docs/Press','','','',11,0,'2014-06-28 03:22:32','0000-00-00 00:00:00'),(125,'http://www.CHRIS-NLP-HALL.COM/wp-login.php','','','',12,0,'2014-06-28 17:32:58','0000-00-00 00:00:00'),(126,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=48','','','',27,0,'2014-06-28 19:07:09','0000-00-00 00:00:00'),(127,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=49','','','',15,0,'2014-06-28 19:22:03','0000-00-00 00:00:00'),(128,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=42','','','',26,0,'2014-06-28 19:22:10','0000-00-00 00:00:00'),(129,'http://www.chris-nlp-hall.com/Fckeditor/editor/filemanager/browser/default/connectors/test.html','','','',9,0,'2014-06-29 06:33:24','0000-00-00 00:00:00'),(130,'http://www.chris-nlp-hall.com/admin/fckeditor/editor/filemanager/browser/default/connectors/test.html','','','',7,0,'2014-06-29 06:33:26','0000-00-00 00:00:00'),(131,'http://www.chris-nlp-hall.com/admin/fckeditor/editor/filemanager/browser/default/connectors/uploadtest.html','','','',2,0,'2014-06-29 06:33:29','0000-00-00 00:00:00'),(132,'http://www.chris-nlp-hall.com/editor/editor/filemanager/browser/default/connectors/uploadtest.html','','','',2,0,'2014-06-29 06:33:31','0000-00-00 00:00:00'),(133,'http://www.chris-nlp-hall.com/wp-login.php?action=register','','','',2,0,'2014-06-30 18:23:26','0000-00-00 00:00:00'),(134,'http://www.chris-nlp-hall.com/nlp-product-boutique/nlp-audiobook-language-christina-hall/miao','','','',1,0,'2014-07-01 06:07:04','0000-00-00 00:00:00'),(135,'http://www.chris-nlp-hall.com/installation/','','','',1,0,'2014-07-01 06:27:33','0000-00-00 00:00:00'),(136,'http://www.chris-nlp-hall.com/contact-christina-hall-nlp-connection/test','','http://www.chris-nlp-hall.com/','',15,0,'2014-07-01 11:31:27','0000-00-00 00:00:00'),(137,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=52','','','',35,0,'2014-07-01 18:44:31','0000-00-00 00:00:00'),(138,'http://www.chris-nlp-hall.com/the-society-of-nlp/425','','http://www.chris-nlp-hall.com/the-society-of-nlp/nlp-trainers-certified-by-christina-hall','',2,0,'2014-07-01 22:31:31','0000-00-00 00:00:00'),(139,'http://www.chris-nlp-hall.com/the-society-of-nlp/407','','http://www.chris-nlp-hall.com/the-society-of-nlp/nlp-trainers-certified-by-christina-hall','',2,0,'2014-07-01 22:31:32','0000-00-00 00:00:00'),(140,'http://www.chris-nlp-hall.com/images/trainers/flags/United','','http://www.chris-nlp-hall.com/the-society-of-nlp/nlp-trainers-certified-by-christina-hall','',16,0,'2014-07-01 22:31:32','0000-00-00 00:00:00'),(141,'http://www.chris-nlp-hall.com/the-society-of-nlp/907','','http://www.chris-nlp-hall.com/the-society-of-nlp/nlp-trainers-certified-by-christina-hall','',2,0,'2014-07-01 22:31:33','0000-00-00 00:00:00'),(142,'http://www.chris-nlp-hall.com/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php','','','',10,0,'2014-07-02 11:42:11','0000-00-00 00:00:00'),(143,'http://www.chris-nlp-hall.com//components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=guys.php','','','',6,0,'2014-07-02 12:20:46','0000-00-00 00:00:00'),(144,'http://www.chris-nlp-hall.com//components/com_jnews/includes/openflashchart/tmp-upload-images/guys.php?rf','','','',6,0,'2014-07-02 12:20:48','0000-00-00 00:00:00'),(145,'http://www.chris-nlp-hall.com//components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php','','','',13,0,'2014-07-02 12:25:43','0000-00-00 00:00:00'),(146,'http://www.chris-nlp-hall.com/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanager&version=1576&cid=20','','','',12,0,'2014-07-02 13:12:31','0000-00-00 00:00:00'),(147,'http://www.chris-nlp-hall.com/images/stories/food.php?rf','','','',1,0,'2014-07-02 15:29:08','0000-00-00 00:00:00'),(148,'http://www.chris-nlp-hall.com/option=com_user&view=login','','','',1,0,'2014-07-02 16:53:09','0000-00-00 00:00:00'),(149,'http://www.chris-nlp-hall.com/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=jne.php','','','',2,0,'2014-07-02 18:25:22','0000-00-00 00:00:00'),(150,'http://www.chris-nlp-hall.com/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=jne.php','','','',2,0,'2014-07-02 18:26:04','0000-00-00 00:00:00'),(151,'http://www.chris-nlp-hall.com/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php','','','',2,0,'2014-07-02 18:26:12','0000-00-00 00:00:00'),(152,'http://www.chris-nlp-hall.com/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=jne.php','','','',2,0,'2014-07-02 18:26:12','0000-00-00 00:00:00'),(153,'http://www.chris-nlp-hall.com/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php','','','',2,0,'2014-07-02 18:26:14','0000-00-00 00:00:00'),(154,'http://www.chris-nlp-hall.com/modules/mod_slideshowck/assets/+Math.floor(E/N+et+1)+','','','',1,0,'2014-07-03 04:55:20','0000-00-00 00:00:00'),(155,'http://www.chris-nlp-hall.com/media/system/js/12/31/1999','','','',1,0,'2014-07-03 04:56:52','0000-00-00 00:00:00'),(156,'http://www.chris-nlp-hall.com/editor/dialog/fck_about.html','','http://www.chris-nlp-hall.com/editor/dialog/fck_about.html','',1,0,'2014-07-03 19:23:45','0000-00-00 00:00:00'),(157,'http://www.chris-nlp-hall.com/FCKeditor/editor/dialog/fck_about.html','','http://www.chris-nlp-hall.com/FCKeditor/editor/dialog/fck_about.html','',4,0,'2014-07-03 19:23:46','0000-00-00 00:00:00'),(158,'http://www.chris-nlp-hall.com/FCK/editor/dialog/fck_about.html','','http://www.chris-nlp-hall.com/FCK/editor/dialog/fck_about.html','',1,0,'2014-07-03 19:23:46','0000-00-00 00:00:00'),(159,'http://www.chris-nlp-hall.com/admin/FCKeditor/editor/dialog/fck_about.html','','http://www.chris-nlp-hall.com/admin/FCKeditor/editor/dialog/fck_about.html','',4,0,'2014-07-03 19:23:47','0000-00-00 00:00:00'),(160,'http://www.chris-nlp-hall.com/manage/FCKeditor/editor/dialog/fck_about.html','','http://www.chris-nlp-hall.com/manage/FCKeditor/editor/dialog/fck_about.html','',1,0,'2014-07-03 19:23:47','0000-00-00 00:00:00'),(161,'http://www.chris-nlp-hall.com/editor/editor/dialog/fck_about.html','','http://www.chris-nlp-hall.com/editor/editor/dialog/fck_about.html','',1,0,'2014-07-03 19:23:48','0000-00-00 00:00:00'),(162,'http://www.chris-nlp-hall.com/editor/FCKeditor/editor/dialog/fck_about.html','','http://www.chris-nlp-hall.com/editor/FCKeditor/editor/dialog/fck_about.html','',1,0,'2014-07-03 19:23:48','0000-00-00 00:00:00'),(163,'http://www.chris-nlp-hall.com/wp','','http://chrisnlphall.com/wp','',1,0,'2014-07-04 00:12:49','0000-00-00 00:00:00'),(164,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/wp/wp-login.php','','chrisnlphall.com/wp','',2,0,'2014-07-04 00:12:51','0000-00-00 00:00:00'),(165,'http://www.chris-nlp-hall.com/a','','','',6,0,'2014-07-04 08:50:22','0000-00-00 00:00:00'),(166,'http://www.CHRIS-NLP-HALL.COM/blog/','','','',1,0,'2014-07-04 15:10:14','0000-00-00 00:00:00'),(167,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=69','','','',15,0,'2014-07-04 18:53:30','0000-00-00 00:00:00'),(168,'http://www.chris-nlp-hall.com/fckeditor/editor/filemanager/connectors/test.html','','','',9,0,'2014-07-04 19:45:35','0000-00-00 00:00:00'),(169,'http://www.chris-nlp-hall.com/include/fckeditor/editor/filemanager/connectors/test.html','','','',4,0,'2014-07-04 19:45:38','0000-00-00 00:00:00'),(170,'http://www.chris-nlp-hall.com/js/fckeditor/editor/filemanager/connectors/test.html','','','',3,0,'2014-07-04 19:45:37','0000-00-00 00:00:00'),(171,'http://www.chris-nlp-hall.com/js/fckeditor/editor/fckeditor.html','','','',4,0,'2014-07-04 19:45:51','0000-00-00 00:00:00'),(172,'http://www.chris-nlp-hall.com/fckeditor/editor/fckeditor.html','','','',4,0,'2014-07-04 19:45:38','0000-00-00 00:00:00'),(173,'http://www.chris-nlp-hall.com/include/fckeditor/editor/fckeditor.html','','','',3,0,'2014-07-04 19:45:38','0000-00-00 00:00:00'),(174,'http://www.chris-nlp-hall.com/fckeditor/_samples/default.html','','','',4,0,'2014-07-04 19:45:38','0000-00-00 00:00:00'),(175,'http://www.chris-nlp-hall.com/admin/FCKeditor/_samples/default.html','','','',4,0,'2014-07-04 19:45:38','0000-00-00 00:00:00'),(176,'http://www.chris-nlp-hall.com/include/fckeditor/_samples/default.html','','','',4,0,'2014-07-04 19:45:09','0000-00-00 00:00:00'),(177,'http://www.chris-nlp-hall.com/admin/FCKeditor/editor/filemanager/connectors/test.html','','','',9,0,'2014-07-04 19:45:38','0000-00-00 00:00:00'),(178,'http://www.chris-nlp-hall.com/js/fckeditor/_samples/ default.html','','','',1,0,'2014-07-04 19:45:39','0000-00-00 00:00:00'),(179,'http://www.chris-nlp-hall.com/admin/FCKeditor/editor/ fckeditor.html','','','',1,0,'2014-07-04 19:45:45','0000-00-00 00:00:00'),(180,'http://www.chris-nlp-hall.com/manage/fckeditor/editor/filemanager/browser/default/connectors/test.html','','http://www.chris-nlp-hall.com/manage/fckeditor/editor/filemanager/browser/default/connectors/test.html','',2,0,'2014-07-04 22:53:24','0000-00-00 00:00:00'),(181,'http://www.chris-nlp-hall.com/system/fckeditor/editor/filemanager/browser/default/connectors/test.html','','http://www.chris-nlp-hall.com/system/fckeditor/editor/filemanager/browser/default/connectors/test.html','',2,0,'2014-07-04 22:53:27','0000-00-00 00:00:00'),(182,'http://www.chris-nlp-hall.com/wp-admin/admin-post.php?page=wysija_campaigns&action=themes','','','',1,0,'2014-07-05 06:38:54','0000-00-00 00:00:00'),(183,'http://www.chris-nlp-hall.com/wp-content/uploads/wysija/themes/wp-setup/wp-info.php','','','',1,0,'2014-07-05 06:39:00','0000-00-00 00:00:00'),(184,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=53','','','',19,0,'2014-07-05 11:39:23','0000-00-00 00:00:00'),(185,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/admin/editor/dialogs/dialog.php?module=spawfm&dialog=spafm','','http://www.chris-nlp-hall.com/~96330.97745/htdocs/admin/editor/dialogs/dialog.php?module=spawfm&dialog=spafm','',1,0,'2014-07-05 16:00:09','0000-00-00 00:00:00'),(186,'http://www.chris-nlp-hall.com/admin/fckeditor/editor/filemanager/upload/test.html','','','',5,0,'2014-07-05 17:20:00','0000-00-00 00:00:00'),(187,'http://www.chris-nlp-hall.com/fck/editor/filemanager/connectors/test.html','','','',2,0,'2014-07-05 17:20:01','0000-00-00 00:00:00'),(188,'http://www.chris-nlp-hall.com/fck/editor/filemanager/upload/test.html','','','',2,0,'2014-07-05 17:20:01','0000-00-00 00:00:00'),(189,'http://www.chris-nlp-hall.com/fckeditor/editor/filemanager/upload/test.html','','','',5,0,'2014-07-05 17:20:03','0000-00-00 00:00:00'),(190,'http://www.chris-nlp-hall.com/manage/fckeditor/editor/filemanager/connectors/test.html','','','',2,0,'2014-07-05 17:20:03','0000-00-00 00:00:00'),(191,'http://www.chris-nlp-hall.com/manage/fckeditor/editor/filemanager/upload/test.html','','','',2,0,'2014-07-05 17:20:04','0000-00-00 00:00:00'),(192,'http://www.chris-nlp-hall.com/system/fckeditor/editor/filemanager/upload/test.html','','','',2,0,'2014-07-05 17:20:05','0000-00-00 00:00:00'),(193,'http://www.chris-nlp-hall.com/system/fckeditor/editor/filemanager/connectors/test.html','','','',2,0,'2014-07-05 17:20:05','0000-00-00 00:00:00'),(194,'http://www.chris-nlp-hall.com/manager/FCKeditor/editor/filemanager/upload/test.html','','','',2,0,'2014-07-05 17:20:06','0000-00-00 00:00:00'),(195,'http://www.chris-nlp-hall.com/manager/FCKeditor/editor/filemanager/connectors/test.html','','','',2,0,'2014-07-05 17:20:06','0000-00-00 00:00:00'),(196,'http://www.chris-nlp-hall.com/administrator/FCKeditor/editor/filemanager/upload/test.html','','','',2,0,'2014-07-05 17:20:07','0000-00-00 00:00:00'),(197,'http://www.chris-nlp-hall.com/administrator/FCKeditor/editor/filemanager/connectors/test.html','','','',2,0,'2014-07-05 17:20:08','0000-00-00 00:00:00'),(198,'http://www.chris-nlp-hall.com/web/FCKeditor/editor/filemanager/upload/test.html','','','',2,0,'2014-07-05 17:20:08','0000-00-00 00:00:00'),(199,'http://www.chris-nlp-hall.com/web/FCKeditor/editor/filemanager/connectors/test.html','','','',2,0,'2014-07-05 17:20:09','0000-00-00 00:00:00'),(200,'http://www.chris-nlp-hall.com/CKeditor/editor/filemanager/upload/test.html','','','',2,0,'2014-07-05 17:20:10','0000-00-00 00:00:00'),(201,'http://www.chris-nlp-hall.com/CKeditor/editor/filemanager/connectors/test.html','','','',2,0,'2014-07-05 17:20:11','0000-00-00 00:00:00'),(202,'http://www.chris-nlp-hall.com/include/FCKeditor/editor/filemanager/upload/test.html','','','',1,0,'2014-07-05 17:20:11','0000-00-00 00:00:00'),(203,'http://www.chris-nlp-hall.com/includes/FCKeditor/editor/filemanager/upload/test.html','','','',1,0,'2014-07-05 17:20:13','0000-00-00 00:00:00'),(204,'http://www.chris-nlp-hall.com/includes/FCKeditor/editor/filemanager/connectors/test.html','','','',1,0,'2014-07-05 17:20:13','0000-00-00 00:00:00'),(205,'http://www.chris-nlp-hall.com/inc/FCKeditor/editor/filemanager/upload/test.html','','','',1,0,'2014-07-05 17:20:14','0000-00-00 00:00:00'),(206,'http://www.chris-nlp-hall.com/inc/FCKeditor/editor/filemanager/connectors/test.html','','','',1,0,'2014-07-05 17:20:15','0000-00-00 00:00:00'),(207,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=72','','','',17,0,'2014-07-06 13:50:44','0000-00-00 00:00:00'),(208,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/plugins/spaw2/dialogs/dialog.php?module=spawfm&dialog=spafm','','http://www.chris-nlp-hall.com/~96330.97745/htdocs/plugins/spaw2/dialogs/dialog.php?module=spawfm&dialog=spafm','',1,0,'2014-07-07 11:20:06','0000-00-00 00:00:00'),(209,'http://www.chris-nlp-hall.com/galleries/docs/Summary%20of%20Legal%20Proceedings.pdf','','','',15,0,'2014-07-08 03:14:49','0000-00-00 00:00:00'),(210,'http://www.chris-nlp-hall.com/js/fckeditor/editor/filemanager/connectors/php/connector.php?Command=GetFolders&Type=File&CurrentFolder=/','','','',2,0,'2014-07-08 17:24:51','0000-00-00 00:00:00'),(211,'http://www.chris-nlp-hall.com/js/fckeditor/editor/filemanager/connectors/jsp/connector?Command=GetFolders&Type=File&CurrentFolder=/','','','',2,0,'2014-07-08 17:24:53','0000-00-00 00:00:00'),(212,'http://www.chris-nlp-hall.com/js/fckeditor/editor/dialog/fck_about.html','','','',5,0,'2014-07-08 17:24:54','0000-00-00 00:00:00'),(213,'http://www.chris-nlp-hall.com/js//fckeditor/editor/filemanager/connectors/php/connector.php?Command=GetFolders&Type=File&CurrentFolder=/','','','',1,0,'2014-07-08 17:24:12','0000-00-00 00:00:00'),(214,'http://www.chris-nlp-hall.com/js//fckeditor/editor/filemanager/connectors/jsp/connector?Command=GetFolders&Type=File&CurrentFolder=/','','','',1,0,'2014-07-08 17:24:54','0000-00-00 00:00:00'),(215,'http://www.chris-nlp-hall.com/js//fckeditor/editor/dialog/fck_about.html','','','',1,0,'2014-07-08 17:24:55','0000-00-00 00:00:00'),(216,'http://www.chris-nlp-hall.com/js/fckeditor/_samples/default.html','','','',3,0,'2014-07-08 23:30:07','0000-00-00 00:00:00'),(217,'http://www.chris-nlp-hall.com/admin/FCKeditor/editor/fckeditor.html','','','',4,0,'2014-07-08 23:30:07','0000-00-00 00:00:00'),(218,'http://www.chris-nlp-hall.com/the-society-of-nlp/nlp-trainer','','','',1,0,'2014-07-10 07:32:55','0000-00-00 00:00:00'),(219,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/default.php','','http://www.chris-nlp-hall.com/~96330.97745/htdocs/default.php','',5,0,'2014-07-11 06:49:39','0000-00-00 00:00:00'),(220,'http://www.chris-nlp-hall.com/default.php','','http://www.CHRIS-NLP-HALL.COM/default.php','',1,0,'2014-07-11 06:49:41','0000-00-00 00:00:00'),(221,'http://www.chris-nlp-hall.com/login.php','','http://www.chris-nlp-hall.com/','',3,0,'2014-07-11 12:26:23','0000-00-00 00:00:00'),(222,'http://www.chris-nlp-hall.com/register.php','','http://www.chris-nlp-hall.com/','',7,0,'2014-07-11 12:26:45','0000-00-00 00:00:00'),(223,'http://www.chris-nlp-hall.com/galleries/docs/Summary of Legal ','','','',10,0,'2014-07-12 02:23:46','0000-00-00 00:00:00'),(224,'http://www.chris-nlp-hall.com/SlurpConfirm404/colleague/merch/estils.htm','','','',1,0,'2014-07-13 08:21:51','0000-00-00 00:00:00'),(225,'http://www.chris-nlp-hall.com/ /','','','',1,0,'2014-07-13 17:26:34','0000-00-00 00:00:00'),(226,'http://www.chris-nlp-hall.com/nlp-workshops-and-trainings/calendar /','','','',1,0,'2014-07-13 17:26:49','0000-00-00 00:00:00'),(227,'http://www.chris-nlp-hall.com/the-society-of-nlp/nlp-trainers-certified-by-christina-hall /','','','',1,0,'2014-07-13 17:26:50','0000-00-00 00:00:00'),(228,'http://www.chris-nlp-hall.com/nlp-infinity-forum /','','','',1,0,'2014-07-13 17:26:52','0000-00-00 00:00:00'),(229,'http://www.chris-nlp-hall.com/nlp-workshops-and-trainings /','','','',1,0,'2014-07-13 17:26:53','0000-00-00 00:00:00'),(230,'http://www.chris-nlp-hall.com/nlp-articles-and-videos /','','','',1,0,'2014-07-13 17:26:53','0000-00-00 00:00:00'),(231,'http://www.chris-nlp-hall.com/the-society-of-nlp /','','','',1,0,'2014-07-13 17:26:54','0000-00-00 00:00:00'),(232,'http://www.chris-nlp-hall.com/nlp-product-boutique /','','','',1,0,'2014-07-13 17:26:54','0000-00-00 00:00:00'),(233,'http://www.chris-nlp-hall.com/profile-christina-hall-phd-nlp-meta-master-trainer /','','','',1,0,'2014-07-13 17:26:55','0000-00-00 00:00:00'),(234,'http://www.chris-nlp-hall.com/contact-christina-hall-nlp-connection /','','','',1,0,'2014-07-13 17:26:56','0000-00-00 00:00:00'),(235,'http://www.chris-nlp-hall.com/nlp-product-boutique/nlp-audiobook-language-christina-hall /','','','',1,0,'2014-07-13 17:26:57','0000-00-00 00:00:00'),(236,'http://www.chris-nlp-hall.com/nlp-workshops-and-trainings/nlp-language-training /','','','',1,0,'2014-07-13 17:26:58','0000-00-00 00:00:00'),(237,'http://www.chris-nlp-hall.com/nlp-workshops-and-trainings/nlp-trainer-training /','','','',1,0,'2014-07-13 17:26:58','0000-00-00 00:00:00'),(238,'http://www.chris-nlp-hall.com/nlp-workshops-and-trainings/nlp-master-trainer-training /','','','',1,0,'2014-07-13 17:26:59','0000-00-00 00:00:00'),(239,'http://www.chris-nlp-hall.com/nlp-workshops-and-trainings/nlp-master-training /','','','',1,0,'2014-07-13 17:26:59','0000-00-00 00:00:00'),(240,'http://www.chris-nlp-hall.com/nlp-workshops-and-trainings/nlp-life-story /','','','',1,0,'2014-07-13 17:27:00','0000-00-00 00:00:00'),(241,'http://www.chris-nlp-hall.com/nlp-workshops-and-trainings/nlp-paradox-and-change /','','','',1,0,'2014-07-13 17:27:01','0000-00-00 00:00:00'),(242,'http://www.chris-nlp-hall.com/nlp-workshops-and-trainings/nlp-space-time-view /','','','',1,0,'2014-07-13 17:27:01','0000-00-00 00:00:00'),(243,'http://www.chris-nlp-hall.com/nlp-workshops-and-trainings/nlp-meta-programs /','','','',1,0,'2014-07-13 17:27:02','0000-00-00 00:00:00'),(244,'http://www.chris-nlp-hall.com/nlp-articles-and-videos/paradox-and-change-video-christina-hall /','','','',1,0,'2014-07-13 17:27:02','0000-00-00 00:00:00'),(245,'http://www.chris-nlp-hall.com/nlp-articles-and-videos/language-and-change-video-christina-hall /','','','',1,0,'2014-07-13 17:27:03','0000-00-00 00:00:00'),(246,'http://www.chris-nlp-hall.com/nlp-articles-and-videos/working-from-the-heart-article-christina-hall /','','','',1,0,'2014-07-13 17:27:03','0000-00-00 00:00:00'),(247,'http://www.chris-nlp-hall.com/nlp-articles-and-videos/language-and-time-article-christina-hall /','','','',1,0,'2014-07-13 17:27:04','0000-00-00 00:00:00'),(248,'http://www.chris-nlp-hall.com/nlp-articles-and-videos/language-in-action-article-christina-hall /','','','',1,0,'2014-07-13 17:27:05','0000-00-00 00:00:00'),(249,'http://www.chris-nlp-hall.com/the-society-of-nlp/introducing-the-society-of-nlp /','','','',1,0,'2014-07-13 17:27:05','0000-00-00 00:00:00'),(250,'http://www.chris-nlp-hall.com/the-society-of-nlp/certification-as-nlp-practitioner /','','','',1,0,'2014-07-13 17:27:06','0000-00-00 00:00:00'),(251,'http://www.chris-nlp-hall.com/the-society-of-nlp/certification-as-nlp-master-practitioner /','','','',1,0,'2014-07-13 17:27:06','0000-00-00 00:00:00'),(252,'http://www.chris-nlp-hall.com/the-society-of-nlp/certification-as-nlp-trainer /','','','',1,0,'2014-07-13 17:27:07','0000-00-00 00:00:00'),(253,'http://www.chris-nlp-hall.com/the-society-of-nlp/certification-as-nlp-master-trainer /','','','',1,0,'2014-07-13 17:27:08','0000-00-00 00:00:00'),(254,'http://www.chris-nlp-hall.com/nlp-product-boutique/more-products-to-come /','','','',1,0,'2014-07-13 17:27:09','0000-00-00 00:00:00'),(255,'http://www.chris-nlp-hall.com/profile-christina-hall-phd-nlp-meta-master-trainer/profile-christina-hall-nlp-meta-master-trainer /','','','',1,0,'2014-07-13 17:27:10','0000-00-00 00:00:00'),(256,'http://www.chris-nlp-hall.com/profile-christina-hall-phd-nlp-meta-master-trainer/what-people-say-about-christina-hall /','','','',1,0,'2014-07-13 17:27:11','0000-00-00 00:00:00'),(257,'http://www.chris-nlp-hall.com/SlurpConfirm404.htm','','','',1,0,'2014-07-13 17:45:07','0000-00-00 00:00:00'),(258,'http://www.chris-nlp-hall.com/blog','','','',1,0,'2014-07-14 14:50:02','0000-00-00 00:00:00'),(259,'http://www.chris-nlp-hall.com/SlurpConfirm404/KevsGifsGalore/superpony/dcroster.htm','','','',1,0,'2014-07-14 19:15:30','0000-00-00 00:00:00'),(260,'http://www.chris-nlp-hall.com/SlurpConfirm404/mindyterm.htm','','','',1,0,'2014-07-14 19:36:47','0000-00-00 00:00:00'),(261,'http://www.chris-nlp-hall.com/SlurpConfirm404/magasinet/links_f.htm','','','',1,0,'2014-07-16 02:16:25','0000-00-00 00:00:00'),(262,'http://www.chris-nlp-hall.com/SlurpConfirm404/linux_drivers_char_nwflash.c.htm','','','',1,0,'2014-07-16 12:59:00','0000-00-00 00:00:00'),(263,'http://www.chris-nlp-hall.com/SlurpConfirm404/board.htm','','','',1,0,'2014-07-17 04:57:22','0000-00-00 00:00:00'),(264,'http://www.chris-nlp-hall.com/SlurpConfirm404/rugby/crb/Xmas2001Photos.htm','','','',1,0,'2014-07-17 06:22:16','0000-00-00 00:00:00'),(265,'http://www.chris-nlp-hall.com/SlurpConfirm404/shows/distillate_watch.htm','','','',1,0,'2014-07-17 10:20:48','0000-00-00 00:00:00'),(266,'http://www.chris-nlp-hall.com/SlurpConfirm404/dining/ippo.htm','','','',1,0,'2014-07-17 15:01:19','0000-00-00 00:00:00'),(267,'http://www.chris-nlp-hall.com/the-society-of-nlp hypnose','','http://translate.google.fr/translate_p?hl=fr&sl=en&tl=fr&u=http://www.chris-nlp-hall.com/the-society-of-nlp%2520hypnose&depth=1&usg=ALkJrhgKf1jl9sV5Cn','',1,0,'2014-07-19 12:45:03','0000-00-00 00:00:00'),(268,'http://www.chris-nlp-hall.com/member.php?mod=logging&action=login','','http://www.chris-nlp-hall.com/','',1,0,'2014-07-19 19:40:44','0000-00-00 00:00:00'),(269,'http://www.chris-nlp-hall.com/logging.php?action=login','','http://www.chris-nlp-hall.com/','',1,0,'2014-07-19 19:40:58','0000-00-00 00:00:00'),(270,'http://www.chris-nlp-hall.com/forums/','','http://www.chris-nlp-hall.com/','',1,0,'2014-07-19 19:41:24','0000-00-00 00:00:00'),(271,'http://www.chris-nlp-hall.com/forum.php','','','',1,0,'2014-07-19 19:41:31','0000-00-00 00:00:00'),(272,'http://www.chris-nlp-hall.com/register','','http://www.chris-nlp-hall.com/','',1,0,'2014-07-19 19:41:44','0000-00-00 00:00:00'),(273,'http://www.chris-nlp-hall.com/index.php?option=com_registration&task=register','','http://www.chris-nlp-hall.com/index.php?option=com_registration&task=register','',1,0,'2014-07-19 19:42:35','0000-00-00 00:00:00'),(274,'http://www.chris-nlp-hall.com/index.php?option=com_fireboard','','http://www.chris-nlp-hall.com/index.php?option=com_fireboard','',1,0,'2014-07-19 19:42:39','0000-00-00 00:00:00'),(275,'http://www.chris-nlp-hall.com/profile.php?mode=register&agreed=true&coppa=0','','http://www.chris-nlp-hall.com/profile.php?mode=register','',1,0,'2014-07-19 19:42:54','0000-00-00 00:00:00'),(276,'http://www.chris-nlp-hall.com/ucp.php?mode=register','','http://www.chris-nlp-hall.com/','',1,0,'2014-07-19 19:42:56','0000-00-00 00:00:00'),(277,'http://www.chris-nlp-hall.com/post.php','','','',2,0,'2014-07-19 19:43:18','0000-00-00 00:00:00'),(278,'http://www.chris-nlp-hall.com/member.php?action=reg','','http://www.chris-nlp-hall.com/','',1,0,'2014-07-19 19:43:27','0000-00-00 00:00:00'),(279,'http://www.chris-nlp-hall.com/member/register','','http://www.chris-nlp-hall.com/','',1,0,'2014-07-19 19:43:36','0000-00-00 00:00:00'),(280,'http://www.chris-nlp-hall.com/login.php?part=register','','http://www.chris-nlp-hall.com/','',2,0,'2014-07-19 19:43:40','0000-00-00 00:00:00'),(281,'http://www.chris-nlp-hall.com/signup.php','','http://www.chris-nlp-hall.com/','',1,0,'2014-07-19 19:43:43','0000-00-00 00:00:00'),(282,'http://www.chris-nlp-hall.com/site/signup.php','','http://www.chris-nlp-hall.com/','',1,0,'2014-07-19 19:43:45','0000-00-00 00:00:00'),(283,'http://www.chris-nlp-hall.com/inde.php?p=48','','','',14,0,'2014-07-20 11:03:19','0000-00-00 00:00:00'),(284,'http://www.chris-nlp-hall.com/admin/help/online_help_1.htm','','http://www.baidu.com','',2,0,'2014-07-21 15:49:53','0000-00-00 00:00:00'),(285,'http://www.chris-nlp-hall.com/robots','','http://www.baidu.com','',2,0,'2014-07-21 15:49:54','0000-00-00 00:00:00'),(286,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/do/reg.php','','http://www.baidu.com','',2,0,'2014-07-21 15:49:53','0000-00-00 00:00:00'),(287,'http://www.chris-nlp-hall.com/ask','','http://www.baidu.com','',2,0,'2014-07-21 15:49:54','0000-00-00 00:00:00'),(288,'http://www.chris-nlp-hall.com/admin/template/foot.htm','','http://www.baidu.com','',2,0,'2014-07-21 15:50:33','0000-00-00 00:00:00'),(289,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php','','http://www.baidu.com','',5,0,'2014-07-21 15:50:35','0000-00-00 00:00:00'),(290,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/digg.php','','http://www.baidu.com','',2,0,'2014-07-21 15:50:35','0000-00-00 00:00:00'),(291,'http://www.chris-nlp-hall.com/zongg/','','http://www.baidu.com','',4,0,'2014-07-21 15:50:36','0000-00-00 00:00:00'),(292,'http://www.chris-nlp-hall.com/admin/template/article_more/config.htm','','http://www.baidu.com','',2,0,'2014-07-21 15:50:38','0000-00-00 00:00:00'),(293,'http://www.chris-nlp-hall.com/special','','http://www.baidu.com','',2,0,'2014-07-21 15:50:59','0000-00-00 00:00:00'),(294,'http://www.chris-nlp-hall.com/member/template/homepage.htm','','http://www.baidu.com','',2,0,'2014-07-21 15:50:59','0000-00-00 00:00:00'),(295,'http://www.chris-nlp-hall.com/admin/list.html','','http://www.baidu.com','',2,0,'2014-07-21 15:51:08','0000-00-00 00:00:00'),(296,'http://www.chris-nlp-hall.com/hack/gather/template/edit_title.htm','','http://www.baidu.com','',2,0,'2014-07-21 15:51:08','0000-00-00 00:00:00'),(297,'http://www.chris-nlp-hall.com/template/default/refreshto.htm','','http://www.baidu.com','',2,0,'2014-07-21 15:51:10','0000-00-00 00:00:00'),(298,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php/i','','http://www.baidu.com','',2,0,'2014-07-21 15:51:10','0000-00-00 00:00:00'),(299,'http://www.chris-nlp-hall.com/admin/licence','','http://www.baidu.com','',2,0,'2014-07-21 15:51:14','0000-00-00 00:00:00'),(300,'http://www.chris-nlp-hall.com/data','','http://www.baidu.com','',2,0,'2014-07-21 15:51:19','0000-00-00 00:00:00'),(301,'http://www.chris-nlp-hall.com/template/home.htm','','http://www.baidu.com','',3,0,'2014-07-21 15:51:19','0000-00-00 00:00:00'),(302,'http://www.chris-nlp-hall.com/install/templates/step-1.html','','http://www.baidu.com','',2,0,'2014-07-21 15:51:22','0000-00-00 00:00:00'),(303,'http://www.chris-nlp-hall.com/admin/tpl/showmessage.htm','','http://www.baidu.com','',3,0,'2014-07-21 15:51:25','0000-00-00 00:00:00'),(304,'http://www.chris-nlp-hall.com/admin','','http://www.baidu.com','',2,0,'2014-07-21 15:51:26','0000-00-00 00:00:00'),(305,'http://www.chris-nlp-hall.com/install/templates/header.htm','','http://www.baidu.com','',1,0,'2014-07-21 15:51:26','0000-00-00 00:00:00'),(306,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/99billdo.php','','http://www.baidu.com','',2,0,'2014-07-21 15:51:28','0000-00-00 00:00:00'),(307,'http://www.chris-nlp-hall.com/media/blogs/index.html','','http://www.baidu.com','',2,0,'2014-07-21 15:51:28','0000-00-00 00:00:00'),(308,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/dede/login.php?gotopage=%2Fdede%2F','','http://www.baidu.com','',2,0,'2014-07-21 15:51:29','0000-00-00 00:00:00'),(309,'http://www.chris-nlp-hall.com/leiame.html','','http://www.baidu.com','',2,0,'2014-07-21 15:51:32','0000-00-00 00:00:00'),(310,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/login.php','','http://www.baidu.com','',2,0,'2014-07-21 15:51:33','0000-00-00 00:00:00'),(311,'http://www.chris-nlp-hall.com/system/skins/default/system.login.htm','','http://www.baidu.com','',2,0,'2014-07-21 15:51:37','0000-00-00 00:00:00'),(312,'http://www.chris-nlp-hall.com/custom/README','','http://www.baidu.com','',2,0,'2014-07-21 15:51:41','0000-00-00 00:00:00'),(313,'http://www.chris-nlp-hall.com/index.html','','http://www.baidu.com','',2,0,'2014-07-21 15:51:42','0000-00-00 00:00:00'),(314,'http://www.chris-nlp-hall.com/Dialog/about.htm','','http://www.baidu.com','',2,0,'2014-07-21 15:51:42','0000-00-00 00:00:00'),(315,'http://www.chris-nlp-hall.com/templates/cn/html/about.html','','http://www.baidu.com','',2,0,'2014-07-21 15:51:42','0000-00-00 00:00:00'),(316,'http://www.chris-nlp-hall.com/Southidceditor/Dialog/about.htm','','http://www.baidu.com','',2,0,'2014-07-21 15:51:42','0000-00-00 00:00:00'),(317,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/install/templates/default/errorinfo.php','','http://www.baidu.com','',2,0,'2014-07-21 15:51:42','0000-00-00 00:00:00'),(318,'http://www.chris-nlp-hall.com/admin/tpl/footer.htm','','http://www.baidu.com','',2,0,'2014-07-21 15:51:45','0000-00-00 00:00:00'),(319,'http://www.chris-nlp-hall.com/themes/lazycms/home.html','','http://www.baidu.com','',2,0,'2014-07-21 15:51:46','0000-00-00 00:00:00'),(320,'http://www.chris-nlp-hall.com/templates/default/cn/public/footer.html','','http://www.baidu.com','',2,0,'2014-07-21 15:51:48','0000-00-00 00:00:00'),(321,'http://www.chris-nlp-hall.com/eWebEditor/Dialog/about.htm','','http://www.baidu.com','',2,0,'2014-07-21 15:51:48','0000-00-00 00:00:00'),(322,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/install/templates/default/footer.php','','http://www.baidu.com','',2,0,'2014-07-21 15:51:49','0000-00-00 00:00:00'),(323,'http://www.chris-nlp-hall.com/agent/templates/Smarty/utf-8/footer.html','','http://www.baidu.com','',2,0,'2014-07-21 15:51:49','0000-00-00 00:00:00'),(324,'http://www.chris-nlp-hall.com/js/index.htm','','http://www.baidu.com','',2,0,'2014-07-21 15:51:51','0000-00-00 00:00:00'),(325,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/templates/default/header.php','','http://www.baidu.com','',2,0,'2014-07-21 15:51:53','0000-00-00 00:00:00'),(326,'http://www.chris-nlp-hall.com/editor/Dialog/about.htm','','http://www.baidu.com','',2,0,'2014-07-21 15:51:53','0000-00-00 00:00:00'),(327,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/templates/default/footer.php','','http://www.baidu.com','',2,0,'2014-07-21 15:51:57','0000-00-00 00:00:00'),(328,'http://www.chris-nlp-hall.com/phpldapadmin','','http://www.baidu.com','',2,0,'2014-07-21 15:51:57','0000-00-00 00:00:00'),(329,'http://www.chris-nlp-hall.com/templates/default/en/public/footer.html','','http://www.baidu.com','',2,0,'2014-07-21 15:52:02','0000-00-00 00:00:00'),(330,'http://www.chris-nlp-hall.com/pla','','http://www.baidu.com','',2,0,'2014-07-21 15:52:03','0000-00-00 00:00:00'),(331,'http://www.chris-nlp-hall.com/extmail/README','','http://www.baidu.com','',2,0,'2014-07-21 15:52:04','0000-00-00 00:00:00'),(332,'http://www.chris-nlp-hall.com/admin/Southidceditor/Dialog/about.htm','','http://www.baidu.com','',2,0,'2014-07-21 15:52:06','0000-00-00 00:00:00'),(333,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/minica_down.php','','http://www.baidu.com','',2,0,'2014-07-21 15:52:08','0000-00-00 00:00:00'),(334,'http://www.chris-nlp-hall.com/README','','http://www.baidu.com','',2,0,'2014-07-21 15:52:08','0000-00-00 00:00:00'),(335,'http://www.chris-nlp-hall.com/templates/default/cn/public/fotter.html','','http://www.baidu.com','',2,0,'2014-07-21 15:52:09','0000-00-00 00:00:00'),(336,'http://www.chris-nlp-hall.com/announcement/index.html','','http://www.baidu.com','',2,0,'2014-07-21 15:52:10','0000-00-00 00:00:00'),(337,'http://www.chris-nlp-hall.com/cuteeditor_files/Help/default.htm','','http://www.baidu.com','',2,0,'2014-07-21 15:52:10','0000-00-00 00:00:00'),(338,'http://www.chris-nlp-hall.com/phpmyadmin/README','','http://www.baidu.com','',2,0,'2014-07-21 15:52:12','0000-00-00 00:00:00'),(339,'http://www.chris-nlp-hall.com/templates/default/en/public/fotter.html','','http://www.baidu.com','',2,0,'2014-07-21 15:52:13','0000-00-00 00:00:00'),(340,'http://www.chris-nlp-hall.com/Help/default.htm','','http://www.baidu.com','',2,0,'2014-07-21 15:52:15','0000-00-00 00:00:00'),(341,'http://www.chris-nlp-hall.com/phpmyadmin/ChangeLog','','http://www.baidu.com','',2,0,'2014-07-21 15:52:18','0000-00-00 00:00:00'),(342,'http://www.chris-nlp-hall.com/ChangeLog','','http://www.baidu.com','',2,0,'2014-07-21 15:52:25','0000-00-00 00:00:00'),(343,'http://www.chris-nlp-hall.com/editor/Help/default.htm','','http://www.baidu.com','',2,0,'2014-07-21 15:52:35','0000-00-00 00:00:00'),(344,'http://www.chris-nlp-hall.com/templet/default/','','http://www.baidu.com','',1,0,'2014-07-21 16:58:37','0000-00-00 00:00:00'),(345,'http://www.chris-nlp-hall.com/message.html','','http://www.baidu.com','',1,0,'2014-07-21 16:58:53','0000-00-00 00:00:00'),(346,'http://www.chris-nlp-hall.com/docs/index.html','','http://www.baidu.com','',1,0,'2014-07-21 16:58:54','0000-00-00 00:00:00'),(347,'http://www.chris-nlp-hall.com/board/default/board_view.html','','http://www.baidu.com','',1,0,'2014-07-21 16:58:57','0000-00-00 00:00:00'),(348,'http://www.chris-nlp-hall.com/templates/default/auction_detail.html','','http://www.baidu.com','',1,0,'2014-07-21 16:59:00','0000-00-00 00:00:00'),(349,'http://www.chris-nlp-hall.com/&sa=U&ei=8iVPU7ydGYiQyASioYGQBQ&ved=0CEQQFjAM&usg=AFQjCNH2U1DptTrwaeskXiuEwRgrkX9K2A','','','',6,0,'2014-07-22 10:04:24','0000-00-00 00:00:00'),(350,'http://www.chris-nlp-hall.com/galleries/docs/Press%20release.pdf','','','',13,0,'2014-07-22 10:04:49','0000-00-00 00:00:00'),(351,'http://www.chris-nlp-hall.com/galleries/docs/Summary of Legal_Proceedings.pdf','','','',7,0,'2014-07-22 12:45:38','0000-00-00 00:00:00'),(352,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:+33','','','',2,0,'2014-07-24 20:22:01','0000-00-00 00:00:00'),(353,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:','','','',2,0,'2014-07-24 20:22:02','0000-00-00 00:00:00'),(354,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:04','','','',2,0,'2014-07-24 20:22:04','0000-00-00 00:00:00'),(355,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:(+33)','','','',2,0,'2014-07-24 20:22:05','0000-00-00 00:00:00'),(356,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:+49-7641-92','','','',2,0,'2014-07-24 20:22:07','0000-00-00 00:00:00'),(357,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:(0','','','',2,0,'2014-07-24 20:22:12','0000-00-00 00:00:00'),(358,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:08139','','','',2,0,'2014-07-24 20:22:14','0000-00-00 00:00:00'),(359,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:+48','','','',1,0,'2014-07-24 20:22:22','0000-00-00 00:00:00'),(360,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:+41','','','',2,0,'2014-07-24 20:22:24','0000-00-00 00:00:00'),(361,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:0121','','','',2,0,'2014-07-24 20:22:26','0000-00-00 00:00:00'),(362,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:(425)','','','',2,0,'2014-07-24 20:22:29','0000-00-00 00:00:00'),(363,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:(907)','','','',2,0,'2014-07-24 20:22:31','0000-00-00 00:00:00'),(364,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:(407)','','','',2,0,'2014-07-24 20:22:32','0000-00-00 00:00:00'),(365,'http://www.chris-nlp-hall.com/Welcome','','','',1,0,'2014-07-25 15:04:49','0000-00-00 00:00:00'),(366,'http://www.chris-nlp-hall.com/cp/fckeditor/editor/filemanager/connectors/test.html','','','',1,0,'2014-07-26 20:07:07','0000-00-00 00:00:00'),(367,'http://www.chris-nlp-hall.com/mange/fckeditor/editor/filemanager/connectors/test.html','','','',1,0,'2014-07-26 20:07:07','0000-00-00 00:00:00'),(368,'http://www.chris-nlp-hall.com/ad/fckeditor/editor/filemanager/connectors/test.html','','','',1,0,'2014-07-26 20:07:07','0000-00-00 00:00:00'),(369,'http://www.chris-nlp-hall.com/include/fckeditor/editor/filemanager/connectors/ test.html','','','',1,0,'2014-07-26 20:07:08','0000-00-00 00:00:00'),(370,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/administrator/index.php','','http://chris-nlp-hall.com/administrator/','',32,0,'2014-07-26 22:58:55','0000-00-00 00:00:00'),(371,'http://www.chris-nlp-hall.com/the-society-of-nlp/nlp-trainers-certified-by-chrisNLP','','','',1,0,'2014-07-27 17:45:43','0000-00-00 00:00:00'),(372,'http://www.CHRIS-NLP-HALL.COM/nlp-workshops-and-trainings?id=-7','','','',1,0,'2014-07-27 18:56:28','0000-00-00 00:00:00'),(373,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=11111111111111%20UNION%20SELECT%20CHAR(45,120,49,45,81,45)%20--%20%20/*','','','',5,0,'2014-07-27 20:46:06','0000-00-00 00:00:00'),(374,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=11111111111111%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45)%20--%20%20/*','','','',5,0,'2014-07-27 20:46:10','0000-00-00 00:00:00'),(375,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=11111111111111%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45)%20--%20%20/*','','','',5,0,'2014-07-27 20:46:08','0000-00-00 00:00:00'),(376,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=11111111111111%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45)%20--%20%20/*','','','',5,0,'2014-07-27 20:46:18','0000-00-00 00:00:00'),(377,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=11111111111111%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45)%20--%20%20/*','','','',5,0,'2014-07-27 20:46:21','0000-00-00 00:00:00'),(378,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=11111111111111%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45)%20--%20%2','','','',1,0,'2014-07-27 20:46:24','0000-00-00 00:00:00'),(379,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=11111111111111%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45),CHAR(45,1','','','',1,0,'2014-07-27 20:46:28','0000-00-00 00:00:00'),(380,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=11111111111111%27%20UNION%20SELECT%20CHAR(45,120,49,45,81,45)%20--%20/*%20order%20by%20%27as%20/*','','','',5,0,'2014-07-27 20:47:30','0000-00-00 00:00:00'),(381,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=11111111111111%27%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45)%20--%20/*%20order%20by%20%27as%20/*','','','',5,0,'2014-07-27 20:47:33','0000-00-00 00:00:00'),(382,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=11111111111111%27%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45)%20--%20/*%20order%20by%20%27as%20/*','','','',5,0,'2014-07-27 20:47:36','0000-00-00 00:00:00'),(383,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=11111111111111%27%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45)%20--%20/*%20order%20by%20%27as%20/*','','','',5,0,'2014-07-27 20:47:40','0000-00-00 00:00:00'),(384,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=11111111111111%27%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45)%20--%20/*%20order%20by%20%27as%','','','',1,0,'2014-07-27 20:47:44','0000-00-00 00:00:00'),(385,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=11111111111111%27%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45)%20--%2','','','',1,0,'2014-07-27 20:47:46','0000-00-00 00:00:00'),(386,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=11111111111111%27%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45),CHAR(4','','','',1,0,'2014-07-27 20:47:50','0000-00-00 00:00:00'),(387,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=11111111111111%22%20UNION%20SELECT%20CHAR(45,120,49,45,81,45)%20--%20/*%20order%20by%20%22as%20/*','','','',4,0,'2014-07-27 20:48:45','0000-00-00 00:00:00'),(388,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=11111111111111%22%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45)%20--%20/*%20order%20by%20%22as%20/*','','','',4,0,'2014-07-27 20:48:48','0000-00-00 00:00:00'),(389,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=11111111111111%22%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45)%20--%20/*%20order%20by%20%22as%20/*','','','',4,0,'2014-07-27 20:48:50','0000-00-00 00:00:00'),(390,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=11111111111111%22%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45)%20--%20/*%20order%20by%20%22as%20/*','','','',4,0,'2014-07-27 20:48:54','0000-00-00 00:00:00'),(391,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=11111111111111%22%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45)%20--%20/*%20order%20by%20%22as%','','','',1,0,'2014-07-27 20:48:56','0000-00-00 00:00:00'),(392,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=11111111111111%22%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45)%20--%2','','','',1,0,'2014-07-27 20:48:59','0000-00-00 00:00:00'),(393,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=11111111111111%22%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45),CHAR(4','','','',1,0,'2014-07-27 20:49:03','0000-00-00 00:00:00'),(394,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=1%27%20or%20(1,2)=(select*from(select%20name_const(CHAR(111,108,111,108,111,115,104,101,114),1),name_const(CHAR(111,108,111,108,111,115,104,101,114),1))a)%20--%20%27x%27=%27x','','','',4,0,'2014-07-27 20:50:18','0000-00-00 00:00:00'),(395,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=1%22%20or%20(1,2)=(select*from(select%20name_const(CHAR(111,108,111,108,111,115,104,101,114),1),name_const(CHAR(111,108,111,108,111,115,104,101,114),1))a)%20--%20%22x%22=%22x','','','',4,0,'2014-07-27 20:50:21','0000-00-00 00:00:00'),(396,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=199999%27%20union%20select%20unhex(hex(version()))%20--%20%27x%27=%27x','','','',4,0,'2014-07-27 20:50:38','0000-00-00 00:00:00'),(397,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=199999%22%20union%20select%20unhex(hex(version()))%20--%20%22x%22=%22x','','','',4,0,'2014-07-27 20:50:41','0000-00-00 00:00:00'),(398,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=199999%27%20and(select%201%20from(select%20count(*),concat((select%20(select%20(SELECT%20distinct%20concat(0x7e,0x27,%27ololo%27,0x27,0x7e)%20FROM%20information_schema.schemata%20LIMIT%201))%20','','','',1,0,'2014-07-27 20:51:00','0000-00-00 00:00:00'),(399,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=1%27%20and%28select%201%20from%28select%20count%28*%29%2Cconcat%28%28select%20%28select%20%28SELECT%20distinct%20concat%28vErsion()%2C0x27%2C0x7e%29%20%20%20LIMIT%200,1%29%29%20from%20informati','','','',1,0,'2014-07-27 20:51:04','0000-00-00 00:00:00'),(400,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=1%27%20and%28select%201%20from%28select%20count%28*%29%2Cconcat%28%28select%20%28select%20%28SELECT%20distinct%20concat%28file_priv%2C0x27%2C0x7e%29%20FROM%20mysql.user%20%20LIMIT%200,1%29%29%2','','','',1,0,'2014-07-27 20:51:06','0000-00-00 00:00:00'),(401,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=199999%22%20and(select%201%20from(select%20count(*),concat((select%20(select%20(SELECT%20distinct%20concat(0x7e,0x27,%27ololo%27,0x27,0x7e)%20FROM%20information_schema.schemata%20LIMIT%201))%20','','','',1,0,'2014-07-27 20:59:02','0000-00-00 00:00:00'),(402,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=1%22%20and%28select%201%20from%28select%20count%28*%29%2Cconcat%28%28select%20%28select%20%28SELECT%20distinct%20concat%28vErsion()%2C0x27%2C0x7e%29%20%20%20LIMIT%200,1%29%29%20from%20informati','','','',1,0,'2014-07-27 20:58:59','0000-00-00 00:00:00'),(403,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=1%22%20and%28select%201%20from%28select%20count%28*%29%2Cconcat%28%28select%20%28select%20%28SELECT%20distinct%20concat%28file_priv%2C0x27%2C0x7e%29%20FROM%20mysql.user%20%20LIMIT%200,1%29%29%2','','','',1,0,'2014-07-27 20:59:08','0000-00-00 00:00:00'),(404,'http://www.chris-nlp-hall.com/the-society-of-nlp/nlp-trainers-certified-by-christina-hall&hl=','','','',23,0,'2014-07-28 19:24:32','0000-00-00 00:00:00'),(405,'http://www.chris-nlp-hall.com/the-society-of-nlp/+33','','http://www.chris-nlp-hall.com/the-society-of-nlp/nlp-trainers-certified-by-christina-hall','',1,0,'2014-07-29 17:58:28','0000-00-00 00:00:00'),(406,'http://www.chris-nlp-hall.com/nlp-product-boutique/MDEgTGFuZ3VhZ2UgYXMgYSBQZXJjZXB0aW9uYWwgVG9vbCAtIE9wZW5pbmcubXAzfDB8MzAuMDB8VVNEfG9ufHxjbmxwaGFsbEBhb2wuY29tfHw5MjJmMjI3YWM4YTI5NDlmNTk5YzcyYWQyNTI3MzgzZQ==/','','http://www.chris-nlp-hall.com/nlp-product-boutique/nlp-audiobook-language-christina-hall','',1,0,'2014-07-29 18:54:31','0000-00-00 00:00:00'),(407,'http://www.chris-nlp-hall.com/nlp-product-boutique/MDMgUHJlc3VwcG9zaXRpb25zIGFuZCB0aGUgU3RydWN0dXJlIG9mIFRpbWUubXAzfDB8MjQuMDB8VVNEfG9ufHxjbmxwaGFsbEBhb2wuY29tfHw0MDJhNDFlMGVhY2E0MTY5MmQ2YjFmNWI4MWVmYzkyZg==/','','http://www.chris-nlp-hall.com/nlp-product-boutique/nlp-audiobook-language-christina-hall','',1,0,'2014-07-29 18:54:32','0000-00-00 00:00:00'),(408,'http://www.chris-nlp-hall.com/nlp-product-boutique/MDYgVW5pdmVyc2FscyBhbmQgU3RhdGUgRWxpY2l0YXRpb24ubXAzfDB8MjUuMDB8VVNEfG9ufHxjbmxwaGFsbEBhb2wuY29tfHxlMjU4NDY4OGYxYzUyNzMxNDcxYzA0YmFmNGQxOTM2Mg==/','','http://www.chris-nlp-hall.com/nlp-product-boutique/nlp-audiobook-language-christina-hall','',1,0,'2014-07-29 18:54:32','0000-00-00 00:00:00'),(409,'http://www.chris-nlp-hall.com/nlp-product-boutique/MDcgVGhlIE1ldGEgTW9kZWwgYXMgYSBTeXN0ZW0gb2YgUmVsYXRpb25zLm1wM3wwfDM2LjAwfFVTRHxvbnx8Y25scGhhbGxAYW9sLmNvbXx8YzlkNTJiNGViMTczMTU3Y2E2OWI1Y2U3MTc1OTBmNmE=/','','http://www.chris-nlp-hall.com/nlp-product-boutique/nlp-audiobook-language-christina-hall','',1,0,'2014-07-29 18:54:33','0000-00-00 00:00:00'),(410,'http://www.chris-nlp-hall.com/nlp-product-boutique/MDggQ2h1bmtpbmdfIENyZWF0aW5nIGEgTXVsdGktRGltZW5zaW9uYWwgTmV0d29yayBvZiBQZXJzcGVjdGl2ZXMubXAzfDB8MzIuMDB8VVNEfG9ufHxjbmxwaGFsbEBhb2wuY29tfHxkNzQ5ZjgyNDRjOTRlNzllZDc2NmUyYWU3Mzg5ZTk3MA==/','','http://www.chris-nlp-hall.com/nlp-product-boutique/nlp-audiobook-language-christina-hall','',1,0,'2014-07-29 18:54:34','0000-00-00 00:00:00'),(411,'http://www.chris-nlp-hall.com/modules/mod_slideshowck/assets/testurl','','http://www.chris-nlp-hall.com/modules/mod_slideshowck/assets/jquery.mobile.customized.min.js','',1,0,'2014-07-29 19:49:09','0000-00-00 00:00:00'),(412,'http://www.chris-nlp-hall.com/modules/mod_slideshowck/assets/+C[P]+','','http://www.chris-nlp-hall.com/modules/mod_slideshowck/assets/camera.min.js','',1,0,'2014-07-29 19:49:10','0000-00-00 00:00:00'),(413,'http://www.chris-nlp-hall.com/the-society-of-nlp/index.php','','http://www.chris-nlp-hall.com/the-society-of-nlp/index.php','',1,0,'2014-07-29 19:49:12','0000-00-00 00:00:00'),(414,'http://www.chris-nlp-hall.com/images/trainers/flags/index.php','','http://www.chris-nlp-hall.com/images/trainers/flags/index.php','',1,0,'2014-07-29 19:49:13','0000-00-00 00:00:00'),(415,'http://www.chris-nlp-hall.com/nlp-product-boutique/MDEgTGFuZ3VhZ2UgYXMgYSBQZXJjZXB0aW9uYWwgVG9vbCAtIE9wZW5pbmcubXAzfDB8MzAuMDB8VVNEfG9ufHxjbmxwaGFsbEBhb2wuY29tfHw5MjJmMjI3YWM4YTI5NDlmNTk5YzcyYWQyNTI3MzgzZQ==/index.php','','http://www.chris-nlp-hall.com/nlp-product-boutique/MDEgTGFuZ3VhZ2UgYXMgYSBQZXJjZXB0aW9uYWwgVG9vbCAtIE9wZW5pbmcubXAzfDB8MzAuMDB8VVNEfG9ufHxjbmxwaGFsbEB','',3,0,'2014-07-29 20:41:42','0000-00-00 00:00:00'),(416,'http://www.chris-nlp-hall.com/nlp-product-boutique/MDggQ2h1bmtpbmdfIENyZWF0aW5nIGEgTXVsdGktRGltZW5zaW9uYWwgTmV0d29yayBvZiBQZXJzcGVjdGl2ZXMubXAzfDB8MzIuMDB8VVNEfG9ufHxjbmxwaGFsbEBhb2wuY29tfHxkNzQ5ZjgyNDRjOTRlNzllZDc2NmUyYWU3Mzg5ZTk3MA==/index.php','','http://www.chris-nlp-hall.com/nlp-product-boutique/MDggQ2h1bmtpbmdfIENyZWF0aW5nIGEgTXVsdGktRGltZW5zaW9uYWwgTmV0d29yayBvZiBQZXJzcGVjdGl2ZXMubXAzfDB8MzI','',1,0,'2014-07-29 20:41:44','0000-00-00 00:00:00'),(417,'http://www.chris-nlp-hall.com/nlp-product-boutique/MDcgVGhlIE1ldGEgTW9kZWwgYXMgYSBTeXN0ZW0gb2YgUmVsYXRpb25zLm1wM3wwfDM2LjAwfFVTRHxvbnx8Y25scGhhbGxAYW9sLmNvbXx8YzlkNTJiNGViMTczMTU3Y2E2OWI1Y2U3MTc1OTBmNmE=/index.php','','http://www.chris-nlp-hall.com/nlp-product-boutique/MDcgVGhlIE1ldGEgTW9kZWwgYXMgYSBTeXN0ZW0gb2YgUmVsYXRpb25zLm1wM3wwfDM2LjAwfFVTRHxvbnx8Y25scGhhbGxAYW9','',3,0,'2014-07-29 20:41:44','0000-00-00 00:00:00'),(418,'http://www.chris-nlp-hall.com/nlp-product-boutique/MDMgUHJlc3VwcG9zaXRpb25zIGFuZCB0aGUgU3RydWN0dXJlIG9mIFRpbWUubXAzfDB8MjQuMDB8VVNEfG9ufHxjbmxwaGFsbEBhb2wuY29tfHw0MDJhNDFlMGVhY2E0MTY5MmQ2YjFmNWI4MWVmYzkyZg==/index.php','','http://www.chris-nlp-hall.com/nlp-product-boutique/MDMgUHJlc3VwcG9zaXRpb25zIGFuZCB0aGUgU3RydWN0dXJlIG9mIFRpbWUubXAzfDB8MjQuMDB8VVNEfG9ufHxjbmxwaGFsbEB','',1,0,'2014-07-29 20:41:54','0000-00-00 00:00:00'),(419,'http://www.chris-nlp-hall.com/plugins/content/upgrade.php','','','',1,0,'2014-07-30 05:54:23','0000-00-00 00:00:00'),(420,'http://www.chris-nlp-hall.com/the-society-of-nlp/nlp-trainers-certified-by-christina-','','http://www.chris-nlp-hall.com/','',1,0,'2014-07-30 05:59:12','0000-00-00 00:00:00'),(421,'http://www.chris-nlp-hall.com/xmlrpc.php','','','',1,0,'2014-08-02 12:42:50','0000-00-00 00:00:00'),(422,'http://www.chris-nlp-hall.com/profile-christina-hall-phd-nlp-meta-master-trainerDr','','','',1,0,'2014-08-03 11:39:30','0000-00-00 00:00:00'),(423,'http://www.chris-nlp-hall.com/nlp-workshops-and-trainings?id=/proc/self/environ','','','',1,0,'2014-08-04 05:09:52','0000-00-00 00:00:00'),(424,'http://www.chris-nlp-hall.com/kedit/upload_cgi/upload.php','','','',1,0,'2014-08-07 09:23:05','0000-00-00 00:00:00'),(425,'http://www.chris-nlp-hall.com/wordpress','','http://chris-nlp-hall.com/wordpress','',2,0,'2014-08-10 19:47:08','0000-00-00 00:00:00'),(426,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/wordpress/wp-login.php','','chris-nlp-hall.com/wordpress','',3,0,'2014-08-10 19:47:09','0000-00-00 00:00:00'),(427,'http://www.chris-nlp-hall.com/zimbra/','','','',1,0,'2014-08-11 00:32:06','0000-00-00 00:00:00'),(428,'http://www.chris-nlp-hall.com/mail/','','','',1,0,'2014-08-11 00:32:11','0000-00-00 00:00:00'),(429,'http://www.chris-nlp-hall.com/wp-content/uploads/ftp.php','','','',1,0,'2014-08-11 02:10:21','0000-00-00 00:00:00'),(430,'http://www.chris-nlp-hall.com/the-society-of-nlp&prev=/search?q=society+of+nlp&biw=771&bih=674','','','',2,0,'2014-08-11 12:55:31','0000-00-00 00:00:00'),(431,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/tmp/rss.php?baks','','','',2,0,'2014-08-12 23:31:48','0000-00-00 00:00:00'),(432,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=0','','','',1,0,'2014-08-13 06:32:15','0000-00-00 00:00:00'),(433,'http://www.chris-nlp-hall.com/trackback/','','http://www.chris-nlp-hall.com','',4,0,'2014-08-14 22:34:04','0000-00-00 00:00:00'),(434,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/modules/mod_fxprev/libraries/archives.php','','','',2,0,'2014-08-16 03:32:28','0000-00-00 00:00:00'),(435,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=481111111111111%20UNION%20SELECT%20CHAR(45,120,49,45,81,45)%20--%20%20/*','','','',1,0,'2014-08-17 21:37:09','0000-00-00 00:00:00'),(436,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=481111111111111%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45)%20--%20%20/*','','','',1,0,'2014-08-17 21:37:13','0000-00-00 00:00:00'),(437,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=481111111111111%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45)%20--%20%20/*','','','',1,0,'2014-08-17 21:37:16','0000-00-00 00:00:00'),(438,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=481111111111111%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45)%20--%20%20/*','','','',1,0,'2014-08-17 21:37:19','0000-00-00 00:00:00'),(439,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=481111111111111%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45)%20--%20%20/*','','','',1,0,'2014-08-17 21:37:24','0000-00-00 00:00:00'),(440,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=481111111111111%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45)%20--%20%','','','',1,0,'2014-08-17 21:37:28','0000-00-00 00:00:00'),(441,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=481111111111111%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45),CHAR(45,','','','',1,0,'2014-08-17 21:37:31','0000-00-00 00:00:00'),(442,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=481111111111111%27%20UNION%20SELECT%20CHAR(45,120,49,45,81,45)%20--%20/*%20order%20by%20%27as%20/*','','','',1,0,'2014-08-17 21:38:34','0000-00-00 00:00:00'),(443,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=481111111111111%27%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45)%20--%20/*%20order%20by%20%27as%20/*','','','',1,0,'2014-08-17 21:38:38','0000-00-00 00:00:00'),(444,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=481111111111111%27%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45)%20--%20/*%20order%20by%20%27as%20/*','','','',1,0,'2014-08-17 21:38:41','0000-00-00 00:00:00'),(445,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=481111111111111%27%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45)%20--%20/*%20order%20by%20%27as%20/*','','','',1,0,'2014-08-17 21:38:44','0000-00-00 00:00:00'),(446,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=481111111111111%27%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45)%20--%20/*%20order%20by%20%27as','','','',1,0,'2014-08-17 21:38:48','0000-00-00 00:00:00'),(447,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=481111111111111%27%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45)%20--%','','','',1,0,'2014-08-17 21:38:51','0000-00-00 00:00:00'),(448,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=481111111111111%27%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45),CHAR(','','','',1,0,'2014-08-17 21:38:53','0000-00-00 00:00:00'),(449,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=481111111111111%22%20UNION%20SELECT%20CHAR(45,120,49,45,81,45)%20--%20/*%20order%20by%20%22as%20/*','','','',1,0,'2014-08-17 21:39:53','0000-00-00 00:00:00'),(450,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=481111111111111%22%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45)%20--%20/*%20order%20by%20%22as%20/*','','','',1,0,'2014-08-17 21:39:57','0000-00-00 00:00:00'),(451,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=481111111111111%22%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45)%20--%20/*%20order%20by%20%22as%20/*','','','',1,0,'2014-08-17 21:40:03','0000-00-00 00:00:00'),(452,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=481111111111111%22%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45)%20--%20/*%20order%20by%20%22as%20/*','','','',1,0,'2014-08-17 21:40:07','0000-00-00 00:00:00'),(453,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=481111111111111%22%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45)%20--%20/*%20order%20by%20%22as','','','',1,0,'2014-08-17 21:40:10','0000-00-00 00:00:00'),(454,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=481111111111111%22%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45)%20--%','','','',1,0,'2014-08-17 21:40:13','0000-00-00 00:00:00'),(455,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=481111111111111%22%20UNION%20SELECT%20CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45),CHAR(','','','',1,0,'2014-08-17 21:40:16','0000-00-00 00:00:00'),(456,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=48%27%20or%20(1,2)=(select*from(select%20name_const(CHAR(111,108,111,108,111,115,104,101,114),1),name_const(CHAR(111,108,111,108,111,115,104,101,114),1))a)%20--%20%27x%27=%27x','','','',1,0,'2014-08-17 21:41:33','0000-00-00 00:00:00'),(457,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=48%22%20or%20(1,2)=(select*from(select%20name_const(CHAR(111,108,111,108,111,115,104,101,114),1),name_const(CHAR(111,108,111,108,111,115,104,101,114),1))a)%20--%20%22x%22=%22x','','','',1,0,'2014-08-17 21:41:44','0000-00-00 00:00:00'),(458,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=4899999%27%20union%20select%20unhex(hex(version()))%20--%20%27x%27=%27x','','','',1,0,'2014-08-17 21:42:02','0000-00-00 00:00:00'),(459,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=4899999%22%20union%20select%20unhex(hex(version()))%20--%20%22x%22=%22x','','','',1,0,'2014-08-17 21:42:06','0000-00-00 00:00:00'),(460,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=4899999%27%20and(select%201%20from(select%20count(*),concat((select%20(select%20(SELECT%20distinct%20concat(0x7e,0x27,%27ololo%27,0x27,0x7e)%20FROM%20information_schema.schemata%20LIMIT%201))%2','','','',1,0,'2014-08-17 21:42:25','0000-00-00 00:00:00'),(461,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=48%27%20and%28select%201%20from%28select%20count%28*%29%2Cconcat%28%28select%20%28select%20%28SELECT%20distinct%20concat%28vErsion()%2C0x27%2C0x7e%29%20%20%20LIMIT%200,1%29%29%20from%20informat','','','',1,0,'2014-08-17 21:42:28','0000-00-00 00:00:00'),(462,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/index.php?p=48%27%20and%28select%201%20from%28select%20count%28*%29%2Cconcat%28%28select%20%28select%20%28SELECT%20distinct%20concat%28file_priv%2C0x27%2C0x7e%29%20FROM%20mysql.user%20%20LIMIT%200,1%29%29%','','','',1,0,'2014-08-17 21:42:31','0000-00-00 00:00:00'),(463,'http://www.chris-nlp-hall.com/the-society-of-nlp/trackback/','','http://www.chris-nlp-hall.com/the-society-of-nlp','',1,0,'2014-08-17 22:27:30','0000-00-00 00:00:00'),(464,'http://www.chris-nlp-hall.com/global/editors/fckeditor/editor/dialog/fck_about.html','','http://chrisnlphall.com','',2,0,'2014-08-18 17:28:57','0000-00-00 00:00:00'),(465,'http://www.chris-nlp-hall.com/manager/fckeditor/editor/dialog/fck_about.html','','http://chrisnlphall.com','',3,0,'2014-08-18 17:29:00','0000-00-00 00:00:00'),(466,'http://www.chris-nlp-hall.com/library/fckeditor/editor/dialog/fck_about.html','','http://chrisnlphall.com','',3,0,'2014-08-18 17:29:01','0000-00-00 00:00:00'),(467,'http://www.chris-nlp-hall.com/includes/fckeditor/editor/dialog/fck_about.html','','http://chrisnlphall.com','',2,0,'2014-08-18 17:29:03','0000-00-00 00:00:00'),(468,'http://www.chris-nlp-hall.com/include/fckeditor/editor/dialog/fck_about.html','','http://chrisnlphall.com','',2,0,'2014-08-18 17:29:06','0000-00-00 00:00:00'),(469,'http://www.chris-nlp-hall.com/modules/fckeditor/editor/dialog/fck_about.html','','http://chrisnlphall.com','',2,0,'2014-08-18 17:29:08','0000-00-00 00:00:00'),(470,'http://www.chris-nlp-hall.com/lib/fckeditor/editor/dialog/fck_about.html','','http://chrisnlphall.com','',2,0,'2014-08-18 17:29:09','0000-00-00 00:00:00'),(471,'http://www.chris-nlp-hall.com/html/js/editor/fckeditor/editor/dialog/fck_about.html','','http://chris-nlp-hall.com','',3,0,'2014-08-18 17:29:07','0000-00-00 00:00:00'),(472,'http://www.chris-nlp-hall.com/index.php?option=com_user&view=register','','http://www.chris-nlp-hall.com/index.php?option=com_user&view=register','',10,0,'2014-08-20 10:01:38','0000-00-00 00:00:00'),(473,'http://www.chris-nlp-hall.com/notify-Coaching_page?aHR0cDovL3d3dy5jaHJpcy1ubHAtaGFsbC5jb20vbmxwLXdvcmtzaG9wcy1hbmQtdHJhaW5pbmdzL25scC1wYXJhZG94LWFuZC1jaGFuZ2U=','','','',1,0,'2014-08-20 20:48:12','0000-00-00 00:00:00'),(474,'http://www.chris-nlp-hall.com/include/version.php','','','',13,0,'2014-08-20 21:35:43','0000-00-00 00:00:00'),(475,'http://www.chris-nlp-hall.com/cart/include/version.php','','','',2,0,'2014-08-20 21:35:48','0000-00-00 00:00:00'),(476,'http://www.chris-nlp-hall.com/xcart/include/version.php','','','',2,0,'2014-08-20 21:35:53','0000-00-00 00:00:00'),(477,'http://www.chris-nlp-hall.com/store/include/version.php','','','',2,0,'2014-08-20 21:35:58','0000-00-00 00:00:00'),(478,'http://www.chris-nlp-hall.com/shop/include/version.php','','','',2,0,'2014-08-20 21:36:03','0000-00-00 00:00:00'),(479,'http://www.chris-nlp-hall.com/admin/login.php','','','',2,0,'2014-08-21 01:52:49','0000-00-00 00:00:00'),(480,'http://www.chris-nlp-hall.com/the-society-of-nlp/nlp-trainers-certified-by-christina-hall/admin/categories.php/login.php','','','',1,0,'2014-08-23 06:23:55','0000-00-00 00:00:00'),(481,'http://www.chris-nlp-hall.com/admin/categories.php/login.php','','','',1,0,'2014-08-23 06:24:25','0000-00-00 00:00:00'),(482,'http://www.chris-nlp-hall.com/the-society-of-nlp/admin/categories.php/login.php','','','',1,0,'2014-08-23 06:24:29','0000-00-00 00:00:00'),(483,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/include/version.php','','','',18,0,'2014-08-24 07:41:21','0000-00-00 00:00:00'),(484,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/cart/include/version.php','','','',4,0,'2014-08-24 07:41:24','0000-00-00 00:00:00'),(485,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/xcart/include/version.php','','','',4,0,'2014-08-24 07:41:27','0000-00-00 00:00:00'),(486,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/store/include/version.php','','','',4,0,'2014-08-24 07:41:31','0000-00-00 00:00:00'),(487,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/shop/include/version.php','','','',4,0,'2014-08-24 07:41:37','0000-00-00 00:00:00'),(488,'http://www.chris-nlp-hall.com/nlp-product-boutique/nlp-audiobook-language-christina-hall/RK=0','','','',1,0,'2014-08-24 16:53:02','0000-00-00 00:00:00'),(489,'http://www.chris-nlp-hall.com/the-society-of-nlp/nlp-trainers-certified','','','',2,0,'2014-08-26 22:02:39','0000-00-00 00:00:00'),(490,'http://www.chris-nlp-hall.com/tel:04 67 99 05 29','','','',1,0,'2014-09-01 05:30:03','0000-00-00 00:00:00'),(491,'http://www.chris-nlp-hall.com/tel:08139 8019950','','','',1,0,'2014-09-01 05:30:30','0000-00-00 00:00:00'),(492,'http://www.chris-nlp-hall.com/tel:03-6304-2301','','','',1,0,'2014-09-01 05:30:36','0000-00-00 00:00:00'),(493,'http://www.chris-nlp-hall.com/component/quicksell/?task=download&format=raw&key=b92298f4a41de35759e9b1246f2c3a24&order_id=26&filename=language_in_action_part1of4.zip','','http://www.chris-nlp-hall.com/nlp-product-boutique/nlp-audiobook-language-christina-hall?option=com%5fquicksell&view=thankyou&Itemid=239&key=b92298f4a','',1,0,'2014-09-01 09:29:43','0000-00-00 00:00:00'),(494,'http://www.chris-nlp-hall.com/nlp-product-boutique/nlp-audiobook-language-christina-hall?option=com_quicksell&view=thankyou&Itemid=239&key=b92298f4a41de35759e9b1246f2c3a24&utm_nooverride=1','','http://www.chris-nlp-hall.com/nlp-product-boutique/','',3,0,'2014-09-01 09:29:48','0000-00-00 00:00:00'),(495,'http://www.chris-nlp-hall.com/fckeditor/editor/filemanager/browser/default/connectors/asp/','','','',1,0,'2014-09-01 14:24:22','0000-00-00 00:00:00'),(496,'http://www.chris-nlp-hall.com/fckeditor/editor/filemanager/connectors/asp/','','','',1,0,'2014-09-01 14:24:22','0000-00-00 00:00:00'),(497,'http://www.chris-nlp-hall.com/fckeditor/editor/filemanager/browser/default/connectors/aspx/','','','',1,0,'2014-09-01 14:24:22','0000-00-00 00:00:00'),(498,'http://www.chris-nlp-hall.com/fckeditor/editor/filemanager/connectors/aspx/','','','',1,0,'2014-09-01 14:24:22','0000-00-00 00:00:00'),(499,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/admin.php','','','',1,0,'2014-09-03 20:04:12','0000-00-00 00:00:00'),(500,'http://www.chris-nlp-hall.com/bitrix/admin/','','','',1,0,'2014-09-03 20:04:11','0000-00-00 00:00:00'),(501,'http://www.chris-nlp-hall.com/fckeditor/editor/filemanager/connectors/php/upload.php','','','',4,0,'2014-09-04 18:04:36','0000-00-00 00:00:00'),(502,'http://www.chris-nlp-hall.com/fckeditor/editor/filemanager/upload/php/upload.php','','','',4,0,'2014-09-04 18:04:37','0000-00-00 00:00:00'),(503,'http://www.chris-nlp-hall.com/fckeditor/editor/filemanager/connectors/php/connector.php','','','',5,0,'2014-09-04 18:04:37','0000-00-00 00:00:00'),(504,'http://www.chris-nlp-hall.com/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php','','','',4,0,'2014-09-04 18:04:38','0000-00-00 00:00:00'),(505,'http://www.chris-nlp-hall.com/includes/fckeditor/editor/filemanager/connectors/php/upload.php','','','',3,0,'2014-09-04 18:04:38','0000-00-00 00:00:00'),(506,'http://www.chris-nlp-hall.com/includes/fckeditor/editor/filemanager/upload/php/upload.php','','','',3,0,'2014-09-04 18:04:39','0000-00-00 00:00:00'),(507,'http://www.chris-nlp-hall.com/includes/fckeditor/editor/filemanager/connectors/php/connector.php','','','',4,0,'2014-09-04 18:04:39','0000-00-00 00:00:00'),(508,'http://www.chris-nlp-hall.com/includes/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php','','','',3,0,'2014-09-04 18:04:40','0000-00-00 00:00:00'),(509,'http://www.chris-nlp-hall.com/admin/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php','','','',3,0,'2014-09-04 18:04:41','0000-00-00 00:00:00'),(510,'http://www.chris-nlp-hall.com/admin/fckeditor/editor/filemanager/connectors/php/connector.php','','','',3,0,'2014-09-04 18:04:43','0000-00-00 00:00:00'),(511,'http://www.chris-nlp-hall.com/admin/fckeditor/editor/filemanager/connectors/php/upload.php','','','',3,0,'2014-09-04 18:04:44','0000-00-00 00:00:00'),(512,'http://www.chris-nlp-hall.com/admin/fckeditor/editor/filemanager/upload/php/upload.php','','','',3,0,'2014-09-04 18:04:44','0000-00-00 00:00:00'),(513,'http://www.chris-nlp-hall.com/ckeditor/ckfinder/core/connector/php/connector.php','','','',3,0,'2014-09-04 18:04:45','0000-00-00 00:00:00'),(514,'http://www.chris-nlp-hall.com/kcfinder/browse.php','','','',3,0,'2014-09-04 18:04:45','0000-00-00 00:00:00'),(515,'http://www.chris-nlp-hall.com/ckfinder/core/connector/php/connector.php','','','',1,0,'2014-09-04 18:04:47','0000-00-00 00:00:00'),(516,'http://www.chris-nlp-hall.com/editors/fckeditor/editor/filemanager/connectors/php/upload.php','','','',1,0,'2014-09-04 18:04:48','0000-00-00 00:00:00'),(517,'http://www.chris-nlp-hall.com/editors/fckeditor/editor/filemanager/connectors/php/connector.php','','','',1,0,'2014-09-04 18:04:49','0000-00-00 00:00:00'),(518,'http://www.chris-nlp-hall.com/admin/FCKeditor/editor/dialog','','','',1,0,'2014-09-04 18:04:21','0000-00-00 00:00:00'),(519,'http://www.chris-nlp-hall.comhttp//www.chris-nlp-hall.com/global/editors/fckeditor/editor/dialog/fck_about.html','','http://chris-nlp-hall.com','',1,0,'2014-09-05 05:21:56','0000-00-00 00:00:00'),(520,'http://www.chris-nlp-hall.comhttp//www.chris-nlp-hall.com/js/fckeditor/editor/dialog/fck_about.html','','http://chris-nlp-hall.com','',1,0,'2014-09-05 05:22:27','0000-00-00 00:00:00'),(521,'http://www.chris-nlp-hall.com/scripts/fckeditor/editor/dialog/fck_about.html','','http://chrisnlphall.com','',1,0,'2014-09-05 05:32:38','0000-00-00 00:00:00'),(522,'http://www.chris-nlp-hall.comhttp//www.chris-nlp-hall.com/fckeditor/editor/dialog/fck_about.html','','http://chrisnlphall.com','',1,0,'2014-09-05 05:33:40','0000-00-00 00:00:00'),(523,'http://www.chris-nlp-hall.com/the-society-of-nlp/Index.htm','','http://www.chris-nlp-hall.com/','',5,0,'2014-09-05 09:44:31','0000-00-00 00:00:00'),(524,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:0121+251+6172','','http://www.chris-nlp-hall.com/','',5,0,'2014-09-05 09:44:32','0000-00-00 00:00:00'),(525,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:08139+8019950','','http://www.chris-nlp-hall.com/','',5,0,'2014-09-05 09:45:07','0000-00-00 00:00:00'),(526,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:04+67+99+05+29','','http://www.chris-nlp-hall.com/','',5,0,'2014-09-05 09:45:14','0000-00-00 00:00:00'),(527,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:+49-7641-92+41-0','','http://www.chris-nlp-hall.com/','',5,0,'2014-09-05 09:45:19','0000-00-00 00:00:00'),(528,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:+33+327+65+29+53','','http://www.chris-nlp-hall.com/','',5,0,'2014-09-05 09:44:35','0000-00-00 00:00:00'),(529,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:+33+682+82+91+98+++or++0682+82','','http://www.chris-nlp-hall.com/','',5,0,'2014-09-05 09:44:35','0000-00-00 00:00:00'),(530,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:+48+42+684+80+67','','http://www.chris-nlp-hall.com/','',4,0,'2014-09-05 09:44:35','0000-00-00 00:00:00'),(531,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:+41+21+802+30+66','','http://www.chris-nlp-hall.com/','',5,0,'2014-09-05 09:44:35','0000-00-00 00:00:00'),(532,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:+49+911+27861770','','http://www.chris-nlp-hall.com/','',5,0,'2014-09-05 09:44:35','0000-00-00 00:00:00'),(533,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:+41+52+238+18+10','','http://www.chris-nlp-hall.com/','',5,0,'2014-09-05 09:44:35','0000-00-00 00:00:00'),(534,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:+33+(0)4+91+81+84+46','','http://www.chris-nlp-hall.com/','',5,0,'2014-09-05 09:44:36','0000-00-00 00:00:00'),(535,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:(407)+481-0802','','http://www.chris-nlp-hall.com/','',5,0,'2014-09-05 09:44:36','0000-00-00 00:00:00'),(536,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:(907)+770-3656','','http://www.chris-nlp-hall.com/','',5,0,'2014-09-05 09:44:36','0000-00-00 00:00:00'),(537,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:(425)+462+4369','','http://www.chris-nlp-hall.com/','',5,0,'2014-09-05 09:44:37','0000-00-00 00:00:00'),(538,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:(0+60+39)+92+66+46','','http://www.chris-nlp-hall.com/','',5,0,'2014-09-05 09:44:58','0000-00-00 00:00:00'),(539,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:(+33)+0614-236+221','','http://www.chris-nlp-hall.com/','',5,0,'2014-09-05 09:46:27','0000-00-00 00:00:00'),(540,'http://www.chris-nlp-hall.com/bitrix/','','http://www.bing.com/search?q=chris-nlp-hall.com&qs=n&form=QBRE&pq=chris-nlp-hall.com&sc=0-0&sp=-1&sk=&cvid=0346dcde9j574c26b6b622k7759h14g3','',1,0,'2014-09-06 15:52:28','0000-00-00 00:00:00'),(541,'http://www.chris-nlp-hall.com/admin/editor/filemanager/upload/test.html','','','',2,0,'2014-09-06 23:08:45','0000-00-00 00:00:00'),(542,'http://www.chris-nlp-hall.com/admin/editors/fckeditor/editor/filemanager/upload/test.html','','','',2,0,'2014-09-06 23:08:45','0000-00-00 00:00:00'),(543,'http://www.chris-nlp-hall.com/ ','','','',10,0,'2014-09-07 20:33:34','0000-00-00 00:00:00'),(544,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/modules/mod_search/tmpl/index.php?search=hello','','','',2,0,'2014-09-10 02:14:11','0000-00-00 00:00:00'),(545,'http://www.chris-nlp-hall.com/includes/editors/fckeditor/editor/fckeditor.html','','','',1,0,'2014-09-10 14:31:00','0000-00-00 00:00:00'),(546,'http://www.chris-nlp-hall.com/fckeditor1/editor/fckeditor.html','','','',1,0,'2014-09-10 14:31:00','0000-00-00 00:00:00'),(547,'http://www.chris-nlp-hall.com/fckeditor_ap/editor/fckeditor.html','','','',1,0,'2014-09-10 14:31:01','0000-00-00 00:00:00'),(548,'http://www.chris-nlp-hall.com/fck/editor/fckeditor.html','','','',1,0,'2014-09-10 14:31:04','0000-00-00 00:00:00'),(549,'http://www.chris-nlp-hall.com/editors/fckeditor/editor/fckeditor.html','','','',1,0,'2014-09-10 14:31:05','0000-00-00 00:00:00'),(550,'http://www.chris-nlp-hall.com/editor/fckeditor.html','','','',1,0,'2014-09-10 14:31:06','0000-00-00 00:00:00'),(551,'http://www.chris-nlp-hall.com/edit/editor/fckeditor.html','','','',1,0,'2014-09-10 14:31:07','0000-00-00 00:00:00'),(552,'http://www.chris-nlp-hall.com/cms/fckeditor/editor/fckeditor.html','','','',1,0,'2014-09-10 14:31:07','0000-00-00 00:00:00'),(553,'http://www.chris-nlp-hall.com/bbadmin/editors/fckeditor/editor/fckeditor.html','','','',1,0,'2014-09-10 14:31:08','0000-00-00 00:00:00'),(554,'http://www.chris-nlp-hall.com/administrator/fckeditor1/editor/fckeditor.html','','','',1,0,'2014-09-10 14:31:09','0000-00-00 00:00:00'),(555,'http://www.chris-nlp-hall.com/administrator/fckeditor/editor/fckeditor.html','','','',1,0,'2014-09-10 14:31:09','0000-00-00 00:00:00'),(556,'http://www.chris-nlp-hall.com/administrator/editors/fckeditor/fckeditor.html','','','',1,0,'2014-09-10 14:31:10','0000-00-00 00:00:00'),(557,'http://www.chris-nlp-hall.com/admin/system/editor/fckeditor/editor/fckeditor.html','','','',1,0,'2014-09-10 14:31:11','0000-00-00 00:00:00'),(558,'http://www.chris-nlp-hall.com/admin/fckeditor1/editor/fckeditor.html','','','',1,0,'2014-09-10 14:31:11','0000-00-00 00:00:00'),(559,'http://www.chris-nlp-hall.com/admin/fckeditor_ap/editor/fckeditor.html','','','',1,0,'2014-09-10 14:31:12','0000-00-00 00:00:00'),(560,'http://www.chris-nlp-hall.com/admin/fck/editor/fckeditor.html','','','',1,0,'2014-09-10 14:31:13','0000-00-00 00:00:00'),(561,'http://www.chris-nlp-hall.com/admin/editors/fckeditor/editor/fckeditor.html','','','',1,0,'2014-09-10 14:31:14','0000-00-00 00:00:00'),(562,'http://www.chris-nlp-hall.com/admin/editor/fckeditor.html','','','',1,0,'2014-09-10 14:31:15','0000-00-00 00:00:00'),(563,'http://www.chris-nlp-hall.com/admin/editor/filemanager/browser/default/connectors/test.html','','','',1,0,'2014-09-11 06:42:03','0000-00-00 00:00:00'),(564,'http://www.chris-nlp-hall.com/editors/fckeditor/editor/filemanager/upload/test.html','','','',1,0,'2014-09-11 06:42:10','0000-00-00 00:00:00'),(565,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/components/com_support/support.php','','','',2,0,'2014-09-11 12:37:39','0000-00-00 00:00:00'),(566,'http://www.chris-nlp-hall.com/index.php?option=com_formmaker&view=formmaker&id=1','','http://chris-nlp-hall.biz/index.php?option=com_formmaker&view=formmaker&id=1','',1,0,'2014-09-13 17:23:23','0000-00-00 00:00:00'),(567,'http://www.chris-nlp-hall.com/the-society-of-nlp/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanager&version=1576&cid=20','','','',1,0,'2014-09-15 02:39:45','0000-00-00 00:00:00'),(568,'http://www.chris-nlp-hall.com/js/fckeditor//editor/filemanager/connectors/php/connector.php?Command=GetFolders&Type=File&CurrentFolder=/','','','',1,0,'2014-09-15 03:09:50','0000-00-00 00:00:00'),(569,'http://www.chris-nlp-hall.com/js/fckeditor//editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFolders&Type=File&CurrentFolder=/','','','',1,0,'2014-09-15 03:09:50','0000-00-00 00:00:00'),(570,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/blog/wp-login.php','','','',1,0,'2014-09-16 23:12:12','0000-00-00 00:00:00'),(571,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/journal/wp-login.php','','','',1,0,'2014-09-16 23:12:48','0000-00-00 00:00:00'),(572,'http://www.chris-nlp-hall.com/order/include/version.php','','','',1,0,'2014-09-17 13:36:30','0000-00-00 00:00:00'),(573,'http://www.chris-nlp-hall.com/market/include/version.php','','','',1,0,'2014-09-17 13:36:32','0000-00-00 00:00:00'),(574,'http://www.chris-nlp-hall.com/buy/include/version.php','','','',1,0,'2014-09-17 13:36:34','0000-00-00 00:00:00'),(575,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/order/include/version.php','','','',2,0,'2014-09-20 08:01:49','0000-00-00 00:00:00'),(576,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/market/include/version.php','','','',2,0,'2014-09-20 08:01:50','0000-00-00 00:00:00'),(577,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/buy/include/version.php','','','',2,0,'2014-09-20 08:01:52','0000-00-00 00:00:00'),(578,'http://www.chris-nlp-hall.com/galleries/documents/Summary of Legal Proceedings.pdf','','','',1,0,'2014-09-21 05:46:31','0000-00-00 00:00:00'),(579,'http://www.chris-nlp-hall.com/the-society-of-nlp/nlp-trainers-certified-by-christina-hall+Result:+no+post+sending+forms+are+found;','','http://www.chris-nlp-hall.com/the-society-of-nlp/nlp-trainers-certified-by-christina-hall+Result:+no+post+sending+forms+are+found;','',2,0,'2014-09-21 18:47:44','0000-00-00 00:00:00'),(580,'http://www.chris-nlp-hall.com/dede/templets/article_coonepage_rule.htm','','','',1,0,'2014-09-22 12:27:49','0000-00-00 00:00:00'),(581,'http://www.chris-nlp-hall.com/images/trainers/flags/united/','','','',1,0,'2014-09-22 16:00:21','0000-00-00 00:00:00'),(582,'http://www.chris-nlp-hall.com/workshops','','','',1,0,'2014-09-22 21:30:29','0000-00-00 00:00:00'),(583,'http://www.chris-nlp-hall.com/the-society-of-nlp/tel:+49','','','',1,0,'2014-09-23 02:31:48','0000-00-00 00:00:00'),(584,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/tmp/configuration.php?pw=oscar','','','',2,0,'2014-09-23 23:46:49','0000-00-00 00:00:00'),(585,'http://www.chris-nlp-hall.com/nlp-workshops-and-trainings/nlp-trainer-training?id=7:the-art-of-training-and-presenting&catid=12','','','',1,0,'2014-09-25 10:14:20','0000-00-00 00:00:00'),(586,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/modules/mod_index/mod_index.php','','','',2,0,'2014-09-25 23:32:39','0000-00-00 00:00:00'),(587,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/administrator/components/com_contact/pp1.php','','','',2,0,'2014-09-25 23:32:39','0000-00-00 00:00:00'),(588,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/components/com_user/views/login/tmpls.php','','','',2,0,'2014-09-25 23:32:39','0000-00-00 00:00:00'),(589,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/components/com_jooomlas/s.php','','','',2,0,'2014-09-25 23:44:49','0000-00-00 00:00:00'),(590,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/cache/pp1.php','','','',2,0,'2014-09-26 02:53:27','0000-00-00 00:00:00'),(591,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/plugins/editors-xtd/mosimage.php','','','',2,0,'2014-09-26 02:53:27','0000-00-00 00:00:00'),(592,'http://www.chris-nlp-hall.com/discussions/index.php?p=/entry/register','','http://www.chris-nlp-hall.com/','',1,0,'2014-09-26 19:40:26','0000-00-00 00:00:00'),(593,'http://www.chris-nlp-hall.com/login/','','http://www.chris-nlp-hall.com/','',1,0,'2014-09-26 19:40:28','0000-00-00 00:00:00'),(594,'http://www.chris-nlp-hall.com/nlp-workshops-and-trainings/nlp-space-time-view/trackback/','','http://www.chris-nlp-hall.com/nlp-workshops-and-trainings/nlp-space-time-view','',1,0,'2014-09-27 02:27:30','0000-00-00 00:00:00'),(595,'http://www.chris-nlp-hall.com/nlp-workshops-and-trainings/nlp-meta-programs/trackback/','','http://www.chris-nlp-hall.com/nlp-workshops-and-trainings/nlp-meta-programs','',1,0,'2014-09-27 02:27:31','0000-00-00 00:00:00'),(596,'http://www.chris-nlp-hall.com/profile-christina-hall-phd-nlp-meta-master-trainer/profile-christina-hall-nlp-meta-master-trainer/trackback/','','http://www.chris-nlp-hall.com/profile-christina-hall-phd-nlp-meta-master-trainer/profile-christina-hall-nlp-meta-master-trainer','',1,0,'2014-09-27 02:27:32','0000-00-00 00:00:00'),(597,'http://www.chris-nlp-hall.com/~96330.97745/htdocs/tmp/in.php?ari=ari','','','',2,0,'2014-09-27 02:32:18','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `e30rf_redirect_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_schemas` -- DROP TABLE IF EXISTS `e30rf_schemas`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_schemas` ( `extension_id` int(11) NOT NULL, `version_id` varchar(20) NOT NULL, PRIMARY KEY (`extension_id`,`version_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_schemas` -- LOCK TABLES `e30rf_schemas` WRITE; /*!40000 ALTER TABLE `e30rf_schemas` DISABLE KEYS */; INSERT INTO `e30rf_schemas` VALUES (700,'2.5.16'); /*!40000 ALTER TABLE `e30rf_schemas` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_seoboss_canonical_url` -- DROP TABLE IF EXISTS `e30rf_seoboss_canonical_url`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_seoboss_canonical_url` ( `id` int(11) NOT NULL auto_increment, `url` varchar(255) NOT NULL, `canonical_url` varchar(255) NOT NULL, `action` tinyint(4) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_seoboss_canonical_url` -- LOCK TABLES `e30rf_seoboss_canonical_url` WRITE; /*!40000 ALTER TABLE `e30rf_seoboss_canonical_url` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_seoboss_canonical_url` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_seoboss_client_features` -- DROP TABLE IF EXISTS `e30rf_seoboss_client_features`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_seoboss_client_features` ( `name` varchar(50) NOT NULL, `version` varchar(16) NOT NULL, `build` int(11) NOT NULL, `minor_version` int(11) NOT NULL, `description` varchar(255) NOT NULL, `status` varchar(50) NOT NULL, UNIQUE KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_seoboss_client_features` -- LOCK TABLES `e30rf_seoboss_client_features` WRITE; /*!40000 ALTER TABLE `e30rf_seoboss_client_features` DISABLE KEYS */; INSERT INTO `e30rf_seoboss_client_features` VALUES ('SEOBoss','1.4r32',42,0,'',''); /*!40000 ALTER TABLE `e30rf_seoboss_client_features` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_seoboss_default_tags` -- DROP TABLE IF EXISTS `e30rf_seoboss_default_tags`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_seoboss_default_tags` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `value` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_seoboss_default_tags` -- LOCK TABLES `e30rf_seoboss_default_tags` WRITE; /*!40000 ALTER TABLE `e30rf_seoboss_default_tags` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_seoboss_default_tags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_seoboss_files_to_delete` -- DROP TABLE IF EXISTS `e30rf_seoboss_files_to_delete`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_seoboss_files_to_delete` ( `feature` varchar(50) NOT NULL, `file` varchar(255) NOT NULL, UNIQUE KEY `file` (`file`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_seoboss_files_to_delete` -- LOCK TABLES `e30rf_seoboss_files_to_delete` WRITE; /*!40000 ALTER TABLE `e30rf_seoboss_files_to_delete` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_seoboss_files_to_delete` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_seoboss_keywords` -- DROP TABLE IF EXISTS `e30rf_seoboss_keywords`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_seoboss_keywords` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `published` tinyint(4) NOT NULL default '1', `url` varchar(255) NOT NULL, `google_rank` int(11) NOT NULL, `google_rank_change` int(11) NOT NULL, `google_rank_change_date` datetime NOT NULL, `sticky` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_seoboss_keywords` -- LOCK TABLES `e30rf_seoboss_keywords` WRITE; /*!40000 ALTER TABLE `e30rf_seoboss_keywords` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_seoboss_keywords` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_seoboss_keywords_items` -- DROP TABLE IF EXISTS `e30rf_seoboss_keywords_items`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_seoboss_keywords_items` ( `item_id` int(11) NOT NULL, `item_type_id` int(11) NOT NULL, `keyword_id` int(11) NOT NULL, UNIQUE KEY `item_id` (`item_id`,`item_type_id`,`keyword_id`), KEY `item_id_2` (`item_id`,`item_type_id`), KEY `keyword_id` (`keyword_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_seoboss_keywords_items` -- LOCK TABLES `e30rf_seoboss_keywords_items` WRITE; /*!40000 ALTER TABLE `e30rf_seoboss_keywords_items` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_seoboss_keywords_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_seoboss_meta_extensions` -- DROP TABLE IF EXISTS `e30rf_seoboss_meta_extensions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_seoboss_meta_extensions` ( `component` varchar(50) NOT NULL, `name` varchar(50) NOT NULL, `description` varchar(255) NOT NULL, `enabled` tinyint(4) NOT NULL, `available` tinyint(4) NOT NULL, PRIMARY KEY (`component`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_seoboss_meta_extensions` -- LOCK TABLES `e30rf_seoboss_meta_extensions` WRITE; /*!40000 ALTER TABLE `e30rf_seoboss_meta_extensions` DISABLE KEYS */; INSERT INTO `e30rf_seoboss_meta_extensions` VALUES ('com_content-1.5','Joomla 1.5 Articles','Manage metadata for standard Joomla Articles and Categories',1,0),('com_content','Joomla Articles','Manage metadata for standard Joomla Articles and Categories',1,1),('com_menu','Menu Items','Manage metadata for Menu Items. Be careful with this plugin, because it can override the metadata from other components.',0,1),('com_k2','K2','K2 content items',1,0),('com_virtuemart','VirtueMart','VirtueMart products and categories.',1,1),('com_virtuemart2','VirtueMart2','VirtueMart products and categories.',1,1),('com_mt','Mosets Tree','Mosets Tree Categories and Links.',1,1),('com_joomsport','JoomSport','JoomSport content items.',1,0),('com_cobalt','Cobalt CCK','Cobalt CCK content items.',1,1),('com_hikashop','Hikashop','Hikashop items.',1,1); /*!40000 ALTER TABLE `e30rf_seoboss_meta_extensions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_seoboss_metadata` -- DROP TABLE IF EXISTS `e30rf_seoboss_metadata`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_seoboss_metadata` ( `id` int(11) NOT NULL auto_increment, `item_id` int(11) NOT NULL, `item_type` int(11) NOT NULL, `title` text NOT NULL, `title_tag` text NOT NULL, `description` text NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `UniqueItemIdAndItemType` (`item_id`,`item_type`) ) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_seoboss_metadata` -- LOCK TABLES `e30rf_seoboss_metadata` WRITE; /*!40000 ALTER TABLE `e30rf_seoboss_metadata` DISABLE KEYS */; INSERT INTO `e30rf_seoboss_metadata` VALUES (1,1,1,'Welcome','','Welcome to Christina Hall\'s website, presenting her contributions to the field of Neuro-Lingustic Programming (NLP)!'),(2,17,1,'Workshops','','NLP-Trainer Christina Hall, PhD. is offering trainings and workshops in Neuro-Linguistic Programming worldwide. Check out dates and places!'),(3,21,1,'Working from the Heart','','Interview of Meta-Master-Trainer of NLP, Dr. Christina Hall by Andy Coote for the British Rapport-Magazine.'),(4,14,1,'What others say','','\"La grande dame of NLP\", \"The Ultimate Wordsmith\" and \"The Experts Expert\" - read what others say about Dr. Christina Hall'),(5,16,1,'Trainers and Master-Trainers','','Christina Hall is proud tp present a select group of individuals she certified as Trainers and Master-Trainers of Neuro-Linguistic-Programming'),(6,29,1,'Time-Space-View Continuum','','Beyond Timeline-techniques, Dr. Christina Hall explores the organization of time and the process of change in this fascinating workshop.'),(7,27,1,'The Paradoxical Nature of Change','','A fascinating workshop by Dr. Christina Hall on how to leverage generative change and transform paradox into a powerful tool for new and different ways of thinking and action!'),(8,25,1,'The Game of Training','','A special NLP training for NLP Trainers by Christina Hall, PhD. This training is part of the certification process as NLP Master-Trainer.'),(9,28,1,'The Dynamics of Meta Programs in Action','','The Dynamics of Meta Programs in Action\r\nAll life depends on the flow of information - a force that shapes and orients our patterns of thinking and behavior. An essential and remarkable feature of the brain is that it contains an incredible amount of information, which is systematically organized by Meta-Programs.\r\n'),(10,7,1,'The Art of Training and Presenting','','The NLP Trainer Training by Christina Hall, PhD. Expand your teaching and presenting skills to new levels of expertise and bring fun and learning as inspiring resources into the training environment. '),(11,13,1,'The Art of Change','','NLP Master Practitioner Certification program by Dr. Christina Hall with a strong emphasis on language and change.'),(12,34,1,'Surprise... ','','New NLP-products are in the works. Check back often to catch up!'),(13,26,1,'Re-evaluating Life Story','','Re-evaluating Life Story\r\nAn exploration of the past in a fresh and transformative way to enrich your life and relationships with others, because how you define your past profoundly influences your present and creates your future. \r\n'),(14,30,1,'Paradox and Change (Video Interview)','','An in-depth interview of Christina Hall, PhD. on the Paradoxical Nature of Change - a core element of Dr. Hall\'s work in language and NLP'),(15,24,1,'NLP Infinity Forum','','The NLP Infinity Forum is a place to stay in touch and share - access is limited to participants of Dr. Hall\'s training courses. '),(16,31,1,'Language Intensive Audiobook','','Finally, Dr. Christina Hall re-released her groundbreaking Audiobook on the language of change, digitally remastered.'),(17,11,1,'Language in Action','','Language in Action... Action in Language\r\na neuro-dynamic and multi-level approach, systemic and wholistic. In this training, you will learn how the powerful tool of language can profoundly influence your experience in ways that bring forth greater potential into action in your developing language skills!\r\n'),(18,20,1,'Language in Action','','Language in Action \r\n«Language is in action, exquisitely; it’s coming alive, for me and for others on the course. Christina weaves her word magic, within, and outside of, the exercises. Our worlds change in front of, and behind, our very eyes.» More than a workshop review - read about Christina Hall\'s PPD-sponsored Language in Action.\r\n'),(19,22,1,'Language and Change (Video Interview)','','An interview with Christina Hall, PhD., on her favorite subject, Language and Change. '),(20,18,1,'Language & Time - the Meta-Model','','Language and Time - the Meta Model\r\nChristina Hall presented a two-day workshop in New York City in November 1999, called Language and Time. The following is an edited transcript of a conversation between Chris and Anastasi Siotas, one of the participants and language enthusiast.\r\n'),(21,8,1,'About Chris','','Dr. Christina Hall, a dynamic teacher, who is recognized for her integrity, caring, in-depth knowledge, ability to model and teach NLP, and for the sense of discovery and fun that she brings into the learning environment, opening up new vistas of experience and learning.'),(22,23,1,'Contact Us','','The NLP Connection P.O. Box 104 Aptos, CA 95001 U.S.A. , Tel: +831 688 8910\r\ncnlphall@aol.com'),(23,35,1,'Introducing the Society of NLP','','Welcome to the Society of NLP, the original and official certifying body in the field of NLP.'),(24,36,1,'Criteria for Certification as NLP Practitioner','','Society of NLP criteria for Certification as a NLP Practitioner'),(25,37,1,'Criteria for Certification as NLP Master Practitioner','','Society of NLP criteria for Certification as NLP Master Practitioner'),(26,39,1,'Criteria for Certification as NLP Trainer','','Society of NLP criteria for Certification as a NLP Trainer\r\n'),(27,40,1,'Criteria for Certification as NLP Master Trainer','','Society of NLP criteria for Certification as NLP Master Trainer'); /*!40000 ALTER TABLE `e30rf_seoboss_metadata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_seoboss_ping_status` -- DROP TABLE IF EXISTS `e30rf_seoboss_ping_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_seoboss_ping_status` ( `id` int(11) NOT NULL auto_increment, `date` datetime NOT NULL, `title` varchar(255) NOT NULL, `url` varchar(255) NOT NULL, `response_code` varchar(10) NOT NULL, `response_text` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_seoboss_ping_status` -- LOCK TABLES `e30rf_seoboss_ping_status` WRITE; /*!40000 ALTER TABLE `e30rf_seoboss_ping_status` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_seoboss_ping_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_seoboss_redirects` -- DROP TABLE IF EXISTS `e30rf_seoboss_redirects`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_seoboss_redirects` ( `id` int(11) NOT NULL, `url` varchar(255) NOT NULL, `target` int(11) NOT NULL default '0', `ext` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_seoboss_redirects` -- LOCK TABLES `e30rf_seoboss_redirects` WRITE; /*!40000 ALTER TABLE `e30rf_seoboss_redirects` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_seoboss_redirects` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_seoboss_settings` -- DROP TABLE IF EXISTS `e30rf_seoboss_settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_seoboss_settings` ( `domain` varchar(255) NOT NULL, `google_server` varchar(255) NOT NULL, `hilight_keywords` tinyint(4) NOT NULL, `hilight_tag` varchar(20) NOT NULL, `hilight_class` varchar(50) NOT NULL, `hilight_skip` varchar(255) NOT NULL, `joomboss_registration_code` varchar(32) NOT NULL, `enable_google_ping` tinyint(4) NOT NULL, `frontpage_meta` tinyint(4) NOT NULL, `frontpage_title` varchar(255) NOT NULL, `frontpage_keywords` varchar(255) NOT NULL, `frontpage_description` varchar(255) NOT NULL, `frontpage_meta_title` varchar(255) NOT NULL, `sa_enable` tinyint(4) NOT NULL, `sa_users` varchar(255) NOT NULL, `max_description_length` int(11) NOT NULL default '255' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_seoboss_settings` -- LOCK TABLES `e30rf_seoboss_settings` WRITE; /*!40000 ALTER TABLE `e30rf_seoboss_settings` DISABLE KEYS */; INSERT INTO `e30rf_seoboss_settings` VALUES ('www.chrisnlphall.com','google.com',0,'strong','keyword','textarea','',0,0,'','','','',0,'admin',255); /*!40000 ALTER TABLE `e30rf_seoboss_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_seoboss_urls` -- DROP TABLE IF EXISTS `e30rf_seoboss_urls`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_seoboss_urls` ( `id` int(11) NOT NULL auto_increment, `url` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_seoboss_urls` -- LOCK TABLES `e30rf_seoboss_urls` WRITE; /*!40000 ALTER TABLE `e30rf_seoboss_urls` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_seoboss_urls` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_session` -- DROP TABLE IF EXISTS `e30rf_session`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_session` ( `session_id` varchar(200) NOT NULL default '', `client_id` tinyint(3) unsigned NOT NULL default '0', `guest` tinyint(4) unsigned default '1', `time` varchar(14) default '', `data` mediumtext, `userid` int(11) default '0', `username` varchar(150) default '', `usertype` varchar(50) default '', PRIMARY KEY (`session_id`), KEY `whosonline` (`guest`,`usertype`), KEY `userid` (`userid`), KEY `time` (`time`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_session` -- LOCK TABLES `e30rf_session` WRITE; /*!40000 ALTER TABLE `e30rf_session` DISABLE KEYS */; INSERT INTO `e30rf_session` VALUES ('588b5c435ac740d269788072871f52e7',0,1,'1411923235','__default|a:9:{s:15:\"session.counter\";i:2;s:19:\"session.timer.start\";i:1411923221;s:18:\"session.timer.last\";i:1411923221;s:17:\"session.timer.now\";i:1411923235;s:24:\"session.client.forwarded\";s:15:\"212.114.238.202\";s:22:\"session.client.browser\";s:116:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/600.1.17 (KHTML, like Gecko) Version/7.1 Safari/537.85.10\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":25:{s:9:\"\0*\0isRoot\";b:0;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:0:{}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:14:\"\0*\0_authGroups\";a:1:{i:0;i:1;}s:14:\"\0*\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;}s:13:\"session.token\";s:32:\"f9d2aea046bcb2a7a613bc37d89c9dc3\";}',0,'',''),('1ddcdbfe660529bdab59f5b74dcb25b6',1,1,'1411923300','__default|a:9:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1411923300;s:18:\"session.timer.last\";i:1411923300;s:17:\"session.timer.now\";i:1411923300;s:24:\"session.client.forwarded\";s:15:\"212.114.238.202\";s:22:\"session.client.browser\";s:116:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/600.1.17 (KHTML, like Gecko) Version/7.1 Safari/537.85.10\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":25:{s:9:\"\0*\0isRoot\";N;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:0:{}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:14:\"\0*\0_authGroups\";N;s:14:\"\0*\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;}s:13:\"session.token\";s:32:\"495cdf8069e819e0d60903650788e3bf\";}',0,'',''); /*!40000 ALTER TABLE `e30rf_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_tagmeta_rules` -- DROP TABLE IF EXISTS `e30rf_tagmeta_rules`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_tagmeta_rules` ( `id` int(11) NOT NULL auto_increment, `url` varchar(255) NOT NULL default '', `case_sensitive` tinyint(1) NOT NULL default '1', `request_only` tinyint(1) NOT NULL default '1', `decode_url` tinyint(1) NOT NULL default '1', `last_rule` tinyint(1) NOT NULL default '1', `placeholders` text NOT NULL, `title` varchar(255) default NULL, `description` varchar(255) default NULL, `author` varchar(255) default NULL, `keywords` varchar(255) default NULL, `rights` varchar(255) default NULL, `xreference` varchar(255) default NULL, `canonical` varchar(255) default NULL, `rindex` tinyint(1) NOT NULL default '1' COMMENT '0=No,1=Yes,2=Skip', `rfollow` tinyint(1) NOT NULL default '1' COMMENT '0=No,1=Yes,2=Skip', `rsnippet` tinyint(1) NOT NULL default '2' COMMENT '0=No,1=Yes,2=Skip', `rarchive` tinyint(1) NOT NULL default '2' COMMENT '0=No,1=Yes,2=Skip', `rodp` tinyint(1) NOT NULL default '2' COMMENT '0=No,1=Yes,2=Skip', `rimageindex` tinyint(1) NOT NULL default '2' COMMENT '0=No,1=Yes,2=Skip', `comment` varchar(255) default NULL, `synonyms` tinyint(1) NOT NULL default '0' COMMENT '0=No,1=Yes,2=Yes (case sensitive)', `synonmax` int(11) unsigned NOT NULL default '0' COMMENT 'Max number of synonyms to add', `synonweight` tinyint(1) NOT NULL default '0' COMMENT '0=Use ordering,1=Use weight', `preserve_title` tinyint(1) NOT NULL default '0' COMMENT '0=No,1=Yes', `hits` int(11) unsigned NOT NULL default '0', `last_visit` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `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', PRIMARY KEY (`id`), UNIQUE KEY `idxurl` (`url`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_tagmeta_rules` -- LOCK TABLES `e30rf_tagmeta_rules` WRITE; /*!40000 ALTER TABLE `e30rf_tagmeta_rules` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_tagmeta_rules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_tagmeta_synonyms` -- DROP TABLE IF EXISTS `e30rf_tagmeta_synonyms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_tagmeta_synonyms` ( `id` int(11) NOT NULL auto_increment, `keywords` varchar(500) NOT NULL default '', `synonyms` varchar(500) default NULL, `weight` int(11) NOT NULL default '0', `comment` varchar(255) default NULL, `hits` int(11) unsigned NOT NULL default '0', `last_visit` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `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', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_tagmeta_synonyms` -- LOCK TABLES `e30rf_tagmeta_synonyms` WRITE; /*!40000 ALTER TABLE `e30rf_tagmeta_synonyms` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_tagmeta_synonyms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_template_styles` -- DROP TABLE IF EXISTS `e30rf_template_styles`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_template_styles` ( `id` int(10) unsigned NOT NULL auto_increment, `template` varchar(50) NOT NULL default '', `client_id` tinyint(1) unsigned NOT NULL default '0', `home` char(7) NOT NULL default '0', `title` varchar(255) NOT NULL default '', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_template` (`template`), KEY `idx_home` (`home`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_template_styles` -- LOCK TABLES `e30rf_template_styles` WRITE; /*!40000 ALTER TABLE `e30rf_template_styles` DISABLE KEYS */; INSERT INTO `e30rf_template_styles` VALUES (2,'bluestork',1,'1','Bluestork - Default','{\"useRoundedCorners\":\"1\",\"showSiteName\":\"0\"}'),(13,'sonlp',0,'0','sonlp - Default','{}'),(5,'hathor',1,'0','Hathor - Default','{\"showSiteName\":\"0\",\"colourChoice\":\"\",\"boldText\":\"0\"}'),(10,'cnlp_neu',0,'1','cnlp_neu - Default','{}'); /*!40000 ALTER TABLE `e30rf_template_styles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_update_categories` -- DROP TABLE IF EXISTS `e30rf_update_categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_update_categories` ( `categoryid` int(11) NOT NULL auto_increment, `name` varchar(20) default '', `description` text NOT NULL, `parent` int(11) default '0', `updatesite` int(11) default '0', PRIMARY KEY (`categoryid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Update Categories'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_update_categories` -- LOCK TABLES `e30rf_update_categories` WRITE; /*!40000 ALTER TABLE `e30rf_update_categories` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_update_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_update_sites` -- DROP TABLE IF EXISTS `e30rf_update_sites`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_update_sites` ( `update_site_id` int(11) NOT NULL auto_increment, `name` varchar(100) default '', `type` varchar(20) default '', `location` text NOT NULL, `enabled` int(11) default '0', `last_check_timestamp` bigint(20) default '0', PRIMARY KEY (`update_site_id`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 COMMENT='Update Sites'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_update_sites` -- LOCK TABLES `e30rf_update_sites` WRITE; /*!40000 ALTER TABLE `e30rf_update_sites` DISABLE KEYS */; INSERT INTO `e30rf_update_sites` VALUES (1,'Joomla Core','collection','http://update.joomla.org/core/list.xml',0,1385409824),(2,'Joomla Extension Directory','collection','http://update.joomla.org/jed/list.xml',1,1411923253),(3,'Accredited Joomla! Translations','collection','http://update.joomla.org/language/translationlist.xml',0,1385409824),(12,'Xmap Update Site','extension','https://raw.github.com/guilleva/Xmap/master/xmap-update.xml',0,1403053432),(6,'Slideshow CK Update','extension','http://update.joomlack.fr/mod_slideshowck_update.xml',0,1385453336),(7,'Maximenu CK params Update','extension','http://update.joomlack.fr/plg_slideshowckparams_update.xml',0,1385453336); /*!40000 ALTER TABLE `e30rf_update_sites` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_update_sites_extensions` -- DROP TABLE IF EXISTS `e30rf_update_sites_extensions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_update_sites_extensions` ( `update_site_id` int(11) NOT NULL default '0', `extension_id` int(11) NOT NULL default '0', PRIMARY KEY (`update_site_id`,`extension_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Links extensions to update sites'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_update_sites_extensions` -- LOCK TABLES `e30rf_update_sites_extensions` WRITE; /*!40000 ALTER TABLE `e30rf_update_sites_extensions` DISABLE KEYS */; INSERT INTO `e30rf_update_sites_extensions` VALUES (1,700),(2,700),(3,600),(6,10007),(7,10010),(12,10053); /*!40000 ALTER TABLE `e30rf_update_sites_extensions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_updates` -- DROP TABLE IF EXISTS `e30rf_updates`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_updates` ( `update_id` int(11) NOT NULL auto_increment, `update_site_id` int(11) default '0', `extension_id` int(11) default '0', `categoryid` int(11) default '0', `name` varchar(100) default '', `description` text NOT NULL, `element` varchar(100) default '', `type` varchar(20) default '', `folder` varchar(20) default '', `client_id` tinyint(3) default '0', `version` varchar(10) default '', `data` text NOT NULL, `detailsurl` text NOT NULL, `infourl` text NOT NULL, PRIMARY KEY (`update_id`) ) ENGINE=MyISAM AUTO_INCREMENT=391 DEFAULT CHARSET=utf8 COMMENT='Available Updates'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_updates` -- LOCK TABLES `e30rf_updates` WRITE; /*!40000 ALTER TABLE `e30rf_updates` DISABLE KEYS */; INSERT INTO `e30rf_updates` VALUES (1,3,0,0,'Armenian','','pkg_hy-AM','package','',0,'2.5.8.1','','http://update.joomla.org/language/details/hy-AM_details.xml',''),(2,3,0,0,'Bahasa Indonesia','','pkg_id-ID','package','',0,'2.5.13.1','','http://update.joomla.org/language/details/id-ID_details.xml',''),(3,3,0,0,'Danish','','pkg_da-DK','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/da-DK_details.xml',''),(4,3,0,0,'Khmer','','pkg_km-KH','package','',0,'2.5.7.1','','http://update.joomla.org/language/details/km-KH_details.xml',''),(5,3,0,0,'Swedish','','pkg_sv-SE','package','',0,'2.5.10.1','','http://update.joomla.org/language/details/sv-SE_details.xml',''),(6,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.8.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(7,3,0,0,'Bulgarian','','pkg_bg-BG','package','',0,'2.5.7.1','','http://update.joomla.org/language/details/bg-BG_details.xml',''),(8,3,0,0,'French','','pkg_fr-FR','package','',0,'2.5.13.1','','http://update.joomla.org/language/details/fr-FR_details.xml',''),(9,3,0,0,'Italian','','pkg_it-IT','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/it-IT_details.xml',''),(10,3,0,0,'Spanish','','pkg_es-ES','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/es-ES_details.xml',''),(11,3,0,0,'Dutch','','pkg_nl-NL','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/nl-NL_details.xml',''),(12,3,0,0,'Turkish','','pkg_tr-TR','package','',0,'2.5.13.1','','http://update.joomla.org/language/details/tr-TR_details.xml',''),(13,3,0,0,'Ukrainian','','pkg_uk-UA','package','',0,'2.5.13.11','','http://update.joomla.org/language/details/uk-UA_details.xml',''),(14,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.14.2','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(15,3,0,0,'Belarusian','','pkg_be-BY','package','',0,'2.5.8.1','','http://update.joomla.org/language/details/be-BY_details.xml',''),(16,3,0,0,'Latvian','','pkg_lv-LV','package','',0,'2.5.13.1','','http://update.joomla.org/language/details/lv-LV_details.xml',''),(17,3,0,0,'Estonian','','pkg_et-EE','package','',0,'2.5.7.1','','http://update.joomla.org/language/details/et-EE_details.xml',''),(18,3,0,0,'Romanian','','pkg_ro-RO','package','',0,'2.5.11.1','','http://update.joomla.org/language/details/ro-RO_details.xml',''),(19,3,0,0,'Flemish','','pkg_nl-BE','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/nl-BE_details.xml',''),(20,3,0,0,'Macedonian','','pkg_mk-MK','package','',0,'2.5.13.1','','http://update.joomla.org/language/details/mk-MK_details.xml',''),(21,3,0,0,'Japanese','','pkg_ja-JP','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/ja-JP_details.xml',''),(22,3,0,0,'Serbian Latin','','pkg_sr-YU','package','',0,'2.5.13.1','','http://update.joomla.org/language/details/sr-YU_details.xml',''),(23,3,0,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'2.5.13.1','','http://update.joomla.org/language/details/ar-AA_details.xml',''),(24,3,0,0,'German','','pkg_de-DE','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/de-DE_details.xml',''),(25,3,0,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'2.5.11.1','','http://update.joomla.org/language/details/nb-NO_details.xml',''),(26,3,0,0,'English AU','','pkg_en-AU','package','',0,'2.5.10.1','','http://update.joomla.org/language/details/en-AU_details.xml',''),(27,3,0,0,'English US','','pkg_en-US','package','',0,'2.5.10.1','','http://update.joomla.org/language/details/en-US_details.xml',''),(28,3,0,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'2.5.13.1','','http://update.joomla.org/language/details/sr-RS_details.xml',''),(29,3,0,0,'Lithuanian','','pkg_lt-LT','package','',0,'2.5.7.1','','http://update.joomla.org/language/details/lt-LT_details.xml',''),(30,3,0,0,'Albanian','','pkg_sq-AL','package','',0,'2.5.1.5','','http://update.joomla.org/language/details/sq-AL_details.xml',''),(31,3,0,0,'Czech','','pkg_cs-CZ','package','',0,'2.5.13.1','','http://update.joomla.org/language/details/cs-CZ_details.xml',''),(32,3,0,0,'Persian','','pkg_fa-IR','package','',0,'2.5.13.1','','http://update.joomla.org/language/details/fa-IR_details.xml',''),(33,3,0,0,'Galician','','pkg_gl-ES','package','',0,'2.5.7.4','','http://update.joomla.org/language/details/gl-ES_details.xml',''),(34,3,0,0,'Polish','','pkg_pl-PL','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/pl-PL_details.xml',''),(35,3,0,0,'Syriac','','pkg_sy-IQ','package','',0,'2.5.10.1','','http://update.joomla.org/language/details/sy-IQ_details.xml',''),(36,3,0,0,'Portuguese','','pkg_pt-PT','package','',0,'2.5.8.1','','http://update.joomla.org/language/details/pt-PT_details.xml',''),(37,3,0,0,'Russian','','pkg_ru-RU','package','',0,'2.5.13.1','','http://update.joomla.org/language/details/ru-RU_details.xml',''),(38,3,0,0,'Hebrew','','pkg_he-IL','package','',0,'2.5.7.1','','http://update.joomla.org/language/details/he-IL_details.xml',''),(39,3,0,0,'Catalan','','pkg_ca-ES','package','',0,'2.5.13.1','','http://update.joomla.org/language/details/ca-ES_details.xml',''),(40,3,0,0,'Laotian','','pkg_lo-LA','package','',0,'2.5.6.1','','http://update.joomla.org/language/details/lo-LA_details.xml',''),(41,3,0,0,'Afrikaans','','pkg_af-ZA','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/af-ZA_details.xml',''),(42,3,0,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/zh-CN_details.xml',''),(43,3,0,0,'Greek','','pkg_el-GR','package','',0,'2.5.6.1','','http://update.joomla.org/language/details/el-GR_details.xml',''),(44,3,0,0,'Esperanto','','pkg_eo-XX','package','',0,'2.5.6.1','','http://update.joomla.org/language/details/eo-XX_details.xml',''),(45,3,0,0,'Finnish','','pkg_fi-FI','package','',0,'2.5.13.1','','http://update.joomla.org/language/details/fi-FI_details.xml',''),(46,3,0,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'2.5.9.1','','http://update.joomla.org/language/details/pt-BR_details.xml',''),(47,3,0,0,'Chinese Traditional','','pkg_zh-TW','package','',0,'2.5.13.1','','http://update.joomla.org/language/details/zh-TW_details.xml',''),(48,3,0,0,'Vietnamese','','pkg_vi-VN','package','',0,'2.5.8.1','','http://update.joomla.org/language/details/vi-VN_details.xml',''),(49,3,0,0,'Kurdish Sorani','','pkg_ckb-IQ','package','',0,'2.5.9.1','','http://update.joomla.org/language/details/ckb-IQ_details.xml',''),(50,3,0,0,'Bosnian','','pkg_bs-BA','package','',0,'2.5.11.1','','http://update.joomla.org/language/details/bs-BA_details.xml',''),(51,3,0,0,'Croatian','','pkg_hr-HR','package','',0,'2.5.13.1','','http://update.joomla.org/language/details/hr-HR_details.xml',''),(52,3,0,0,'Azeri','','pkg_az-AZ','package','',0,'2.5.7.1','','http://update.joomla.org/language/details/az-AZ_details.xml',''),(53,3,0,0,'Norwegian Nynorsk','','pkg_nn-NO','package','',0,'2.5.8.1','','http://update.joomla.org/language/details/nn-NO_details.xml',''),(54,3,0,0,'Tamil India','','pkg_ta-IN','package','',0,'2.5.14.2','','http://update.joomla.org/language/details/ta-IN_details.xml',''),(55,3,0,0,'Scottish Gaelic','','pkg_gd-GB','package','',0,'2.5.7.1','','http://update.joomla.org/language/details/gd-GB_details.xml',''),(56,3,0,0,'Thai','','pkg_th-TH','package','',0,'2.5.13.1','','http://update.joomla.org/language/details/th-TH_details.xml',''),(57,3,0,0,'Basque','','pkg_eu-ES','package','',0,'1.7.0.1','','http://update.joomla.org/language/details/eu-ES_details.xml',''),(58,3,0,0,'Uyghur','','pkg_ug-CN','package','',0,'2.5.7.2','','http://update.joomla.org/language/details/ug-CN_details.xml',''),(59,3,0,0,'Korean','','pkg_ko-KR','package','',0,'2.5.11.1','','http://update.joomla.org/language/details/ko-KR_details.xml',''),(60,3,0,0,'Hindi','','pkg_hi-IN','package','',0,'2.5.6.1','','http://update.joomla.org/language/details/hi-IN_details.xml',''),(61,3,0,0,'Welsh','','pkg_cy-GB','package','',0,'2.5.6.1','','http://update.joomla.org/language/details/cy-GB_details.xml',''),(62,3,0,0,'Swahili','','pkg_sw-KE','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/sw-KE_details.xml',''),(63,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(64,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(65,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.14.3','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(66,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(67,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.14.3','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(68,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(69,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(70,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.14.3','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(71,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.14.3','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(72,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(73,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.14.3','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(74,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(75,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.14.3','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(76,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(77,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.14.3','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(78,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(79,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.14.3','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(80,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(81,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.14.3','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(82,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(83,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.14.3','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(84,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(85,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.14.3','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(86,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(87,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.14.3','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(88,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(89,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.14.3','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(90,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(91,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.14.3','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(92,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(93,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.14.3','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(94,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(95,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.14.3','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(96,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(97,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.14.3','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(98,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(99,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.14.3','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(100,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(101,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.14.3','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(180,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(103,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(104,3,0,0,'French','','pkg_fr-FR','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/fr-FR_details.xml',''),(105,3,0,0,'Italian','','pkg_it-IT','package','',0,'2.5.15.1','','http://update.joomla.org/language/details/it-IT_details.xml',''),(106,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.15.1','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(107,3,0,0,'Latvian','','pkg_lv-LV','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/lv-LV_details.xml',''),(108,3,0,0,'Flemish','','pkg_nl-BE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nl-BE_details.xml',''),(109,3,0,0,'Japanese','','pkg_ja-JP','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ja-JP_details.xml',''),(110,3,0,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ar-AA_details.xml',''),(111,3,0,0,'German','','pkg_de-DE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/de-DE_details.xml',''),(112,3,0,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nb-NO_details.xml',''),(113,3,0,0,'Czech','','pkg_cs-CZ','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/cs-CZ_details.xml',''),(114,3,0,0,'Polish','','pkg_pl-PL','package','',0,'2.5.16.2','','http://update.joomla.org/language/details/pl-PL_details.xml',''),(115,3,0,0,'Catalan','','pkg_ca-ES','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ca-ES_details.xml',''),(116,3,0,0,'Tamil India','','pkg_ta-IN','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ta-IN_details.xml',''),(117,3,0,0,'Swahili','','pkg_sw-KE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/sw-KE_details.xml',''),(118,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(119,3,0,0,'French','','pkg_fr-FR','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/fr-FR_details.xml',''),(120,3,0,0,'Italian','','pkg_it-IT','package','',0,'2.5.15.1','','http://update.joomla.org/language/details/it-IT_details.xml',''),(121,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.15.1','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(122,3,0,0,'Latvian','','pkg_lv-LV','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/lv-LV_details.xml',''),(123,3,0,0,'Flemish','','pkg_nl-BE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nl-BE_details.xml',''),(124,3,0,0,'Japanese','','pkg_ja-JP','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ja-JP_details.xml',''),(125,3,0,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ar-AA_details.xml',''),(126,3,0,0,'German','','pkg_de-DE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/de-DE_details.xml',''),(127,3,0,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nb-NO_details.xml',''),(128,3,0,0,'Czech','','pkg_cs-CZ','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/cs-CZ_details.xml',''),(129,3,0,0,'Polish','','pkg_pl-PL','package','',0,'2.5.16.2','','http://update.joomla.org/language/details/pl-PL_details.xml',''),(130,3,0,0,'Catalan','','pkg_ca-ES','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ca-ES_details.xml',''),(131,3,0,0,'Tamil India','','pkg_ta-IN','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ta-IN_details.xml',''),(132,3,0,0,'Swahili','','pkg_sw-KE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/sw-KE_details.xml',''),(133,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(134,3,0,0,'French','','pkg_fr-FR','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/fr-FR_details.xml',''),(135,3,0,0,'Italian','','pkg_it-IT','package','',0,'2.5.15.1','','http://update.joomla.org/language/details/it-IT_details.xml',''),(136,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.15.1','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(137,3,0,0,'Latvian','','pkg_lv-LV','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/lv-LV_details.xml',''),(138,3,0,0,'Flemish','','pkg_nl-BE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nl-BE_details.xml',''),(139,3,0,0,'Japanese','','pkg_ja-JP','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ja-JP_details.xml',''),(140,3,0,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ar-AA_details.xml',''),(141,3,0,0,'German','','pkg_de-DE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/de-DE_details.xml',''),(142,3,0,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nb-NO_details.xml',''),(143,3,0,0,'Czech','','pkg_cs-CZ','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/cs-CZ_details.xml',''),(144,3,0,0,'Polish','','pkg_pl-PL','package','',0,'2.5.16.2','','http://update.joomla.org/language/details/pl-PL_details.xml',''),(145,3,0,0,'Catalan','','pkg_ca-ES','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ca-ES_details.xml',''),(146,3,0,0,'Tamil India','','pkg_ta-IN','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ta-IN_details.xml',''),(147,3,0,0,'Swahili','','pkg_sw-KE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/sw-KE_details.xml',''),(148,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(149,3,0,0,'French','','pkg_fr-FR','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/fr-FR_details.xml',''),(150,3,0,0,'Italian','','pkg_it-IT','package','',0,'2.5.15.1','','http://update.joomla.org/language/details/it-IT_details.xml',''),(151,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.15.1','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(152,3,0,0,'Latvian','','pkg_lv-LV','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/lv-LV_details.xml',''),(153,3,0,0,'Flemish','','pkg_nl-BE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nl-BE_details.xml',''),(154,3,0,0,'Japanese','','pkg_ja-JP','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ja-JP_details.xml',''),(155,3,0,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ar-AA_details.xml',''),(156,3,0,0,'German','','pkg_de-DE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/de-DE_details.xml',''),(157,3,0,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nb-NO_details.xml',''),(158,3,0,0,'Czech','','pkg_cs-CZ','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/cs-CZ_details.xml',''),(159,3,0,0,'Polish','','pkg_pl-PL','package','',0,'2.5.16.2','','http://update.joomla.org/language/details/pl-PL_details.xml',''),(160,3,0,0,'Catalan','','pkg_ca-ES','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ca-ES_details.xml',''),(161,3,0,0,'Afrikaans','','pkg_af-ZA','package','',0,'2.5.14.2','','http://update.joomla.org/language/details/af-ZA_details.xml',''),(162,3,0,0,'Tamil India','','pkg_ta-IN','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ta-IN_details.xml',''),(163,3,0,0,'Swahili','','pkg_sw-KE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/sw-KE_details.xml',''),(164,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(165,3,0,0,'French','','pkg_fr-FR','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/fr-FR_details.xml',''),(166,3,0,0,'Italian','','pkg_it-IT','package','',0,'2.5.15.1','','http://update.joomla.org/language/details/it-IT_details.xml',''),(167,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.15.1','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(168,3,0,0,'Latvian','','pkg_lv-LV','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/lv-LV_details.xml',''),(169,3,0,0,'Flemish','','pkg_nl-BE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nl-BE_details.xml',''),(170,3,0,0,'Japanese','','pkg_ja-JP','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ja-JP_details.xml',''),(171,3,0,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ar-AA_details.xml',''),(172,3,0,0,'German','','pkg_de-DE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/de-DE_details.xml',''),(173,3,0,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nb-NO_details.xml',''),(174,3,0,0,'Czech','','pkg_cs-CZ','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/cs-CZ_details.xml',''),(175,3,0,0,'Polish','','pkg_pl-PL','package','',0,'2.5.16.2','','http://update.joomla.org/language/details/pl-PL_details.xml',''),(176,3,0,0,'Catalan','','pkg_ca-ES','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ca-ES_details.xml',''),(177,3,0,0,'Afrikaans','','pkg_af-ZA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/af-ZA_details.xml',''),(178,3,0,0,'Tamil India','','pkg_ta-IN','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ta-IN_details.xml',''),(179,3,0,0,'Swahili','','pkg_sw-KE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/sw-KE_details.xml',''),(181,3,0,0,'French','','pkg_fr-FR','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/fr-FR_details.xml',''),(182,3,0,0,'Italian','','pkg_it-IT','package','',0,'2.5.15.1','','http://update.joomla.org/language/details/it-IT_details.xml',''),(183,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.17.1','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(184,3,0,0,'Latvian','','pkg_lv-LV','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/lv-LV_details.xml',''),(185,3,0,0,'Flemish','','pkg_nl-BE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nl-BE_details.xml',''),(186,3,0,0,'Japanese','','pkg_ja-JP','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ja-JP_details.xml',''),(187,3,0,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ar-AA_details.xml',''),(188,3,0,0,'German','','pkg_de-DE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/de-DE_details.xml',''),(189,3,0,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nb-NO_details.xml',''),(190,3,0,0,'Czech','','pkg_cs-CZ','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/cs-CZ_details.xml',''),(191,3,0,0,'Polish','','pkg_pl-PL','package','',0,'2.5.16.2','','http://update.joomla.org/language/details/pl-PL_details.xml',''),(192,3,0,0,'Catalan','','pkg_ca-ES','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ca-ES_details.xml',''),(193,3,0,0,'Afrikaans','','pkg_af-ZA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/af-ZA_details.xml',''),(194,3,0,0,'Tamil India','','pkg_ta-IN','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ta-IN_details.xml',''),(195,3,0,0,'Swahili','','pkg_sw-KE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/sw-KE_details.xml',''),(196,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(197,3,0,0,'French','','pkg_fr-FR','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/fr-FR_details.xml',''),(198,3,0,0,'Italian','','pkg_it-IT','package','',0,'2.5.15.1','','http://update.joomla.org/language/details/it-IT_details.xml',''),(199,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.17.1','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(200,3,0,0,'Latvian','','pkg_lv-LV','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/lv-LV_details.xml',''),(201,3,0,0,'Flemish','','pkg_nl-BE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nl-BE_details.xml',''),(202,3,0,0,'Japanese','','pkg_ja-JP','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ja-JP_details.xml',''),(203,3,0,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ar-AA_details.xml',''),(204,3,0,0,'German','','pkg_de-DE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/de-DE_details.xml',''),(205,3,0,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nb-NO_details.xml',''),(206,3,0,0,'Czech','','pkg_cs-CZ','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/cs-CZ_details.xml',''),(207,3,0,0,'Polish','','pkg_pl-PL','package','',0,'2.5.16.2','','http://update.joomla.org/language/details/pl-PL_details.xml',''),(208,3,0,0,'Catalan','','pkg_ca-ES','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ca-ES_details.xml',''),(209,3,0,0,'Afrikaans','','pkg_af-ZA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/af-ZA_details.xml',''),(210,3,0,0,'Tamil India','','pkg_ta-IN','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ta-IN_details.xml',''),(211,3,0,0,'Swahili','','pkg_sw-KE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/sw-KE_details.xml',''),(212,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(213,3,0,0,'French','','pkg_fr-FR','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/fr-FR_details.xml',''),(214,3,0,0,'Italian','','pkg_it-IT','package','',0,'2.5.15.1','','http://update.joomla.org/language/details/it-IT_details.xml',''),(215,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.17.1','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(216,3,0,0,'Latvian','','pkg_lv-LV','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/lv-LV_details.xml',''),(217,3,0,0,'Flemish','','pkg_nl-BE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nl-BE_details.xml',''),(218,3,0,0,'Japanese','','pkg_ja-JP','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ja-JP_details.xml',''),(219,3,0,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ar-AA_details.xml',''),(220,3,0,0,'German','','pkg_de-DE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/de-DE_details.xml',''),(221,3,0,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nb-NO_details.xml',''),(222,3,0,0,'Czech','','pkg_cs-CZ','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/cs-CZ_details.xml',''),(223,3,0,0,'Polish','','pkg_pl-PL','package','',0,'2.5.16.2','','http://update.joomla.org/language/details/pl-PL_details.xml',''),(224,3,0,0,'Catalan','','pkg_ca-ES','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ca-ES_details.xml',''),(225,3,0,0,'Afrikaans','','pkg_af-ZA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/af-ZA_details.xml',''),(226,3,0,0,'Tamil India','','pkg_ta-IN','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ta-IN_details.xml',''),(227,3,0,0,'Swahili','','pkg_sw-KE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/sw-KE_details.xml',''),(228,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(229,3,0,0,'French','','pkg_fr-FR','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/fr-FR_details.xml',''),(230,3,0,0,'Italian','','pkg_it-IT','package','',0,'2.5.15.1','','http://update.joomla.org/language/details/it-IT_details.xml',''),(231,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.17.1','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(232,3,0,0,'Latvian','','pkg_lv-LV','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/lv-LV_details.xml',''),(233,3,0,0,'Flemish','','pkg_nl-BE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nl-BE_details.xml',''),(234,3,0,0,'Japanese','','pkg_ja-JP','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ja-JP_details.xml',''),(235,3,0,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ar-AA_details.xml',''),(236,3,0,0,'German','','pkg_de-DE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/de-DE_details.xml',''),(237,3,0,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nb-NO_details.xml',''),(238,3,0,0,'Czech','','pkg_cs-CZ','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/cs-CZ_details.xml',''),(239,3,0,0,'Polish','','pkg_pl-PL','package','',0,'2.5.16.2','','http://update.joomla.org/language/details/pl-PL_details.xml',''),(240,3,0,0,'Catalan','','pkg_ca-ES','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ca-ES_details.xml',''),(241,3,0,0,'Afrikaans','','pkg_af-ZA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/af-ZA_details.xml',''),(242,3,0,0,'Tamil India','','pkg_ta-IN','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ta-IN_details.xml',''),(243,3,0,0,'Swahili','','pkg_sw-KE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/sw-KE_details.xml',''),(244,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(245,3,0,0,'French','','pkg_fr-FR','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/fr-FR_details.xml',''),(246,3,0,0,'Italian','','pkg_it-IT','package','',0,'2.5.15.1','','http://update.joomla.org/language/details/it-IT_details.xml',''),(247,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.17.1','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(248,3,0,0,'Latvian','','pkg_lv-LV','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/lv-LV_details.xml',''),(249,3,0,0,'Flemish','','pkg_nl-BE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nl-BE_details.xml',''),(250,3,0,0,'Japanese','','pkg_ja-JP','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ja-JP_details.xml',''),(251,3,0,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ar-AA_details.xml',''),(252,3,0,0,'German','','pkg_de-DE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/de-DE_details.xml',''),(253,3,0,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nb-NO_details.xml',''),(254,3,0,0,'Czech','','pkg_cs-CZ','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/cs-CZ_details.xml',''),(255,3,0,0,'Polish','','pkg_pl-PL','package','',0,'2.5.16.2','','http://update.joomla.org/language/details/pl-PL_details.xml',''),(256,3,0,0,'Catalan','','pkg_ca-ES','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ca-ES_details.xml',''),(257,3,0,0,'Afrikaans','','pkg_af-ZA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/af-ZA_details.xml',''),(258,3,0,0,'Tamil India','','pkg_ta-IN','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ta-IN_details.xml',''),(259,3,0,0,'Swahili','','pkg_sw-KE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/sw-KE_details.xml',''),(260,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(261,3,0,0,'French','','pkg_fr-FR','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/fr-FR_details.xml',''),(262,3,0,0,'Italian','','pkg_it-IT','package','',0,'2.5.15.1','','http://update.joomla.org/language/details/it-IT_details.xml',''),(263,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.17.1','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(264,3,0,0,'Latvian','','pkg_lv-LV','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/lv-LV_details.xml',''),(265,3,0,0,'Flemish','','pkg_nl-BE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nl-BE_details.xml',''),(266,3,0,0,'Japanese','','pkg_ja-JP','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ja-JP_details.xml',''),(267,3,0,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ar-AA_details.xml',''),(268,3,0,0,'German','','pkg_de-DE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/de-DE_details.xml',''),(269,3,0,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nb-NO_details.xml',''),(270,3,0,0,'Czech','','pkg_cs-CZ','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/cs-CZ_details.xml',''),(271,3,0,0,'Polish','','pkg_pl-PL','package','',0,'2.5.16.2','','http://update.joomla.org/language/details/pl-PL_details.xml',''),(272,3,0,0,'Catalan','','pkg_ca-ES','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ca-ES_details.xml',''),(273,3,0,0,'Afrikaans','','pkg_af-ZA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/af-ZA_details.xml',''),(274,3,0,0,'Tamil India','','pkg_ta-IN','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ta-IN_details.xml',''),(275,3,0,0,'Swahili','','pkg_sw-KE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/sw-KE_details.xml',''),(276,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(277,3,0,0,'French','','pkg_fr-FR','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/fr-FR_details.xml',''),(278,3,0,0,'Italian','','pkg_it-IT','package','',0,'2.5.15.1','','http://update.joomla.org/language/details/it-IT_details.xml',''),(279,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.17.1','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(280,3,0,0,'Latvian','','pkg_lv-LV','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/lv-LV_details.xml',''),(281,3,0,0,'Flemish','','pkg_nl-BE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nl-BE_details.xml',''),(282,3,0,0,'Japanese','','pkg_ja-JP','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ja-JP_details.xml',''),(283,3,0,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ar-AA_details.xml',''),(284,3,0,0,'German','','pkg_de-DE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/de-DE_details.xml',''),(285,3,0,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nb-NO_details.xml',''),(286,3,0,0,'Czech','','pkg_cs-CZ','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/cs-CZ_details.xml',''),(287,3,0,0,'Polish','','pkg_pl-PL','package','',0,'2.5.16.2','','http://update.joomla.org/language/details/pl-PL_details.xml',''),(288,3,0,0,'Catalan','','pkg_ca-ES','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ca-ES_details.xml',''),(289,3,0,0,'Afrikaans','','pkg_af-ZA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/af-ZA_details.xml',''),(290,3,0,0,'Tamil India','','pkg_ta-IN','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ta-IN_details.xml',''),(291,3,0,0,'Swahili','','pkg_sw-KE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/sw-KE_details.xml',''),(293,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(294,3,0,0,'French','','pkg_fr-FR','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/fr-FR_details.xml',''),(295,3,0,0,'Italian','','pkg_it-IT','package','',0,'2.5.15.1','','http://update.joomla.org/language/details/it-IT_details.xml',''),(296,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.17.1','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(297,3,0,0,'Latvian','','pkg_lv-LV','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/lv-LV_details.xml',''),(298,3,0,0,'Flemish','','pkg_nl-BE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nl-BE_details.xml',''),(299,3,0,0,'Japanese','','pkg_ja-JP','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ja-JP_details.xml',''),(300,3,0,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ar-AA_details.xml',''),(301,3,0,0,'German','','pkg_de-DE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/de-DE_details.xml',''),(302,3,0,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nb-NO_details.xml',''),(303,3,0,0,'Czech','','pkg_cs-CZ','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/cs-CZ_details.xml',''),(304,3,0,0,'Polish','','pkg_pl-PL','package','',0,'2.5.16.2','','http://update.joomla.org/language/details/pl-PL_details.xml',''),(305,3,0,0,'Catalan','','pkg_ca-ES','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ca-ES_details.xml',''),(306,3,0,0,'Afrikaans','','pkg_af-ZA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/af-ZA_details.xml',''),(307,3,0,0,'Tamil India','','pkg_ta-IN','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ta-IN_details.xml',''),(308,3,0,0,'Swahili','','pkg_sw-KE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/sw-KE_details.xml',''),(310,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(311,3,0,0,'French','','pkg_fr-FR','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/fr-FR_details.xml',''),(312,3,0,0,'Italian','','pkg_it-IT','package','',0,'2.5.15.1','','http://update.joomla.org/language/details/it-IT_details.xml',''),(313,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.17.1','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(314,3,0,0,'Latvian','','pkg_lv-LV','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/lv-LV_details.xml',''),(315,3,0,0,'Flemish','','pkg_nl-BE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nl-BE_details.xml',''),(316,3,0,0,'Japanese','','pkg_ja-JP','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ja-JP_details.xml',''),(317,3,0,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ar-AA_details.xml',''),(318,3,0,0,'German','','pkg_de-DE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/de-DE_details.xml',''),(319,3,0,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nb-NO_details.xml',''),(320,3,0,0,'Czech','','pkg_cs-CZ','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/cs-CZ_details.xml',''),(321,3,0,0,'Polish','','pkg_pl-PL','package','',0,'2.5.16.2','','http://update.joomla.org/language/details/pl-PL_details.xml',''),(322,3,0,0,'Catalan','','pkg_ca-ES','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ca-ES_details.xml',''),(323,3,0,0,'Afrikaans','','pkg_af-ZA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/af-ZA_details.xml',''),(324,3,0,0,'Tamil India','','pkg_ta-IN','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ta-IN_details.xml',''),(325,3,0,0,'Swahili','','pkg_sw-KE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/sw-KE_details.xml',''),(326,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(327,3,0,0,'French','','pkg_fr-FR','package','',0,'2.5.16.2','','http://update.joomla.org/language/details/fr-FR_details.xml',''),(328,3,0,0,'Italian','','pkg_it-IT','package','',0,'2.5.15.1','','http://update.joomla.org/language/details/it-IT_details.xml',''),(329,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.17.1','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(330,3,0,0,'Latvian','','pkg_lv-LV','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/lv-LV_details.xml',''),(331,3,0,0,'Flemish','','pkg_nl-BE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nl-BE_details.xml',''),(332,3,0,0,'Japanese','','pkg_ja-JP','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ja-JP_details.xml',''),(333,3,0,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ar-AA_details.xml',''),(334,3,0,0,'German','','pkg_de-DE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/de-DE_details.xml',''),(335,3,0,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nb-NO_details.xml',''),(336,3,0,0,'Czech','','pkg_cs-CZ','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/cs-CZ_details.xml',''),(337,3,0,0,'Polish','','pkg_pl-PL','package','',0,'2.5.16.2','','http://update.joomla.org/language/details/pl-PL_details.xml',''),(338,3,0,0,'Catalan','','pkg_ca-ES','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ca-ES_details.xml',''),(339,3,0,0,'Afrikaans','','pkg_af-ZA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/af-ZA_details.xml',''),(340,3,0,0,'Tamil India','','pkg_ta-IN','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ta-IN_details.xml',''),(341,3,0,0,'Swahili','','pkg_sw-KE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/sw-KE_details.xml',''),(342,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(343,3,0,0,'French','','pkg_fr-FR','package','',0,'2.5.16.2','','http://update.joomla.org/language/details/fr-FR_details.xml',''),(344,3,0,0,'Italian','','pkg_it-IT','package','',0,'2.5.15.1','','http://update.joomla.org/language/details/it-IT_details.xml',''),(345,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.17.1','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(346,3,0,0,'Latvian','','pkg_lv-LV','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/lv-LV_details.xml',''),(347,3,0,0,'Flemish','','pkg_nl-BE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nl-BE_details.xml',''),(348,3,0,0,'Japanese','','pkg_ja-JP','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ja-JP_details.xml',''),(349,3,0,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ar-AA_details.xml',''),(350,3,0,0,'German','','pkg_de-DE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/de-DE_details.xml',''),(351,3,0,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nb-NO_details.xml',''),(352,3,0,0,'Czech','','pkg_cs-CZ','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/cs-CZ_details.xml',''),(353,3,0,0,'Polish','','pkg_pl-PL','package','',0,'2.5.16.2','','http://update.joomla.org/language/details/pl-PL_details.xml',''),(354,3,0,0,'Catalan','','pkg_ca-ES','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ca-ES_details.xml',''),(355,3,0,0,'Afrikaans','','pkg_af-ZA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/af-ZA_details.xml',''),(356,3,0,0,'Tamil India','','pkg_ta-IN','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ta-IN_details.xml',''),(357,3,0,0,'Swahili','','pkg_sw-KE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/sw-KE_details.xml',''),(358,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(359,3,0,0,'French','','pkg_fr-FR','package','',0,'2.5.16.2','','http://update.joomla.org/language/details/fr-FR_details.xml',''),(360,3,0,0,'Italian','','pkg_it-IT','package','',0,'2.5.15.1','','http://update.joomla.org/language/details/it-IT_details.xml',''),(361,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.17.1','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(362,3,0,0,'Latvian','','pkg_lv-LV','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/lv-LV_details.xml',''),(363,3,0,0,'Flemish','','pkg_nl-BE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nl-BE_details.xml',''),(364,3,0,0,'Japanese','','pkg_ja-JP','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ja-JP_details.xml',''),(365,3,0,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ar-AA_details.xml',''),(366,3,0,0,'German','','pkg_de-DE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/de-DE_details.xml',''),(367,3,0,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nb-NO_details.xml',''),(368,3,0,0,'Czech','','pkg_cs-CZ','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/cs-CZ_details.xml',''),(369,3,0,0,'Polish','','pkg_pl-PL','package','',0,'2.5.16.2','','http://update.joomla.org/language/details/pl-PL_details.xml',''),(370,3,0,0,'Catalan','','pkg_ca-ES','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ca-ES_details.xml',''),(371,3,0,0,'Afrikaans','','pkg_af-ZA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/af-ZA_details.xml',''),(372,3,0,0,'Tamil India','','pkg_ta-IN','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ta-IN_details.xml',''),(373,3,0,0,'Swahili','','pkg_sw-KE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/sw-KE_details.xml',''),(374,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.14.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(375,3,0,0,'French','','pkg_fr-FR','package','',0,'2.5.16.2','','http://update.joomla.org/language/details/fr-FR_details.xml',''),(376,3,0,0,'Italian','','pkg_it-IT','package','',0,'2.5.15.1','','http://update.joomla.org/language/details/it-IT_details.xml',''),(377,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.17.1','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(378,3,0,0,'Latvian','','pkg_lv-LV','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/lv-LV_details.xml',''),(379,3,0,0,'Flemish','','pkg_nl-BE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nl-BE_details.xml',''),(380,3,0,0,'Japanese','','pkg_ja-JP','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ja-JP_details.xml',''),(381,3,0,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ar-AA_details.xml',''),(382,3,0,0,'German','','pkg_de-DE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/de-DE_details.xml',''),(383,3,0,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/nb-NO_details.xml',''),(384,3,0,0,'Czech','','pkg_cs-CZ','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/cs-CZ_details.xml',''),(385,3,0,0,'Polish','','pkg_pl-PL','package','',0,'2.5.16.2','','http://update.joomla.org/language/details/pl-PL_details.xml',''),(386,3,0,0,'Catalan','','pkg_ca-ES','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ca-ES_details.xml',''),(387,3,0,0,'Afrikaans','','pkg_af-ZA','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/af-ZA_details.xml',''),(388,3,0,0,'Tamil India','','pkg_ta-IN','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/ta-IN_details.xml',''),(389,3,0,0,'Swahili','','pkg_sw-KE','package','',0,'2.5.16.1','','http://update.joomla.org/language/details/sw-KE_details.xml',''); /*!40000 ALTER TABLE `e30rf_updates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_user_notes` -- DROP TABLE IF EXISTS `e30rf_user_notes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_user_notes` ( `id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL default '0', `catid` int(10) unsigned NOT NULL default '0', `subject` varchar(100) NOT NULL default '', `body` text NOT NULL, `state` tinyint(3) NOT NULL default '0', `checked_out` int(10) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `created_user_id` int(10) unsigned NOT NULL default '0', `created_time` datetime NOT NULL default '0000-00-00 00:00:00', `modified_user_id` int(10) unsigned NOT NULL, `modified_time` datetime NOT NULL default '0000-00-00 00:00:00', `review_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', PRIMARY KEY (`id`), KEY `idx_user_id` (`user_id`), KEY `idx_category_id` (`catid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_user_notes` -- LOCK TABLES `e30rf_user_notes` WRITE; /*!40000 ALTER TABLE `e30rf_user_notes` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_user_notes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_user_profiles` -- DROP TABLE IF EXISTS `e30rf_user_profiles`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_user_profiles` ( `user_id` int(11) NOT NULL, `profile_key` varchar(100) NOT NULL, `profile_value` varchar(255) NOT NULL, `ordering` int(11) NOT NULL default '0', UNIQUE KEY `idx_user_id_profile_key` (`user_id`,`profile_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Simple user profile storage table'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_user_profiles` -- LOCK TABLES `e30rf_user_profiles` WRITE; /*!40000 ALTER TABLE `e30rf_user_profiles` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_user_profiles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_user_usergroup_map` -- DROP TABLE IF EXISTS `e30rf_user_usergroup_map`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_user_usergroup_map` ( `user_id` int(10) unsigned NOT NULL default '0' COMMENT 'Foreign Key to #__users.id', `group_id` int(10) unsigned NOT NULL default '0' COMMENT 'Foreign Key to #__usergroups.id', PRIMARY KEY (`user_id`,`group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_user_usergroup_map` -- LOCK TABLES `e30rf_user_usergroup_map` WRITE; /*!40000 ALTER TABLE `e30rf_user_usergroup_map` DISABLE KEYS */; INSERT INTO `e30rf_user_usergroup_map` VALUES (615,8),(616,5),(618,8); /*!40000 ALTER TABLE `e30rf_user_usergroup_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_usergroups` -- DROP TABLE IF EXISTS `e30rf_usergroups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_usergroups` ( `id` int(10) unsigned NOT NULL auto_increment COMMENT 'Primary Key', `parent_id` int(10) unsigned NOT NULL default '0' COMMENT 'Adjacency List Reference Id', `lft` int(11) NOT NULL default '0' COMMENT 'Nested set lft.', `rgt` int(11) NOT NULL default '0' COMMENT 'Nested set rgt.', `title` varchar(100) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `idx_usergroup_parent_title_lookup` (`parent_id`,`title`), KEY `idx_usergroup_title_lookup` (`title`), KEY `idx_usergroup_adjacency_lookup` (`parent_id`), KEY `idx_usergroup_nested_set_lookup` USING BTREE (`lft`,`rgt`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_usergroups` -- LOCK TABLES `e30rf_usergroups` WRITE; /*!40000 ALTER TABLE `e30rf_usergroups` DISABLE KEYS */; INSERT INTO `e30rf_usergroups` VALUES (1,0,1,20,'Public'),(2,1,6,17,'Registered'),(3,2,7,14,'Author'),(4,3,8,11,'Editor'),(5,4,9,10,'Publisher'),(6,1,2,5,'Manager'),(7,6,3,4,'Administrator'),(8,1,18,19,'Super Users'); /*!40000 ALTER TABLE `e30rf_usergroups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_users` -- DROP TABLE IF EXISTS `e30rf_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_users` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `username` varchar(150) NOT NULL default '', `email` varchar(100) NOT NULL default '', `password` varchar(100) NOT NULL default '', `usertype` varchar(25) NOT NULL default '', `block` tinyint(4) NOT NULL default '0', `sendEmail` tinyint(4) default '0', `registerDate` datetime NOT NULL default '0000-00-00 00:00:00', `lastvisitDate` datetime NOT NULL default '0000-00-00 00:00:00', `activation` varchar(100) NOT NULL default '', `params` text NOT NULL, `lastResetTime` datetime NOT NULL default '0000-00-00 00:00:00' COMMENT 'Date of last password reset', `resetCount` int(11) NOT NULL default '0' COMMENT 'Count of password resets since lastResetTime', PRIMARY KEY (`id`), KEY `usertype` (`usertype`), KEY `idx_name` (`name`), KEY `idx_block` (`block`), KEY `username` (`username`), KEY `email` (`email`) ) ENGINE=MyISAM AUTO_INCREMENT=619 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_users` -- LOCK TABLES `e30rf_users` WRITE; /*!40000 ALTER TABLE `e30rf_users` DISABLE KEYS */; INSERT INTO `e30rf_users` VALUES (615,'Christina Hall','michi','michi.huber@me.com','5dab0ba8f36841c6077392b4f7aeb907:iM6ieDqgKboz5tTUFfr231FT8JywvDHj','deprecated',0,1,'2013-09-22 03:23:55','2014-09-28 16:54:59','0','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"none\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0),(616,'Christina Hall, PhD.','chris','cnlphall@aol.com','9f1a510ab24efc53dd332c63c4ee2224:cbWgPW50ObkXgdOwyfEJOAmDrfC9ndgR','',0,0,'2014-02-03 01:11:59','0000-00-00 00:00:00','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0),(618,'dummy admin','dummy','order@chris-nlp-hall.com','a512f8586763197afdb73119186c569a:5DyaNfLb6NJLHBFr6MgZn9ovkAzakF0R','',0,1,'2014-07-03 17:44:40','2014-07-03 17:59:41','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0); /*!40000 ALTER TABLE `e30rf_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_viewlevels` -- DROP TABLE IF EXISTS `e30rf_viewlevels`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_viewlevels` ( `id` int(10) unsigned NOT NULL auto_increment COMMENT 'Primary Key', `title` varchar(100) NOT NULL default '', `ordering` int(11) NOT NULL default '0', `rules` varchar(5120) NOT NULL COMMENT 'JSON encoded access control.', PRIMARY KEY (`id`), UNIQUE KEY `idx_assetgroup_title_lookup` (`title`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_viewlevels` -- LOCK TABLES `e30rf_viewlevels` WRITE; /*!40000 ALTER TABLE `e30rf_viewlevels` DISABLE KEYS */; INSERT INTO `e30rf_viewlevels` VALUES (1,'Public',0,'[1]'),(2,'Registered',1,'[6,2,8]'),(3,'Special',2,'[6,3,8]'); /*!40000 ALTER TABLE `e30rf_viewlevels` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_weblinks` -- DROP TABLE IF EXISTS `e30rf_weblinks`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_weblinks` ( `id` int(10) unsigned NOT NULL auto_increment, `catid` int(11) NOT NULL default '0', `sid` int(11) NOT NULL default '0', `title` varchar(250) NOT NULL default '', `alias` varchar(255) character set utf8 collate utf8_bin NOT NULL default '', `url` varchar(250) NOT NULL default '', `description` text NOT NULL, `date` datetime NOT NULL default '0000-00-00 00:00:00', `hits` int(11) NOT NULL default '0', `state` tinyint(1) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `archived` tinyint(1) NOT NULL default '0', `approved` tinyint(1) NOT NULL default '1', `access` int(11) NOT NULL default '1', `params` text NOT NULL, `language` char(7) NOT NULL default '', `created` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL default '0', `created_by_alias` varchar(255) NOT NULL default '', `modified` datetime NOT NULL default '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL default '0', `metakey` text NOT NULL, `metadesc` text NOT NULL, `metadata` text NOT NULL, `featured` tinyint(3) unsigned NOT NULL default '0' COMMENT 'Set if link is featured.', `xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to external data sets.', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`state`), KEY `idx_catid` (`catid`), KEY `idx_createdby` (`created_by`), KEY `idx_featured_catid` (`featured`,`catid`), KEY `idx_language` (`language`), KEY `idx_xreference` (`xreference`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_weblinks` -- LOCK TABLES `e30rf_weblinks` WRITE; /*!40000 ALTER TABLE `e30rf_weblinks` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_weblinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_wf_profiles` -- DROP TABLE IF EXISTS `e30rf_wf_profiles`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_wf_profiles` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `description` text NOT NULL, `users` text NOT NULL, `types` text NOT NULL, `components` text NOT NULL, `area` tinyint(3) NOT NULL, `device` varchar(255) NOT NULL, `rows` text NOT NULL, `plugins` text NOT NULL, `published` tinyint(3) NOT NULL, `ordering` int(11) NOT NULL, `checked_out` tinyint(3) NOT NULL, `checked_out_time` datetime NOT NULL, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_wf_profiles` -- LOCK TABLES `e30rf_wf_profiles` WRITE; /*!40000 ALTER TABLE `e30rf_wf_profiles` DISABLE KEYS */; INSERT INTO `e30rf_wf_profiles` VALUES (1,'Default','Default Profile for all users','','6,7,3,4,5,8','',0,'desktop,tablet,phone','undo,redo,spacer,bold,italic,underline,strikethrough,justifyfull,justifycenter,justifyleft,justifyright,spacer,blockquote,styleselect,removeformat,cleanup;spacer,clipboard,indent,outdent,lists,charmap,unlink,link,imgmanager,visualaid,visualchars,visualblocks,preview,source,fullscreen','cleanup,clipboard,lists,charmap,link,imgmanager,visualchars,visualblocks,preview,source,fullscreen,contextmenu,inlinepopups,media',1,1,0,'0000-00-00 00:00:00','{\"editor\":{\"toolbar_theme\":\"default\",\"toggle\":\"0\",\"cdata\":\"0\"}}'),(2,'Front End','Sample Front-end Profile','','3,4,5','',1,'desktop,tablet,phone','help,newdocument,undo,redo,spacer,bold,italic,underline,strikethrough,justifyfull,justifycenter,justifyleft,justifyright,spacer,formatselect,styleselect;clipboard,searchreplace,indent,outdent,lists,cleanup,charmap,removeformat,hr,sub,sup,textcase,nonbreaking,visualchars,visualblocks;fullscreen,preview,print,visualaid,style,xhtmlxtras,anchor,unlink,link,imgmanager,spellchecker,article','charmap,contextmenu,inlinepopups,help,clipboard,searchreplace,fullscreen,preview,print,style,textcase,nonbreaking,visualchars,visualblocks,xhtmlxtras,imgmanager,anchor,link,spellchecker,article,lists',0,2,0,'0000-00-00 00:00:00',''),(3,'Blogger','Simple Blogging Profile','','3,4,5,6,7,8','',0,'desktop,tablet,phone','bold,italic,strikethrough,lists,blockquote,spacer,justifyleft,justifycenter,justifyright,spacer,link,unlink,imgmanager,article,spellchecker,fullscreen,kitchensink;formatselect,underline,justifyfull,forecolor,clipboard,removeformat,charmap,indent,outdent,undo,redo,help','link,imgmanager,article,spellchecker,fullscreen,kitchensink,clipboard,contextmenu,inlinepopups,lists',0,3,0,'0000-00-00 00:00:00','{\"editor\":{\"toggle\":\"0\"}}'),(4,'Mobile','Sample Mobile Profile','','3,4,5,6,7,8','',0,'tablet,phone','undo,redo,spacer,bold,italic,underline,formatselect,spacer,justifyleft,justifycenter,justifyfull,justifyright,spacer,fullscreen,kitchensink;styleselect,lists,spellchecker,article,link,unlink','fullscreen,kitchensink,spellchecker,article,link,inlinepopups,lists',0,4,0,'0000-00-00 00:00:00','{\"editor\":{\"toolbar_theme\":\"mobile\",\"resizing\":\"0\",\"resize_horizontal\":\"0\",\"resizing_use_cookie\":\"0\",\"toggle\":\"0\",\"links\":{\"popups\":{\"default\":\"\",\"jcemediabox\":{\"enable\":\"0\"},\"window\":{\"enable\":\"0\"}}}}}'),(5,'Copy of Default','Default Profile for all users','','3,4,5,6,7,8','',0,'desktop,tablet,phone','help,newdocument,undo,redo,spacer,bold,italic,underline,strikethrough,justifyfull,justifycenter,justifyleft,justifyright,spacer,blockquote,formatselect,styleselect,removeformat,cleanup;fontselect,fontsizeselect,forecolor,backcolor,spacer,clipboard,indent,outdent,lists,sub,sup,textcase,charmap,hr;directionality,fullscreen,preview,source,print,searchreplace,spacer,table;visualaid,visualchars,visualblocks,nonbreaking,style,xhtmlxtras,anchor,unlink,link,imgmanager,spellchecker,article','charmap,contextmenu,browser,inlinepopups,media,help,clipboard,searchreplace,directionality,fullscreen,preview,source,table,textcase,print,style,nonbreaking,visualchars,visualblocks,xhtmlxtras,imgmanager,anchor,link,spellchecker,article,lists',0,2,0,'0000-00-00 00:00:00',''); /*!40000 ALTER TABLE `e30rf_wf_profiles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_xmap_items` -- DROP TABLE IF EXISTS `e30rf_xmap_items`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_xmap_items` ( `uid` varchar(100) NOT NULL, `itemid` int(11) NOT NULL, `view` varchar(10) NOT NULL, `sitemap_id` int(11) NOT NULL, `properties` varchar(300) default NULL, PRIMARY KEY (`uid`,`itemid`,`view`,`sitemap_id`), KEY `uid` (`uid`,`itemid`), KEY `view` (`view`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_xmap_items` -- LOCK TABLES `e30rf_xmap_items` WRITE; /*!40000 ALTER TABLE `e30rf_xmap_items` DISABLE KEYS */; /*!40000 ALTER TABLE `e30rf_xmap_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `e30rf_xmap_sitemap` -- DROP TABLE IF EXISTS `e30rf_xmap_sitemap`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `e30rf_xmap_sitemap` ( `id` int(11) NOT NULL auto_increment, `title` varchar(255) default NULL, `alias` varchar(255) default NULL, `introtext` text, `metadesc` text, `metakey` text, `attribs` text, `selections` text, `excluded_items` text, `is_default` int(1) default '0', `state` int(2) default NULL, `access` int(11) default NULL, `created` timestamp NOT NULL default CURRENT_TIMESTAMP, `count_xml` int(11) default NULL, `count_html` int(11) default NULL, `views_xml` int(11) default NULL, `views_html` int(11) default NULL, `lastvisit_xml` int(11) default NULL, `lastvisit_html` int(11) default NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `e30rf_xmap_sitemap` -- LOCK TABLES `e30rf_xmap_sitemap` WRITE; /*!40000 ALTER TABLE `e30rf_xmap_sitemap` DISABLE KEYS */; INSERT INTO `e30rf_xmap_sitemap` VALUES (1,'sitemap','sitemap','',NULL,NULL,'{\"showintro\":\"1\",\"show_menutitle\":\"1\",\"classname\":\"\",\"columns\":\"\",\"exlinks\":\"img_blue.gif\",\"compress_xml\":\"1\",\"beautify_xml\":\"1\",\"include_link\":\"1\",\"news_publication_name\":\"\"}','{\"mainmenu\":{\"priority\":\"0.5\",\"changefreq\":\"weekly\",\"ordering\":0},\"minimenu\":{\"priority\":\"0.5\",\"changefreq\":\"weekly\",\"ordering\":1}}',NULL,1,1,1,'2014-06-17 01:36:57',32,0,47,0,1411637880,0); /*!40000 ALTER TABLE `e30rf_xmap_sitemap` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'cnlp_j25' -- DELIMITER ;; DELIMITER ; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2014-09-28 17:02:27