-- MySQL dump 10.9
--
-- Host: localhost    Database: ytown_jo153
-- ------------------------------------------------------
-- Server version	4.1.22-standard

/*!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 */;
/*!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 `jos_banner`
--

DROP TABLE IF EXISTS `jos_banner`;
CREATE TABLE `jos_banner` (
  `bid` int(11) NOT NULL auto_increment,
  `cid` int(11) NOT NULL default '0',
  `type` varchar(30) NOT NULL default 'banner',
  `name` varchar(255) NOT NULL default '',
  `alias` varchar(255) NOT NULL default '',
  `imptotal` int(11) NOT NULL default '0',
  `impmade` int(11) NOT NULL default '0',
  `clicks` int(11) NOT NULL default '0',
  `imageurl` varchar(100) NOT NULL default '',
  `clickurl` varchar(200) NOT NULL default '',
  `date` datetime default NULL,
  `showBanner` tinyint(1) NOT NULL default '0',
  `checked_out` tinyint(1) NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `editor` varchar(50) default NULL,
  `custombannercode` text,
  `catid` int(10) unsigned NOT NULL default '0',
  `description` text NOT NULL,
  `sticky` tinyint(1) unsigned NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  `publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
  `tags` text NOT NULL,
  `params` text NOT NULL,
  PRIMARY KEY  (`bid`),
  KEY `viewbanner` (`showBanner`),
  KEY `idx_banner_catid` (`catid`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=latin1;

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

LOCK TABLES `jos_banner` WRITE;
/*!40000 ALTER TABLE `jos_banner` DISABLE KEYS */;
INSERT INTO `jos_banner` VALUES (9,1,'','Book Tix','book-tix',0,569,19,'booking.png','http://flytaz.com','2009-01-23 20:01:15',1,0,'0000-00-00 00:00:00','','',13,'',1,5,'0000-00-00 00:00:00','0000-00-00 00:00:00','','width=0\nheight=0');
/*!40000 ALTER TABLE `jos_banner` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `jos_bannerclient`;
CREATE TABLE `jos_bannerclient` (
  `cid` 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,
  `checked_out` tinyint(1) NOT NULL default '0',
  `checked_out_time` time default NULL,
  `editor` varchar(50) default NULL,
  PRIMARY KEY  (`cid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;

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

LOCK TABLES `jos_bannerclient` WRITE;
/*!40000 ALTER TABLE `jos_bannerclient` DISABLE KEYS */;
INSERT INTO `jos_bannerclient` VALUES (1,'TAZ','Administrator','ohiostadiums@gmail.com','',0,'00:00:00','');
/*!40000 ALTER TABLE `jos_bannerclient` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_bannertrack`
--

DROP TABLE IF EXISTS `jos_bannertrack`;
CREATE TABLE `jos_bannertrack` (
  `track_date` date NOT NULL default '0000-00-00',
  `track_type` int(10) unsigned NOT NULL default '0',
  `banner_id` int(10) unsigned NOT NULL default '0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_bannertrack`
--

LOCK TABLES `jos_bannertrack` WRITE;
/*!40000 ALTER TABLE `jos_bannertrack` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_bannertrack` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `jos_categories` WRITE;
/*!40000 ALTER TABLE `jos_categories` DISABLE KEYS */;
INSERT INTO `jos_categories` VALUES (1,0,'Latest','','latest-news','taking_notes.jpg','1','left','The latest news from the Joomla! Team',1,0,'0000-00-00 00:00:00','',1,0,1,''),(2,0,'Joomla! Specific Links','','joomla-specific-links','clock.jpg','com_weblinks','left','A selection of links that are all related to the Joomla! Project.',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(4,0,'Joomla!','','joomla','','com_newsfeeds','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(5,0,'Free and Open Source Software','','free-and-open-source-software','','com_newsfeeds','left','Read the latest news about free and open source software from some of its leading advocates.',1,0,'0000-00-00 00:00:00',NULL,3,0,0,''),(6,0,'Related Projects','','related-projects','','com_newsfeeds','left','Joomla builds on and collaborates with many other free and open source projects. Keep up with the latest news from some of them.',1,0,'0000-00-00 00:00:00',NULL,4,0,0,''),(12,0,'Contacts','','contacts','','com_contact_details','left','Contact Details for this Web site',1,0,'0000-00-00 00:00:00',NULL,0,0,0,''),(13,0,'TAZ','','taz','','com_banner','left','',1,0,'0000-00-00 00:00:00',NULL,0,0,0,''),(14,0,'Text Ads','','text-ads','','com_banner','left','',1,0,'0000-00-00 00:00:00',NULL,0,0,0,''),(15,0,'Features','','features','','com_content','left','',0,0,'0000-00-00 00:00:00',NULL,6,0,0,''),(17,0,'Benefits','','benefits','','com_content','left','',0,0,'0000-00-00 00:00:00',NULL,4,0,0,''),(18,0,'Platforms','','platforms','','com_content','left','',0,0,'0000-00-00 00:00:00',NULL,3,0,0,''),(19,0,'Other Resources','','other-resources','','com_weblinks','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(25,0,'The Project','','the-project','','4','left','General facts about Joomla!<br />',1,65,'2007-06-28 14:50:15',NULL,1,0,0,''),(38,0,'Newsroom','','newsroom','','1','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(31,0,'General','','general','','3','left','General questions about the Joomla! CMS',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(36,0,'Destinations','','destinations','','5','left','',1,62,'2009-01-25 20:11:51',NULL,3,0,0,''),(33,0,'Joomla! Promo','','joomla-promo','','com_banner','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(34,0,'Pages','','pages','','5','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(35,0,'Travel Tools','','travel-tools','','5','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,'');
/*!40000 ALTER TABLE `jos_categories` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `jos_components` WRITE;
/*!40000 ALTER TABLE `jos_components` DISABLE KEYS */;
INSERT INTO `jos_components` VALUES (1,'Banners','',0,0,'','Banner Management','com_banners',0,'js/ThemeOffice/component.png',0,'track_impressions=0\ntrack_clicks=0\ntag_prefix=\n\n',1),(2,'Banners','',0,1,'option=com_banners','Active Banners','com_banners',1,'js/ThemeOffice/edit.png',0,'',1),(3,'Clients','',0,1,'option=com_banners&c=client','Manage Clients','com_banners',2,'js/ThemeOffice/categories.png',0,'',1),(4,'Web Links','option=com_weblinks',0,0,'','Manage Weblinks','com_weblinks',0,'js/ThemeOffice/component.png',0,'show_comp_description=1\ncomp_description=\nshow_link_hits=1\nshow_link_description=1\nshow_other_cats=1\nshow_headings=1\nshow_page_title=1\nlink_target=0\nlink_icons=\n\n',1),(5,'Links','',0,4,'option=com_weblinks','View existing weblinks','com_weblinks',1,'js/ThemeOffice/edit.png',0,'',1),(6,'Categories','',0,4,'option=com_categories&section=com_weblinks','Manage weblink categories','',2,'js/ThemeOffice/categories.png',0,'',1),(7,'Contacts','option=com_contact',0,0,'','Edit contact details','com_contact',0,'js/ThemeOffice/component.png',1,'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n',1),(8,'Contacts','',0,7,'option=com_contact','Edit contact details','com_contact',0,'js/ThemeOffice/edit.png',1,'',1),(9,'Categories','',0,7,'option=com_categories&section=com_contact_details','Manage contact categories','',2,'js/ThemeOffice/categories.png',1,'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n',1),(10,'Polls','option=com_poll',0,0,'option=com_poll','Manage Polls','com_poll',0,'js/ThemeOffice/component.png',0,'',1),(11,'News Feeds','option=com_newsfeeds',0,0,'','News Feeds Management','com_newsfeeds',0,'js/ThemeOffice/component.png',0,'',1),(12,'Feeds','',0,11,'option=com_newsfeeds','Manage News Feeds','com_newsfeeds',1,'js/ThemeOffice/edit.png',0,'show_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_cat_description=1\nshow_cat_items=1\nshow_feed_image=1\nshow_feed_description=1\nshow_item_description=1\nfeed_word_count=0\n\n',1),(13,'Categories','',0,11,'option=com_categories&section=com_newsfeeds','Manage Categories','',2,'js/ThemeOffice/categories.png',0,'',1),(14,'User','option=com_user',0,0,'','','com_user',0,'',1,'',1),(15,'Search','option=com_search',0,0,'option=com_search','Search Statistics','com_search',0,'js/ThemeOffice/component.png',1,'enabled=0\n\n',1),(16,'Categories','',0,1,'option=com_categories&section=com_banner','Categories','',3,'',1,'',1),(17,'Wrapper','option=com_wrapper',0,0,'','Wrapper','com_wrapper',0,'',1,'',1),(18,'Mail To','',0,0,'','','com_mailto',0,'',1,'',1),(19,'Media Manager','',0,0,'option=com_media','Media Manager','com_media',0,'',1,'upload_extensions=bmp,csv,doc,epg,gif,ico,jpg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,EPG,GIF,ICO,JPG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\nupload_maxsize=10000000\nfile_path=images\nimage_path=images/stories\nrestrict_uploads=1\ncheck_mime=1\nimage_extensions=bmp,gif,jpg,png\nignore_extensions=\nupload_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\nupload_mime_illegal=text/html\nenable_flash=0\n\n',1),(20,'Articles','option=com_content',0,0,'','','com_content',0,'',1,'show_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nshow_hits=1\nfeed_summary=0\nfilter_tags=\nfilter_attritbutes=\n\n',1),(21,'Configuration Manager','',0,0,'','Configuration','com_config',0,'',1,'',1),(22,'Installation Manager','',0,0,'','Installer','com_installer',0,'',1,'',1),(23,'Language Manager','',0,0,'','Languages','com_languages',0,'',1,'',1),(24,'Mass mail','',0,0,'','Mass Mail','com_massmail',0,'',1,'mailSubjectPrefix=\nmailBodySuffix=\n\n',1),(25,'Menu Editor','',0,0,'','Menu Editor','com_menus',0,'',1,'',1),(27,'Messaging','',0,0,'','Messages','com_messages',0,'',1,'',1),(28,'Modules Manager','',0,0,'','Modules','com_modules',0,'',1,'',1),(29,'Plugin Manager','',0,0,'','Plugins','com_plugins',0,'',1,'',1),(30,'Template Manager','',0,0,'','Templates','com_templates',0,'',1,'',1),(31,'User Manager','',0,0,'','Users','com_users',0,'',1,'allowUserRegistration=1\nnew_usertype=Registered\nuseractivation=1\nfrontend_userparams=1\n\n',1),(32,'Cache Manager','',0,0,'','Cache','com_cache',0,'',1,'',1),(33,'Control Panel','',0,0,'','Control Panel','com_cpanel',0,'',1,'',1),(37,'TP Top Item','option=com_tptopitem',0,0,'option=com_tptopitem','TP Top Item','com_tptopitem',0,'components/com_tptopitem/tp.png',0,'',1),(38,'Category','',0,37,'option=com_tptopitem','Category','com_tptopitem',0,'js/ThemeOffice/component.png',0,'',1),(39,'Item','',0,37,'option=com_tptopitem&task=items','Item','com_tptopitem',1,'js/ThemeOffice/component.png',0,'',1),(43,'Frontpage SlideShow','option=com_fpss',0,0,'option=com_fpss','Frontpage SlideShow','com_fpss',0,'js/ThemeOffice/component.png',0,'',1);
/*!40000 ALTER TABLE `jos_components` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `jos_contact_details`;
CREATE TABLE `jos_contact_details` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(255) NOT NULL default '',
  `alias` varchar(255) 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) unsigned NOT NULL default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL default '0',
  `params` text NOT NULL,
  `user_id` int(11) NOT NULL default '0',
  `catid` int(11) NOT NULL default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `mobile` varchar(255) NOT NULL default '',
  `webpage` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`id`),
  KEY `catid` (`catid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;

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

LOCK TABLES `jos_contact_details` WRITE;
/*!40000 ALTER TABLE `jos_contact_details` DISABLE KEYS */;
INSERT INTO `jos_contact_details` VALUES (1,'Name','name','webmaster','Street','Suburb','State','Country','Zip Code','Telephone','Fax','Miscellanous info','powered_by.png','top','ohiostadiums@gmail.com',0,1,0,'0000-00-00 00:00:00',1,'show_name=1\nshow_position=1\nshow_email=0\nshow_street_address=1\nshow_suburb=1\nshow_state=1\nshow_postcode=1\nshow_country=1\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nshow_webpage=1\nshow_misc=1\nshow_image=1\nallow_vcard=0\ncontact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_email_form=1\nemail_description=1\nshow_email_copy=1\nbanned_email=\nbanned_subject=\nbanned_text=',0,12,0,'','');
/*!40000 ALTER TABLE `jos_contact_details` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `jos_content` WRITE;
/*!40000 ALTER TABLE `jos_content` DISABLE KEYS */;
INSERT INTO `jos_content` VALUES (51,'Policies','policies','','<table border=\"1\" cellspacing=\"0\" cellpadding=\"0\" class=\"MsoTableGrid\" style=\"border: medium none ; border-collapse: collapse\"><tbody><tr><td width=\"295\" valign=\"top\" style=\"border: 1pt solid windowtext; padding: 0pt 5.4pt; width: 221.4pt\"><p class=\"MsoNormal\">Advanced Seat Assignments</p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; border-width: 1pt 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\"><span style=\"font-size: 10pt\">Unless a flight is      listed as open seating, advanced seating assignments must be selected at the      time of booking. </span></p></td>   </tr>   <tr>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\">Airport Check-In</p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">TAZ Airways recommends that      passengers arrive at the airport 2 hours prior to departure. All passengers      must be checked in at the airport check-in counter no later than 30 minutes      prior to the scheduled departure time. TAZ Airways reserves the right to      resell any seat 30 minutes prior to departure if the passenger has not yet      checked in. Passengers checking in late will not receive refunds for missed      flights or connections. All passengers 18 years of age or older must have a      valid government issued photo identification, driver’s license or passport.      Customers presenting themselves at the </span>     <span style=\"font-size: 10pt; font-family: Times New Roman; color: black\">     TAZ Airways</span><span style=\"font-size: 10pt; color: black\"> gate or      other boarding location less than 10 minutes before scheduled departure for      flights may be considered a “no show” and may forfeit their reservation. TAZ      Airways will not be responsible for providing denied boarding compensation      to no-shows.</span></p>     <p class=\"MsoNormal\"><span style=\"font-size: 10pt\"> </span></p></td>   </tr>   <tr>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\">Checked Baggage</p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">TAZ Airways Fares do not      include checked baggage fees of $10 per bag per flight segment (one take off      and one landing). Fees are non-refundable and changes are not permitted.      Additional bags not identified at time of booking will be collected at time      of check-in at $25 per bag (subject to space availability). Baggage fees      will not apply to car seats/strollers, mobility aids and assistive devices.<br />     <br />     TAZ Airways allows each passenger to check one (1) piece of luggage with a      total combined weight of 50 pounds. The checked baggage is not to exceed 62      inches in overall dimension (length + width + height). Any excess baggage is      subject to additional fees (or rejection if space is not available), and all      baggage must have outside baggage tags for identification. Overweight,      excess and / or oversize bags require a $25 fee for each. Special items such      as surfboards and bicycles are not accepted. <u>Golf bags in lieu of one      piece of luggage are accepted at no additional charge (damage disclaimer      required)</u>. Excess baggage will be accepted on a space available basis      only, as determined by TAZ Airways. All baggage is subject to inspection.      Checked baggage will be accepted for transportation only on flights on which      the passenger is traveling. TAZ Airways will not accept baggage whose size,      weight or character makes it unsuitable for transportation. Baggage items      must be suitably packaged to withstand normal handling as checked baggage or      they may be refused. Acceptance of any baggage does not constitute agreement      by TAZ Airways that such baggage is suitably packed. Other than exceptions      for certain special items, no article will be accepted as baggage if it      weighs more than 100 pounds or has a total outside linear dimension (length      plus width plus height) of more than 115 inches.<br />     <br />     Wheelchairs and assisting devices will be carried free of charge for      qualified disabled passengers, and are not included in the free baggage      allowance described above. Baggage must be checked at the airport at least      60 minutes in advance of flight departure. The passenger’s name must appear      on the outside of the baggage. Baggage will only be checked to the      passenger’s final destination airport. Only the holder of the baggage claim      check may claim checked baggage. Baggage claim checks must be returned to      TAZ Airways on request. TAZ Airways is not responsible for determining that      the holder of the claim check is entitled to the baggage. If baggage claim      checks are lost, proof of ownership may be required prior to release of the      baggage. Acceptance of baggage by the bearer of a claim check without filing      a written complaint shall constitute evidence of delivery by TAZ Airways of      the passenger’s baggage, with all original contents, in good condition. TAZ      Airways will be responsible for loss but not damage to any item not packaged      in its original container. <strong>THIS REFERS TO BOXES AS CHECKED LUGGAGE.</strong></span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\"> </span></p></td>   </tr>   <tr>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\">Carry-On Baggage</p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">TAZ Airways allows each      passenger to carry on one bag not to exceed overall dimensions of 24 inches      long x 16 inches wide x 10 inches high, plus a personal item such as a      purse, laptop computer, backpack, diaper bag, or camera case measuring no      more than 18 inches high x 15 inches wide x 8 inches high. Carry-On baggage      must be able to be stowed safely under a passenger seat or in an overhead      stowage compartment. Pet carriers count as one item of carry-on. Personal      items must be able to fit under the seat in front of you.<br />     Any mobility aid or assistive device that is approved for in-cabin transport      on TAZ Airways and which is carried by a qualified handicapped passenger, is      not included in the maximum one piece of hand luggage, provided such aid or      device fits in an approved stowage space.</span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\"> </span></p></td>   </tr>   <tr>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\">Baggage Liability</p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">Liability for lost baggage is      limited to $2,500 for domestic journeys, provided you furnish TAZ Airways      with the baggage claim check and suitable evidence of the value of the bag      and its contents. For international journeys, liability is limited to $9.07      USD per pound, not to exceed $454 USD per bag. From a baggage liability      standpoint, </span><span style=\"font-size: 10pt; color: black\">San Juan,      Puerto Rico is considered a domestic point. There is NO LIABILITY for the      following items in checked baggage: electronic equipment; ornamental items      including jewelry and wigs; antiques; silverware; clocks and watches;      artistic items including paintings, prints, photos, rugs, sculptures and      statuary; photographic, recreational, camping, or mechanical equipment;      items made of paper; business documents; bicycles; blueprints; cameras;      ceramics; china; crystal; dolls; figurines; flash equipment; glass or glass      containers; lenses; maps; mirrors; models; musical equipment; perfumes;      stuffed animals; trophies; vases; wines; and edible or perishable items such      as flowers, floral displays, plants, fruits; x-ray items and other      light-sensitive materials; and all medicines, drugs, toiletries and cash and      other negotiable instruments.<br />     <br />     All medicines and medications will not be accepted as checked baggage and      must be hand-carried by the passenger. TAZ Airways will not be liable for      any medical complications and/or expenses incurred by passengers as a result      of any medicines or medications being included in passengers\' checked      baggage and not readily available while in-transit. TAZ Airways will accept      cloth, canvas, vinyl and other soft-sided bags as checked baggage but      accepts NO RESPONSIBILITY OR LIABILITY for damage to such bags or their      contents and, therefore, TAZ Airways’s carriage of soft-sided bags checked      as baggage shall be at your own risk.</span></p></td>   </tr>   <tr>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\">Baggage Claim</p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">All baggage claims must be      reported to a TAZ Airways representative prior to leaving the airport. In      the event that damage is discovered after leaving the airport, a courtesy      claim may be forwarded to TAZ Airways for up to seven (7) days. TAZ Airways      will not process any complaints unless they are sent in writing within that      time.<br />     TAZ Airways will refuse to accept for transportation items that are not      suitably packaged to withstand ordinary handling; the size, weight or      character of which make them unsuitable for transportation; or that cannot      be accommodated without harming or annoying passengers.<br />     In summary, liability is limited to a maximum of $2,500 per ticketed      passenger and we have no liability for: </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; text-indent: -18pt; margin-left: 0pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"MsoNormal\">     <span style=\"font-size: 10pt; font-family: Symbol; color: black\">·<span style=\"font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; font-family: Times New Roman\">                                     </span></span><span style=\"font-size: 10pt; color: black\">     Fragile items </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; text-indent: -18pt; margin-left: 0pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"MsoNormal\">     <span style=\"font-size: 10pt; font-family: Symbol; color: black\">·<span style=\"font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; font-family: Times New Roman\">                                     </span></span><span style=\"font-size: 10pt; color: black\">     Perishable items </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; text-indent: -18pt; margin-left: 0pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"MsoNormal\">     <span style=\"font-size: 10pt; font-family: Symbol; color: black\">·<span style=\"font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; font-family: Times New Roman\">                                     </span></span><span style=\"font-size: 10pt; color: black\">     Previously damaged baggage </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; text-indent: -18pt; margin-left: 0pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"MsoNormal\">     <span style=\"font-size: 10pt; font-family: Symbol; color: black\">·<span style=\"font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; font-family: Times New Roman\">                                     </span></span><span style=\"font-size: 10pt; color: black\">     Oversized, overweight or over-packed baggage </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; text-indent: -18pt; margin-left: 0pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"MsoNormal\">     <span style=\"font-size: 10pt; font-family: Symbol; color: black\">·<span style=\"font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; font-family: Times New Roman\">                                     </span></span><span style=\"font-size: 10pt; color: black\">Minor      damage such as scratches, scuffs, dents, cuts and dirt resulting from normal      wear and tear </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; text-indent: -18pt; margin-left: 0pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"MsoNormal\">     <span style=\"font-size: 10pt; font-family: Symbol; color: black\">·<span style=\"font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; font-family: Times New Roman\">                                     </span></span><span style=\"font-size: 10pt; color: black\">Any      damage resulting from Transportation Security Administration (TSA)      inspections. </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; text-indent: -18pt; margin-left: 0pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"MsoNormal\">     <span style=\"font-size: 10pt; font-family: Symbol; color: black\">·<span style=\"font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; font-family: Times New Roman\">                                     </span></span><span style=\"font-size: 10pt; color: black\">Damage      or loss of protruding baggage parts such as wheels, straps, pockets, pull      handles, hanger hooks or other items attached to baggage. </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; text-indent: -18pt; margin-left: 0pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"MsoNormal\">     <span style=\"font-size: 10pt; font-family: Symbol; color: black\">·<span style=\"font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; font-family: Times New Roman\">                                     </span></span><span style=\"font-size: 10pt; color: black\">     Baggage carried in the passenger cabin </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\"> </span></p></td>   </tr>   <tr>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\">Children & Infants</p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">One infant over seven (7) days      and under two (2) years of age, not occupying a seat and accompanied by an      adult, will be transported without charge. One infant is allowed per      fare-paying adult. A passenger 15 years or greater is identified as an adult      on all TAZ Airways flights. Additionally, with only one extra oxygen mask to      every seat grouping, the number of passengers in each seat grouping cannot      exceed the number of oxygen masks. <br />     <br />     TAZ Airways will accept approved child restraint systems in the passenger      compartment when the parent/guardian/attendant has purchased a ticket for      their use and is accompanying the child. Since a seat is purchased, the      infant safety seat is not included in the passenger’s baggage allowance.</span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\"> </span></p></td>   </tr>   <tr>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\">Approved Child Restraint Systems</p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">Systems manufactured before      February, 1985 must have the following label to be considered acceptable:<br />     <strong>THIS CHILD RESTRAINT SYSTEM CONFORMS TO ALL APPLICABLE FEDERAL MOTOR      VEHICLE SAFETY STANDARDS.</strong><br />     <br />     Systems manufactured after February, 1985 must have 2 labels which read:<br />     <strong>THIS CHILD RESTRAINT SYSTEM CONFORMS TO ALL APPLICABLE FEDERAL MOTOR      VEHICLE SAFETY STANDARDS.</strong><br />     and:<br />     <strong>THIS RESTRAINT IS CERTIFIED FOR USE IN MOTOR VEHICLES AND AIRCRAFT.</strong><br />     Labels showing approval of a foreign government or a label showing that the      seat was manufactured under the standards of the United Nations are also      approved.</span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\"> </span></p></td>   </tr>   <tr>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\">Non-Approved Child Restraint Systems</p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">Infant carriers; booster      seats. Safety belt extensions, commonly referred to as belly belts, that      attach to the parent or parent’s seat belt. Vest and/or harness-type devices      that attach to the parent’s seat belt. Any other child restraint system that      positions the child on the lap or chest of an adult.</span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\"> </span></p></td>   </tr>   <tr>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\">Accompanied Children</p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">Children 2 through 13 years of      age will be accepted for transportation when accompanied by a passenger at      least 15 years of age.</span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\"> </span></p></td>   </tr>   <tr>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\">Unaccompanied Children</p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">Unaccompanied children under 5      years of age will not be accepted under any circumstances. Unaccompanied      children 5 through 13 years of age will be accepted on a nonstop or same      plane service. Under no circumstances will unaccompanied children be      accepted on itineraries involving a change of plane. The unaccompanied child      must be accompanied by a parent or responsible adult until the child has      boarded the aircraft. The parent or responsible adult must remain at the      airport until 15 minutes after the flight’s departure. The child must be met      at the destination by another parent or responsible adult. The unaccompanied      child must be brought to the airport by a parent or other responsible adult      who must furnish TAZ Airways with the name and telephone number of the      person accompanying the child on departure, and the person meeting the child      on arrival. This information is to be recorded on the front of the      Unaccompanied Minor Advice Form. The parent or guardian of the unaccompanied      minor must sign the form. Check-in of unaccompanied minors must occur at      least 90 minutes prior to the scheduled departure time.</span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\"> </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">Unaccompanied minors are not      allowed on Corporate Class services.</span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\"> </span></p></td>   </tr>   <tr>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\">Fees for Unaccompanied Minors</p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">The following additional fees      apply to children traveling alone within the </span>     <span style=\"font-size: 10pt; color: black\">United States</span><span style=\"font-size: 10pt; color: black\">:<br />     - $25 each way for nonstop or same plane service, per child. <br />     This charge may be collected at the TAZ Airways ticket counter.      Unaccompanied minors are courtesy-boarded and identified to the lead flight      attendant. Those unaccompanied children arriving too late to be      courtesy-boarded will be boarded last to ensure identification to the lead      flight attendant. Unaccompanied minors will be escorted off the aircraft by      a flight attendant and released to the designee or another designated TAZ      Airways crew member. TAZ Airways will require the party picking up the      unaccompanied child to produce positive identification and sign a release.      In some cases, there may be a wait in receiving the child due to TAZ Airways      personnel being engaged in the departure of another aircraft.</span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\"> </span></p></td>   </tr>   <tr>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\">Electronic Equipment Aboard Aircraft</p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">We know how important it is      for you to keep in touch with family, friends and business associates while      traveling. On all departing flights, you may use your cell phone, laptop      computer, two-way pager and PDA until the aircraft door is closed. Upon      arrival you may use your cell phone during taxi-in as signaled by a flight      attendant announcement. </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\"> </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">Customers on Corporate Class      service should check the “Electronic Equipment Aboard Aircraft” by flight.</span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\"> </span></p></td>   </tr>   <tr>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\">Exit Row Seating</p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">Only those passengers who are      able to help in the event of an emergency, who understand and speak English,      and who are over the age of 15 will be seated in the emergency exit rows.</span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\"> </span></p></td>   </tr>   <tr>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\">Corporate Class</p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">Some TAZ Airways flights are      operated as Corporate Class services. These flights offer rapid boarding and      different on-board and security procedures in some cases. </span></p></td>   </tr>   <tr>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\">Fleet</p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">TAZ Airways utilizes a range      of aircraft from the Embraer ERJ-145 to the Boeing 767.</span></p></td>   </tr>   <tr>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\">Identification</p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">All passengers will be      required to present a boarding pass, along with the appropriate and valid      identification documentation at the security checkpoint in order to proceed      to the departure gate. The following describes the appropriate types of      identification documents necessary to fly on a TAZ Airways aircraft:<br />     <br />     - Photo ID issued by a government authority (passport, driver license, etc.)<br />     OR<br />     - Two (2) other forms of ID, at least one of which shall be issued by a      government authority. </span></p>     <h4 style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\"><span style=\"font-size: 10pt\">Government      Issued ID Without Picture</span></h4>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; text-indent: -18pt; margin-left: 28.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"MsoNormal\">     <span style=\"font-size: 10pt; font-family: Symbol; color: black\">·<span style=\"font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; font-family: Times New Roman\">                  </span></span><span style=\"font-size: 10pt; color: black\">Birth      Certificate </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; text-indent: -18pt; margin-left: 28.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"MsoNormal\">     <span style=\"font-size: 10pt; font-family: Symbol; color: black\">·<span style=\"font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; font-family: Times New Roman\">                  </span></span><span style=\"font-size: 10pt; color: black\">     Marriage Certificate </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; text-indent: -18pt; margin-left: 28.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"MsoNormal\">     <span style=\"font-size: 10pt; font-family: Symbol; color: black\">·<span style=\"font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; font-family: Times New Roman\">                  </span></span><span style=\"font-size: 10pt; color: black\">State      IDs without pictures </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; text-indent: -18pt; margin-left: 28.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"MsoNormal\">     <span style=\"font-size: 10pt; font-family: Symbol; color: black\">·<span style=\"font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; font-family: Times New Roman\">                  </span></span><span style=\"font-size: 10pt; color: black\">Social      Security Card </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; text-indent: -18pt; margin-left: 28.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"MsoNormal\">     <span style=\"font-size: 10pt; font-family: Symbol; color: black\">·<span style=\"font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; font-family: Times New Roman\">                  </span></span><span style=\"font-size: 10pt; color: black\">FAA      License (pilot, mechanic, etc.) </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; text-indent: -18pt; margin-left: 28.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"MsoNormal\">     <span style=\"font-size: 10pt; font-family: Symbol; color: black\">·<span style=\"font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; font-family: Times New Roman\">                  </span></span><span style=\"font-size: 10pt; color: black\">INS      Documents </span></p>     <h4 style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\"><span style=\"font-size: 10pt\">Second Forms      of ID</span></h4>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; text-indent: -18pt; margin-left: 28.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"MsoNormal\">     <span style=\"font-size: 10pt; font-family: Symbol; color: black\">·<span style=\"font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; font-family: Times New Roman\">                  </span></span><span style=\"font-size: 10pt; color: black\">     Library Card </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; text-indent: -18pt; margin-left: 28.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"MsoNormal\">     <span style=\"font-size: 10pt; font-family: Symbol; color: black\">·<span style=\"font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; font-family: Times New Roman\">                  </span></span><span style=\"font-size: 10pt; color: black\">     Student Card </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; text-indent: -18pt; margin-left: 28.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"MsoNormal\">     <span style=\"font-size: 10pt; font-family: Symbol; color: black\">·<span style=\"font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; font-family: Times New Roman\">                  </span></span><span style=\"font-size: 10pt; color: black\">Credit      Card </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; text-indent: -18pt; margin-left: 28.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"MsoNormal\">     <span style=\"font-size: 10pt; font-family: Symbol; color: black\">·<span style=\"font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; font-family: Times New Roman\">                  </span></span><span style=\"font-size: 10pt; color: black\">Store      Club Card </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; text-indent: -18pt; margin-left: 28.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"MsoNormal\">     <span style=\"font-size: 10pt; font-family: Symbol; color: black\">·<span style=\"font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; font-family: Times New Roman\">                  </span></span><span style=\"font-size: 10pt; color: black\">Health      Insurance Card </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\"> </span></p></td>   </tr>   <tr>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\">In-Flight Services</p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">TAZ Airways provides snack      service on some flights. The snack service consists of snacks, soft drinks,      juices, bottled water, coffee and tea. </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\"> </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">Some flights offer XM      Satellite radio service.</span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\"> </span></p></td>   </tr>   <tr>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\">Operator – Participant Contract</p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">All TAZ Airways flights are      Public Charters of TransportAzumah LLC and operated by an FAA approved      airline for Part 380 operations. The Department of Transportation requires      all passengers to agree / accept / sign the terms of the      Operator-Participant Agreement prior to departure.</span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\"> </span></p></td>   </tr>   <tr>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\">Oxygen</p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">TAZ Airways does not transport      passengers requiring oxygen during flight. No passenger is allowed to carry      and or operate equipment for the storage, generation of dispersing of      oxygen. Oxygen is considered a hazardous material. TAZ Airways does not      transport hazardous material.</span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\"> </span></p></td>   </tr>   <tr>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\">Pets</p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">TAZ Airways does not accept      pets to be carried in the cargo hold. One small dog, cat or bird per      passenger is accepted in the passenger cabin. A maximum of five (5) pets,      with the exception of service animals, will be allowed in the passenger      compartment on any given flight. The five pet allowance is based on date and      time of booking. <br />     All pets must be contained in a pet carrier that does not exceed 18\"L x 15\"W      x 8\"H. We recommend the use of a smaller carrier or one that is soft-sided,      so that it is flexible enough to fit under the seat. Only one (1) pet is      allowed per pet carrier. A pet in the cabin must be accompanied by a      passenger. There is a $50 one way charge per pet ($100 for a round trip). An      unaccompanied minor may not travel with a pet. No pets will be permitted to      or from an international destination (</span><span style=\"font-size: 10pt; color: black\">Puerto      Rico is considered international).<br />     Upon request, a passenger must provide a vaccination certificate signed by a      veterinarian within the last 30 days.</span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\"> </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">No pets are allowed on      Corporate Class services.</span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\"> </span></p></td>   </tr>   <tr>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\">Reservations & Payment</p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">TAZ Airways charges a      Convenience Fee per ticket for all reservations that are not made at the      airport. Convenience Fees are non-refundable. Reservations may be booked      online at     <a href=\"http://www.southernskyways.com/\">     http://www.transportazumah.com/Penguin</a> or by calling TBA. Full payment      is due at the time of booking. Credit card payment is the only form of      payment accepted when bookings are made via the Internet or by calling our     </span><span style=\"font-size: 10pt; color: black\">Reservations Center.      TAZ Airways accepts Visa, MasterCard, and American Express as forms of      credit card payment. TAZ Airways also accepts cash for purchases at the      airport check-in counter. This applies to travel on the day of departure,      and to travel on future dates. The check-in counter is open for cash      purchases 2 hours prior and 2 hours after the scheduled departure time of a      TAZ Airways flight. TAZ Airways does not accept checks.<br />     Our </span><span style=\"font-size: 10pt; color: black\">Reservations</span><span style=\"font-size: 10pt; color: black\">     </span><span style=\"font-size: 10pt; color: black\">Center</span><span style=\"font-size: 10pt; color: black\">      hours of operation are daily 9:00 AM –6:00 PM (Eastern Standard Time) Monday      through Friday.</span></p></td>   </tr>   <tr>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\">Cancellations and Changes To Flight Itineraries</p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">Tickets are non-refundable.      You may cancel or make changes to your itinerary, based on availability, for      a fee. For cancellations or changes made 48 hours prior to the time of      departure, a $0 fee applies per person. Cancellations will result in a      credit held by TAZ Airways, which may be used for travel on TAZ Airways for      up to one (1) year from your original booking date, in the amount of your      charter price less the applicable cancellation fee. Passengers must pay the      difference between the originally purchased fare and the fare available at      the new time of purchase. If the new fare is lower than the originally      purchased fare, the remaining balance will be forfeited by the customer, and      no refund will be issued, and no credit will remain. Travel is subject to      availability, and TAZ Airways’s route network may change at any time. Under      no circumstances is money refunded to the passenger after paying a change      fee.</span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\"> </span></p></td>   </tr>   <tr>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\">Restricted Articles</p>     <p class=\"MsoNormal\"> </p>     <p class=\"MsoNormal\"> </p>     <p class=\"MsoNormal\"> </p>     <p class=\"MsoNormal\"> </p>     <p class=\"MsoNormal\"> </p>     <p class=\"MsoNormal\"> </p>     <p class=\"MsoNormal\"> </p>     <p class=\"MsoNormal\"> </p>     <p class=\"MsoNormal\"> </p>     <p class=\"MsoNormal\"> </p>     <p class=\"MsoNormal\"> </p>     <p class=\"MsoNormal\"> </p>     <p class=\"MsoNormal\"> </p>     <p class=\"MsoNormal\"> </p>     <p class=\"MsoNormal\"> </p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">Hazardous materials will not      be accepted as baggage except for wheelchair batteries and limited amounts      of dry ice.<br />     The following articles are classified as hazardous and must not be carried      in baggage: </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; text-indent: -18pt; margin-left: 28.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"MsoNormal\">     <span style=\"font-size: 10pt; font-family: Symbol; color: black\">·<span style=\"font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; font-family: Times New Roman\">                  </span></span><span style=\"font-size: 10pt; color: black\">1.      Compressed gases. </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; text-indent: -18pt; margin-left: 28.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"MsoNormal\">     <span style=\"font-size: 10pt; font-family: Symbol; color: black\">·<span style=\"font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; font-family: Times New Roman\">                  </span></span><span style=\"font-size: 10pt; color: black\">2.      Corrosives, such as acids and spillable wet cell batteries. </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; text-indent: -18pt; margin-left: 28.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"MsoNormal\">     <span style=\"font-size: 10pt; font-family: Symbol; color: black\">·<span style=\"font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; font-family: Times New Roman\">                  </span></span><span style=\"font-size: 10pt; color: black\">3.      Explosives, such as fireworks and ammunition. </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; text-indent: -18pt; margin-left: 28.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"MsoNormal\">     <span style=\"font-size: 10pt; font-family: Symbol; color: black\">·<span style=\"font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; font-family: Times New Roman\">                  </span></span><span style=\"font-size: 10pt; color: black\">4.      Flammables, such as matches and lighter fuels. </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; text-indent: -18pt; margin-left: 28.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"MsoNormal\">     <span style=\"font-size: 10pt; font-family: Symbol; color: black\">·<span style=\"font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; font-family: Times New Roman\">                  </span></span><span style=\"font-size: 10pt; color: black\">5.      Poisons. </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; text-indent: -18pt; margin-left: 28.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"MsoNormal\">     <span style=\"font-size: 10pt; font-family: Symbol; color: black\">·<span style=\"font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; font-family: Times New Roman\">                  </span></span><span style=\"font-size: 10pt; color: black\">6.      Magnetic and radioactive materials and all other items restricted by      government regulations. </span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\"> </span></p></td>   </tr>   <tr>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\">Service Animals</p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">TAZ Airways accepts for      transportation, without charge, trained service animals to lead the hearing      or visually impaired. When properly harnessed, and accompanying a passenger      with impaired vision/hearing, a trained service animal will be permitted to      accompany a passenger in the cabin, but may not occupy a seat.<br />     TAZ Airways will accept I.D. cards, other documentation, markings on      harnesses or tags, as evidence of “Service Animal” status.</span></p>     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\"> </span></p></td>   </tr>   <tr>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\">Smoking</p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">Smoking is prohibited on all      TAZ Airways flights.</span></p></td>   </tr>   <tr>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\">Special Needs</p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p style=\"background: #eaeaea none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">     <span style=\"font-size: 10pt; color: black\">Please send an e-mail to     </span>     <a href=\"mailto:info@transportazumah.com\">     <span style=\"font-size: 10pt; color: #017dc3\">flytaz501@yahoo.com</span></a><span style=\"font-size: 10pt; color: black\">      explaining your situation.</span></p></td>   </tr>   <tr>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; border-width: medium 1pt 1pt; padding: 0pt 5.4pt; width: 221.4pt\">     <p class=\"MsoNormal\">Ticket Counter Locations</p></td>     <td width=\"295\" valign=\"top\" style=\"border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-width: medium 1pt 1pt medium; padding: 0pt 5.4pt; width: 221.4pt\">     <p style=\"-moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial\" class=\"NormalWeb25\">TBA</p></td></tr></tbody></table>','',1,5,0,34,'2009-01-23 11:48:39',62,'','2009-01-23 11:51:04',62,0,'0000-00-00 00:00:00','2009-01-23 11:48:39','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,3,'','',0,25,'robots=\nauthor='),(5,'Joomla! License Guidelines','joomla-license-guidelines','joomla-license-guidelines','<p>This Web site is powered by <a href=\"http://joomla.org/\" target=\"_blank\" title=\"Joomla!\">Joomla!</a> The software and default templates on which it runs are Copyright 2005-2008 <a href=\"http://www.opensourcematters.org/\" target=\"_blank\" title=\"Open Source Matters\">Open Source Matters</a>. The sample content distributed with Joomla! is licensed under the <a href=\"http://docs.joomla.org/JEDL\" target=\"_blank\" title=\"Joomla! Electronic Document License\">Joomla! Electronic Documentation License.</a> All data entered into this Web site and templates added after installation, are copyrighted by their respective copyright owners.</p> <p>If you want to distribute, copy, or modify Joomla!, you are welcome to do so under the terms of the <a href=\"http://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC1\" target=\"_blank\" title=\"GNU General Public License\"> GNU General Public License</a>. If you are unfamiliar with this license, you might want to read <a href=\"http://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC4\" target=\"_blank\" title=\"How To Apply These Terms To Your Program\">\'How To Apply These Terms To Your Program\'</a> and the <a href=\"http://www.gnu.org/licenses/old-licenses/gpl-2.0-faq.html\" target=\"_blank\" title=\"GNU General Public License FAQ\">\'GNU General Public License FAQ\'</a>.</p> <p>The Joomla! licence has always been GPL.</p>','',1,4,0,25,'2008-08-20 10:11:07',62,'','2008-08-20 10:11:07',62,0,'0000-00-00 00:00:00','2004-08-19 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,2,'','',0,105,'robots=\nauthor='),(50,'Contact Us','contact-us','','<p>If you would like to contact TAZ Airways, please call: 347-926-9620 or please email us at: <a href=\"mailto:info@transportazumah.com\">info@transportazumah.com</a></p><p>Yahoo! Discussion Forum: <a href=\"http://groups.yahoo.com/group/FlyTAZ\"> http://groups.yahoo.com/group/FlyTAZ</a></p>  <p>Website: <a href=\"http://www.flytaz.com/\">http://www.flytaz.com</a></p><p> </p>','',1,5,0,34,'2009-01-19 16:12:35',62,'','2009-01-25 04:20:08',62,0,'0000-00-00 00:00:00','2009-01-19 16:12:35','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,4,'','',0,37,'robots=\nauthor='),(47,'Route Map','route-map','','<img src=\"images/stories/thumbs/routemap.png\" border=\"1\" />','',1,5,0,35,'2009-01-05 01:42:03',62,'','2009-01-25 04:08:18',62,0,'0000-00-00 00:00:00','2009-01-05 01:42:03','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,2,'','',0,138,'robots=\nauthor='),(48,'Our Planes','our-planes','','<p>Embraer ERJ-145: Most flights will be operated using 50 seat Embraer ERJ-145  aircraft. Flights using the ERJ-145 are limited to one checked bag per person.  This regional jet has a range of up to 1600 miles. XM Satellite Radio is  available on some ERJ-145 flights. Flights operated by the ERJ-145 will be  denoted as ER4 in the printed schedule.</p> <p><img src=\"http://www.transportazumah.com/img_145xr_three_view_front.jpg\" border=\"0\" width=\"536\" height=\"196\" /></p> <p><img src=\"http://www.transportazumah.com/img_145xr_three_view_side.jpg\" border=\"0\" width=\"536\" height=\"230\" /></p> <p><img src=\"http://www.transportazumah.com/img_145xr_three_view_top.jpg\" border=\"0\" width=\"536\" height=\"415\" /></p> <p><img src=\"http://www.transportazumah.com/erj145seatmapwj7.gif\" border=\"0\" width=\"232\" height=\"449\" /></p> <p><img src=\"http://www.transportazumah.com/img_destaque_overview_145xr_02.jpg\" border=\"0\" width=\"228\" height=\"166\" /><img src=\"http://www.transportazumah.com/img_destaque_comfort_01.jpg\" border=\"0\" width=\"227\" height=\"165\" /><img src=\"http://www.transportazumah.com/img_destaque_comfort_03.jpg\" border=\"0\" width=\"227\" height=\"165\" /></p>','',1,5,0,35,'2009-01-05 01:45:45',62,'','2009-01-23 11:52:46',62,0,'0000-00-00 00:00:00','2009-01-05 01:45:45','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,1,'','',0,90,'robots=\nauthor='),(49,'About Us','about-us','','TAZ Airways is a brand new domestic airline based in New York, NY. TAZ Airways is owned and operated by TransportAzumah [TAZ Airways]. We charter Embraer Regional Jet 145 aircraft to fly business routes each and every day to large metropolitan markets on the east coast. The ERJ-145 aircraft seat 50 comfortably.','',1,0,0,0,'2009-01-05 01:47:50',62,'','2009-01-25 04:12:55',62,0,'0000-00-00 00:00:00','2009-01-05 01:47:50','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,1,'','',0,54,'robots=\nauthor='),(52,'Flight Schedule','flight-schedule','','<p style=\"margin: 0in 0in 10pt\" class=\"MsoNormal\" align=\"center\"><em><span style=\"font-size: 12pt; line-height: 115%; font-family: \'Times New Roman\',\'serif\'\"> <table border=\"1\" cellspacing=\"1\" cellpadding=\"1\" width=\"100%\"> <tbody> <tr> <td colspan=\"8\"> <p align=\"center\"><strong><font size=\"5\">Round Trip Flights Per Day by City  Pair</font></strong></p></td></tr> <tr> <td> <p align=\"center\"><strong><u>MARKET</u></strong></p></td> <td> <p align=\"center\"><strong><u>SUNDAY</u></strong></p></td> <td> <p align=\"center\"><strong><u>MONDAY</u></strong></p></td> <td> <p align=\"center\"><strong><u>TUESDAY</u></strong></p></td> <td> <p align=\"center\"><strong><u>WEDNESDAY</u></strong></p></td> <td> <p align=\"center\"><strong><u>THURDSAY</u></strong></p></td> <td> <p align=\"center\"><strong><u>FRIDAY</u></strong></p></td> <td> <p align=\"center\"><strong><u>SATURDAY</u></strong></p></td></tr> <tr> <td bgcolor=\"#eeeeee\"> <p align=\"left\">CVG-Boston</p></td> <td bgcolor=\"#eeeeee\"> <p align=\"center\">2</p></td> <td bgcolor=\"#eeeeee\"> <p align=\"center\">3</p></td> <td bgcolor=\"#eeeeee\"> <p align=\"center\">3</p></td> <td bgcolor=\"#eeeeee\"> <p align=\"center\">3</p></td> <td bgcolor=\"#eeeeee\"> <p align=\"center\">3</p></td> <td bgcolor=\"#eeeeee\"> <p align=\"center\">3</p></td> <td bgcolor=\"#eeeeee\"> <p align=\"center\">3</p></td></tr> <tr> <td bgcolor=\"#ffffff\"> <p align=\"left\">CVG-Chicago</p></td> <td> <p align=\"center\">3</p></td> <td> <p align=\"center\">4</p></td> <td> <p align=\"center\">4</p></td> <td> <p align=\"center\">4</p></td> <td> <p align=\"center\">4</p></td> <td> <p align=\"center\">4</p></td> <td> <p align=\"center\">4</p></td></tr> <tr> <td bgcolor=\"#efefef\"> <p align=\"left\">CVG-New York City</p></td> <td bgcolor=\"#efefef\"> <p align=\"center\">2</p></td> <td bgcolor=\"#efefef\"> <p align=\"center\">3</p></td> <td bgcolor=\"#efefef\"> <p align=\"center\">3</p></td> <td bgcolor=\"#efefef\"> <p align=\"center\">3</p></td> <td bgcolor=\"#efefef\"> <p align=\"center\">3</p></td> <td bgcolor=\"#efefef\"> <p align=\"center\">3</p></td> <td bgcolor=\"#efefef\"> <p align=\"center\">3</p></td></tr> <tr> <td bgcolor=\"#ffffff\"> <p align=\"left\">CVG-Washington DC</p></td> <td bgcolor=\"#ffffff\"> <p align=\"center\">3</p></td> <td bgcolor=\"#ffffff\"> <p align=\"center\">4</p></td> <td bgcolor=\"#ffffff\"> <p align=\"center\">4</p></td> <td bgcolor=\"#ffffff\"> <p align=\"center\">4</p></td> <td bgcolor=\"#ffffff\"> <p align=\"center\">4</p></td> <td bgcolor=\"#ffffff\"> <p align=\"center\">4</p></td> <td bgcolor=\"#ffffff\"> <p align=\"center\">4</p></td></tr></tbody></table><br />Please  note that all schedules listed are tentative, subject to  the approval of the United States Department of  Transportation under a Part 380 Public Charter Program.  When final approval is received, a Public Charter number will accompany all schedules.</span></em></p>','',1,5,0,34,'2009-01-23 11:53:59',62,'','2009-01-23 19:44:46',62,0,'0000-00-00 00:00:00','2009-01-23 11:53:59','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,2,'','',0,13,'robots=\nauthor='),(53,'Welcome to TAZ Airways','welcome-to-taz-airways','','<p>TAZ Airways is a brand new air service to begin operations in May 2009. We will be set up as an Indirect Air Carrier and operate our flights as public charters.</p><p><u><strong>Why TAZ Airways?</strong></u></p><p>-Reasonable Fares</p><p>-Comfortable Planes</p><p>-Escrow Protection on Fares Until Your Flight Leaves </p><p>-Not Afraid to Compete With Larger, More Established Airlines </p>','',1,1,0,1,'2009-01-23 21:10:58',62,'','2009-01-23 21:14:33',62,0,'0000-00-00 00:00:00','2009-01-23 21:10:58','0000-00-00 00:00:00','','','show_title=\nlink_titles=0\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nlanguage=\nkeyref=\nreadmore=',3,0,1,'','',0,0,'robots=\nauthor='),(54,'Cincinnati','cincinnati','','<p><u><strong>Cincinnati-Northern Kentucky  International Airport (CVG)</strong></u></p><p><font face=\"Arial\"><font size=\"2\"><em>CVG is our  access point to Cincinnati Metropolitan Area, Northern Kentucky, and Eastern  Indiana.</em></font></font></p> <h4><strong><font face=\"Arial\">Airport Map</font></strong></h4> <p><font face=\"Arial\"><a href=\"http://www.google.com/url?sa=t&source=web&ct=res&cd=1&url=http%3A%2F%2Fmaps.google.com%2Fmaps%3Fq%3Dcvg%26oe%3Dutf-8%26rls%3Dorg.mozilla%3Aen-US%3Aofficial%26client%3Dfirefox-a%26um%3D1%26ie%3DUTF-8%26split%3D0%26gl%3Dus%26sa%3DX%26oi%3Dgeocode_result%26resnum%3D1%26ct%3Dtitle&ei=sDJ9Se6ODpPHtgeZg-isDg&usg=AFQjCNF9ySWH_ffiv8qCYdbR3037cDPdAA&sig2=TxWXxuuKd1cpp_2LTdZvZw\"><img src=\"http://www.google.com/mapdata?CxV271MCHf0r9Pog____________AQwtdu9TAjX9K_T6QLACSJwBUgJVU2gBkAEFygECZW4\" border=\"1\" hspace=\"0\" width=\"304\" height=\"156\" /></a> </font></p> <h4><strong><font face=\"Arial\">Airport Website</font></strong></h4> <p><font face=\"Arial\">Visit the </font><u><a href=\"http://www.google.com/url?sa=t&source=web&ct=res&cd=2&url=http%3A%2F%2Fwww.cvgairport.com%2F&ei=xch8SbfsLZjAtge16qS2Dg&usg=AFQjCNH7jKAR3zOF0LmXQsyJdIbk_vKtUA&sig2=5nZjJfkNvgxko0cc3tKvqw\"><strong><font face=\"Arial\">Cincinnati-Northern Kentucky International  Airport</font></strong></a></u><font face=\"Arial\"> website.<br />Visit the <strong><u><a href=\"http://www.fly.faa.gov/flyfaa/AirportLookup.jsp?q=cvg&go=1\">FAA  Airport Status Information</a></u></strong> website.</font></p><h4><strong>Destinations from CVG</strong></h4><p>Boston, MA - New York, NY - Chicago, IL. </p><h4><strong><font face=\"Arial\">Check-In  Information</font></strong></h4><p><font face=\"Arial\">Arrive no later than 45 minutes early with no  checked baggage.<br />Arrive no later than 90 minutes early with checked  baggage.</font><font face=\"Arial\"><br /></font></p><h4><font face=\"Arial\"><strong>Ground  Transportation</strong></font></h4> <p><font face=\"Arial\">CVG Airport Transportation Options include:<br /></font></p> <ul><li><p><font face=\"Arial\">Car rentals<br />(Alamo, Avis, Budget, Dollar, Enterprise,  Hertz, National, and Thrifty)</font></p></li><li><p><font face=\"Arial\">Taxis</font></p></li><li><p><font face=\"Arial\">Shuttle Service<br />(Airport Executive Shuttle)</font></p></li><li><p><font face=\"Arial\">TransportAzumah Airport Connection Service Coming  Soon</font></p></li></ul> <h4><strong><font face=\"Arial\">Airport Terminal Map</font></strong></h4> <p><img src=\"images/stories/destinations/cvg_terminal.gif\" border=\"0\" /><font face=\"Arial\"> <br /></font></p><h4><font face=\"Arial\"><strong>Distances to Nearby  Cities</strong></font><br /></h4><p><font face=\"Arial\">Cincinnati, OH - 13 miles - 30 minutes<br />Dayton, OH - 60  miles - 75 minutes<br />Louisville, KY - 98 miles - 110 minutes<br />Indianapolis,  IN - 125 miles - 150 minutes<br />Columbus, OH - 130 miles - 160  minutes</font></p>','',1,5,0,36,'2009-01-25 20:11:09',62,'','2009-01-27 03:59:15',62,0,'0000-00-00 00:00:00','2009-01-25 20:11:09','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',25,0,2,'','',0,114,'robots=\nauthor='),(55,'New York City','new-york-city','','<p><u><strong>Long Island MacArthur Airport (ISP)</strong></u></p><p><font face=\"Arial\"><font size=\"2\"><em>ISP is our  access point to the New York City Metropolitan Area.</em></font></font></p> <h4><strong><font face=\"Arial\">Airport Map</font></strong></h4> <p><font face=\"Arial\"><a href=\"http://www.google.com/url?sa=t&source=web&ct=res&cd=1&url=http%3A%2F%2Fmaps.google.com%2Fmaps%3Fclient%3Dfirefox-a%26rls%3Dorg.mozilla%3Aen-US%3Aofficial%26channel%3Ds%26hl%3Den%26q%3DISP%26um%3D1%26ie%3DUTF-8%26split%3D0%26gl%3Dus%26sa%3DX%26oi%3Dgeocode_result%26resnum%3D1%26ct%3Dtitle&ei=OaN9SfjtCKGbtweRlq2yDg&usg=AFQjCNHmSPF4Bo07Se3m1kQlOVmDilVzUQ&sig2=3cI1AbUKcIY8yeYbyDG6uQ\"><img src=\"http://www.google.com/mapdata?CxWdaW4CHSWfpPsg____________AQwtnWluAjUln6T7QLACSJwBUgJVU2gBkAEEygECZW4\" border=\"1\" hspace=\"0\" width=\"304\" height=\"156\" /></a> </font></p> <h4><strong><font face=\"Arial\">Airport Website</font></strong></h4> <p><font face=\"Arial\">Visit the </font><a href=\"http://macarthurairport.com/\"><u><strong><font face=\"Arial\">Long Island MacArthur  Airport</font></strong></u></a><font face=\"Arial\"> website.<br />Visit the <strong><u><a href=\"http://www.fly.faa.gov/flyfaa/AirportLookup.jsp?q=ISP&go=1\">FAA  Airport Status Information</a></u></strong> website.</font></p><h4><strong>Destinations from ISP</strong></h4><p>Cincinnati, OH</p><h4><strong><font face=\"Arial\">Check-In  Information</font></strong></h4><p><font face=\"Arial\">Arrive no later than 45 minutes early with no  checked baggage.<br />Arrive no later than 90 minutes early with checked  baggage.</font><font face=\"Arial\"><br /></font></p><h4><font face=\"Arial\"><strong>Ground  Transportation</strong></font></h4> <p><font face=\"Arial\">ISP Airport Transportation Options include:<br /></font></p><ul><li>All ISP Transportation Options Can be found <a href=\"http://macarthurairport.com/pages/15transportation.shtml\"><u><strong>Here</strong></u></a>. </li></ul> <ul><li><p><font face=\"Arial\">TransportAzumah Airport Connection Service Coming  Soon</font></p></li></ul> <h4><strong><font face=\"Arial\">Airport Terminal Map</font></strong></h4> <p><img src=\"images/stories/destinations/isp_terminal.PNG\" border=\"0\" /></p><h4><font face=\"Arial\"><strong>Distances to Nearby  Cities</strong></font><br /></h4><p><font face=\"Arial\">New York, NY - 50 miles - 60-90</font><font face=\"Arial\"> minutes<br /></font></p>       <span class=\"article_separator\"><br /></span>','',1,5,0,36,'2009-01-26 11:47:40',62,'','2009-01-27 03:58:26',62,0,'0000-00-00 00:00:00','2009-01-26 11:47:40','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,1,'','',0,28,'robots=\nauthor='),(56,'Sample Press Release','sample-press-release','','<font face=\"Arial\" size=\"2\"><span>OR                     IMMEDIATE RELEASE<br />                     <br />                     Contact:<br />                     Joseph A. Stirt, M.D.<br />                     AnesthesiologyExpert.com<br />                     2809 Magnolia Drive<br />                     Charlottesville, VA 22901<br />                     Phone: 804-242-4990<br />                     <a href=\"http://www.anesthesiologyexpert.com/\" target=\"_blank\">http://www.anesthesiologyexpert.com</a><br />                     <a href=\"mailto:info@anesthesiologyexpert.com\">info@anesthesiologyexpert.com</a><br />                     <br />                     <strong>Anesthesiologist M.D. Offers Expert Defense/Plaintiff                     Case Analysis of Potential Medical Malpractice</strong><br />                     <br />                     Charlottesville, VA -- April 12, 2001 -- Before you invest                     time and money defending or proceeding with an                     anesthesia-related medical malpractice case, check with                     expert board-certified anesthesiologist Joseph A. Stirt,                     M.D. Whether you are a defense or plaintiff attorney, Dr.                     Stirt can not only tell you if you have a case but also how                     best to structure it, based on a detailed<br />                     medical review.<br />                     <br />                     No newcomer to cases involving possible anesthesia-related                     malpractice, Dr. Stirt has 15 years of experience. Presented                     orally or as a written report, his in-depth analysis can                     save you hours of preparation and thousands of dollars. He                     is prepared to step in at the last minute when another                     expert suddenly withdraws from a case. Availability and                     rapid response make his service unique.<br />                     <br />                     According to Dr. Stirt, \"The question I get most often                     is, \'Is it malpractice?\' My job is to sort out the bad                     outcomes due to occurrences that fall within the standard of                     care from those that do not. The question of whether a case                     involves negligence is one that looms over every potential                     malpractice action. If answered correctly, it can save both                     defendants and plaintiffs from mental anguish and                     ill-advised pursuit of a defense or lawsuit.\"<br />                     <br />                     Dr. Stirt serves on the faculty of a major U.S. medical                     school affiliated with a top-rated tertiary care medical                     center. He sits on state medical boards as an expert                     reviewer and expert witness in anesthesiology. He has                     written books, book chapters, and numerous scientific                     papers, as well as articles in the medical-legal literature,                     received honors and awards in medical teaching and                     scholarship, and has 18 years of academic anesthesia                     experience ranging from Post Anesthesia Care Unit Director                     and Outpatient Surgical Unit Director to his current                     position as Clinical Associate Professor of Anesthesiology.<br />                     <br />                     Dr. Stirt is a diplomat of the American Board of                     Anesthesiology and the National Board of Medical Examiners.                     He has been an invited reviewer and lecturer in                     anesthesiology throughout the U.S. and Europe and has                     appeared on CNBC.<br />                     <br />                     Accessibility is a unique and important aspect of Dr.                     Stirt\'s services. His expertise in anesthesiology is                     available at any time. He does not work on a contingency fee                     basis. Your initial telephone consultation is free.<br />                     <br />                     For information: <a href=\"http://www.anesthesiologyexpert.com/\" target=\"_blank\">http://www.anesthesiologyexpert.com</a>                     or<br />                     Contact: <a href=\"mailto:info@anesthesiologyexpert.com\">info@anesthesiologyexpert.com</a><br />                     Phone: 804-242-4990</span></font>','',1,1,0,38,'2009-01-27 20:05:53',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-01-27 20:05:53','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,1,'','',0,7,'robots=\nauthor=');
/*!40000 ALTER TABLE `jos_content` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `jos_content_frontpage` WRITE;
/*!40000 ALTER TABLE `jos_content_frontpage` DISABLE KEYS */;
INSERT INTO `jos_content_frontpage` VALUES (53,1);
/*!40000 ALTER TABLE `jos_content_frontpage` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `jos_content_rating` WRITE;
/*!40000 ALTER TABLE `jos_content_rating` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_content_rating` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `jos_core_acl_aro` WRITE;
/*!40000 ALTER TABLE `jos_core_acl_aro` DISABLE KEYS */;
INSERT INTO `jos_core_acl_aro` VALUES (10,'users','62',0,'Administrator',0);
/*!40000 ALTER TABLE `jos_core_acl_aro` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `jos_core_acl_aro_groups` WRITE;
/*!40000 ALTER TABLE `jos_core_acl_aro_groups` DISABLE KEYS */;
INSERT INTO `jos_core_acl_aro_groups` VALUES (17,0,'ROOT',1,22,'ROOT'),(28,17,'USERS',2,21,'USERS'),(29,28,'Public Frontend',3,12,'Public Frontend'),(18,29,'Registered',4,11,'Registered'),(19,18,'Author',5,10,'Author'),(20,19,'Editor',6,9,'Editor'),(21,20,'Publisher',7,8,'Publisher'),(30,28,'Public Backend',13,20,'Public Backend'),(23,30,'Manager',14,19,'Manager'),(24,23,'Administrator',15,18,'Administrator'),(25,24,'Super Administrator',16,17,'Super Administrator');
/*!40000 ALTER TABLE `jos_core_acl_aro_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_core_acl_aro_map`
--

DROP TABLE IF EXISTS `jos_core_acl_aro_map`;
CREATE TABLE `jos_core_acl_aro_map` (
  `acl_id` int(11) NOT NULL default '0',
  `section_value` varchar(230) NOT NULL default '0',
  `value` varchar(100) NOT NULL default '',
  PRIMARY KEY  (`acl_id`,`section_value`,`value`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_core_acl_aro_map`
--

LOCK TABLES `jos_core_acl_aro_map` WRITE;
/*!40000 ALTER TABLE `jos_core_acl_aro_map` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_core_acl_aro_map` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `jos_core_acl_aro_sections` WRITE;
/*!40000 ALTER TABLE `jos_core_acl_aro_sections` DISABLE KEYS */;
INSERT INTO `jos_core_acl_aro_sections` VALUES (10,'users',1,'Users',0);
/*!40000 ALTER TABLE `jos_core_acl_aro_sections` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `jos_core_acl_groups_aro_map` WRITE;
/*!40000 ALTER TABLE `jos_core_acl_groups_aro_map` DISABLE KEYS */;
INSERT INTO `jos_core_acl_groups_aro_map` VALUES (25,'',10);
/*!40000 ALTER TABLE `jos_core_acl_groups_aro_map` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `jos_core_log_items` WRITE;
/*!40000 ALTER TABLE `jos_core_log_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_core_log_items` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `jos_core_log_searches` WRITE;
/*!40000 ALTER TABLE `jos_core_log_searches` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_core_log_searches` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_fpss_categories`
--

DROP TABLE IF EXISTS `jos_fpss_categories`;
CREATE TABLE `jos_fpss_categories` (
  `id` int(3) NOT NULL auto_increment,
  `name` varchar(225) NOT NULL default '',
  `width` int(11) NOT NULL default '0',
  `quality` int(11) NOT NULL default '0',
  `width_thumb` int(11) NOT NULL default '0',
  `quality_thumb` int(11) NOT NULL default '0',
  `published` tinyint(1) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_fpss_categories`
--

LOCK TABLES `jos_fpss_categories` WRITE;
/*!40000 ALTER TABLE `jos_fpss_categories` DISABLE KEYS */;
INSERT INTO `jos_fpss_categories` VALUES (1,'Main',500,100,100,75,1);
/*!40000 ALTER TABLE `jos_fpss_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_fpss_slides`
--

DROP TABLE IF EXISTS `jos_fpss_slides`;
CREATE TABLE `jos_fpss_slides` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `catid` int(11) NOT NULL default '0',
  `name` varchar(225) NOT NULL default '',
  `path` varchar(225) NOT NULL default '',
  `path_type` varchar(110) NOT NULL default '',
  `thumb` varchar(225) NOT NULL default '',
  `state` tinyint(3) NOT NULL default '0',
  `publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
  `itemlink` int(11) NOT NULL default '0',
  `menulink` int(11) NOT NULL default '0',
  `target` tinyint(3) NOT NULL default '0',
  `customlink` varchar(225) default NULL,
  `nolink` tinyint(1) NOT NULL default '0',
  `ctext` text NOT NULL,
  `plaintext` text NOT NULL,
  `registers` tinyint(3) NOT NULL default '0',
  `showtitle` tinyint(3) NOT NULL default '0',
  `showseccat` tinyint(3) NOT NULL default '0',
  `showcustomtext` tinyint(3) NOT NULL default '0',
  `showplaintext` tinyint(3) NOT NULL default '0',
  `showreadmore` tinyint(3) NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_fpss_slides`
--

LOCK TABLES `jos_fpss_slides` WRITE;
/*!40000 ALTER TABLE `jos_fpss_slides` DISABLE KEYS */;
INSERT INTO `jos_fpss_slides` VALUES (7,1,'Boston','components/com_fpss/images/boston_1.jpg','1','components/com_fpss/images/thumbs/boston_1.jpg',1,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,0,0,'',1,'Fly on TAZ Airways nonstop to Boston beginning May 4, 2009!','Fly to Boston!',0,1,1,1,1,1,4),(8,1,'New York','components/com_fpss/images/nyc.jpg','1','components/com_fpss/images/thumbs/nyc.jpg',1,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,0,0,'',1,'Fly on TAZ Airways nonstop to New York beginning May 4, 2009!','Fly to New York!',0,1,1,1,1,1,3),(9,1,'Washington DC','components/com_fpss/images/dc_1.jpg','1','components/com_fpss/images/thumbs/dc_1.jpg',1,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,0,1,'',1,'Fly on TAZ Airways nonstop to our Nation\'s Capital beginning May 4, 2009!','Fly to Washington DC!',0,1,1,1,1,1,2),(10,1,'Chicago','components/com_fpss/images/chicago.jpg','1','components/com_fpss/images/thumbs/chicago.jpg',1,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,0,0,'',1,'Fly on TAZ Airways nonstop to Chicago beginning May 4, 2009!','Fly to Chicago!',0,1,1,1,1,1,1);
/*!40000 ALTER TABLE `jos_fpss_slides` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `jos_groups` WRITE;
/*!40000 ALTER TABLE `jos_groups` DISABLE KEYS */;
INSERT INTO `jos_groups` VALUES (0,'Public'),(1,'Registered'),(2,'Special');
/*!40000 ALTER TABLE `jos_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_menu`
--

DROP TABLE IF EXISTS `jos_menu`;
CREATE TABLE `jos_menu` (
  `id` int(11) NOT NULL auto_increment,
  `menutype` varchar(75) default NULL,
  `name` varchar(255) default NULL,
  `alias` varchar(255) NOT NULL default '',
  `link` text,
  `type` varchar(50) NOT NULL default '',
  `published` tinyint(1) NOT NULL default '0',
  `parent` int(11) unsigned NOT NULL default '0',
  `componentid` int(11) unsigned NOT NULL default '0',
  `sublevel` int(11) default '0',
  `ordering` int(11) default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `pollid` int(11) NOT NULL default '0',
  `browserNav` tinyint(4) default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `utaccess` tinyint(3) unsigned NOT NULL default '0',
  `params` text NOT NULL,
  `lft` int(11) unsigned NOT NULL default '0',
  `rgt` int(11) unsigned NOT NULL default '0',
  `home` int(1) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `componentid` (`componentid`,`menutype`,`published`,`access`),
  KEY `menutype` (`menutype`)
) ENGINE=MyISAM AUTO_INCREMENT=92 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_menu`
--

LOCK TABLES `jos_menu` WRITE;
/*!40000 ALTER TABLE `jos_menu` DISABLE KEYS */;
INSERT INTO `jos_menu` VALUES (1,'mainmenu','Home','home','index.php?option=com_content&view=frontpage','component',1,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,3,'num_leading_articles=0\nnum_intro_articles=1\nnum_columns=1\nnum_links=0\norderby_pri=\norderby_sec=front\nmulti_column_order=1\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=0\nshow_title=1\nlink_titles=1\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=\npage_title=The Next Generation of Air Service\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,1),(2,'mainmenu','Joomla! License','joomla-license','index.php?option=com_content&view=article&id=5','component',-2,0,20,0,7,0,'0000-00-00 00:00:00',0,0,0,0,'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n',0,0,0),(41,'mainmenu','FAQ','faq','index.php?option=com_content&view=section&id=3','component',-2,0,20,0,8,0,'0000-00-00 00:00:00',0,0,0,0,'show_page_title=1\nshow_description=0\nshow_description_image=0\nshow_categories=1\nshow_empty_categories=0\nshow_cat_num_articles=1\nshow_category_description=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby=\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1',0,0,0),(18,'topmenu','News','news','index.php?option=com_newsfeeds&view=newsfeed&id=1&feedid=1','component',1,0,11,0,3,0,'0000-00-00 00:00:00',0,0,0,3,'show_page_title=1\npage_title=News\npageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_other_cats=1\nshow_cat_description=1\nshow_cat_items=1\nshow_feed_image=1\nshow_feed_description=1\nshow_item_description=1\nfeed_word_count=0\n\n',0,0,0),(20,'usermenu','Your Details','your-details','index.php?option=com_user&view=user&task=edit','component',1,0,14,0,1,0,'0000-00-00 00:00:00',0,0,1,3,'',0,0,0),(24,'usermenu','Logout','logout','index.php?option=com_user&view=login','component',1,0,14,0,4,0,'0000-00-00 00:00:00',0,0,1,3,'',0,0,0),(27,'mainmenu','Joomla! Overview','joomla-overview','index.php?option=com_content&view=article&id=19','component',-2,0,20,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n',0,0,0),(28,'topmenu','About Joomla!','about-joomla','index.php?option=com_content&view=article&id=25','component',1,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n',0,0,0),(29,'topmenu','Features','features','index.php?option=com_content&view=article&id=22','component',1,0,20,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n',0,0,0),(30,'topmenu','The Community','the-community','index.php?option=com_content&view=article&id=27','component',1,0,20,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n',0,0,0),(34,'mainmenu','What\'s New in 1.5?','what-is-new-in-1-5','index.php?option=com_content&view=article&id=22','component',-2,0,20,1,4,0,'0000-00-00 00:00:00',0,0,0,0,'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n',0,0,0),(37,'mainmenu','More about Joomla!','more-about-joomla','index.php?option=com_content&view=section&id=4','component',-2,0,20,0,10,0,'0000-00-00 00:00:00',0,0,0,0,'show_page_title=1\nshow_description=0\nshow_description_image=0\nshow_categories=1\nshow_empty_categories=0\nshow_cat_num_articles=1\nshow_category_description=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby=\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1',0,0,0),(56,'mainmenu','About Us','about-us','index.php?option=com_content&view=article&id=49','component',1,0,20,0,6,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(53,'mainmenu','Route Map','route-map','index.php?option=com_content&view=article&id=47','component',1,54,20,1,2,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(84,'mainmenu','Policies','policies','index.php?option=com_content&view=article&id=51','component',1,0,20,0,5,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(54,'mainmenu','Travel Tools','travel-tools','','separator',1,0,0,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\n\n',0,0,0),(55,'mainmenu','Our Planes','our-planes','index.php?option=com_content&view=article&id=48','component',1,54,20,1,1,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(48,'mainmenu','Web Links','web-links','index.php?option=com_weblinks&view=categories','component',-2,0,4,0,11,0,'0000-00-00 00:00:00',0,0,0,0,'page_title=Weblinks\nimage=-1\nimage_align=right\npageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_comp_description=1\ncomp_description=\nshow_link_hits=1\nshow_link_description=1\nshow_other_cats=1\nshow_headings=1\nshow_page_title=1\nlink_target=0\nlink_icons=\n\n',0,0,0),(49,'mainmenu','News Feeds','news-feeds','index.php?option=com_newsfeeds&view=categories','component',-2,0,11,0,14,0,'0000-00-00 00:00:00',0,0,0,0,'show_page_title=1\npage_title=Newsfeeds\nshow_comp_description=1\ncomp_description=\nimage=-1\nimage_align=right\npageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_other_cats=1\nshow_cat_description=1\nshow_cat_items=1\nshow_feed_image=1\nshow_feed_description=1\nshow_item_description=1\nfeed_word_count=0\n\n',0,0,0),(50,'mainmenu','The News','the-news','index.php?option=com_content&view=category&layout=blog&id=1','component',-2,0,20,0,15,0,'0000-00-00 00:00:00',0,0,0,0,'show_page_title=1\npage_title=The News\nshow_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\nshow_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby_pri=\norderby_sec=\nshow_pagination=2\nshow_pagination_results=1\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n',0,0,0),(51,'usermenu','Submit an Article','submit-an-article','index.php?option=com_content&view=article&layout=form','component',1,0,20,0,2,0,'0000-00-00 00:00:00',0,0,2,0,'',0,0,0),(52,'usermenu','Submit a Web Link','submit-a-web-link','index.php?option=com_weblinks&view=weblink&layout=form','component',1,0,4,0,3,0,'0000-00-00 00:00:00',0,0,2,0,'',0,0,0),(89,'destinations','Cincinnati [CVG]','cincinnati-cvg','index.php?option=com_content&view=article&id=54','component',1,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(90,'destinations','New York City [ISP]','new-york-city-isp','index.php?option=com_content&view=article&id=55','component',1,0,20,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(91,'mainmenu','Newsroom','newsroom','index.php?option=com_content&view=category&id=38','component',1,56,20,1,1,62,'2009-01-27 20:06:55',0,0,0,0,'display_num=10\nshow_headings=1\nshow_date=1\ndate_format=\nfilter=0\nfilter_type=title\norderby_sec=rdate\nshow_pagination=0\nshow_pagination_limit=0\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(83,'mainmenu','Contact Us','contact-us','index.php?option=com_content&view=article&id=50','component',1,0,20,0,7,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(85,'mainmenu','Flight Schedule','flight-schedule','index.php?option=com_wrapper&view=wrapper','component',1,0,17,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'url=http://ohiostadiums.net/air/flight_timetable.html\nscrolling=no\nwidth=100%\nheight=500\nheight_auto=0\nadd_scheme=1\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(87,'mainmenu','Cincinnati','cincinnati','index.php?option=com_content&view=article&id=54','component',1,86,20,1,1,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(86,'mainmenu','Destinations','destinations','','separator',1,0,0,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\n\n',0,0,0),(88,'mainmenu','New York City','new-york-city','index.php?option=com_content&view=article&id=55','component',1,86,20,1,2,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0);
/*!40000 ALTER TABLE `jos_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_menu_types`
--

DROP TABLE IF EXISTS `jos_menu_types`;
CREATE TABLE `jos_menu_types` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `menutype` varchar(75) NOT NULL default '',
  `title` varchar(255) NOT NULL default '',
  `description` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `menutype` (`menutype`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_menu_types`
--

LOCK TABLES `jos_menu_types` WRITE;
/*!40000 ALTER TABLE `jos_menu_types` DISABLE KEYS */;
INSERT INTO `jos_menu_types` VALUES (1,'mainmenu','Main Menu','The main menu for the site'),(2,'usermenu','User Menu','A Menu for logged in Users'),(3,'topmenu','Top Menu','Top level navigation'),(9,'destinations','Destinations','');
/*!40000 ALTER TABLE `jos_menu_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_messages`
--

DROP TABLE IF EXISTS `jos_messages`;
CREATE TABLE `jos_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` int(10) unsigned NOT NULL default '0',
  `date_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `state` int(11) NOT NULL default '0',
  `priority` int(1) unsigned NOT NULL default '0',
  `subject` text NOT NULL,
  `message` text NOT NULL,
  PRIMARY KEY  (`message_id`),
  KEY `useridto_state` (`user_id_to`,`state`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_messages`
--

LOCK TABLES `jos_messages` WRITE;
/*!40000 ALTER TABLE `jos_messages` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_messages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_messages_cfg`
--

DROP TABLE IF EXISTS `jos_messages_cfg`;
CREATE TABLE `jos_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=latin1;

--
-- Dumping data for table `jos_messages_cfg`
--

LOCK TABLES `jos_messages_cfg` WRITE;
/*!40000 ALTER TABLE `jos_messages_cfg` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_messages_cfg` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_migration_backlinks`
--

DROP TABLE IF EXISTS `jos_migration_backlinks`;
CREATE TABLE `jos_migration_backlinks` (
  `itemid` int(11) NOT NULL default '0',
  `name` varchar(100) NOT NULL default '',
  `url` text NOT NULL,
  `sefurl` text NOT NULL,
  `newurl` text NOT NULL,
  PRIMARY KEY  (`itemid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_migration_backlinks`
--

LOCK TABLES `jos_migration_backlinks` WRITE;
/*!40000 ALTER TABLE `jos_migration_backlinks` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_migration_backlinks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_modules`
--

DROP TABLE IF EXISTS `jos_modules`;
CREATE TABLE `jos_modules` (
  `id` int(11) NOT NULL auto_increment,
  `title` text NOT NULL,
  `content` text NOT NULL,
  `ordering` int(11) NOT NULL default '0',
  `position` varchar(50) default NULL,
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL default '0',
  `module` varchar(50) default NULL,
  `numnews` int(11) NOT NULL default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `showtitle` tinyint(3) unsigned NOT NULL default '1',
  `params` text NOT NULL,
  `iscore` tinyint(4) NOT NULL default '0',
  `client_id` tinyint(4) NOT NULL default '0',
  `control` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `published` (`published`,`access`),
  KEY `newsfeeds` (`module`,`published`)
) ENGINE=MyISAM AUTO_INCREMENT=77 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_modules`
--

LOCK TABLES `jos_modules` WRITE;
/*!40000 ALTER TABLE `jos_modules` DISABLE KEYS */;
INSERT INTO `jos_modules` VALUES (2,'Login','',1,'login',0,'0000-00-00 00:00:00',1,'mod_login',0,0,1,'',1,1,''),(3,'Popular','',3,'cpanel',0,'0000-00-00 00:00:00',1,'mod_popular',0,2,1,'',0,1,''),(4,'Recent added Articles','',4,'cpanel',0,'0000-00-00 00:00:00',1,'mod_latest',0,2,1,'ordering=c_dsc\nuser_id=0\ncache=0\n\n',0,1,''),(5,'Menu Stats','',5,'cpanel',0,'0000-00-00 00:00:00',1,'mod_stats',0,2,1,'',0,1,''),(6,'Unread Messages','',1,'header',0,'0000-00-00 00:00:00',1,'mod_unread',0,2,1,'',1,1,''),(7,'Online Users','',2,'header',0,'0000-00-00 00:00:00',1,'mod_online',0,2,1,'',1,1,''),(8,'Toolbar','',1,'toolbar',0,'0000-00-00 00:00:00',1,'mod_toolbar',0,2,1,'',1,1,''),(9,'Quick Icons','',1,'icon',0,'0000-00-00 00:00:00',1,'mod_quickicon',0,2,1,'',1,1,''),(10,'Logged in Users','',2,'cpanel',0,'0000-00-00 00:00:00',1,'mod_logged',0,2,1,'',0,1,''),(11,'Footer','',0,'footer',0,'0000-00-00 00:00:00',1,'mod_footer',0,0,1,'',1,1,''),(12,'Admin Menu','',1,'menu',0,'0000-00-00 00:00:00',1,'mod_menu',0,2,1,'',0,1,''),(13,'Admin SubMenu','',1,'submenu',0,'0000-00-00 00:00:00',1,'mod_submenu',0,2,1,'',0,1,''),(14,'User Status','',1,'status',0,'0000-00-00 00:00:00',1,'mod_status',0,2,1,'',0,1,''),(15,'Title','',1,'title',0,'0000-00-00 00:00:00',1,'mod_title',0,2,1,'',0,1,''),(16,'Polls','',0,'right',0,'0000-00-00 00:00:00',0,'mod_poll',0,0,1,'id=15\nmoduleclass_sfx=\ncache=1\ncache_time=900\n\n',0,0,''),(17,'User Menu','',2,'left',0,'0000-00-00 00:00:00',0,'mod_mainmenu',0,1,1,'menutype=usermenu\nmoduleclass_sfx=_menu\ncache=1',1,0,''),(18,'Login Form','',4,'left',0,'0000-00-00 00:00:00',0,'mod_login',0,0,1,'cache=0\nmoduleclass_sfx=\npretext=\nposttext=\nlogin=\nlogout=\ngreeting=1\nname=0\nusesecure=0\n\n',1,0,''),(19,'Latest News','',1,'user1',0,'0000-00-00 00:00:00',0,'mod_latestnews',0,0,1,'cache=1',1,0,''),(20,'Statistics','',3,'left',0,'0000-00-00 00:00:00',0,'mod_stats',0,0,1,'serverinfo=1\nsiteinfo=1\ncounter=1\nincrease=0\nmoduleclass_sfx=',0,0,''),(21,'Who\'s Online','',2,'right',0,'0000-00-00 00:00:00',0,'mod_whosonline',0,0,1,'online=1\nusers=1\nmoduleclass_sfx=',0,0,''),(22,'Popular','',1,'user2',0,'0000-00-00 00:00:00',0,'mod_mostread',0,0,1,'cache=1',0,0,''),(23,'Archive','',5,'left',0,'0000-00-00 00:00:00',0,'mod_archive',0,0,1,'cache=1',1,0,''),(24,'Sections','',6,'left',0,'0000-00-00 00:00:00',0,'mod_sections',0,0,1,'cache=1',1,0,''),(25,'Newsflash','',1,'top',0,'0000-00-00 00:00:00',0,'mod_newsflash',0,0,1,'catid=3\r\nstyle=random\r\nitems=\r\nmoduleclass_sfx=',0,0,''),(26,'Related Items','',7,'left',0,'0000-00-00 00:00:00',0,'mod_related_items',0,0,1,'',0,0,''),(28,'Random Image','',4,'right',0,'0000-00-00 00:00:00',0,'mod_random_image',0,0,1,'',0,0,''),(29,'Top Menu','',1,'user3',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,0,'cache=1\nmenutype=topmenu\nmenu_style=list_flat\nmenu_images=n\nmenu_images_align=left\nexpand_menu=n\nclass_sfx=-nav\nmoduleclass_sfx=\nindent_image1=0\nindent_image2=0\nindent_image3=0\nindent_image4=0\nindent_image5=0\nindent_image6=0',1,0,''),(30,'Banners','',0,'header',0,'0000-00-00 00:00:00',1,'mod_banners',0,0,0,'target=0\ncount=1\ncid=1\ncatid=13\ntag_search=0\nordering=0\nheader_text=\nfooter_text=\nmoduleclass_sfx=\ncache=1\ncache_time=15\n\n',1,0,''),(67,'booking','<div class=\"banneritem\"><a href=\"component/banners/click/9\" target=\"_blank\"><div style=\"text-align: center\"><img src=\"images/banners/booking.png\" border=\"0\" alt=\"Banner\" /></div></a></div>',0,'header',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,0,'moduleclass_sfx=\n\n',0,0,''),(32,'Wrapper','',8,'left',0,'0000-00-00 00:00:00',0,'mod_wrapper',0,0,1,'',0,0,''),(33,'Footer','',2,'footer',0,'0000-00-00 00:00:00',1,'mod_footer',0,0,0,'cache=1\n\n',1,0,''),(34,'Feed Display','',9,'left',62,'2009-01-05 21:37:20',0,'mod_feed',0,0,1,'',1,0,''),(35,'Breadcrumbs','',1,'breadcrumb',0,'0000-00-00 00:00:00',1,'mod_breadcrumbs',0,0,1,'moduleclass_sfx=\ncache=0\nshowHome=1\nhomeText=Home\nshowComponent=1\nseparator=\n\n',1,0,''),(36,'Syndication','',1,'syndicate',0,'0000-00-00 00:00:00',1,'mod_syndicate',0,0,0,'',1,0,''),(38,'Advertisement','',3,'right',0,'0000-00-00 00:00:00',0,'mod_banners',0,0,1,'count=4\r\nrandomise=0\r\ncid=0\r\ncatid=14\r\nheader_text=Featured Links:\r\nfooter_text=<a href=\"http://www.joomla.org\">Ads by Joomla!</a>\r\nmoduleclass_sfx=_text\r\ncache=0\r\n\r\n',0,0,''),(68,'Search','',0,'search',0,'0000-00-00 00:00:00',1,'mod_search',0,0,0,'moduleclass_sfx=search\nwidth=20\ntext=\nbutton=1\nbutton_pos=right\nimagebutton=1\nbutton_text=\ncache=1\ncache_time=900\n\n',0,0,''),(45,'Check Your Flight Status','<iframe src=\"http://www.flightstats.com/go/FlightRating/getFlightRatingWidget.do?guid=0d09d76dc8b209fc:1b67808:11ea50a4e81:4efe\" frameborder=\"0\" scrolling=\"no\" width=\"280\" height=\"240\"></iframe><div style=\"font-size:8pt;padding-left:10px;\">Check <a href=\"http://www.flightstats.com/go/FlightRating/flightRatingByRoute.do\">Flight Rating</a> & more at <a href=\"http://www.flightstats.com\">www.flightstats.com</a></div>',2,'top-goldenratio',0,'0000-00-00 00:00:00',1,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(66,'Search','',0,'right',0,'0000-00-00 00:00:00',0,'mod_search',0,0,0,'moduleclass_sfx=\nwidth=20\ntext=\nbutton=1\nbutton_pos=right\nimagebutton=1\nbutton_text=\ncache=1\ncache_time=900\n\n',0,0,''),(41,'Welcome to Joomla!','<div style=\"padding: 5px\">  <p>   Congratulations on choosing Joomla! as your content management system. To   help you get started, check out these excellent resources for securing your   server and pointers to documentation and other helpful resources. </p> <p>   <strong>Security</strong><br /> </p> <p>   On the Internet, security is always a concern. For that reason, you are   encouraged to subscribe to the   <a href=\"http://feedburner.google.com/fb/a/mailverify?uri=JoomlaSecurityNews\" target=\"_blank\">Joomla!   Security Announcements</a> for the latest information on new Joomla! releases,   emailed to you automatically. </p> <p>   If this is one of your first Web sites, security considerations may   seem complicated and intimidating. There are three simple steps that go a long   way towards securing a Web site: (1) regular backups; (2) prompt updates to the   <a href=\"http://www.joomla.org/download.html\" target=\"_blank\">latest Joomla! release;</a> and (3) a <a href=\"http://docs.joomla.org/Security_Checklist_2_-_Hosting_and_Server_Setup\" target=\"_blank\" title=\"good Web host\">good Web host</a>. There are many other important security considerations that you can learn about by reading the <a href=\"http://docs.joomla.org/Category:Security_Checklist\" target=\"_blank\" title=\"Joomla! Security Checklist\">Joomla! Security Checklist</a>. </p> <p>If you believe your Web site was attacked, or you think you have discovered a security issue in Joomla!, please do not post it in the Joomla! forums. Publishing this information could put other Web sites at risk. Instead, report possible security vulnerabilities to the <a href=\"http://developer.joomla.org/security/contact-the-team.html\" target=\"_blank\" title=\"Joomla! Security Task Force\">Joomla! Security Task Force</a>.</p><p><strong>Learning Joomla!</strong> </p> <p>   A good place to start learning Joomla! is the   \"<a href=\"http://docs.joomla.org/beginners\" target=\"_blank\">Absolute Beginner\'s   Guide to Joomla!.</a>\" There, you will find a Quick Start to Joomla!   <a href=\"http://help.joomla.org/ghop/feb2008/task048/joomla_15_quickstart.pdf\" target=\"_blank\">guide</a>   and <a href=\"http://help.joomla.org/ghop/feb2008/task167/index.html\" target=\"_blank\">video</a>,   amongst many other tutorials. The   <a href=\"http://community.joomla.org/magazine/view-all-issues.html\" target=\"_blank\">Joomla!   Community Magazine</a> also has   <a href=\"http://community.joomla.org/magazine/article/522-introductory-learning-joomla-using-sample-data.html\" target=\"_blank\">articles   for new learners</a> and experienced users, alike. A great place to look for   answers is the   <a href=\"http://docs.joomla.org/Category:FAQ\" target=\"_blank\">Frequently Asked   Questions (FAQ)</a>. If you are stuck on a particular screen in the   Administrator (which is where you are now), try clicking the Help toolbar   button to get assistance specific to that page. </p> <p>   If you still have questions, please feel free to use the   <a href=\"http://forum.joomla.org/\" target=\"_blank\">Joomla! Forums.</a> The forums   are an incredibly valuable resource for all levels of Joomla! users. Before   you post a question, though, use the forum search (located at the top of each   forum page) to see if the question has been asked and answered. </p> <p>   <strong>Getting Involved</strong> </p> <p>   <a name=\"twjs\" title=\"twjs\"></a> If you want to help make Joomla! better, consider getting   involved. There are   <a href=\"http://www.joomla.org/about-joomla/contribute-to-joomla.html\" target=\"_blank\">many ways   you can make a positive difference.</a> Have fun using Joomla!.</p></div>',0,'cpanel',0,'0000-00-00 00:00:00',1,'mod_custom',0,2,1,'moduleclass_sfx=\n\n',1,1,''),(42,'Joomla! Security Newsfeed','',6,'cpanel',62,'2008-10-25 20:15:17',1,'mod_feed',0,0,1,'cache=1\ncache_time=15\nmoduleclass_sfx=\nrssurl=http://feeds.joomla.org/JoomlaSecurityNews\nrssrtl=0\nrsstitle=1\nrssdesc=0\nrssimage=1\nrssitems=1\nrssitemdesc=1\nword_count=0\n\n',0,1,''),(43,'TemplatePlaza Menu','',1,'user8',62,'2009-01-18 06:39:13',1,'mod_tpmenu',0,0,0,'menu=mainmenu\nmenutype=dropdown\nanimatedtype=animated\nanimatedFx=Fx.Transitions.Bounce.easeOut\nimage_suffix_hover=\nend=11\ndisplay_image_on_top_menu=1\ndisplay_image_with_text_on_top_menu=1\nimage_position_on_top_menu=right\ndisplay_image_on_sub_menu=0\ndisplay_image_with_text_on_sub_menu=1\nimage_position_on_sub_menu=right\ndisplay_image_option_on_sub_menu=1\ndisplay_image_level=2\nlevel_configured_2=0\nlevel_configured_3=0\nlevel_configured_4=0\nlevel_configured_5=0\nlevel_configured_6=0\nlevel_configured_7=0\nlevel_configured_8=0\nlevel_configured_9=0\nlevel_configured_10=0\nlevel_configured_11=0\ndisplay_image_on_top_menu_dropcolumn=1\ndisplay_image_with_text_on_top_menu_dropcolumn=1\nimage_position_on_top_menu_dropcolumn=right\ndisplay_image_on_sub_menu_dropcolumn=1\ndisplay_image_with_text_on_sub_menu_dropcolumn=1\nimage_position_on_sub_menu_dropcolumn=right\ncolumns=1\ndisplay_image_on_top_menu_dropline=1\ndisplay_image_with_text_on_top_menu_dropline=1\nimage_position_on_top_menu_dropline=right\ndisplay_image_on_sub_menu_dropline=1\ndisplay_image_with_text_on_sub_menu_dropline=1\nimage_position_on_sub_menu_dropline=right\n\n',0,0,''),(47,'Contact Plus Air','',1,'right',0,'0000-00-00 00:00:00',0,'mod_contactus',0,0,1,'moduleclass_sfx=\ncontactid=1\n\n',0,0,''),(50,'Google Adsense','<script type=\"text/javascript\"><!--\r\ngoogle_ad_client = \"pub-2140028102573310\";\r\n/* 468x60, created 1/12/09 */\r\ngoogle_ad_slot = \"9221318074\";\r\ngoogle_ad_width = 468;\r\ngoogle_ad_height = 60;\r\n//-->\r\n</script>\r\n<script type=\"text/javascript\"\r\nsrc=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\">\r\n</script>',1,'header',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,0,'moduleclass_sfx=\n\n',0,0,''),(53,'Frontpage SlideShow','',0,'top-goldenratio',62,'2009-01-28 04:02:40',1,'mod_fpss',0,0,0,'moduleclass_sfx=\ncache=1\ncache_time=900\ncatid=1\nengine=mootools\ndisablelib=1\noptimizejs=1\nfpss_template=Movies\nwidth=375\nheight=308\nsidebar_width=190\nhide_nav=0\ndelay=10000\nspeed=1000\nloadingTime=800\nautoSlide=1\nrandom=1\nlimitslides=\nrotateAction=mouseover\nmtCTRtext_effect=0\nmtCTRtransitionText=1000\nseperator=>>\nwords=20\nchars=\nstriptags=1\nshowtitle=2\nshowseccat=2\nshowcustomtext=2\nshowplaintext=2\nshowreadmore=2\nnolink=2\n\n',0,0,''),(55,'Main Menu','',1,'menu',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'menutype=mainmenu\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=1\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n',0,0,''),(65,'Washington DC','Fly Non-stop from Cincinnati to Washington DC!',0,'main-bottom-equal',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=blue\n\n',0,0,''),(61,'Logo','<img src=\"images/stories/tazlogo.png\" border=\"0\" />',0,'logo',0,'0000-00-00 00:00:00',1,'mod_custom',0,0,0,'moduleclass_sfx=\n\n',0,0,''),(62,'Fly Out of Cincinnati','<img src=\"images/stories/59ad.png\" border=\"0\" />',0,'main-top-equal',0,'0000-00-00 00:00:00',1,'mod_custom',0,0,0,'moduleclass_sfx=blue\n\n',0,0,''),(63,'Cabin Advertisement','<div style=\"text-align: center\"><img src=\"images/stories/cabin_ad.png\" border=\"0\" /></div>',0,'main-top-equal',0,'0000-00-00 00:00:00',1,'mod_custom',0,0,0,'moduleclass_sfx=\n\n',0,0,''),(64,'Chicago','Fly Non-stop from Cincinnati to Chicago!',0,'main-bottom-equal',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=orange\n\n',0,0,''),(70,'Destinations','',0,'right',62,'2009-01-26 16:41:28',1,'mod_mainmenu',0,0,1,'menutype=destinations\nmenu_style=vert_indent\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n',0,0,''),(75,'Cincinnati Advertisement','<div style=\"text-align: center\"><img src=\"images/stories/destinations/cincinnati_ad.png\" border=\"0\" /></div>',0,'right',0,'0000-00-00 00:00:00',1,'mod_custom',0,0,0,'moduleclass_sfx=\n\n',0,0,''),(76,'New York City Advertisement','<div style=\"text-align: center\"><img src=\"images/stories/destinations/newyork_ad.png\" border=\"0\" /></div>',5,'right',0,'0000-00-00 00:00:00',1,'mod_custom',0,0,0,'moduleclass_sfx=\n\n',0,0,'');
/*!40000 ALTER TABLE `jos_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_modules_menu`
--

DROP TABLE IF EXISTS `jos_modules_menu`;
CREATE TABLE `jos_modules_menu` (
  `moduleid` int(11) NOT NULL default '0',
  `menuid` int(11) NOT NULL default '0',
  PRIMARY KEY  (`moduleid`,`menuid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_modules_menu`
--

LOCK TABLES `jos_modules_menu` WRITE;
/*!40000 ALTER TABLE `jos_modules_menu` DISABLE KEYS */;
INSERT INTO `jos_modules_menu` VALUES (16,1),(16,18),(16,20),(16,24),(16,28),(16,29),(16,30),(16,51),(16,52),(16,53),(16,54),(16,55),(16,56),(16,79),(16,80),(16,81),(16,82),(16,83),(17,0),(18,18),(18,20),(18,24),(18,28),(18,29),(18,30),(18,51),(18,52),(18,53),(18,55),(18,56),(19,1),(19,2),(19,4),(19,27),(19,36),(21,1),(22,1),(22,2),(22,4),(22,27),(22,36),(25,0),(29,0),(30,0),(31,1),(32,0),(33,0),(34,0),(35,0),(36,0),(38,1),(39,43),(39,44),(39,45),(39,46),(39,47),(40,0),(43,0),(45,1),(47,0),(50,0),(53,1),(54,53),(54,55),(54,56),(55,0),(61,0),(62,1),(62,70),(63,1),(64,1),(64,70),(65,1),(65,70),(66,0),(67,0),(68,0),(70,53),(75,87),(75,89),(76,88),(76,90);
/*!40000 ALTER TABLE `jos_modules_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_newsfeeds`
--

DROP TABLE IF EXISTS `jos_newsfeeds`;
CREATE TABLE `jos_newsfeeds` (
  `catid` int(11) NOT NULL default '0',
  `id` int(11) NOT NULL auto_increment,
  `name` text NOT NULL,
  `alias` varchar(255) NOT NULL default '',
  `link` text NOT NULL,
  `filename` varchar(200) default NULL,
  `published` tinyint(1) NOT NULL default '0',
  `numarticles` int(11) unsigned NOT NULL default '1',
  `cache_time` int(11) unsigned NOT NULL default '3600',
  `checked_out` tinyint(3) 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',
  PRIMARY KEY  (`id`),
  KEY `published` (`published`),
  KEY `catid` (`catid`)
) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_newsfeeds`
--

LOCK TABLES `jos_newsfeeds` WRITE;
/*!40000 ALTER TABLE `jos_newsfeeds` DISABLE KEYS */;
INSERT INTO `jos_newsfeeds` VALUES (4,1,'Joomla! Announcements','joomla-official-news','http://feeds.joomla.org/JoomlaAnnouncements','',1,5,3600,0,'0000-00-00 00:00:00',1,0),(4,2,'Joomla! Core Team Blog','joomla-core-team-blog','http://feeds.joomla.org/JoomlaCommunityCoreTeamBlog','',1,5,3600,0,'0000-00-00 00:00:00',2,0),(4,3,'Joomla! Community Magazine','joomla-community-magazine','http://feeds.joomla.org/JoomlaMagazine','',1,20,3600,0,'0000-00-00 00:00:00',3,0),(4,4,'Joomla! Developer News','joomla-developer-news','http://feeds.joomla.org/JoomlaDeveloper','',1,5,3600,0,'0000-00-00 00:00:00',4,0),(4,5,'Joomla! Security News','joomla-security-news','http://feeds.joomla.org/JoomlaSecurityNews','',1,5,3600,0,'0000-00-00 00:00:00',5,0),(5,6,'Free Software Foundation Blogs','free-software-foundation-blogs','http://www.fsf.org/blogs/RSS',NULL,1,5,3600,0,'0000-00-00 00:00:00',4,0),(5,7,'Free Software Foundation','free-software-foundation','http://www.fsf.org/news/RSS',NULL,1,5,3600,62,'2008-09-14 00:24:25',3,0),(5,8,'Software Freedom Law Center Blog','software-freedom-law-center-blog','http://www.softwarefreedom.org/feeds/blog/',NULL,1,5,3600,0,'0000-00-00 00:00:00',2,0),(5,9,'Software Freedom Law Center News','software-freedom-law-center','http://www.softwarefreedom.org/feeds/news/',NULL,1,5,3600,0,'0000-00-00 00:00:00',1,0),(5,10,'Open Source Initiative Blog','open-source-initiative-blog','http://www.opensource.org/blog/feed',NULL,1,5,3600,0,'0000-00-00 00:00:00',5,0),(6,11,'PHP News and Announcements','php-news-and-announcements','http://www.php.net/feed.atom',NULL,1,5,3600,62,'2008-09-14 00:25:37',1,0),(6,12,'Planet MySQL','planet-mysql','http://www.planetmysql.org/rss20.xml',NULL,1,5,3600,62,'2008-09-14 00:25:51',2,0),(6,13,'Linux Foundation Announcements','linux-foundation-announcements','http://www.linuxfoundation.org/press/rss20.xml',NULL,1,5,3600,62,'2008-09-14 00:26:11',3,0),(6,14,'Mootools Blog','mootools-blog','http://feeds.feedburner.com/mootools-blog',NULL,1,5,3600,62,'2008-09-14 00:26:51',4,0);
/*!40000 ALTER TABLE `jos_newsfeeds` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_plugins`
--

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

--
-- Dumping data for table `jos_plugins`
--

LOCK TABLES `jos_plugins` WRITE;
/*!40000 ALTER TABLE `jos_plugins` DISABLE KEYS */;
INSERT INTO `jos_plugins` VALUES (1,'Authentication - Joomla','joomla','authentication',0,1,1,1,0,0,'0000-00-00 00:00:00',''),(2,'Authentication - LDAP','ldap','authentication',0,2,0,1,0,0,'0000-00-00 00:00:00','host=\nport=389\nuse_ldapV3=0\nnegotiate_tls=0\nno_referrals=0\nauth_method=bind\nbase_dn=\nsearch_string=\nusers_dn=\nusername=\npassword=\nldap_fullname=fullName\nldap_email=mail\nldap_uid=uid\n\n'),(3,'Authentication - GMail','gmail','authentication',0,4,0,0,0,0,'0000-00-00 00:00:00',''),(4,'Authentication - OpenID','openid','authentication',0,3,0,0,0,0,'0000-00-00 00:00:00',''),(5,'User - Joomla!','joomla','user',0,0,1,0,0,0,'0000-00-00 00:00:00','autoregister=1\n\n'),(6,'Search - Content','content','search',0,1,1,1,0,0,'0000-00-00 00:00:00','search_limit=50\nsearch_content=1\nsearch_uncategorised=1\nsearch_archived=1\n\n'),(7,'Search - Contacts','contacts','search',0,3,1,1,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(8,'Search - Categories','categories','search',0,4,1,0,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(9,'Search - Sections','sections','search',0,5,1,0,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(10,'Search - Newsfeeds','newsfeeds','search',0,6,1,0,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(11,'Search - Weblinks','weblinks','search',0,2,1,1,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(12,'Content - Pagebreak','pagebreak','content',0,10000,1,1,0,0,'0000-00-00 00:00:00','enabled=1\ntitle=1\nmultipage_toc=1\nshowall=1\n\n'),(13,'Content - Rating','vote','content',0,4,1,1,0,0,'0000-00-00 00:00:00',''),(14,'Content - Email Cloaking','emailcloak','content',0,5,1,0,0,0,'0000-00-00 00:00:00','mode=1\n\n'),(15,'Content - Code Hightlighter (GeSHi)','geshi','content',0,5,0,0,0,0,'0000-00-00 00:00:00',''),(16,'Content - Load Module','loadmodule','content',0,6,1,0,0,0,'0000-00-00 00:00:00','enabled=1\nstyle=0\n\n'),(17,'Content - Page Navigation','pagenavigation','content',0,2,1,1,0,0,'0000-00-00 00:00:00','position=1\n\n'),(18,'Editor - No Editor','none','editors',0,0,1,1,0,0,'0000-00-00 00:00:00',''),(19,'Editor - TinyMCE 2.0','tinymce','editors',0,0,1,1,0,0,'0000-00-00 00:00:00','theme=advanced\ncleanup=1\ncleanup_startup=0\nautosave=0\ncompressed=0\nrelative_urls=1\ntext_direction=ltr\nlang_mode=0\nlang_code=en\ninvalid_elements=applet\ncontent_css=1\ncontent_css_custom=\nnewlines=0\ntoolbar=top\nhr=1\nsmilies=1\ntable=1\nstyle=1\nlayer=1\nxhtmlxtras=0\ntemplate=0\ndirectionality=1\nfullscreen=1\nhtml_height=550\nhtml_width=750\npreview=1\ninsertdate=1\nformat_date=%Y-%m-%d\ninserttime=1\nformat_time=%H:%M:%S\n\n'),(20,'Editor - XStandard Lite 2.0','xstandard','editors',0,0,0,1,0,0,'0000-00-00 00:00:00',''),(21,'Editor Button - Image','image','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(22,'Editor Button - Pagebreak','pagebreak','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(23,'Editor Button - Readmore','readmore','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(24,'XML-RPC - Joomla','joomla','xmlrpc',0,7,0,1,0,0,'0000-00-00 00:00:00',''),(25,'XML-RPC - Blogger API','blogger','xmlrpc',0,7,0,1,0,0,'0000-00-00 00:00:00','catid=1\nsectionid=0\n\n'),(27,'System - SEF','sef','system',0,1,1,0,0,0,'0000-00-00 00:00:00',''),(28,'System - Debug','debug','system',0,2,1,0,0,0,'0000-00-00 00:00:00','queries=1\nmemory=1\nlangauge=1\n\n'),(29,'System - Legacy','legacy','system',0,3,0,1,0,0,'0000-00-00 00:00:00','route=0\n\n'),(30,'System - Cache','cache','system',0,4,0,1,0,0,'0000-00-00 00:00:00','browsercache=0\ncachetime=15\n\n'),(31,'System - Log','log','system',0,5,0,1,0,0,'0000-00-00 00:00:00',''),(32,'System - Remember Me','remember','system',0,6,1,1,0,0,'0000-00-00 00:00:00',''),(33,'System - Backlink','backlink','system',0,7,0,1,0,0,'0000-00-00 00:00:00',''),(34,'YOOgallery','yoo_gallery','content',0,0,1,0,0,0,'0000-00-00 00:00:00','style=slideshow\neffect=fade\nthumb=default\norder=asc\nspotlight=0\nwidth=70\nresize=1\nprefix=thumb_\nthumb_cache_dir=thumbs\nthumb_cache_time=1440\nload_lightbox=0\n\n'),(35,'PDA plugin','pdabot','system',0,0,1,0,0,0,'0000-00-00 00:00:00','useragent=0\nsubdomain=1\nsubdomainname=m\npdatemplate=pda\ngzip=0\nhomepage=m.ohiostadiums.net/air\nremoveimg=0\nremoveiframe=0\nremoveobject=0\nremoveapplet=0\nremoveembed=0\nremovescript=0\n\n');
/*!40000 ALTER TABLE `jos_plugins` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_poll_data`
--

DROP TABLE IF EXISTS `jos_poll_data`;
CREATE TABLE `jos_poll_data` (
  `id` int(11) NOT NULL auto_increment,
  `pollid` int(11) NOT NULL default '0',
  `text` text NOT NULL,
  `hits` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `pollid` (`pollid`,`text`(1))
) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_poll_data`
--

LOCK TABLES `jos_poll_data` WRITE;
/*!40000 ALTER TABLE `jos_poll_data` DISABLE KEYS */;
INSERT INTO `jos_poll_data` VALUES (22,15,'',0),(21,15,'',0),(20,15,'',0),(19,15,'',0),(18,15,'',0),(17,15,'',0),(16,15,'',0),(15,15,'Depends on Routes',0),(14,15,'No',0),(13,15,'Yes',1),(23,15,'',0),(24,15,'',0);
/*!40000 ALTER TABLE `jos_poll_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_poll_date`
--

DROP TABLE IF EXISTS `jos_poll_date`;
CREATE TABLE `jos_poll_date` (
  `id` bigint(20) NOT NULL auto_increment,
  `date` datetime NOT NULL default '0000-00-00 00:00:00',
  `vote_id` int(11) NOT NULL default '0',
  `poll_id` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `poll_id` (`poll_id`)
) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_poll_date`
--

LOCK TABLES `jos_poll_date` WRITE;
/*!40000 ALTER TABLE `jos_poll_date` DISABLE KEYS */;
INSERT INTO `jos_poll_date` VALUES (12,'2009-01-05 04:54:31',13,15);
/*!40000 ALTER TABLE `jos_poll_date` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_poll_menu`
--

DROP TABLE IF EXISTS `jos_poll_menu`;
CREATE TABLE `jos_poll_menu` (
  `pollid` int(11) NOT NULL default '0',
  `menuid` int(11) NOT NULL default '0',
  PRIMARY KEY  (`pollid`,`menuid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_poll_menu`
--

LOCK TABLES `jos_poll_menu` WRITE;
/*!40000 ALTER TABLE `jos_poll_menu` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_poll_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_polls`
--

DROP TABLE IF EXISTS `jos_polls`;
CREATE TABLE `jos_polls` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `title` varchar(255) NOT NULL default '',
  `alias` varchar(255) NOT NULL default '',
  `voters` int(9) 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',
  `published` tinyint(1) NOT NULL default '0',
  `access` int(11) NOT NULL default '0',
  `lag` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_polls`
--

LOCK TABLES `jos_polls` WRITE;
/*!40000 ALTER TABLE `jos_polls` DISABLE KEYS */;
INSERT INTO `jos_polls` VALUES (15,'Would you fly Penguin?','would-you-fly-penguin',1,0,'0000-00-00 00:00:00',1,0,86400);
/*!40000 ALTER TABLE `jos_polls` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_sections`
--

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

--
-- Dumping data for table `jos_sections`
--

LOCK TABLES `jos_sections` WRITE;
/*!40000 ALTER TABLE `jos_sections` DISABLE KEYS */;
INSERT INTO `jos_sections` VALUES (1,'News','','news','articles.jpg','content','right','Select a news topic from the list below, then select a news article to read.',1,0,'0000-00-00 00:00:00',3,0,3,''),(3,'FAQs','','faqs','key.jpg','content','left','From the list below choose one of our FAQs topics, then select an FAQ to read. If you have a question which is not in this section, please contact us.',1,0,'0000-00-00 00:00:00',5,0,23,''),(4,'About Joomla!','','about-joomla','','content','left','',1,0,'0000-00-00 00:00:00',2,0,15,''),(5,'Pages','','pages','','content','left','',1,0,'0000-00-00 00:00:00',6,0,4,'');
/*!40000 ALTER TABLE `jos_sections` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_session`
--

DROP TABLE IF EXISTS `jos_session`;
CREATE TABLE `jos_session` (
  `username` varchar(150) default '',
  `time` varchar(14) default '',
  `session_id` varchar(200) NOT NULL default '0',
  `guest` tinyint(4) default '1',
  `userid` int(11) default '0',
  `usertype` varchar(50) default '',
  `gid` tinyint(3) unsigned NOT NULL default '0',
  `client_id` tinyint(3) unsigned NOT NULL default '0',
  `data` longtext,
  PRIMARY KEY  (`session_id`(64)),
  KEY `whosonline` (`guest`,`usertype`),
  KEY `userid` (`userid`),
  KEY `time` (`time`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_session`
--

LOCK TABLES `jos_session` WRITE;
/*!40000 ALTER TABLE `jos_session` DISABLE KEYS */;
INSERT INTO `jos_session` VALUES ('','1235409655','878f9b6131b1df1323244b8f07c79b08',1,0,'',0,0,'__default|a:7:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1235409655;s:18:\"session.timer.last\";i:1235409655;s:17:\"session.timer.now\";i:1235409655;s:22:\"session.client.browser\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:8:\"registry\";O:9:\"JRegistry\":3:{s:17:\"_defaultNameSpace\";s:7:\"session\";s:9:\"_registry\";a:1:{s:7:\"session\";a:1:{s:4:\"data\";O:8:\"stdClass\":0:{}}}s:7:\"_errors\";a:0:{}}s:4:\"user\";O:5:\"JUser\":19:{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:3:\"gid\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:3:\"aid\";i:0;s:5:\"guest\";i:1;s:7:\"_params\";O:10:\"JParameter\":7:{s:4:\"_raw\";s:0:\"\";s:4:\"_xml\";N;s:9:\"_elements\";a:0:{}s:12:\"_elementPath\";a:1:{i:0;s:63:\"/home/ytown/public_html/libraries/joomla/html/parameter/element\";}s:17:\"_defaultNameSpace\";s:8:\"_default\";s:9:\"_registry\";a:1:{s:8:\"_default\";a:1:{s:4:\"data\";O:8:\"stdClass\":0:{}}}s:7:\"_errors\";a:0:{}}s:9:\"_errorMsg\";N;s:7:\"_errors\";a:0:{}}}');
/*!40000 ALTER TABLE `jos_session` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_stats_agents`
--

DROP TABLE IF EXISTS `jos_stats_agents`;
CREATE TABLE `jos_stats_agents` (
  `agent` varchar(255) NOT NULL default '',
  `type` tinyint(1) unsigned NOT NULL default '0',
  `hits` int(11) unsigned NOT NULL default '1'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_stats_agents`
--

LOCK TABLES `jos_stats_agents` WRITE;
/*!40000 ALTER TABLE `jos_stats_agents` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_stats_agents` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_templates_menu`
--

DROP TABLE IF EXISTS `jos_templates_menu`;
CREATE TABLE `jos_templates_menu` (
  `template` varchar(255) NOT NULL default '',
  `menuid` int(11) NOT NULL default '0',
  `client_id` tinyint(4) NOT NULL default '0',
  PRIMARY KEY  (`menuid`,`client_id`,`template`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_templates_menu`
--

LOCK TABLES `jos_templates_menu` WRITE;
/*!40000 ALTER TABLE `jos_templates_menu` DISABLE KEYS */;
INSERT INTO `jos_templates_menu` VALUES ('evolution',0,0),('khepri',0,1);
/*!40000 ALTER TABLE `jos_templates_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_tpniceslideshow_categories`
--

DROP TABLE IF EXISTS `jos_tpniceslideshow_categories`;
CREATE TABLE `jos_tpniceslideshow_categories` (
  `id` int(11) NOT NULL auto_increment,
  `title` varchar(255) NOT NULL default '',
  `img_max_width` varchar(255) NOT NULL default '',
  `img_max_height` int(11) NOT NULL default '0',
  `thumb_max_width` int(11) NOT NULL default '0',
  `thumb_max_height` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_tpniceslideshow_categories`
--

LOCK TABLES `jos_tpniceslideshow_categories` WRITE;
/*!40000 ALTER TABLE `jos_tpniceslideshow_categories` DISABLE KEYS */;
INSERT INTO `jos_tpniceslideshow_categories` VALUES (2,'Front','370',290,50,37);
/*!40000 ALTER TABLE `jos_tpniceslideshow_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_tpniceslideshow_items`
--

DROP TABLE IF EXISTS `jos_tpniceslideshow_items`;
CREATE TABLE `jos_tpniceslideshow_items` (
  `id` int(11) NOT NULL auto_increment,
  `category` int(11) NOT NULL default '0',
  `title_on_link` varchar(255) NOT NULL default '',
  `desc_on_link` tinytext NOT NULL,
  `title_on_body` varchar(255) NOT NULL default '',
  `desc_on_body` tinytext NOT NULL,
  `image` varchar(255) NOT NULL default '',
  `link` tinytext NOT NULL,
  `ordering` int(11) NOT NULL default '0',
  `published` tinyint(3) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_tpniceslideshow_items`
--

LOCK TABLES `jos_tpniceslideshow_items` WRITE;
/*!40000 ALTER TABLE `jos_tpniceslideshow_items` DISABLE KEYS */;
INSERT INTO `jos_tpniceslideshow_items` VALUES (9,2,'Breaking News','$59 Fares','$59 on Ohio Fares','dsb gzvs ds ds f waf sdf','484683735.jpg','http://downtownyoungstown.com/joomla/index.php?option=com_fireboard&Itemid=30&task=listcat&catid=1',2,1),(8,2,'Ohio','$59 Fares','$59 on Ohio Fares','Fares on all flights in Ohio are as low as $59.00! Fly Penguin TODAY!','1810993516.jpg','http://ohiostadiums.net/air',1,1);
/*!40000 ALTER TABLE `jos_tpniceslideshow_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_tptop_category`
--

DROP TABLE IF EXISTS `jos_tptop_category`;
CREATE TABLE `jos_tptop_category` (
  `id` int(11) NOT NULL auto_increment,
  `category_title` varchar(50) default NULL,
  `field2_title` varchar(50) default NULL,
  `field3_title` varchar(50) default NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_tptop_category`
--

LOCK TABLES `jos_tptop_category` WRITE;
/*!40000 ALTER TABLE `jos_tptop_category` DISABLE KEYS */;
INSERT INTO `jos_tptop_category` VALUES (1,'Top Destinations','','');
/*!40000 ALTER TABLE `jos_tptop_category` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_tptop_item`
--

DROP TABLE IF EXISTS `jos_tptop_item`;
CREATE TABLE `jos_tptop_item` (
  `id` int(11) NOT NULL auto_increment,
  `category_id` int(11) default NULL,
  `item` varchar(100) default NULL,
  `field2` varchar(100) default NULL,
  `field3` varchar(255) default NULL,
  `description` mediumtext,
  `ordering` tinyint(4) default NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_tptop_item`
--

LOCK TABLES `jos_tptop_item` WRITE;
/*!40000 ALTER TABLE `jos_tptop_item` DISABLE KEYS */;
INSERT INTO `jos_tptop_item` VALUES (1,1,'Youngstown','Fares','','',1);
/*!40000 ALTER TABLE `jos_tptop_item` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_users`
--

DROP TABLE IF EXISTS `jos_users`;
CREATE TABLE `jos_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',
  `gid` tinyint(3) unsigned NOT NULL default '1',
  `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,
  PRIMARY KEY  (`id`),
  KEY `usertype` (`usertype`),
  KEY `idx_name` (`name`),
  KEY `gid_block` (`gid`,`block`),
  KEY `username` (`username`),
  KEY `email` (`email`)
) ENGINE=MyISAM AUTO_INCREMENT=63 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_users`
--

LOCK TABLES `jos_users` WRITE;
/*!40000 ALTER TABLE `jos_users` DISABLE KEYS */;
INSERT INTO `jos_users` VALUES (62,'Admin','admin','ohiostadiums@gmail.com','6524fcc18d678fc6dedae2faa92a6581','Super Administrator',0,1,25,'2009-01-04 15:06:31','2009-02-16 19:41:41','','');
/*!40000 ALTER TABLE `jos_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_weblinks`
--

DROP TABLE IF EXISTS `jos_weblinks`;
CREATE TABLE `jos_weblinks` (
  `id` int(11) 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) 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',
  `published` 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',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `catid` (`catid`,`published`,`archived`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `jos_weblinks`
--

LOCK TABLES `jos_weblinks` WRITE;
/*!40000 ALTER TABLE `jos_weblinks` DISABLE KEYS */;
INSERT INTO `jos_weblinks` VALUES (1,2,0,'Joomla!','joomla','http://www.joomla.org','Home of Joomla!','2005-02-14 15:19:02',3,1,0,'0000-00-00 00:00:00',1,0,1,'target=0'),(2,2,0,'php.net','php','http://www.php.net','The language that Joomla! is developed in','2004-07-07 11:33:24',6,1,0,'0000-00-00 00:00:00',3,0,1,''),(3,2,0,'MySQL','mysql','http://www.mysql.com','The database that Joomla! uses','2004-07-07 10:18:31',1,1,0,'0000-00-00 00:00:00',5,0,1,''),(4,2,0,'OpenSourceMatters','opensourcematters','http://www.opensourcematters.org','Home of OSM','2005-02-14 15:19:02',11,1,0,'0000-00-00 00:00:00',2,0,1,'target=0'),(5,2,0,'Joomla! - Forums','joomla-forums','http://forum.joomla.org','Joomla! Forums','2005-02-14 15:19:02',4,1,0,'0000-00-00 00:00:00',4,0,1,'target=0'),(6,2,0,'Ohloh Tracking of Joomla!','ohloh-tracking-of-joomla','http://www.ohloh.net/projects/20','Objective reports from Ohloh about Joomla\'s development activity. Joomla! has some star developers with serious kudos.','2007-07-19 09:28:31',1,1,0,'0000-00-00 00:00:00',6,0,1,'target=0\n\n');
/*!40000 ALTER TABLE `jos_weblinks` ENABLE KEYS */;
UNLOCK TABLES;

/*!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 */;

