-- MySQL dump 10.10
--
-- Host: localhost    Database: arenabaras_joomla_cms
-- ------------------------------------------------------
-- Server version	5.0.18-max

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `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(10) NOT NULL default 'banner',
  `name` varchar(50) NOT NULL default '',
  `imptotal` int(11) NOT NULL default '0',
  `impmade` int(11) NOT NULL default '0',
  `clicks` int(11) NOT NULL default '0',
  `imageurl` varchar(100) NOT NULL default '',
  `clickurl` varchar(200) NOT NULL default '',
  `date` datetime default NULL,
  `showBanner` tinyint(1) NOT NULL default '0',
  `checked_out` tinyint(1) NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `editor` varchar(50) default NULL,
  `custombannercode` text,
  PRIMARY KEY  (`bid`),
  KEY `viewbanner` (`showBanner`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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


/*!40000 ALTER TABLE `jos_banner` DISABLE KEYS */;
LOCK TABLES `jos_banner` WRITE;
INSERT INTO `jos_banner` VALUES (1,1,'banner','OSM 1',0,111,0,'osmbanner1.png','http://www.opensourcematters.org','2004-07-07 15:31:29',0,0,'0000-00-00 00:00:00',NULL,NULL),(2,1,'banner','OSM 2',0,129,0,'osmbanner2.png','http://www.opensourcematters.org','2004-07-07 15:31:29',0,0,'0000-00-00 00:00:00',NULL,NULL);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_banner` ENABLE KEYS */;

--
-- 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(60) NOT NULL default '',
  `contact` varchar(60) NOT NULL default '',
  `email` varchar(60) NOT NULL default '',
  `extrainfo` text NOT NULL,
  `checked_out` tinyint(1) NOT NULL default '0',
  `checked_out_time` time default NULL,
  `editor` varchar(50) default NULL,
  PRIMARY KEY  (`cid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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


/*!40000 ALTER TABLE `jos_bannerclient` DISABLE KEYS */;
LOCK TABLES `jos_bannerclient` WRITE;
INSERT INTO `jos_bannerclient` VALUES (1,'Open Source Matters','Administrator','admin@opensourcematters.org','',0,'00:00:00',NULL);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_bannerclient` ENABLE KEYS */;

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

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

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


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

--
-- 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(50) NOT NULL default '',
  `name` varchar(255) NOT NULL default '',
  `image` varchar(100) NOT NULL default '',
  `section` varchar(50) NOT NULL default '',
  `image_position` varchar(10) NOT NULL default '',
  `description` text NOT NULL,
  `published` tinyint(1) NOT NULL default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `editor` varchar(50) default NULL,
  `ordering` int(11) NOT NULL default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `count` int(11) NOT NULL default '0',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `cat_idx` (`section`,`published`,`access`),
  KEY `idx_section` (`section`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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


/*!40000 ALTER TABLE `jos_categories` DISABLE KEYS */;
LOCK TABLES `jos_categories` WRITE;
INSERT INTO `jos_categories` VALUES (15,0,'Renginiai','Renginiai','','4','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,'imagefolders=*2*'),(2,0,'Joomla!','Joomla!','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,0,0,0,''),(14,0,'Apie klubą','Apie klubą','','4','left','',1,0,'0000-00-00 00:00:00',NULL,3,0,0,'imagefolders=*2*'),(4,0,'Joomla!','Joomla!','','com_newsfeeds','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(5,0,'Business: general','Business: general','','com_newsfeeds','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(13,0,'Titulinis','Titulinis','','4','left','',1,0,'0000-00-00 00:00:00',NULL,4,0,0,'imagefolders=*2*'),(9,0,'Finance','Finance','','com_newsfeeds','left','',1,0,'0000-00-00 00:00:00',NULL,5,0,0,''),(10,0,'Linux','Linux','','com_newsfeeds','left','<br />\r\n',1,0,'0000-00-00 00:00:00',NULL,6,0,0,''),(11,0,'Internet','Internet','','com_newsfeeds','left','',1,0,'0000-00-00 00:00:00',NULL,7,0,0,''),(12,0,'Contacts','Contacts','','com_contact_details','left','Contact Details for this website',1,0,'0000-00-00 00:00:00',NULL,0,0,0,''),(16,0,'Kontaktai','Kontaktai','','4','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,'imagefolders=*2*'),(17,0,'Titulinio naujienos','Titulinio naujienos','','5','left','',1,0,'0000-00-00 00:00:00',NULL,5,0,0,'imagefolders=*2*'),(19,0,'Virsus 2','Virsus 2','','5','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,'imagefolders=*2*'),(20,0,'Virsus 3','Virsus 3','','5','left','',1,0,'0000-00-00 00:00:00',NULL,3,0,0,'imagefolders=*2*'),(21,0,'Virsus 1','Virsus 1','','5','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,'imagefolders=*2*'),(22,0,'Desine','Desine','','5','left','',1,0,'0000-00-00 00:00:00',NULL,4,0,0,'imagefolders=*2*'),(23,0,'Ložės','Ložės','','4','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,'imagefolders=*2*');
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_categories` ENABLE KEYS */;

--
-- 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,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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


/*!40000 ALTER TABLE `jos_components` DISABLE KEYS */;
LOCK TABLES `jos_components` WRITE;
INSERT INTO `jos_components` VALUES (1,'Banners','',0,0,'','Banner Management','com_banners',0,'js/ThemeOffice/component.png',0,''),(2,'Manage Banners','',0,1,'option=com_banners','Active Banners','com_banners',1,'js/ThemeOffice/edit.png',0,''),(3,'Manage Clients','',0,1,'option=com_banners&task=listclients','Manage Clients','com_banners',2,'js/ThemeOffice/categories.png',0,''),(4,'Web Links','option=com_weblinks',0,0,'','Manage Weblinks','com_weblinks',0,'js/ThemeOffice/globe2.png',0,''),(5,'Web Link Items','',0,4,'option=com_weblinks','View existing weblinks','com_weblinks',1,'js/ThemeOffice/edit.png',0,''),(6,'Web Link Categories','',0,4,'option=categories&section=com_weblinks','Manage weblink categories','',2,'js/ThemeOffice/categories.png',0,''),(7,'Contacts','option=com_contact',0,0,'','Edit contact details','com_contact',0,'js/ThemeOffice/user.png',1,''),(8,'Manage Contacts','',0,7,'option=com_contact','Edit contact details','com_contact',0,'js/ThemeOffice/edit.png',1,''),(9,'Contact Categories','',0,7,'option=categories&section=com_contact_details','Manage contact categories','',2,'js/ThemeOffice/categories.png',1,''),(10,'Front Page','option=com_frontpage',0,0,'','Manage Front Page Items','com_frontpage',0,'js/ThemeOffice/component.png',1,''),(11,'Polls','option=com_poll',0,0,'option=com_poll','Manage Polls','com_poll',0,'js/ThemeOffice/component.png',0,''),(12,'News Feeds','option=com_newsfeeds',0,0,'','News Feeds Management','com_newsfeeds',0,'js/ThemeOffice/component.png',0,''),(13,'Manage News Feeds','',0,12,'option=com_newsfeeds','Manage News Feeds','com_newsfeeds',1,'js/ThemeOffice/edit.png',0,''),(14,'Manage Categories','',0,12,'option=com_categories&section=com_newsfeeds','Manage Categories','',2,'js/ThemeOffice/categories.png',0,''),(15,'Login','option=com_login',0,0,'','','com_login',0,'',1,''),(16,'Search','option=com_search',0,0,'','','com_search',0,'',1,''),(17,'Syndicate','',0,0,'option=com_syndicate&hidemainmenu=1','Manage Syndication Settings','com_syndicate',0,'js/ThemeOffice/component.png',0,''),(18,'Mass Mail','',0,0,'option=com_massmail&hidemainmenu=1','Send Mass Mail','com_massmail',0,'js/ThemeOffice/mass_email.png',0,''),(19,'Joom!Fish','option=com_joomfish',0,0,'option=com_joomfish','Joom!Fish','com_joomfish',0,'js/ThemeOffice/joomfish.png',0,''),(20,'<b>Translation</b>','',0,19,'option=com_joomfish&act=translate','Translation','com_joomfish',0,'js/ThemeOffice/content.png',0,''),(21,'<b>Configuration</b>','',0,19,'option=com_joomfish&act=config_component&hidemainmenu=1','Configuration','com_joomfish',1,'js/ThemeOffice/config.png',0,''),(22,'> Languages','',0,19,'option=com_joomfish&act=config_language&hidemainmenu=1','Languages','com_joomfish',2,'js/ThemeOffice/language.png',0,''),(23,'> Content elements','',0,19,'option=com_joomfish&act=config_elements','Content elements','com_joomfish',3,'js/ThemeOffice/controlpanel.png',0,''),(24,'About','',0,19,'option=com_joomfish&act=credits','About','com_joomfish',4,'js/ThemeOffice/credits.png',0,''),(25,'RSGallery2','option=com_rsgallery2',0,0,'option=com_rsgallery2','RSGallery2','com_rsgallery2',0,'../administrator/components/com_rsgallery2/images/rsg2_menu.png',0,''),(26,'Jambook','option=com_jambook',0,0,'option=com_jambook','Jambook','com_jambook',0,'../components/com_jambook/images/jambook_tiny.png',0,''),(27,'Control Panel','',0,26,'option=com_jambook&task=cpanel','Control Panel','com_jambook',0,'js/ThemeOffice/controlpanel.png',0,''),(28,'Guestbook Entries','',0,26,'option=com_jambook&task=list','Guestbook Entries','com_jambook',1,'js/ThemeOffice/edit.png',0,''),(29,'Template Manager','',0,26,'option=com_jambook&task=listtemplates','Template Manager','com_jambook',2,'js/ThemeOffice/template.png',0,''),(30,'Import Entries','',0,26,'option=com_jambook&task=import','Import Entries','com_jambook',3,'js/ThemeOffice/restore.png',0,''),(31,'Deinstall','',0,26,'option=com_jambook&task=deinstall','Deinstall','com_jambook',4,'js/ThemeOffice/trash.png',0,''),(32,'Information','',0,26,'option=com_jambook&task=info','Information','com_jambook',5,'js/ThemeOffice/tooltip.png',0,''),(33,'Configuration','',0,26,'option=com_jambook&task=conf','Configuration','com_jambook',6,'js/ThemeOffice/config.png',0,''),(34,'Ložių ir kabinų užsakymai','option=com_lodge_orders',0,0,'option=com_lodge_orders','Ložių ir kabinų užsakymai','com_lodge_orders',0,'../components/com_lodge_orders/images/menu.png',0,''),(35,'Įmonių duomenys','',0,34,'option=com_lodge_orders&act=companies','Įmonių duomenys','com_lodge_orders',0,'../components/com_lodge_orders/images/company.png',0,''),(36,'Atsakingi įmonių asmenys','',0,34,'option=com_lodge_orders&act=companies_persons','Atsakingi įmonių asmenys','com_lodge_orders',1,'../components/com_lodge_orders/images/persons.png',0,''),(37,'Įmonių ložės ir kabinos','',0,34,'option=com_lodge_orders&act=assigned_lodges','Įmonių ložės ir kabinos','com_lodge_orders',2,'../components/com_lodge_orders/images/assigned_lodges.png',0,''),(38,'Ložių ir kabinų užsakymai','',0,34,'option=com_lodge_orders&act=lodges_orders','Ložių ir kabinų užsakymai','com_lodge_orders',3,'../components/com_lodge_orders/images/orders.png',0,''),(39,'Valgiaraštis','option=com_menu',0,0,'option=com_menu','Valgiaraštis','com_menu',0,'../components/com_menu/images/menu.png',0,''),(40,'Patiekalų grupės','',0,39,'option=com_menu&act=dish_groups','Patiekalų grupės','com_menu',0,'../components/com_menu/images/dish_groups.png',0,''),(41,'Patiekalai','',0,39,'option=com_menu&act=dishes','Patiekalai','com_menu',1,'../components/com_menu/images/dishes.png',0,'');
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_components` ENABLE KEYS */;

--
-- 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(100) NOT NULL default '',
  `con_position` varchar(50) default NULL,
  `address` text,
  `suburb` varchar(50) default NULL,
  `state` varchar(20) default NULL,
  `country` varchar(50) default NULL,
  `postcode` varchar(10) default NULL,
  `telephone` varchar(25) default NULL,
  `fax` varchar(25) default NULL,
  `misc` mediumtext,
  `image` varchar(100) default NULL,
  `imagepos` varchar(20) default NULL,
  `email_to` varchar(100) default NULL,
  `default_con` tinyint(1) unsigned NOT NULL default '0',
  `published` tinyint(1) unsigned NOT NULL default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL default '0',
  `params` text NOT NULL,
  `user_id` int(11) NOT NULL default '0',
  `catid` int(11) NOT NULL default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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


/*!40000 ALTER TABLE `jos_contact_details` DISABLE KEYS */;
LOCK TABLES `jos_contact_details` WRITE;
INSERT INTO `jos_contact_details` VALUES (1,'Name','Position','Street','Suburb','State','Country','Zip Code','Telephone','Fax','Miscellanous info','asterisk.png','top','email@email.com',0,1,0,'0000-00-00 00:00:00',1,'menu_image=-1\npageclass_sfx=\nprint=\nback_button=\nname=1\nposition=1\nemail=0\nstreet_address=1\nsuburb=1\nstate=1\ncountry=1\npostcode=1\ntelephone=1\nfax=1\nmisc=1\nimage=1\nvcard=0\nemail_description=1\nemail_description_text=\nemail_form=1\nemail_copy=0\ndrop_down=0\ncontact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=',0,12,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_contact_details` ENABLE KEYS */;

--
-- 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(100) NOT NULL default '',
  `title_alias` varchar(100) NOT NULL default '',
  `introtext` mediumtext NOT NULL,
  `fulltext` mediumtext NOT NULL,
  `state` tinyint(3) NOT NULL default '0',
  `sectionid` int(11) unsigned NOT NULL default '0',
  `mask` int(11) unsigned NOT NULL default '0',
  `catid` int(11) unsigned NOT NULL default '0',
  `created` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) unsigned NOT NULL default '0',
  `created_by_alias` varchar(100) NOT NULL default '',
  `modified` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) unsigned NOT NULL default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
  `images` text NOT NULL,
  `urls` text NOT NULL,
  `attribs` text NOT NULL,
  `version` int(11) unsigned NOT NULL default '1',
  `parentid` int(11) unsigned NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `access` int(11) unsigned NOT NULL default '0',
  `hits` int(11) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `idx_section` (`sectionid`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_catid` (`catid`),
  KEY `idx_mask` (`mask`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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


/*!40000 ALTER TABLE `jos_content` DISABLE KEYS */;
LOCK TABLES `jos_content` WRITE;
INSERT INTO `jos_content` VALUES (14,'Pramogos','Pramogos','<div class=\"naujiena_body\"><p>Naktinis klubas &bdquo;Martini&ldquo; - daugiausiai programų, akcijų ir teminių vakarų organizuojantis &Scaron;iaulių klubas.</p> <p>&bdquo;MARTINI&ldquo; siūlo įvairiausias pramogas nuo pirmadienio iki sekmadienio.</p> <p>Nuo sekmadienio iki trečiadienio čia vyksta smagiausios diskotekos mieste su žaviomis ir gundančiomis go - go merginomis, įvairūs konkursai ir atrakcijos. Ketvirtadieniais lankytojai kviečiami į erotinių &scaron;ou vakarus. Penktadieniais organizuojami populiariausių Lietuvos grupių ir atlikėjų koncertai.</p> <p>&bdquo;MARTINI&ldquo; klube koncertuoja tokio ry&scaron;kumo žvaigždės kaip Žilvinas Žvagulis, Rytis Cicinas, Inga Valinskienė, Kąstytis Kerbedis, Alanas Cho&scaron;nau, Irena Staro&scaron;aitė, Violeta Riaubi&scaron;kytė, Taja, Stano su grupe &bdquo;Delfinai&ldquo;, Amberlife, Gytis Pa&scaron;kevičius, Rolandas Janavičius, taip pat grupės &bdquo;Rondo&ldquo;, &bdquo;Bavarija&ldquo;, &bdquo;YVA&ldquo;, &bdquo;Skamp&ldquo;, &bdquo;Mango&ldquo;, &bdquo;NASA&ldquo;, &bdquo;16 Hz&ldquo;.</p> <p>Surengtos i&scaron;skirtinės pramogos &ndash; populiariausių televizijos realybės &scaron;ou &bdquo;Kelias į žvaigždes&ldquo; ir &bdquo;Dangus&ldquo; ry&scaron;kiausių žvaigždžių koncertai, vyko &bdquo;Vakaro žinių&ldquo; mergaičių &bdquo;Olialia PARTY in blondie style&ldquo; su atlikėju Andre. &bdquo;Martini&ldquo; klube svečiavosi ir grupė i&scaron; Latvijos &bdquo;Putnu Balle&ldquo; su Eurovizijos dalyviais Walters&amp;Kazha.</p> <p>Dar viena &bdquo;MARTINI&ldquo; klubo i&scaron;skirtinė pramoga &ndash; įspūdinga varjetė programa. </p> <p>Ateityje planuojama kviestis užsienio atlikėjų, žinomų diskžokėjų ir kt. Bus rengiamos atrakcijos vaikams.</p> <p>Be to, naktinis klubas &bdquo;Martini&ldquo; didžiuliame ekrane kviečia stebėti tiesiogines LKL, Eurolygos varžybas, futbolo rungtynes, Formulės 1 lenktynes.</p></div>','',-2,4,0,14,'2007-07-03 19:33:38',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2007-07-03 19:33:23','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,0,'','',0,42),(15,'Klubo taisyklės','Klubo taisyklės','<div class=\"naujiena_body\"><p>NAKTINIO KLUBO &bdquo;MARTINI&ldquo; VIDAUS TAISYKLĖS <br /><br /></p> <p>Tvarkinga apranga - privalumas patekti į &bdquo;MARTINI&ldquo; klubą.</p> <p>Asmenys su sportine apranga į klubą neįleidžiami.</p> <p>Amžiaus cenzas - ne jaunesni kaip 21metų (atrodantiems jauniau, pateikti dokumentą su nuotrauka).</p> <p>Stipriai i&scaron;gėrę lankytojai į klubą neįleidžiami. Padauginę - palydimi namo.</p> <p>Į klubą įsine&scaron;ti gėrimus griežtai draudžiama.</p> <p>Saugumo užtikrinimui, apsauga turi teisę patikrinti Jūsų rankines. <br />(atsipra&scaron;ome už nepatogumus)</p> <p>Naktinėje salėje ir restorane - nerūkoma</p> <p>Draudžiama klube vartoti narkotines ir psichotropines medžiagas.</p> <p>Administracijos sprendimu, nepageidaujami asmenys į klubą neįleidžiami.</p> <p>Asmenys sukėlę klube konfliktus, neįleidžiami neribotą laiką.</p> <p>Pametus rūbinės numerėlį, mokestis - 15 Lt.</p> <p>Sudaužius indus, lankytojas privalo sumokėti 10 Lt (1 vnt.).</p> <p>Vir&scaron;utinius drabužius privaloma palikti rūbinėje. (Galioja nuo 21 val.).</p> <p>Saugokite savo asmeninius daiktus! (Vagystės atveju, klubas neatsako).</p> <br /> <p>Ačiū, kad lankotės pas mus.</p></div>','',-2,4,0,14,'2007-07-03 19:34:11',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2007-07-03 19:33:53','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,0,'','',0,57),(13,'Istorija','Istorija','<div class=\"naujiena_body\"><p>Informacija ruo&scaron;iama</p></div>','',-2,4,0,14,'2007-07-03 19:33:13',62,'','2007-08-06 11:50:54',63,0,'0000-00-00 00:00:00','2007-07-03 19:32:56','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,0,'','',0,60),(5,'Joomla! License Guidelines','','<p>This website is powered by <a href=\"http://www.joomla.org/\">Joomla!</a>  The software and default templates on which it runs are Copyright 2005 <a href=\"http://www.opensourcematters.org/\">Open Source Matters</a>.  All other content and data, including data entered into this website 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/copyleft/gpl.html#SEC1\">GNU General Public License</a>.  If you are unfamiliar with this license, you might want to read <a href=\"http://www.gnu.org/copyleft/gpl.html#SEC4\">\'How To Apply These Terms To Your Program\'</a> and the <a href=\"http://www.gnu.org/licenses/gpl-faq.html\">\'GNU General Public License FAQ\'</a>.</p>','',1,0,0,0,'2004-08-19 20:11:07',62,'','2004-08-19 20:14:49',62,0,'0000-00-00 00:00:00','2004-08-19 00:00:00','0000-00-00 00:00:00','','','menu_image=\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,11,'','',0,10),(18,'tuscias','tuscias','','',1,4,0,13,'2007-07-03 21:41:22',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2007-07-03 21:41:09','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,1,'','',0,107),(19,'Renginiai','Renginiai','<br /><br /><table border=\"0\" style=\"width: 100%; height: 271px; background-color: #000000\"><tbody><tr><td colspan=\"2\" style=\"font-size: 18px; color: #ffffff\"><p>Rugsėjo 5 diena</p></td></tr><tr><td valign=\"top\" style=\"font-size: 12px; color: #ffffff\"><p>&nbsp;</p><p>&nbsp; 2010 metų Lietuvos gatvės lenktynių DRAG RACING sezono uždarymas &Scaron;iaulių m. mero taurei laimėti</p>&nbsp; VIP bilietai: 30 Lt.<p>&nbsp; Bilietų kainos: 10 Lt. </p><p><strong>Programa:</strong></p><p>Olialia </p><p>Motokaskadininko pasirodymas </p><p>Ugnies &scaron;ou </p><strong><font color=\"#000000\"></font></strong><p>&nbsp;</p></td><td valign=\"top\" style=\"width: 200px\">&nbsp;&nbsp;&nbsp;&nbsp; <div style=\"text-align: center\"><img src=\"images/stories/renginiai/drag%20racing.jpg\" alt=\"Sample Image\" /></div></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table><br /><table border=\"0\" width=\"706\" height=\"288\" style=\"background-color: #000000\"><tbody><tr><td colspan=\"2\" style=\"font-size: 18px; color: #ffffff\"><p>Rugsėjo 17 diena</p></td></tr><tr><td valign=\"top\" style=\"font-size: 12px; color: #ffffff\"><p><font face=\"Arial\" size=\"2\">&nbsp;&nbsp; 18 val. Kuklačiovo kačių teatras &quot;Katinėlių olimpiada&quot;</font>  </p><p>&nbsp;&nbsp; Trukmė: 2 val.</p>  <p>&nbsp;&nbsp; Bilietų  kainos: 34, 44, 54, 62 Lt. (su mokesčiais) </p> <p>&nbsp;</p><p style=\"margin-bottom: 0cm\" align=\"justify\"><font size=\"2\"><span>60</span>  katinėlių ir &scaron;unelis - tai Kuklačiovo kačių teatro artistai  aplankysiantys Lietuvą ir dalyvausiantys vienintelėje pasaulyje  katinėlių Olimpiadoje.</font></p><p style=\"margin-bottom: 0cm\" align=\"justify\"><font size=\"2\">Jurijaus Kuklačiovo kačių teatro  gastrolės - tai neįtikėtini akrobatiniai ir žongliravimo triukai.  Spektaklis &quot;Katinėlių Olimpiada&quot; - puiki pramoga įvairaus amžiaus  žiūrovui, priversianti patikėti nepaprastais katinėlių sugebėjimais,  pamatyti kates - akrobates ir katinus - ekvilibristus.</font></p><p style=\"margin-bottom: 0cm\" align=\"justify\"><font size=\"2\">1990 metais  Jurijus Kuklačiovas atidarė pirmąjį pasaulyje privatų kačių teatrą. Čia  puikiai sutaria ir režisieriai, ir artistai, ir baletmeisteriai, ir  asistentai ir, žinoma, &scaron;uniukai ir kačiukai, kurių trupėje jau daugiau  nei 120. Kačių teatre, kartu su Jurijum, dirba jo vyresnysis sūnus  Dimitrijus, kuris ir atvyks į gastroles.</font></p></td><td valign=\"top\" style=\"width: 200px\">&nbsp;&nbsp;&nbsp;&nbsp; <div style=\"text-align: center\"><img src=\"images/stories/renginiai/katineliu%20olimpiada.jpg\" alt=\"Sample Image\" /></div></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table><br /><table border=\"0\" width=\"706\" height=\"288\" style=\"background-color: #000000\"><tbody><tr><td colspan=\"2\" style=\"font-size: 18px; color: #ffffff\"><p>Rugsėjo 23 diena</p></td></tr><tr><td valign=\"top\" style=\"font-size: 12px; color: #ffffff\"><p><font face=\"Arial\" size=\"2\">&nbsp;&nbsp;&nbsp; </font>19 val. Grupės jubiliejinis koncertas &quot;Vairui -50&quot;</p><p>&nbsp;&nbsp;&nbsp; Trukmė: 2 val. </p><p>&nbsp; &nbsp; Bilietų kainos: 28, 38, 48 Lt. (su mokesčiais)</p><p align=\"center\"><strong><span><span><font size=\"2\" style=\"color: #ffffff\" color=\"#0033ff\">Koncerto  svečiai:</font></span></span></strong></p><p><strong><span><font size=\"2\">V. Stakėnas<br />R.  &Scaron;ilanskas<br />A. Orlauskas-Zakarauskas<br />Klarkas<br />R. Dambrauskas<br />N.  Narmontaitė<br />S. Donskovas<br />A. Butnorius<br />&nbsp;&quot;JONIS&quot;<br />Berniukų ir  jaunuolių choras &quot;Dagilėlis&quot;</font></span></strong></p><p><font size=\"2\"><span><span><span>Po pagrindinio grupės nario E. Čivinsko  netekties, grupėje &quot;Vairas&quot; naujas narys - Darius Vaito&scaron;ka, pravarde  Indėnas</span><strong>. </strong><span>&Scaron;į kartą jubiliejinis koncertas  žada būti tikrai &scaron;iltas ir nostalgi&scaron;kas, bet ne liūdnas. Grupės &quot;Vairas&quot;  vyrai į koncertą kviečia pačius geriausius ir i&scaron;tikimiausius draugus,  su kuriais praleistos kūrybinės akimirkos virto gražiausiomis dainomis,  &scaron;lageriais.&nbsp; </span></span></span></font></p></td><td valign=\"top\" style=\"width: 200px\">&nbsp;&nbsp;&nbsp;&nbsp; <div style=\"text-align: center\"><img src=\"images/stories/renginiai/vairas.jpg\" alt=\"Sample Image\" /></div></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table>','',1,4,0,15,'2007-08-26 03:00:00',62,'','2010-08-16 13:58:30',65,0,'0000-00-00 00:00:00','2007-07-03 22:07:06','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',357,0,1,'','',0,4994),(20,'Savaitės programa','Savaitės programa','<table border=\"0\" cellspacing=\"1\" cellpadding=\"1\" width=\"100%\"><tbody><tr><td>&nbsp;</td>             <td>&nbsp;</td>             <td>             <p style=\"margin-bottom: 20px\" align=\"right\">Įėjimas nuo 21 val.</p>             </td>             <td>             <p align=\"right\">&nbsp;</p>             <br /></td>         </tr>         <tr>             <td>&nbsp;</td>             <td>&nbsp;</td>             <td>             <p align=\"right\">Vaikinams</p>             </td>             <td>             <p align=\"right\">Mergimoms</p>             </td>         </tr>         <tr>             <td>             <p align=\"left\"><strong><span style=\"color: #ffcc33\">Pirmadienis</span><br /></strong>(07 02)</p>             </td>             <td>             <p align=\"center\"><strong style=\"color: #ffcc33\">Dirbsime iki 24val.</strong><br />Pradėkime naują savaitę &ndash; puikia nuotaika! </p>             </td>             <td style=\"color: #ffcc33\">             <p align=\"right\"><strong>FREE</strong></p>             </td>             <td style=\"color: #ffcc33\">             <p align=\"right\"><strong>FREE</strong></p>             </td>         </tr>         <tr>             <td>             <p align=\"left\"><strong><span style=\"color: #ffcc33\">Antradienis</span><br /></strong>(07 03)</p>             </td>             <td>             <p align=\"center\"><strong style=\"color: #ffcc33\">Diskoteka su D.J.Deivydu</strong><br />Puiki muzika - puikioje aplinkoje!</p>             </td>             <td style=\"color: #ffcc33\">             <p align=\"right\"><strong>FREE</strong></p>             </td>             <td style=\"color: #ffcc33\">             <p align=\"right\"><strong>FREE</strong></p>             </td>         </tr>         <tr>             <td>             <p align=\"left\"><strong><span style=\"color: #ffcc33\">Trečiadienis</span><br /></strong>(07 04)</p>             </td>             <td>             <p align=\"center\"><strong><span style=\"color: #ffcc33\">&bdquo;Lotinų &scaron;okių vakarėlis&ldquo; (19iki21)</span></strong><br />Diskoteka su D.J.Deividu (21iki4)</p>             </td>             <td style=\"color: #ffcc33\">             <p align=\"right\"><strong>FREE</strong></p>             </td>             <td style=\"color: #ffcc33\">             <p align=\"right\"><strong>FREE</strong></p>             </td>         </tr>         <tr>             <td>             <p align=\"left\"><strong><span style=\"color: #ffcc33\">Ketvirtadienis</span><br /></strong>(07 05)</p>             </td>             <td>             <p align=\"center\"><strong style=\"color: #ffcc33\">Diskoteka su D.J.Kęstu</strong></p>             </td>             <td style=\"color: #ffcc33\">             <p align=\"right\"><strong>5 LT</strong></p>             </td>             <td style=\"color: #ffcc33\">             <p align=\"right\"><strong>5 LT</strong></p>             </td>         </tr>         <tr>             <td>             <p align=\"left\"><strong><span style=\"color: #ffcc33\">Penktadienis</span><br /></strong>(07 06)</p>             </td>             <td>             <p align=\"center\"><strong><span style=\"color: #ffcc33\">Diskoteka su D.J.Robertu</span></strong></p>             </td>             <td style=\"color: #ffcc33\">             <p align=\"right\"><strong>20 LT</strong></p>             </td>             <td style=\"color: #ffcc33\">             <p align=\"right\"><strong>20 LT</strong></p>             </td>         </tr>         <tr>             <td>             <p align=\"left\"><strong><span style=\"color: #ffcc33\">&Scaron;e&scaron;tadienis</span><br /></strong>(07 07)</p>             </td>             <td>             <p align=\"center\"><strong style=\"color: #ffcc33\">Diskoteka su D.J.Robertu</strong></p>             </td>             <td style=\"color: #ffcc33\">             <p align=\"right\"><strong>20 LT</strong></p>             </td>             <td style=\"color: #ffcc33\">             <p align=\"right\"><strong>20 LT</strong></p>             </td>         </tr>         <tr>             <td>             <p align=\"left\"><strong><span style=\"color: #ffcc33\">Sekmadienis</span><br /></strong>(07 08)</p>             </td>             <td>             <p align=\"center\"><span style=\"color: #ffcc33\"><strong>Diskoteka su D.J.Kęstu</strong></span></p>             </td>             <td style=\"color: #ffcc33\">             <p align=\"right\"><strong>FREE<br /></strong></p>             </td>             <td style=\"color: #ffcc33\">             <p align=\"right\"><strong>FREE</strong></p></td></tr></tbody></table>','',-2,4,0,15,'2007-07-03 22:08:02',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2007-07-03 22:07:42','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,0,'','',0,37),(17,'a','a','a','',-2,4,0,13,'2007-07-03 19:50:34',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2007-07-03 19:50:28','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,0,'','',0,0),(16,'Darbo laikas','Darbo laikas','<table border=\"1\" cellspacing=\"0\" cellpadding=\"0\" class=\"MsoTableGrid\" style=\"border: medium none ; border-collapse: collapse\"><tbody><tr><td width=\"163\" valign=\"top\" style=\"border: 1pt solid windowtext; padding: 0cm 5.4pt; width: 122.4pt; background-color: transparent\"><p>Pirmadienis</p>             </td>             <td width=\"312\" valign=\"top\" style=\"border-color: windowtext windowtext windowtext #ece9d8; border-top: 1pt solid windowtext; border-right: 1pt solid windowtext; border-bottom: 1pt solid windowtext; padding: 0cm 5.4pt; width: 234pt; background-color: transparent\">             <p>10 - 24 val. dirba tik kavinė/baras</p>             </td>         </tr>         <tr>             <td width=\"163\" valign=\"top\" style=\"border-color: #ece9d8 windowtext windowtext; border-left: 1pt solid windowtext; border-right: 1pt solid windowtext; border-bottom: 1pt solid windowtext; padding: 0cm 5.4pt; width: 122.4pt; background-color: transparent\">             <p>Antradienis</p>             </td>             <td width=\"312\" valign=\"top\" style=\"border-color: rgb(236, 233, 216) windowtext windowtext rgb(236, 233, 216); border-right: 1pt solid windowtext; border-bottom: 1pt solid windowtext; padding: 0cm 5.4pt; width: 234pt; background-color: transparent\">             <p>10 - 04 val.</p>             </td>         </tr>         <tr>             <td width=\"163\" valign=\"top\" style=\"border-color: #ece9d8 windowtext windowtext; border-left: 1pt solid windowtext; border-right: 1pt solid windowtext; border-bottom: 1pt solid windowtext; padding: 0cm 5.4pt; width: 122.4pt; background-color: transparent\">             <p>Trečiadienis</p>             </td>             <td width=\"312\" valign=\"top\" style=\"border-color: rgb(236, 233, 216) windowtext windowtext rgb(236, 233, 216); border-right: 1pt solid windowtext; border-bottom: 1pt solid windowtext; padding: 0cm 5.4pt; width: 234pt; background-color: transparent\">             <p>10 - 04 val.</p>             </td>         </tr>         <tr>             <td width=\"163\" valign=\"top\" style=\"border-color: #ece9d8 windowtext windowtext; border-left: 1pt solid windowtext; border-right: 1pt solid windowtext; border-bottom: 1pt solid windowtext; padding: 0cm 5.4pt; width: 122.4pt; background-color: transparent\">             <p>Ketvirtadienis</p>             </td>             <td width=\"312\" valign=\"top\" style=\"border-color: rgb(236, 233, 216) windowtext windowtext rgb(236, 233, 216); border-right: 1pt solid windowtext; border-bottom: 1pt solid windowtext; padding: 0cm 5.4pt; width: 234pt; background-color: transparent\">             <p>10 - 04 val.</p>             </td>         </tr>         <tr>             <td width=\"163\" valign=\"top\" style=\"border-color: #ece9d8 windowtext windowtext; border-left: 1pt solid windowtext; border-right: 1pt solid windowtext; border-bottom: 1pt solid windowtext; padding: 0cm 5.4pt; width: 122.4pt; background-color: transparent\">             <p>Penktadienis</p>             </td>             <td width=\"312\" valign=\"top\" style=\"border-color: rgb(236, 233, 216) windowtext windowtext rgb(236, 233, 216); border-right: 1pt solid windowtext; border-bottom: 1pt solid windowtext; padding: 0cm 5.4pt; width: 234pt; background-color: transparent\">             <p>10 - 04 val.</p>             </td>         </tr>         <tr>             <td width=\"163\" valign=\"top\" style=\"border-color: #ece9d8 windowtext windowtext; border-left: 1pt solid windowtext; border-right: 1pt solid windowtext; border-bottom: 1pt solid windowtext; padding: 0cm 5.4pt; width: 122.4pt; background-color: transparent\">             <p>&Scaron;e&scaron;tadienis</p>             </td>             <td width=\"312\" valign=\"top\" style=\"border-color: rgb(236, 233, 216) windowtext windowtext rgb(236, 233, 216); border-right: 1pt solid windowtext; border-bottom: 1pt solid windowtext; padding: 0cm 5.4pt; width: 234pt; background-color: transparent\">             <p>10 - 04 val.</p>             </td>         </tr>         <tr>             <td width=\"163\" valign=\"top\" style=\"border-color: #ece9d8 windowtext windowtext; border-left: 1pt solid windowtext; border-right: 1pt solid windowtext; border-bottom: 1pt solid windowtext; padding: 0cm 5.4pt; width: 122.4pt; background-color: transparent\">             <p>Sekmadienis</p>             </td>             <td width=\"312\" valign=\"top\" style=\"border-color: rgb(236, 233, 216) windowtext windowtext rgb(236, 233, 216); border-right: 1pt solid windowtext; border-bottom: 1pt solid windowtext; padding: 0cm 5.4pt; width: 234pt; background-color: transparent\">             <p>10 - 04 val.</p>             </td>         </tr>         <tr>             <td width=\"163\" valign=\"top\" style=\"border-color: #ece9d8 windowtext windowtext; border-left: 1pt solid windowtext; border-right: 1pt solid windowtext; border-bottom: 1pt solid windowtext; padding: 0cm 5.4pt; width: 122.4pt; background-color: transparent\">             <p>&nbsp;</p>             <br /></td>             <td width=\"312\" valign=\"top\" style=\"border-color: rgb(236, 233, 216) windowtext windowtext rgb(236, 233, 216); border-right: 1pt solid windowtext; border-bottom: 1pt solid windowtext; padding: 0cm 5.4pt; width: 234pt; background-color: transparent\">             <p>&nbsp;</p>             <br /></td>         </tr>         <tr>             <td colspan=\"2\" width=\"475\" valign=\"top\" style=\"border-color: #ece9d8 windowtext windowtext; border-left: 1pt solid windowtext; border-right: 1pt solid windowtext; border-bottom: 1pt solid windowtext; padding: 0cm 5.4pt; width: 356.4pt; background-color: transparent\"><br />             <p>Naktinis klubas atidaromas nuo 21 val.</p>             </td>         </tr>         <tr>             <td width=\"163\" valign=\"top\" style=\"border-color: #ece9d8 windowtext windowtext; border-left: 1pt solid windowtext; border-right: 1pt solid windowtext; border-bottom: 1pt solid windowtext; padding: 0cm 5.4pt; width: 122.4pt; background-color: transparent\">             <p>&nbsp;</p>             <br /></td>             <td width=\"312\" valign=\"top\" style=\"border-color: rgb(236, 233, 216) windowtext windowtext rgb(236, 233, 216); border-right: 1pt solid windowtext; border-bottom: 1pt solid windowtext; padding: 0cm 5.4pt; width: 234pt; background-color: transparent\">             <p>&nbsp;</p>             <br /></td>         </tr>         <tr>             <td colspan=\"2\" width=\"475\" valign=\"top\" style=\"border-color: #ece9d8 windowtext windowtext; border-left: 1pt solid windowtext; border-right: 1pt solid windowtext; border-bottom: 1pt solid windowtext; padding: 0cm 5.4pt; width: 356.4pt; background-color: transparent\">             <p>Pirmadienį, antradienį, trečiadienį ir sekmadienį įėjimas nemokamas</p>             </td>         </tr>         <tr>             <td colspan=\"2\" width=\"475\" valign=\"top\" style=\"border-color: #ece9d8 windowtext windowtext; border-left: 1pt solid windowtext; border-right: 1pt solid windowtext; border-bottom: 1pt solid windowtext; padding: 0cm 5.4pt; width: 356.4pt; background-color: transparent\">             <p>&nbsp;</p>             <br /></td>         </tr>         <tr>             <td colspan=\"2\" width=\"475\" valign=\"top\" style=\"border-color: #ece9d8 windowtext windowtext; border-left: 1pt solid windowtext; border-right: 1pt solid windowtext; border-bottom: 1pt solid windowtext; padding: 0cm 5.4pt; width: 356.4pt; background-color: transparent\">             <p>Įėjimo kaina ketvirtadienį - 5 Lt arba 10 Lt, penktadienį, &scaron;e&scaron;tadienį - 15 Lt arba 20 Lt</p>             <p>Staliukų rezervavimas tel.: 8 41 399 688, 8 600 44999</p></td></tr></tbody></table>','',-2,4,0,14,'2007-07-03 19:34:52',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2007-07-03 19:34:27','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,0,'','',0,42),(12,'Apie kavinę / barą „ARENA“','Apie kavinę / barą „ARENA“','<table border=\"0\" width=\"100%\"><tbody><tr><td valign=\"top\"><div class=\"naujiena_body\"><p><font face=\"Times New Roman\"><font size=\"3\">&nbsp;&nbsp;&nbsp;&nbsp; Naujajame &Scaron;iaulių multifunkciniame komplekse &bdquo;&Scaron;IAULIŲ ARENA&ldquo;, antrajame auk&scaron;te nuo 11 val. veikia 70 vietų kavinė/baras &bdquo;ARENA&ldquo;. </font></font></p><p><font face=\"Times New Roman\" size=\"3\">&nbsp;&nbsp;&nbsp; Malonaus laiko praleidimui lankytojų laukia modernus interjeras, paslaugus personalas. </font></p><p><font face=\"Times New Roman\" size=\"3\">&nbsp;&nbsp;&nbsp; Čia siūloma paskanauti europieti&scaron;kos ir lietuvi&scaron;kos virtuvės patiekalų. </font><font face=\"Times New Roman\" size=\"3\" color=\"#2d2414\">Visi patiekalai gaminami tik klientui užsakius, todėl visada &scaron;vieži.</font></p><p><font face=\"Times New Roman\" size=\"3\">&nbsp;&nbsp;&nbsp; Darbo dienomis ruo&scaron;iami sotūs, skanūs, nebrangūs ir itin greitai paruo&scaron;iami dienos patiekalai.</font></p><p><font face=\"Times New Roman\" size=\"3\">&nbsp;&nbsp;&nbsp; Kavinė/baras &bdquo;ARENA&ldquo; kviečia <font color=\"#ff0000\">stebėti sporto varžybas</font>, &scaron;vęsti įvairias &scaron;ventes, skaniai pavalgyti ir gerai praleisti laiką.</font></p><p><font face=\"Times New Roman\" size=\"3\">&nbsp;&nbsp;&nbsp; Taip pat rengiame&nbsp;banketus, fur&scaron;etus, pobūvius, kavos pertraukėles konferencijų dalyviams,&nbsp; turistinėms grupėms ir kt.</font></p><p><font face=\"Times New Roman\" size=\"3\"><font face=\"Verdana\" size=\"2\" color=\"#57595b\">&nbsp;&nbsp;&nbsp; </font><strong>Stilinga aplinka, skanūs patiekalai, malonus aptarnavimas, puiki nuotaika &ndash; kavinės/baro &quot;ARENA&quot; tikslas.</strong></font></p></div></td><td><p><img src=\"images/stories/apie/apie1.jpg\" alt=\"Nuotrauka pirma\" width=\"307\" height=\"230\" /></p><p><img src=\"images/stories/apie/apie3.jpg\" alt=\"Nuotrauka antra\" width=\"307\" height=\"230\" /></p><p><img src=\"images/stories/apie/apie2.jpg\" alt=\"Nuotrauka trečia\" width=\"307\" height=\"230\" /></p></td></tr></tbody></table>','',1,4,0,14,'2007-07-03 19:32:39',62,'','2010-01-27 08:31:14',63,0,'0000-00-00 00:00:00','2007-07-03 19:32:17','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',15,0,1,'','',0,2921),(21,'Artimiausi renginiai','Artimiausi renginiai','Gegužės 18d. - koncertuoja grupė <span style=\"font-weight: bold; color: #ffcc33\">&lsquo;&lsquo;Airija&lsquo;&lsquo;</span> - 20LT<br />Gegužės 25d. - UŽDARAS VAKARAS<br />Gegužės 26d. - koncertuoja grupė &ndash; <span style=\"font-weight: bold\"><span style=\"color: #ffcc33\">&lsquo;&lsquo;Lemon Joy&lsquo;&lsquo;</span> </span>- 20LT','',-2,4,0,15,'2007-07-03 22:09:05',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2007-07-03 22:08:05','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,0,'','',0,29),(22,'Kontaktai','Kontaktai','<div class=\"naujiena_body\"><p style=\"font-size: 14px\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>UAB &quot;R. G. Pramogos&quot;</strong></p><p style=\"font-size: 14px\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; J. Jablonskio g. 16, &Scaron;iauliai</p><p style=\"font-size: 14px\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Kavinė-baras &quot;Arena&quot;</p><p style=\"font-size: 14px\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Restoranas &quot;Battery&quot;</p><p style=\"font-size: 14px\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tel.: (41) 460036,&nbsp;(41) 460037</p><p style=\"font-size: 14px\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mob. 860158844</p><p style=\"font-size: 14px\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; El. pa&scaron;to adresas: <a href=\"mailto:info@martini-club.lt\"><u><font color=\"#0066cc\">info@arenabaras.lt</font></u></a></p></div>','',1,4,0,16,'2007-07-07 19:51:20',62,'','2007-07-21 15:12:07',63,0,'0000-00-00 00:00:00','2007-07-07 19:50:46','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',5,0,1,'','',0,2041),(23,'Abonemento kortelės','Abonemento kortelės','<p><font size=\"2\">&nbsp;&nbsp;&nbsp;&nbsp; Abonementai - tai puiki galimybė pamatyti &Scaron;iaulių krep&scaron;inio klubą reguliariajame sezone ir draugi&scaron;kose varžybose. </font><font size=\"2\">Jums nereikės&nbsp;kiekvienąkart pirkti bilietą į kiekvienas varžybas. Jūs tiesiog turėsite abonementinę kortelę ir&nbsp;tuo pačiu konkrečią vietą per kiekvienas &Scaron;iaulių krep&scaron;inio klubo varžybas: LKL, BBL, ULEB ar draugi&scaron;kas varžybas. Centrinėje E tribūnoje, geriausio matomumo zonoje, vietą i&scaron;sirinksite patys.</font></p>','<font size=\"2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Abonemento kaina&nbsp;atitinka kiekybę ir svarbiausią kokybę. Visą sezoną jūs turėsite galimybę stebėti apie 30 krep&scaron;inio varžybų. &Scaron;iauliuose krep&scaron;inio lygis auga. &Scaron;iemet&nbsp;&Scaron;iaulių klubas debiutuoja ULEB krep&scaron;inio turnyre, kur žaidžia stipriausios Europos komandos.</font><font size=\"2\"> <br /></font><p style=\"margin-bottom: 0in\" align=\"left\"><font size=\"2\"><strong><font color=\"#ff9900\">Abonemento kaina - tik 400 Lt.</font></strong></font></p><p style=\"margin-bottom: 0in\" align=\"left\"><font size=\"2\" color=\"#ff9900\"><strong> Nepraleiskite savo &scaron;anso i&scaron;sirinkti geriausias vietas!</strong></font></p><p style=\"margin-bottom: 0in\" align=\"left\"><font size=\"2\" color=\"#ff9900\"><strong>Krep&scaron;inio sezonas jau&nbsp;čia pat!</strong></font></p>',1,5,0,17,'2007-08-26 03:00:00',62,'','2007-09-08 18:58:19',63,0,'0000-00-00 00:00:00','2007-07-07 21:46:54','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',12,0,3,'','',0,608),(24,'Naujiena - dienos pietūs','Naujiena Nr. 2','<p align=\"justify\">Pas mus dienos pietūs tik 7,99 LT (sriuba+kar&scaron;tas patiekalas)! Kviečiame apsilankyti!</p>','',1,5,0,17,'2007-07-07 21:47:55',62,'','2010-04-08 10:50:46',65,0,'0000-00-00 00:00:00','2007-07-07 21:47:25','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',12,0,2,'','',0,197),(25,'Kavinės darbo laikas','Naujiena Nr. 3','<font face=\"Arial\" size=\"2\">Kavinė &quot;Arena&quot; vasaros metu - birželio, liepos ir rūgpjūčio mėnesiais - dirbs tik renginių metu.</font>','',0,5,0,17,'2007-07-07 21:48:15',62,'','2009-08-31 15:34:53',65,65,'2009-08-31 15:34:58','2007-07-07 21:47:57','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',10,0,1,'','',0,72),(26,'Restoranas \"Battery\"','Restoranas \"Battery\"','<table border=\"0\" width=\"100%\" style=\"background-color: #000000\"><tbody><tr><td style=\"font-size: 18px; color: #ffffff\"><p>Restoranas &quot;BATTERY&quot;</p></td></tr><tr><td valign=\"top\" style=\"font-size: 12px; color: #ffffff\"><p><font face=\"Arial\" size=\"2\">&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &Scaron;iaulių Arenos trečiajame auk&scaron;te įsikūręs restoranas/baras Battery. Jame vir&scaron; 160 sėdimų vietų su puikiu vaizdu į salę.</font></p><p><font face=\"Arial\" size=\"2\">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp; Bilietus į restoraną galima įsigyti visose TIKETA ir BILIETAI LT kasose! <p><img src=\"images/stories/renginiai/battery_plius.jpg\" alt=\"Sample Image\" width=\"223\" height=\"130\" align=\"right\" /></p></font></p></td></tr></tbody></table>','<table border=\"0\" width=\"100%\" bgcolor=\"#000000\"><tbody><tr><td style=\"color: #ffffff\"><div><font face=\"Arial\" size=\"2\">&nbsp;&nbsp;&nbsp;&nbsp; Restoranas dirba tik renginių metu.&nbsp;Kitomis dienomis priimami i&scaron;ankstinai užsakymai dalykiniams pietums, ar kitoms asmeninėms progoms at&scaron;vęsti.</font></div><div><font face=\"Arial\" size=\"2\">&nbsp;&nbsp;&nbsp;&nbsp; Jeigu norite nudžiuginti&nbsp;savo svečius ar tiesiog pabūti nekasdienėje aplinkoje,&nbsp;apsilankykite restorane&nbsp;&bdquo;Battery&ldquo;.</font></div><p style=\"font-size: 16px; color: #ffffff\"><strong>Baro planas</strong></p><p style=\"font-size: 16px; color: #ffffff\">&nbsp;</p><img src=\"images/stories/batery_planas.jpg\" alt=\"Planas\" width=\"600\" height=\"450\" /> </td></tr></tbody></table>',1,5,0,20,'2007-07-07 23:49:30',62,'','2009-09-24 14:51:51',65,0,'0000-00-00 00:00:00','2007-07-07 23:48:54','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',39,0,1,'','',0,3791),(27,'Rugsėjo pirmosios koncertas','Rugsėjo pirmosios koncertas','<table border=\"0\" style=\"width: 100%; background-color: #000000\"><tbody><tr><td style=\"font-size: 18px; color: #ffffff\"><p>Rugsėjo&nbsp;1 diena</p></td></tr><tr><td style=\"font-size: 12px; color: #ffffff\"><p><font size=\"2\">&nbsp;&nbsp;&nbsp;&nbsp; 17 val. kviečiami mūsų mažieji.&nbsp;Vaikų studija &quot;Svirplys&quot; ir Vaiduoklis. </font></p><p><font size=\"2\">&nbsp;&nbsp;&nbsp;&nbsp; 19 val.&nbsp;Milano, Deivis,&nbsp;&quot;&Scaron;okoledas&quot; ir &quot;Biplan&quot;.&nbsp;</font></p><p>&nbsp;<img src=\"images/stories/renginiai/0901.jpg\" alt=\"Rugsėjo 1-oji\" width=\"180\" height=\"157\" /></p></td><td valign=\"top\"><p>&nbsp;</p></td></tr></tbody></table>','<table border=\"0\" width=\"100%\" style=\"height: 100%; background-color: #000000\"><tbody><tr><td valign=\"top\" style=\"color: #ffffff\"><p><font size=\"2\">&nbsp;&nbsp;&nbsp;&nbsp; Rugsėjo 1-osios &scaron;ventė - tai tradicinis renginys, kuris &Scaron;iauliuose organizuojamas jau ne pirmus metus ir sutraukiantis apie 5000 žmonių. &Scaron;iais metais &Scaron;iaulių arenoje vyksiančią &scaron;ventę sudarys dvi dalys. Į pirmąją, kuri prasidės 17 val., kviečiami mūsų mažieji.&nbsp;Čia&nbsp;dalyvaus vaikų studija &bdquo; Svirplys&quot; ir Vaiduoklis. Nuo 19 val.&nbsp;linksmins Milano, Deivis, grupės &bdquo; &Scaron;okoledas&quot; ir &quot;Biplan&quot;. Rugsėjo 1-ąją - net du koncertai už vieno kainą. Bilietai nuo 10 iki 30 Lt. </font></p><p><font size=\"2\">&nbsp;&nbsp;&nbsp;&nbsp; <font face=\"verdana,geneva\">&Scaron;io renginio organizatorius - koncertinė firma &quot;Balheidas&quot;. Informacija tel. 8 41 524949.</font></font></p></td></tr></tbody></table>',-2,5,0,21,'2007-07-07 23:50:12',62,'','2007-08-24 10:47:19',63,0,'0000-00-00 00:00:00','2007-07-07 23:49:39','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',63,0,0,'','',0,31),(28,'Naujienos','0929','<div align=\"justify\"><table border=\"0\" cellspacing=\"2\" width=\"100%\" style=\"background-color: #000000\"><tbody><tr><td colspan=\"2\" style=\"font-size: 18px; color: #ffffff\"><p>Rugsėjo 17 diena </p></td></tr><tr><td colspan=\"2\" valign=\"top\" style=\"font-size: 12px; color: #ffffff\"><p align=\"left\"><font size=\"2\">18 val. Kuklačiovo kačių teatras &quot;Katinėlių olimpiada&quot;</font></p><p align=\"left\">&nbsp;</p></td></tr><tr><td colspan=\"2\" align=\"left\" bgcolor=\"#000000\"><div style=\"text-align: center\">&nbsp;<img src=\"images/stories/renginiai/katineliu%20olimpiada.jpg\" alt=\"Sample Image\" /></div><div style=\"text-align: center\">&nbsp;</div></td></tr><tr><td width=\"300\" style=\"font-size: 12px; color: #ffffff\"><p>&nbsp;&nbsp; Trukmė: 2 val.  </p><p>&nbsp;&nbsp; Bilietų  kainos: 34, 44, 54, 62 Lt. (su mokesčiais) </p></td></tr></tbody></table></div>','<p style=\"margin-bottom: 0cm\" align=\"justify\"><font size=\"2\"><span>60</span>   katinėlių ir &scaron;unelis - tai Kuklačiovo kačių teatro artistai   aplankysiantys Lietuvą ir dalyvausiantys vienintelėje pasaulyje   katinėlių Olimpiadoje.</font></p><p style=\"margin-bottom: 0cm\" align=\"justify\"><font size=\"2\">Jurijaus  Kuklačiovo kačių teatro  gastrolės - tai neįtikėtini akrobatiniai ir  žongliravimo triukai.  Spektaklis &quot;Katinėlių Olimpiada&quot; - puiki pramoga  įvairaus amžiaus  žiūrovui, priversianti patikėti nepaprastais katinėlių  sugebėjimais,  pamatyti kates - akrobates ir katinus - ekvilibristus.</font></p><p style=\"margin-bottom: 0cm\" align=\"justify\"><font size=\"2\">1990  metais  Jurijus Kuklačiovas atidarė pirmąjį pasaulyje privatų kačių  teatrą. Čia  puikiai sutaria ir režisieriai, ir artistai, ir  baletmeisteriai, ir  asistentai ir, žinoma, &scaron;uniukai ir kačiukai, kurių  trupėje jau daugiau  nei 120. Kačių teatre, kartu su Jurijum, dirba jo  vyresnysis sūnus  Dimitrijus, kuris ir atvyks į gastroles.</font></p>',1,5,0,19,'2007-07-07 23:50:48',62,'','2010-09-13 14:46:31',65,0,'0000-00-00 00:00:00','2007-07-07 23:50:20','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',370,0,1,'','',0,3433),(29,'Kavinė - baras \"VESTA\"','Kavinė - baras \"VESTA\"','<div class=\"naujiena_body\"><p><img src=\"images/stories/renginiai/vesta.jpg\" alt=\"Sample Image\" width=\"100\" height=\"54\" /></p><p>Ruo&scaron;iame </p><ul><li style=\"font-size: 16px\">banketus, </li><li style=\"font-size: 16px\">fur&scaron;etus, </li><li style=\"font-size: 16px\">gedulingus pietus</li></ul><p>pas mus ar Jūsų pageidaujamoje vietoje</p><p><a href=\"http://www.vestabaras.lt/\">http://www.vestabaras.lt</a></p><a href=\"http://www.hotelsiauliai.lt/martini/\"></a></div>','',1,5,0,22,'2007-07-08 00:09:20',62,'','2007-08-26 15:30:09',63,0,'0000-00-00 00:00:00','2007-07-08 00:08:49','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',15,0,4,'','',0,145),(32,'Ložės','Ložės','<p><font face=\"Verdana\" size=\"2\">&nbsp; VIP ložės yra i&scaron;skiriamos kaip atskiras savaranki&scaron;kas objektas, turintis specifinį panaudojimą ir atskirą verslo filosofiją, kur jos nuomotojas - naudotojas tuo pat metu yra ilgalaikis investuotojas - partneris. </font></p><p align=\"justify\"><span style=\"color: black\"><font face=\"Verdana\" size=\"2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VIP ložė - tai tribūnose įrengta uždara patalpa su balkonu, i&scaron; kurios atsiveria geriausias vaizdas į areną. Kiekvienoje ložėje yra VIP standartus atitinkanti įranga (atskiras WC,&nbsp;TV, interneto ir telefono ry&scaron;ys, kt.), užtikrinamas ypač auk&scaron;to lygio aptarnavimas. </font></span></p><p align=\"justify\"><span style=\"color: black\"><font face=\"verdana,geneva\" size=\"2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Kiekvienas ložės nuomotojas įgyja teisę ja naudotis ne renginių (verslo susitikimai, prezentacijos, darbuotojų susirinkimai ir pan.) ir renginių metu, o taip pat gauna reklamos paslaugas: reklaminis plotas vir&scaron; ložės ir kt</font></span></p>','',1,4,0,23,'2007-07-19 23:59:44',62,'','2007-08-26 15:50:06',63,0,'0000-00-00 00:00:00','2007-07-19 23:59:36','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,1,'','',0,2102),(30,'Naktinis klubas \"MARTINI\"','Naktinis klubas \"MARTINI\"','<table border=\"0\"><tbody><tr><td><p>Naktinis klubas &bdquo;Martini&ldquo; - daugiausiai programų ir teminių vakarų organizuojantis &Scaron;iaulių klubas.&nbsp;Pramogos nuo pirmadienio iki sekmadienio.</p><p>&nbsp;<a href=\"http://www.martini-club.lt/\"><img src=\"images/stories/renginiai/martini_logo_150x44.jpg\" border=\"0\" alt=\"Sample Image\" width=\"150\" height=\"44\" /></a></p><p><a href=\"http://www.martini-club.lt/\">http://www.martini-club.lt/</a></p></td></tr></tbody></table>','<p>Nuo sekmadienio iki trečiadienio čia vyksta smagiausios diskotekos mieste su žaviomis ir gundančiomis go - go merginomis, įvairūs konkursai ir atrakcijos. Ketvirtadieniais lankytojai kviečiami į erotinių &scaron;ou vakarus. Penktadieniais organizuojami populiariausių Lietuvos grupių ir atlikėjų koncertai.</p><p>&bdquo;MARTINI&ldquo; klube koncertuoja tokio ry&scaron;kumo žvaigždės kaip Žilvinas Žvagulis, Rytis Cicinas, Inga Valinskienė, Kąstytis Kerbedis, Alanas Cho&scaron;nau, Irena Staro&scaron;aitė, Violeta Riaubi&scaron;kytė, Taja, Stano su grupe &bdquo;Delfinai&ldquo;, Amberlife, Gytis Pa&scaron;kevičius, Rolandas Janavičius, taip pat grupės &bdquo;Rondo&ldquo;, &bdquo;Bavarija&ldquo;, &bdquo;YVA&ldquo;, &bdquo;Skamp&ldquo;, &bdquo;Mango&ldquo;, &bdquo;NASA&ldquo;, &bdquo;16 Hz&ldquo;.</p>',1,5,0,22,'2007-08-26 03:00:00',62,'','2007-08-26 15:47:18',63,0,'0000-00-00 00:00:00','2007-07-08 00:09:24','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',24,0,3,'','',0,612),(31,'Kavinė - baras \"ARENA\"','Kavinė - baras \"ARENA\"','<p>Kavinė&nbsp;- baras &bdquo;ARENA&quot;. Dirbame nuo 11.00 iki 16.00 ir renginių metu!</p><p><img src=\"images/stories/logo.jpg\" alt=\"Sample Image\" width=\"100\" height=\"174\" /></p>','',1,5,0,22,'2007-08-26 03:00:00',62,'','2009-08-31 15:37:25',65,0,'0000-00-00 00:00:00','2007-07-08 00:09:53','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',19,0,2,'','',0,135),(33,'Dienos pietūs','0922','<div align=\"justify\"><table border=\"0\" cellspacing=\"2\" width=\"100%\" style=\"background-color: #000000\"><tbody><tr align=\"center\"><td colspan=\"2\" style=\"font-size: 18px; color: #ffffff\">&nbsp;</td></tr><tr><td colspan=\"2\" valign=\"top\" style=\"font-size: 18px; color: #ffffff\">&nbsp;Dienos pietūs tik 7,99 Lt!</td></tr><tr><td colspan=\"2\" align=\"left\" bgcolor=\"#000000\">&nbsp;<div style=\"text-align: center\"><img src=\"images/stories/logo.jpg\" alt=\"Sample Image\" width=\"92\" height=\"161\" /></div><br /></td></tr><tr><td width=\"300\" style=\"font-size: 12px; color: #ffffff\"><p><font face=\"Arial\" size=\"2\">&nbsp; &nbsp; </font>Kavinėje &quot;ARENA&quot; darbo dienomis nuo 11.00 iki 15.00 val. ruo&scaron;iami sotūs, skanūs ir greitai patiekiami <strong>dienos pietūs</strong>! Sriuba ir kar&scaron;tas patiekalas kainuoja<strong> tik 7,99 Lt. </strong></p></td></tr></tbody></table></div>','<table border=\"0\" width=\"100%\" align=\"left\" bgcolor=\"#000000\"><tbody><tr><td valign=\"top\" style=\"font-size: 12px; color: #ffffff\"><font size=\"2\"><font size=\"2\"><span><font size=\"2\"><span><font size=\"2\"><span><span><span><font size=\"2\"><span><font size=\"2\"><span><span><font size=\"2\"><span><font face=\"Arial\"><span><span><font size=\"2\"><span><font size=\"2\"><span><span><font size=\"2\"><span><font size=\"2\"><font size=\"2\"><span><span><font size=\"2\"><span><font size=\"2\"><span><span><font size=\"2\"><span><font size=\"2\"><font size=\"2\"><font face=\"Arial\"><font size=\"2\"><font size=\"2\"><span><span><font size=\"2\"><span><font size=\"2\"><font size=\"2\"><font face=\"Arial\"><font size=\"2\"><font size=\"2\"><span><span><font size=\"2\"><span><font size=\"2\"><font size=\"2\"><span><span><span><font size=\"2\"><span><font size=\"2\"><span><span><font size=\"2\"><span><font size=\"2\"><font size=\"2\"><font face=\"Arial\"><font size=\"2\"><font size=\"2\"><span><span><font size=\"2\"><span><font size=\"2\"><font size=\"2\"><font face=\"Arial\"><font size=\"2\"><font size=\"2\"><span><span><font size=\"2\"><span><font size=\"2\"><font size=\"2\"><span><font size=\"2\"><span><font size=\"2\"><span><font size=\"2\"><font size=\"2\"><span><font size=\"2\"><span><span><font size=\"2\"><span><font size=\"2\"><font size=\"2\"><span><font size=\"2\"><font size=\"2\" style=\"color: #ffffff\" color=\"#000000\"><span><span><font size=\"2\"><span><font size=\"2\"><span><span><span><font size=\"2\"><span><font size=\"2\"><span><span><font size=\"2\"><span><font face=\"Arial\"><span><span><font size=\"2\"><span><font size=\"2\"><font size=\"2\"><span><font size=\"2\"><font size=\"2\"><font face=\"Arial\" size=\"2\"><font size=\"2\"><font size=\"2\"><font size=\"2\"><font size=\"2\" style=\"color: #ffffff\" color=\"#000000\"><span><span><font size=\"2\"><span><font size=\"2\"><font size=\"2\"><font size=\"2\"><font size=\"2\"><font size=\"2\"><span><font size=\"2\"><span><font size=\"2\"><span><span></span></span></font></span></font></span></font></font></font></font></font></span></font></span></span></font></font></font></font></font></font></font></span></font></font></span></font></span></span></font></span></font></span></span></font></span></font></span></span></span></font></span></font></span></span></font></font></span></font></font></span></font></span></span></font></span></font></font></span></font></span></font></span></font></font></span></font></span></span></font></font></font></font></font></span></font></span></span></font></font></font></font></font></span></font></span></span></font></span></font></span></span></span></font></font></span></font></span></span></font></font></font></font></font></span></font></span></span></font></font></font></font></font></span></font></span></span></font></span></font></span></span></font></font></span></font></span></span></font></span></font></span></span></font></span></font></span></span></font></span></font></span></span></span></font></span></font></span></font>Kviečiame apsilankyti!</font><br /></td></tr></tbody></table>',1,5,0,21,'2007-08-26 03:00:00',63,'','2010-04-08 10:50:25',65,0,'0000-00-00 00:00:00','2007-08-24 10:42:52','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',395,0,1,'','',0,3774),(34,'Darbo laikas vasara','Darbo laikas vasara','<p>&nbsp;</p><p><font style=\"font-size: 16px\" color=\"#ff0000\">Naujienos ruo&scaron;iamos...</font></p>','',0,5,0,22,'2009-05-28 15:03:32',63,'','2009-08-31 15:32:37',65,65,'2010-01-18 11:44:30','2009-05-28 15:03:09','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',5,0,1,'','',0,11);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_content` ENABLE KEYS */;

--
-- 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=utf8;

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


/*!40000 ALTER TABLE `jos_content_frontpage` DISABLE KEYS */;
LOCK TABLES `jos_content_frontpage` WRITE;
INSERT INTO `jos_content_frontpage` VALUES (25,3),(23,1),(24,2),(5,4);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_content_frontpage` ENABLE KEYS */;

--
-- 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=utf8;

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


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

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

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

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


/*!40000 ALTER TABLE `jos_core_acl_aro` DISABLE KEYS */;
LOCK TABLES `jos_core_acl_aro` WRITE;
INSERT INTO `jos_core_acl_aro` VALUES (10,'users','62',0,'Administrator',0),(11,'users','63',0,'Pranas Šležas',0),(12,'users','64',0,'Arena',0),(13,'users','65',0,'Indrė Rimkutė',0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_core_acl_aro` ENABLE KEYS */;

--
-- 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` (
  `group_id` int(11) NOT NULL auto_increment,
  `parent_id` int(11) NOT NULL default '0',
  `name` varchar(255) NOT NULL default '',
  `lft` int(11) NOT NULL default '0',
  `rgt` int(11) NOT NULL default '0',
  PRIMARY KEY  (`group_id`),
  KEY `parent_id_aro_groups` (`parent_id`),
  KEY `jos_gacl_parent_id_aro_groups` (`parent_id`),
  KEY `jos_gacl_lft_rgt_aro_groups` (`lft`,`rgt`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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


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

--
-- 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` (
  `section_id` int(11) NOT NULL auto_increment,
  `value` varchar(230) NOT NULL default '',
  `order_value` int(11) NOT NULL default '0',
  `name` varchar(230) NOT NULL default '',
  `hidden` int(11) NOT NULL default '0',
  PRIMARY KEY  (`section_id`),
  UNIQUE KEY `value_aro_sections` (`value`),
  UNIQUE KEY `jos_gacl_value_aro_sections` (`value`),
  KEY `hidden_aro_sections` (`hidden`),
  KEY `jos_gacl_hidden_aro_sections` (`hidden`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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


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

--
-- 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=utf8;

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


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

--
-- 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=utf8;

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


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

--
-- 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=utf8;

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


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

--
-- 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=utf8;

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


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

--
-- Table structure for table `jos_jf_content`
--

DROP TABLE IF EXISTS `jos_jf_content`;
CREATE TABLE `jos_jf_content` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `language_id` int(11) NOT NULL default '0',
  `reference_id` int(11) NOT NULL default '0',
  `reference_table` varchar(100) NOT NULL default '',
  `reference_field` varchar(100) NOT NULL default '',
  `value` mediumtext NOT NULL,
  `original_value` varchar(255) default NULL,
  `modified` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) unsigned NOT NULL default '0',
  `published` tinyint(1) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_jf_content`
--


/*!40000 ALTER TABLE `jos_jf_content` DISABLE KEYS */;
LOCK TABLES `jos_jf_content` WRITE;
INSERT INTO `jos_jf_content` VALUES (1,3,1,'modules','title','Apklausa','79d6f84dece4bb8ae0de03b43d3f5bc6','2007-07-07 20:02:16',62,1),(2,3,8,'modules','title','Dabar prisijungę','5abc69f0675d929dde320bf486030000','2007-07-07 20:03:10',62,1),(3,2,50,'menu','name','Contacts','5868a393190451c1bb2d5c2443934d6a','2007-08-02 15:00:29',62,1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_jf_content` ENABLE KEYS */;

--
-- Table structure for table `jos_jf_tableinfo`
--

DROP TABLE IF EXISTS `jos_jf_tableinfo`;
CREATE TABLE `jos_jf_tableinfo` (
  `id` int(11) NOT NULL auto_increment,
  `joomlatablename` varchar(100) NOT NULL default '',
  `tablepkID` varchar(100) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_jf_tableinfo`
--


/*!40000 ALTER TABLE `jos_jf_tableinfo` DISABLE KEYS */;
LOCK TABLES `jos_jf_tableinfo` WRITE;
INSERT INTO `jos_jf_tableinfo` VALUES (541,'categories','id'),(542,'contact_details','id'),(543,'content','id'),(544,'menu','id'),(545,'modules','id'),(546,'newsfeeds','id'),(547,'polls','id'),(548,'poll_data','id'),(549,'sections','id'),(550,'weblinks','id');
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_jf_tableinfo` ENABLE KEYS */;

--
-- Table structure for table `jos_jx_jambook`
--

DROP TABLE IF EXISTS `jos_jx_jambook`;
CREATE TABLE `jos_jx_jambook` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `title` varchar(255) NOT NULL default '',
  `content` text NOT NULL,
  `email` varchar(255) NOT NULL default '',
  `url` varchar(255) NOT NULL default '',
  `authoralias` varchar(255) NOT NULL default '',
  `replyto` int(11) unsigned NOT NULL default '0',
  `spamscore` tinyint(4) NOT NULL default '0',
  `fromip` varchar(255) NOT NULL default '',
  `guestbook_id` int(11) unsigned NOT NULL default '0',
  `section` varchar(255) NOT NULL default '',
  `attribs` text NOT NULL,
  `state` tinyint(3) NOT NULL default '0',
  `created` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) unsigned NOT NULL default '0',
  `modified` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) unsigned NOT NULL default '0',
  `checked_out` tinyint(4) 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',
  `hits` int(11) unsigned NOT NULL default '0',
  `version` int(11) unsigned NOT NULL default '1',
  `access` int(11) unsigned NOT NULL default '0',
  `ordering` tinyint(4) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_jx_jambook`
--


/*!40000 ALTER TABLE `jos_jx_jambook` DISABLE KEYS */;
LOCK TABLES `jos_jx_jambook` WRITE;
INSERT INTO `jos_jx_jambook` VALUES (14,'Baras','Labai saunus baras ir kolektyvas!!!','','','Ineta',0,0,'77.79.28.115',0,'','hideemail=1\nhideurl=1\n',1,'2008-10-15 11:29:33',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,4),(9,'Padeka barui \'Arena\'','Jo per europos krepsinio cempionata ten labai faina buvo, daug zmoniu, daug triuksmo, puikus aptarnavimas ir smagi atmosfera! dekojame puikiam \'Arenos\' kolektyvui uz operatyvu aptarnavima','','','Mynde',0,0,'62.80.231.188',0,'','hideemail=0\nhideurl=0\n',1,'2007-09-27 23:05:25',0,'0000-00-00 00:00:00',0,62,'2007-12-22 20:54:42','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,2),(8,'Sveiki','Labai smagu kad yra pas toks dalykas kaip \"Arenos\", antrame aukste yra kavine kurioje galima skaniai pavalgyti, atsipalaiduoti, pasedeti ir atsipalaiduoti:))) smagu tai kad \" Arenas \" pastate, nes jose gali vykti viskas ir nereikia vaziuoti i kita miesta kad pamatyti kazkoki koncerta ar pan. Valio ir uz tai kad ji yra ...','','','Katėė',0,0,'81.7.99.229',0,'','hideemail=0\nhideurl=0\n',1,'2007-09-26 20:05:33',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,1),(13,'BARO KOLEKTYVUI.','sveiki labai fainas personalas, visi darbuojasi is peties,per  koncertus,  ir per sporto varžybas. Nors ir pavargę   būna, visada galima pamatyti šypseną jų veiduose.Taip pat didžiausi linkėjimai sesutei- Daivai, kuri dirba kaip bitute. Visada su tavim  .','','','JOLITA',0,0,'62.80.253.193',0,'','hideemail=0\nhideurl=0\n',1,'2008-02-19 16:54:11',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,3),(79,'gibson serial number dating dating filipina links','adult dating in oregon portland sex site  \r\ndating agency agencies introduction online dating websites         \r\nhttp://ncharity8jkv.free-php-webhosting.com/video/index.html croatian dating sites \r\nicq6869469754986','Jaipsygyday@ghcrublowjob20127.com','http://bseveral2ma.iversonhosting.com/video/index.html','layereignonia',0,0,'91.207.5.198',0,'','hideemail=1\n',0,'2011-08-09 09:41:10',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,5),(80,'Hi','Hey there  \r\n  \r\nffhkeeeekkdddjd  \r\n  \r\nhttp://www.ttjgjgjshsns.com  \r\n  \r\nsite\r\nlink\r\nread\r\nsite\r\nsite\r\n','dentalxper@serviceguilino.com','http://www.mywikibiz.com/Individual_Dental_Insurance\r\n','Slaliabuh',0,0,'31.214.145.205',0,'','hideemail=1\n',0,'2011-10-31 09:33:36',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,6),(81,'v i a g r a canada','How do you play Barcelona in this year?','kosogorovaaurl494@mail.ru','http://viagravillage.com/','broovaher',0,0,'188.92.75.244',0,'','hideemail=1\n',0,'2011-11-06 00:50:02',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,7),(82,'v i a g r a','Hello, all. Which is better yahoo or bing? \r\nv i a g r a from canada','asfdasf@gmail.com','http://viagravillage.com/','smeaxHesy',0,0,'188.92.75.244',0,'','hideemail=1\n',0,'2011-11-24 05:23:07',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,8),(83,' Мои пожелания на следующий год ',' Всех сотрудников сайта с наступающим новым годом, успехов вам ','reiddedia@mail.ru','http://vk-statusik.ru/','whorhoospen',0,0,'178.137.164.65',0,'','hideemail=1\n',0,'2011-12-21 06:25:02',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,9),(84,' Всех с наступающим',' Примите мои поздравления, как администрация так и обычные пользователи','kahaneway@mail.ru','http://advanta.by/','trarytolf',0,0,'188.163.65.30',0,'','hideemail=1\n',0,'2011-12-27 12:48:28',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,10),(85,' Всех с наступающим годом дракона ',' От души всех поздравляю с наступающим 2012 годом дракона  ','alistiags@mail.ru','http://podsvetka.biz/','Reileassusy',0,0,'178.137.164.65',0,'','hideemail=1\n',0,'2011-12-27 12:52:33',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,11),(86,'Всех с новым годом и хорошего просмотра','журналы для чтения и скачивания по новым технологиям онлайн. Более 30 рейтинговых радиостанций для хорошего настроения. Онлайн ','jetattexbus@mail.ru','http://nashgorod.pnz.ru/','Nofeaffopaumb',0,0,'178.137.164.65',0,'','hideemail=1\n',0,'2011-12-27 14:28:55',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,12),(87,' С новым 2012 годом Дракона ',' Поздравляю администрацию и всех пользователей сайта с наступающим 2012 годом ','dwercoure@mail.ru','http://kreton.ru/','Haundanuava',0,0,'178.137.164.65',0,'','hideemail=1\n',0,'2011-12-28 16:05:03',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,13),(88,'Присоединяюсь к поздравлениям','У вас замечательный сайт, на котором я нашла всю нужную информацию и не только. \r\n \r\nХочу пожелать вас успехов в будущем 2012 году, чтоб у вас у всех были только положительные эмоции, а самое главное это крепкого здоровья. \r\n \r\nСкоро, скоро всё случится! \r\nСкоро всё произойдёт! \r\nК нам большим драконом мчится \r\nДолгожданный Новый год! \r\nОн несёт на сильных крыльях \r\nНам здоровье и успех, \r\nПроцветание, изобилие, \r\nМного радости для всех! \r\nНо чтоб не спугнуть везение, \r\nИ удачно год начать, \r\nДракона нужно с настроением, \r\nОбязательно встречать!','lizafukilnc@mail.ru','http://dreambomb.ru/','Lizafukilnc',0,0,'178.137.164.65',0,'','hideemail=1\n',0,'2011-12-28 16:52:55',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,14),(89,'Поздравления от души','Здравствуйте все! \r\nРаз пошла песня о поздравлениях, то так же поздравляю Администрацию и всех кто связан с данным сайтом с наступающим новым годом. \r\n \r\nПусть всем сопутствует только успех и процветания, здоровья вам и вашей семье. \r\n \r\nНа новогодний стол по больше мандаринов и шампанского, ну и много подарков детишкам под елкой.','novistrinub@mail.ru','http://justgoseo.ru/','Novistrinub',0,0,'178.137.164.65',0,'','hideemail=1\n',0,'2011-12-28 17:53:01',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,15),(90,'Поздравляю вас с новым годом','Приветствую Администрацию и всех пользователей проекта. \r\nХочу поздравить вас с новым 2012 годом, пожелать вам успехов в этом новом году. \r\nЧтоб все ваши планы и мечты сбылись, здоровья вам и вашей семьей, чтоб новый 2012 год был успешный и шел только с положительными эмоциями.','curedserest@mail.ru','http://www.tipkiller.com/','Acaskkecy',0,0,'178.137.164.65',0,'','hideemail=1\n',0,'2012-01-03 17:13:58',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,16),(91,'Всех с праздником','Здравствуйте все! \r\nХочу поздравить вас с наступившим новым 2012 годом дракона! \r\nПусть у вас в этом году и в целом по жизни все получится и вы будете счастливы. \r\nКрепкого здоровья вам и вашей семье, а тем кто еще не нашел свою половинку большой и чистой любви!','alexseysikud@mail.ru','http://bajor.ru/','Alexseysikud',0,0,'178.137.164.65',0,'','hideemail=1\n',0,'2012-01-05 15:34:54',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,17),(92,'Мое мнения и вопрос','Хороший у вас сайт и добавила в закладки. \r\nВот только сама не могу поставить гостевую книгу себе на сайт, хотя стоит тоже джумла. \r\nВ гугле информации не нашла, если не сложно то скиньте примерную инструкцию на alena.polikovscay89@yandex.ru','zwlwlzzzzwol@mail.ru','http://bajor.ru/','AlenaPolicovscay',0,0,'178.137.164.65',0,'','hideemail=1\n',0,'2012-01-05 16:02:27',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,18),(93,'Спасибо за информацию и с новым годом!','Благодарю вас за ваш информативный сайт. \r\nДизайн ваш радует, а главное что не приходится напрягать глаза, а то сейчас многие сайты с очень яркими дизайнами. \r\n \r\nТак же хочу поздравить с Новым Годом администрацию сайта, а так же читателей и постоянных пользователей, всех благ вам.','vitavininaka@mail.ru','http://www.kraskizhizni.com/','Vitavininaka',0,0,'178.137.164.65',0,'','hideemail=1\n',0,'2012-01-05 19:03:41',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,19),(94,'Поздравляю всех  с рождеством','Поздравляю вас с рождеством и желаю вам всех благ. \r\nЧтоб в вашем доме было всегда тепло и уютно и все были счастливы.','yflsygyfgsyy@mail.ru','http://west-nokia.3dn.ru/','Alexsandrastreys',0,0,'178.137.164.65',0,'','hideemail=1\n',0,'2012-01-06 20:39:17',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,20),(95,'Поздравляю всех  с рождеством','Поздравляю вас с рождеством и желаю вам всех благ.  \r\nЧтоб в вашем доме было всегда тепло и уютно и все были счастливы.','katylikinovac@mail.ru','http://west-nokia.3dn.ru/','Katylikinovac',0,0,'178.137.164.65',0,'','hideemail=1\n',0,'2012-01-07 14:52:33',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,21),(96,'Всех с рождеством','Поздравляю вас с рождеством христовым ! \r\n \r\nС Рождеством Христовым я Вас поздравляю! \r\nСчастья и здоровья, блага всем желаю, \r\nСвятости, лукавства - в меру чтоб всего, \r\nРадости, удачи. Плохого - ничего!','loeriinbro@mail.ru','http://torrent-files.org/tv-i-serialy/\r\n','Loeriinbro',0,0,'178.137.164.65',0,'','hideemail=1\n',0,'2012-01-08 12:52:19',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,22),(97,'Всех с праздником','Поздравляю вас с рождеством христовым !  \r\n  \r\nС Рождеством Христовым я Вас поздравляю!  \r\nСчастья и здоровья, блага всем желаю,  \r\nСвятости, лукавства - в меру чтоб всего,  \r\nРадости, удачи. Плохого - ничего!','alisasinukd@mail.ru','http://torrent-files.org/','Alisasinukd',0,0,'178.137.164.65',0,'','hideemail=1\n',0,'2012-01-08 18:47:17',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,23),(98,'Всех с праздником и успехов!','Всех с Новым Годом и Рождеством. \r\nДавно я на вашем сайте читаю информацию и слежу за новостями. \r\n \r\nУспехов вам во всем, чтоб сбылись все мечты.','katrinmihubc@mail.ru','http://www.lion-auto.com/','KatrinMihubc',0,0,'178.137.164.65',0,'','hideemail=1\n',0,'2012-01-09 15:48:47',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,24),(99,'Всем всего наилучшего','Здравствуйте! \r\n \r\nПоздравляю вас с прошедшими праздниками. \r\nВсего вам наилучшего, администрации сайта хочу пожелать дальнейшего развития и пусть ваш сайт будет с каждым днем лучше и лучше! \r\n \r\nЗдоровья вам всем, пусть у вас будут только яркие моменты в жизни.','thuykuuyukfh@mail.ru','http://bgm.kiev.ua/','Darinahenz',0,0,'178.137.164.65',0,'','hideemail=1\n',0,'2012-01-10 20:36:05',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,25),(100,'Мои впечатления!','Благодарю нашла нужную мне информацию, ваш сайт у меня в закладочках.','kinisoolp@mail.ru','http://films-online24.com/','Kinisoolp',0,0,'178.137.164.65',0,'','hideemail=1\n',0,'2012-01-11 19:11:58',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,26),(101,'Мои пожелания сайту','Привет! \r\nДля начала всех поздравляю с прошедшими праздниками! \r\nАдминистрацию сайта благодарю за столь информативный ресурс.','sergeygesunc@mail.ru','http://films-online24.com/','SergeyGesunc',0,0,'178.137.164.65',0,'','hideemail=1\n',0,'2012-01-12 16:06:22',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,27),(102,'Мои поздравления!','Приветствую всех! \r\nПоздравляю всех с прошедшими праздниками))) \r\nВсего вам наилучшего в новом 2012 году','gaseviilins@mail.ru','http://onlinecinema.net.ua/','Gaseviilins',0,0,'178.137.164.65',0,'','hideemail=1\n',0,'2012-01-13 11:02:04',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,28);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_jx_jambook` ENABLE KEYS */;

--
-- Table structure for table `jos_languages`
--

DROP TABLE IF EXISTS `jos_languages`;
CREATE TABLE `jos_languages` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(100) NOT NULL default '',
  `active` tinyint(1) NOT NULL default '0',
  `iso` varchar(10) default NULL,
  `code` varchar(20) NOT NULL default '',
  `image` varchar(100) default NULL,
  `ordering` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_languages`
--


/*!40000 ALTER TABLE `jos_languages` DISABLE KEYS */;
LOCK TABLES `jos_languages` WRITE;
INSERT INTO `jos_languages` VALUES (2,'English',1,'en','english','',3),(3,'Lithuanian',1,'lt','lithuanian','',1),(4,'Russian',1,'ru','russian','',2);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_languages` ENABLE KEYS */;

--
-- Table structure for table `jos_mambots`
--

DROP TABLE IF EXISTS `jos_mambots`;
CREATE TABLE `jos_mambots` (
  `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 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_mambots`
--


/*!40000 ALTER TABLE `jos_mambots` DISABLE KEYS */;
LOCK TABLES `jos_mambots` WRITE;
INSERT INTO `jos_mambots` VALUES (1,'MOS Image','mosimage','content',0,-10000,1,1,0,0,'0000-00-00 00:00:00',''),(2,'MOS Pagination','mospaging','content',0,10000,1,1,0,0,'0000-00-00 00:00:00',''),(3,'Legacy Mambot Includer','legacybots','content',0,1,0,1,0,0,'0000-00-00 00:00:00',''),(4,'SEF','mossef','content',0,3,1,0,0,0,'0000-00-00 00:00:00',''),(5,'MOS Rating','mosvote','content',0,4,1,1,0,0,'0000-00-00 00:00:00',''),(6,'Search Content','content.searchbot','search',0,1,1,1,0,0,'0000-00-00 00:00:00',''),(7,'Search Weblinks','weblinks.searchbot','search',0,2,1,1,0,0,'0000-00-00 00:00:00',''),(8,'Code support','moscode','content',0,2,0,0,0,0,'0000-00-00 00:00:00',''),(9,'No WYSIWYG Editor','none','editors',0,0,1,1,0,0,'0000-00-00 00:00:00',''),(10,'TinyMCE WYSIWYG Editor','tinymce','editors',0,0,1,1,0,0,'0000-00-00 00:00:00','theme=advanced'),(11,'MOS Image Editor Button','mosimage.btn','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(12,'MOS Pagebreak Editor Button','mospage.btn','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(13,'Search Contacts','contacts.searchbot','search',0,3,1,1,0,0,'0000-00-00 00:00:00',''),(14,'Search Categories','categories.searchbot','search',0,4,1,0,0,0,'0000-00-00 00:00:00',''),(15,'Search Sections','sections.searchbot','search',0,5,1,0,0,0,'0000-00-00 00:00:00',''),(16,'Email Cloaking','mosemailcloak','content',0,5,1,0,0,0,'0000-00-00 00:00:00',''),(17,'GeSHi','geshi','content',0,5,0,0,0,0,'0000-00-00 00:00:00',''),(18,'Search Newsfeeds','newsfeeds.searchbot','search',0,6,1,0,0,0,'0000-00-00 00:00:00',''),(19,'Load Module Positions','mosloadposition','content',0,6,1,0,0,0,'0000-00-00 00:00:00',''),(20,'multi lingual content searchbot','jfcontent.searchbot','search',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(21,'Multi lingual abstraction layer bot','jfdatabase.systembot','system',0,0,1,0,0,0,'0000-00-00 00:00:00','');
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_mambots` ENABLE KEYS */;

--
-- 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(25) default NULL,
  `name` varchar(100) default NULL,
  `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,
  PRIMARY KEY  (`id`),
  KEY `componentid` (`componentid`,`menutype`,`published`,`access`),
  KEY `menutype` (`menutype`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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


/*!40000 ALTER TABLE `jos_menu` DISABLE KEYS */;
LOCK TABLES `jos_menu` WRITE;
INSERT INTO `jos_menu` VALUES (1,'mainmenu','Home','index.php?option=com_frontpage','components',-2,0,10,0,20,0,'0000-00-00 00:00:00',0,0,0,3,'leading=1\r\nintro=2\r\nlink=1\r\nimage=1\r\npage_title=0\r\nheader=Welcome to the Frontpage\r\norderby_sec=front\r\nprint=0\r\npdf=0\r\nemail=0\r\nback_button=0'),(2,'mainmenu','News','index.php?option=com_content&task=section&id=1','content_section',-2,0,1,0,29,0,'0000-00-00 00:00:00',0,0,0,3,''),(3,'mainmenu','Contact Us','index.php?option=com_contact','components',-2,0,7,0,28,0,'0000-00-00 00:00:00',0,0,0,3,''),(23,'mainmenu','Links','index.php?option=com_weblinks','components',-2,0,4,0,27,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=web_links.jpg\npageclass_sfx=\nback_button=\npage_title=1\nheader=\nheadings=1\nhits=\nitem_description=1\nother_cat=1\ndescription=1\ndescription_text=\nimage=-1\nimage_align=right\nweblink_icons='),(5,'mainmenu','Search','index.php?option=com_search','components',-2,0,16,0,26,0,'0000-00-00 00:00:00',0,0,0,3,''),(6,'mainmenu','Joomla! License','index.php?option=com_content&task=view&id=5','content_typed',-2,0,5,0,25,0,'0000-00-00 00:00:00',0,0,0,0,''),(7,'mainmenu','News Feeds','index.php?option=com_newsfeeds','components',-2,0,12,0,24,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\npageclass_sfx=\nback_button=\npage_title=1\nheader='),(8,'mainmenu','Wrapper','index.php?option=com_wrapper','wrapper',-2,0,0,0,23,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\npageclass_sfx=\nback_button=\npage_title=1\nheader=\nscrolling=auto\nwidth=100%\nheight=600\nheight_auto=0\nurl=www.joomla.org'),(9,'mainmenu','Blog','index.php?option=com_content&task=blogsection&id=0','content_blog_section',-2,0,0,0,22,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\npageclass_sfx=\nback_button=\nheader=A blog of all sections with no images\npage_title=1\nleading=0\nintro=6\ncolumns=2\nlink=4\norderby_pri=\norderby_sec=\npagination=2\npagination_results=1\nimage=0\ndescription=0\ndescription_image=0\ncategory=0\ncategory_link=0\nitem_title=1\nlink_titles=\nreadmore=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nsectionid='),(10,'othermenu','Joomla! Home','http://www.joomla.org','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,0,0,3,''),(11,'othermenu','Joomla! Forums','http://forum.joomla.org','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,0,0,3,''),(12,'othermenu','OSM Home','http://www.opensourcematters.org','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,0,0,3,''),(24,'othermenu','Administrator','administrator/','url',1,0,0,0,3,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1'),(21,'usermenu','Your Details','index.php?option=com_user&task=UserDetails','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,0,1,3,''),(13,'usermenu','Submit News','index.php?option=com_content&task=new&sectionid=1&Itemid=0','url',1,0,0,0,2,0,'0000-00-00 00:00:00',0,0,1,2,''),(14,'usermenu','Submit WebLink','index.php?option=com_weblinks&task=new','url',1,0,0,0,4,0,'0000-00-00 00:00:00',0,0,1,2,''),(15,'usermenu','Check-In My Items','index.php?option=com_user&task=CheckIn','url',1,0,0,0,5,0,'0000-00-00 00:00:00',0,0,1,2,''),(16,'usermenu','Logout','index.php?option=com_login','components',1,0,15,0,5,0,'0000-00-00 00:00:00',0,0,1,3,''),(17,'topmenu','Home','index.php','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,0,0,3,''),(18,'topmenu','Contact Us','index.php?option=com_contact&Itemid=3','url',1,0,0,0,2,0,'0000-00-00 00:00:00',0,0,0,3,''),(19,'topmenu','News','index.php?option=com_content&task=section&id=1&Itemid=2','url',1,0,0,0,3,0,'0000-00-00 00:00:00',0,0,0,3,''),(20,'topmenu','Links','index.php?option=com_weblinks&Itemid=23','url',1,0,0,0,4,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1'),(25,'mainmenu','FAQs','index.php?option=com_content&task=category&sectionid=3&id=7','content_category',-2,0,7,0,21,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\npage_title=1\npageclass_sfx=\nback_button=\norderby=\ndate_format=\ndate=\nauthor=\ntitle=1\nhits=\nheadings=1\nnavigation=1\norder_select=1\ndisplay=1\ndisplay_num=50\nfilter=1\nfilter_type=title\nother_cat=1\nempty_cat=0\ncat_items=1\ncat_description=1'),(26,'mainmenu','Titulinis','index.php?option=com_content&task=view&id=12','content_item_link',-2,0,12,0,18,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(27,'mainmenu','Apie klubą','index.php?option=com_content&task=view&id=12','content_item_link',-2,26,12,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(28,'mainmenu','asd','index.php?option=com_content&task=view&id=15','content_item_link',-2,0,15,0,19,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(29,'mainmenu','Apie','index.php?option=com_content&task=view&id=12','content_item_link',1,0,12,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(30,'mainmenu','Istorija','index.php?option=com_content&task=view&id=13','content_item_link',-2,29,13,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(31,'mainmenu','Pramogos','index.php?option=com_content&task=view&id=14','content_item_link',-2,29,14,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(32,'mainmenu','Klubo taisyklės','index.php?option=com_content&task=view&id=15','content_item_link',-2,29,15,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(33,'mainmenu','Titulinis','','separator',-2,0,0,0,17,0,'0000-00-00 00:00:00',0,3,0,0,'menu_image=-1'),(34,'mainmenu','<img src=\'templates/arena/images/go-home.png\' border=\'0\' />','index.php?option=com_content&task=view&id=18','content_item_link',-2,0,18,0,12,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=web_links.jpg\r\nunique_itemid=0'),(35,'mainmenu','Darbo laikas','index.php?option=com_content&task=view&id=16','content_item_link',-2,29,16,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(36,'mainmenu','Renginiai','index.php?option=com_content&task=view&id=19','content_item_link',1,0,19,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(37,'mainmenu','Savaitės renginiai','index.php?option=com_content&task=view&id=20','content_item_link',-2,36,20,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(38,'mainmenu','Artimiausi renginiai','index.php?option=com_content&task=view&id=21','content_item_link',-2,36,21,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(39,'mainmenu','Valgiaraštis','','separator',-2,0,0,0,2,0,'0000-00-00 00:00:00',0,3,0,0,'menu_image=-1'),(40,'mainmenu','Ložės','','separator',-2,0,0,0,1,0,'0000-00-00 00:00:00',0,3,0,0,'menu_image=-1'),(41,'mainmenu','Banketai','','separator',-2,0,0,0,16,0,'0000-00-00 00:00:00',0,3,0,0,'menu_image=-1'),(42,'mainmenu','Galerija','','separator',-2,0,0,0,9,0,'0000-00-00 00:00:00',0,3,0,0,'menu_image=-1'),(43,'mainmenu','Svečių knyga','','separator',-2,0,0,0,4,0,'0000-00-00 00:00:00',0,3,0,0,'menu_image=-1'),(44,'mainmenu','<img src=\'templates/arena/images/go-home.png\' border=\'0\' />','index.php?option=com_content&task=view&id=12','content_item_link',-2,0,12,0,15,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\r\nunique_itemid=0'),(45,'mainmenu','Kontakta','','separator',-2,0,0,0,14,0,'0000-00-00 00:00:00',0,3,0,0,'menu_image=-1'),(46,'mainmenu','<img src=\'templates/arena/images/go-home.gif\' border=\'0\' />','index.php?option=com_frontpage','components',1,0,10,0,1,63,'2007-08-06 11:52:18',0,0,0,0,'menu_image=-1\r\npageclass_sfx=\r\nheader=Antraste\r\npage_title=0\r\nback_button=0\r\nleading=0\r\nintro=0\r\ncolumns=2\r\nlink=4\r\norderby_pri=\r\norderby_sec=front\r\npagination=0\r\npagination_results=0\r\nimage=0\r\nsection=0\r\nsection_link=0\r\ncategory=0\r\ncategory_link=0\r\nitem_title=0\r\nlink_titles=0\r\nreadmore=0\r\nrating=0\r\nauthor=0\r\ncreatedate=0\r\nmodifydate=0\r\npdf=0\r\nprint=0\r\nemail=0\r\nunpublished=0'),(47,'mainmenu','Kontaktai','','separator',-2,0,0,0,7,0,'0000-00-00 00:00:00',0,3,0,0,'menu_image=-1'),(48,'mainmenu','Galerija','index.php?option=com_rsgallery2','components',1,0,25,0,6,0,'0000-00-00 00:00:00',0,0,0,0,''),(49,'mainmenu','Svečių knyga','index.php?option=com_jambook','components',1,0,26,0,7,0,'0000-00-00 00:00:00',0,0,0,0,''),(50,'mainmenu','Kontaktai','index.php?option=com_content&task=view&id=22','content_item_link',1,0,22,0,8,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(51,'mainmenu',' Valgiaraštis','index.php?option=com_menu','components',1,0,39,0,4,0,'0000-00-00 00:00:00',0,0,0,0,''),(52,'mainmenu','Klientams','index.php?option=com_lodge_orders','components',-2,40,34,0,0,0,'0000-00-00 00:00:00',0,0,0,0,''),(53,'mainmenu','Ložės','index.php?option=com_content&task=view&id=32','content_item_link',1,0,32,0,5,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(54,'mainmenu','Klientams','index.php?option=com_lodge_orders','components',1,53,34,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'');
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_menu` ENABLE KEYS */;

--
-- 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` varchar(230) NOT NULL default '',
  `message` text NOT NULL,
  PRIMARY KEY  (`message_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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


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

--
-- 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=utf8;

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


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

--
-- 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(10) 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',
  PRIMARY KEY  (`id`),
  KEY `published` (`published`,`access`),
  KEY `newsfeeds` (`module`,`published`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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


/*!40000 ALTER TABLE `jos_modules` DISABLE KEYS */;
LOCK TABLES `jos_modules` WRITE;
INSERT INTO `jos_modules` VALUES (1,'Polls','',2,'left',0,'0000-00-00 00:00:00',1,'mod_poll',0,0,1,'cache=0\nmoduleclass_sfx=',0,0),(2,'User Menu','',6,'left',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,1,1,'menutype=usermenu',1,0),(3,'Main Menu','',4,'left',0,'0000-00-00 00:00:00',0,'mod_mainmenu',0,0,1,'menutype=mainmenu',1,0),(4,'Login Form','',7,'left',0,'0000-00-00 00:00:00',0,'mod_login',0,0,1,'',1,0),(5,'Syndicate','',9,'left',0,'0000-00-00 00:00:00',0,'mod_rssfeed',0,0,1,'',1,0),(6,'Latest News','',2,'user1',0,'0000-00-00 00:00:00',0,'mod_latestnews',0,0,1,'',1,0),(7,'Statistics','',8,'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),(8,'Who\'s Online','',3,'left',0,'0000-00-00 00:00:00',1,'mod_whosonline',0,0,1,'showmode=0\nmoduleclass_sfx=',0,0),(9,'Popular','',1,'user1',0,'0000-00-00 00:00:00',1,'mod_mostread',0,0,1,'moduleclass_sfx=\ncache=0\ntype=1\nshow_front=1\ncount=5\ncatid=\nsecid=',0,0),(10,'Template Chooser','',10,'left',0,'0000-00-00 00:00:00',0,'mod_templatechooser',0,0,1,'show_preview=1',0,0),(11,'Archive','',11,'left',0,'0000-00-00 00:00:00',0,'mod_archive',0,0,1,'',1,0),(12,'Sections','',12,'left',0,'0000-00-00 00:00:00',0,'mod_sections',0,0,1,'',1,0),(13,'Newsflash','',1,'top',0,'0000-00-00 00:00:00',1,'mod_newsflash',0,0,1,'catid=3\r\nstyle=random\r\nitems=\r\nmoduleclass_sfx=',0,0),(14,'Related Items','',13,'left',0,'0000-00-00 00:00:00',0,'mod_related_items',0,0,1,'',0,0),(15,'Search','',1,'user4',0,'0000-00-00 00:00:00',1,'mod_search',0,0,0,'',0,0),(16,'Random Image','',4,'right',0,'0000-00-00 00:00:00',1,'mod_random_image',0,0,1,'',0,0),(17,'Top Menu','',2,'user3',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,0,'menutype=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),(18,'Banners','',1,'banner',0,'0000-00-00 00:00:00',0,'mod_banners',0,0,0,'banner_cids=\nmoduleclass_sfx=\n',1,0),(19,'Components','',2,'cpanel',0,'0000-00-00 00:00:00',1,'mod_components',0,99,1,'',1,1),(20,'Popular','',3,'cpanel',0,'0000-00-00 00:00:00',1,'mod_popular',0,99,1,'',0,1),(21,'Latest Items','',4,'cpanel',0,'0000-00-00 00:00:00',1,'mod_latest',0,99,1,'',0,1),(22,'Menu Stats','',5,'cpanel',0,'0000-00-00 00:00:00',1,'mod_stats',0,99,1,'',0,1),(23,'Unread Messages','',1,'header',0,'0000-00-00 00:00:00',1,'mod_unread',0,99,1,'',1,1),(24,'Online Users','',2,'header',0,'0000-00-00 00:00:00',1,'mod_online',0,99,1,'',1,1),(25,'Full Menu','',1,'top',0,'0000-00-00 00:00:00',1,'mod_fullmenu',0,99,1,'',1,1),(26,'Pathway','',1,'pathway',0,'0000-00-00 00:00:00',1,'mod_pathway',0,99,1,'',1,1),(27,'Toolbar','',1,'toolbar',0,'0000-00-00 00:00:00',1,'mod_toolbar',0,99,1,'',1,1),(28,'System Message','',1,'inset',0,'0000-00-00 00:00:00',1,'mod_mosmsg',0,99,1,'',1,1),(29,'Quick Icons','',1,'icon',0,'0000-00-00 00:00:00',1,'mod_quickicon',0,99,1,'',1,1),(30,'Other Menu','',5,'left',0,'0000-00-00 00:00:00',0,'mod_mainmenu',0,0,0,'menutype=othermenu\nmenu_style=vert_indent\ncache=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=0\nclass_sfx=\nmoduleclass_sfx=\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=',0,0),(31,'Wrapper','',14,'left',0,'0000-00-00 00:00:00',0,'mod_wrapper',0,0,1,'',0,0),(32,'Logged','',0,'cpanel',0,'0000-00-00 00:00:00',1,'mod_logged',0,99,1,'',0,1),(33,'JA Newsflash','',1,'left',0,'0000-00-00 00:00:00',1,'mod_janewsflash',0,0,0,'moduleclass_sfx=-hilite1\ncatid=22\ndelaytime=10\nanimationtime=1000\nlink_titles=\nanimation=scoll_up\nxheight=300\ntemplates=<div style=\"overflow:hidden; height:323px;\" ><div class=\"nftitle\">##TITLE##</div><div class=\"nfcontent\">##CONTENT##</div>\r<br /><div class=\"nfimages\">##IMAGE##</div></div>',0,0),(35,'JA News','',1,'ja-news',0,'0000-00-00 00:00:00',1,'mod_janews',0,0,1,'moduleclass_sfx=\nshowheadline=1\nheadlinelang=Naujiena\nnumberofheadlinenews=10\nheadlineheight=0\nautoroll=1\ndelaytime=10\ncatid=15,14\nlinkitems=10\nmaxchars=0\nwidth=100\nheight=600\ncols=2\nshowintro=0\nshowimage=0',0,0),(36,'news_right_2','',1,'user2',0,'0000-00-00 00:00:00',1,'mod_newsflash',0,0,0,'catid=19\nstyle=random\nimage=0\nlink_titles=\nreadmore=1\nitem_title=0\nitems=\ncache=0\nmoduleclass_sfx=',0,0),(37,'news_right_3','',1,'user5',0,'0000-00-00 00:00:00',1,'mod_newsflash',0,0,0,'catid=20\nstyle=random\nimage=0\nlink_titles=\nreadmore=1\nitem_title=0\nitems=\ncache=0\nmoduleclass_sfx=',0,0),(38,'news_right_1','',3,'user1',0,'0000-00-00 00:00:00',1,'mod_newsflash',0,0,0,'catid=21\nstyle=random\nimage=0\nlink_titles=\nreadmore=1\nitem_title=0\nitems=\ncache=0\nmoduleclass_sfx=',0,0),(39,'JoomFish language selection','',3,'user3',0,'0000-00-00 00:00:00',1,'mod_jflanguageselection',0,0,0,'',0,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_modules` ENABLE KEYS */;

--
-- 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=utf8;

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


/*!40000 ALTER TABLE `jos_modules_menu` DISABLE KEYS */;
LOCK TABLES `jos_modules_menu` WRITE;
INSERT INTO `jos_modules_menu` VALUES (1,0),(2,0),(3,0),(4,1),(5,1),(6,1),(6,2),(6,4),(6,27),(6,36),(8,0),(9,1),(9,2),(10,1),(13,0),(15,0),(17,0),(18,0),(30,0),(33,0),(35,46),(36,0),(37,0),(38,0),(39,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_modules_menu` ENABLE KEYS */;

--
-- 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,
  `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',
  PRIMARY KEY  (`id`),
  KEY `published` (`published`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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


/*!40000 ALTER TABLE `jos_newsfeeds` DISABLE KEYS */;
LOCK TABLES `jos_newsfeeds` WRITE;
INSERT INTO `jos_newsfeeds` VALUES (4,1,'Joomla! - Official News','http://www.joomla.org/index.php?option=com_rss_xtd&feed=RSS2.0&type=com_frontpage&Itemid=1','',1,5,3600,0,'0000-00-00 00:00:00',8),(4,2,'Joomla! - Community News','http://www.joomla.org/index.php?option=com_rss_xtd&feed=RSS2.0&type=com_content&task=blogcategory&id=0&Itemid=33','',1,5,3600,0,'0000-00-00 00:00:00',9),(10,4,'Linux Today','http://linuxtoday.com/backend/my-netscape.rdf','',1,3,3600,0,'0000-00-00 00:00:00',1),(5,5,'Business News','http://headlines.internet.com/internetnews/bus-news/news.rss','',1,3,3600,0,'0000-00-00 00:00:00',2),(11,6,'Web Developer News','http://headlines.internet.com/internetnews/wd-news/news.rss','',1,3,3600,0,'0000-00-00 00:00:00',3),(10,7,'Linux Central:New Products','http://linuxcentral.com/backend/lcnew.rdf','',1,3,3600,0,'0000-00-00 00:00:00',4),(10,8,'Linux Central:Best Selling','http://linuxcentral.com/backend/lcbestns.rdf','',1,3,3600,0,'0000-00-00 00:00:00',5),(10,9,'Linux Central:Daily Specials','http://linuxcentral.com/backend/lcspecialns.rdf','',1,3,3600,0,'0000-00-00 00:00:00',6),(9,10,'Internet:Finance News','http://headlines.internet.com/internetnews/fina-news/news.rss','',1,3,3600,0,'0000-00-00 00:00:00',7);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_newsfeeds` ENABLE KEYS */;

--
-- 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(4) 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 DEFAULT CHARSET=utf8;

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


/*!40000 ALTER TABLE `jos_poll_data` DISABLE KEYS */;
LOCK TABLES `jos_poll_data` WRITE;
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,'Neturiu nuomonės',13),(14,15,'Ne',37),(13,15,'Taip',601),(23,15,'',0),(24,15,'',0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_poll_data` ENABLE KEYS */;

--
-- 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 DEFAULT CHARSET=utf8;

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


/*!40000 ALTER TABLE `jos_poll_date` DISABLE KEYS */;
LOCK TABLES `jos_poll_date` WRITE;
INSERT INTO `jos_poll_date` VALUES (1,'2007-07-08 00:15:00',13,15),(2,'2007-07-20 10:40:00',13,15),(3,'2007-07-21 20:08:00',13,15),(4,'2007-08-07 15:17:00',13,15),(5,'2007-08-08 10:48:00',13,15),(6,'2007-08-09 15:21:00',13,15),(7,'2007-08-12 16:16:00',13,15),(8,'2007-08-13 11:59:00',13,15),(9,'2007-08-14 13:21:00',13,15),(10,'2007-08-16 20:00:00',13,15),(11,'2007-08-20 12:55:00',13,15),(12,'2007-08-23 20:22:00',13,15),(13,'2007-08-24 16:22:00',13,15),(14,'2007-08-30 15:59:00',13,15),(15,'2007-08-31 03:45:00',13,15),(16,'2007-08-31 11:42:00',13,15),(17,'2007-09-01 15:30:00',13,15),(18,'2007-09-01 19:08:00',13,15),(19,'2007-09-03 14:04:00',13,15),(20,'2007-09-03 16:38:00',13,15),(21,'2007-09-03 21:13:00',15,15),(22,'2007-09-03 21:23:00',13,15),(23,'2007-09-04 14:23:00',13,15),(24,'2007-09-04 22:29:00',13,15),(25,'2007-09-04 23:20:00',13,15),(26,'2007-09-05 01:15:00',13,15),(27,'2007-09-05 01:30:00',13,15),(28,'2007-09-05 11:44:00',13,15),(29,'2007-09-05 11:55:00',13,15),(30,'2007-09-05 15:51:00',13,15),(31,'2007-09-05 17:23:00',13,15),(32,'2007-09-05 22:18:00',13,15),(33,'2007-09-07 12:30:00',13,15),(34,'2007-09-07 16:11:00',13,15),(35,'2007-09-07 16:22:00',13,15),(36,'2007-09-07 19:37:00',13,15),(37,'2007-09-07 23:30:00',13,15),(38,'2007-09-08 13:39:00',13,15),(39,'2007-09-08 15:28:00',13,15),(40,'2007-09-08 16:47:00',14,15),(41,'2007-09-08 17:51:00',13,15),(42,'2007-09-08 18:13:00',13,15),(43,'2007-09-08 18:49:00',13,15),(44,'2007-09-09 11:46:00',13,15),(45,'2007-09-09 12:37:00',13,15),(46,'2007-09-09 15:42:00',13,15),(47,'2007-09-09 18:17:00',13,15),(48,'2007-09-09 19:49:00',13,15),(49,'2007-09-10 17:07:00',13,15),(50,'2007-09-10 18:48:00',13,15),(51,'2007-09-10 19:11:00',13,15),(52,'2007-09-11 16:37:00',13,15),(53,'2007-09-12 18:42:00',13,15),(54,'2007-09-12 20:45:00',13,15),(55,'2007-09-12 21:20:00',13,15),(56,'2007-09-13 14:26:00',13,15),(57,'2007-09-13 16:44:00',13,15),(58,'2007-09-13 19:14:00',14,15),(59,'2007-09-13 19:20:00',13,15),(60,'2007-09-13 20:55:00',13,15),(61,'2007-09-14 09:09:00',13,15),(62,'2007-09-14 13:55:00',13,15),(63,'2007-09-14 14:00:00',13,15),(64,'2007-09-14 14:12:00',15,15),(65,'2007-09-14 16:09:00',13,15),(66,'2007-09-14 19:46:00',13,15),(67,'2007-09-14 23:17:00',13,15),(68,'2007-09-15 12:00:00',13,15),(69,'2007-09-15 12:18:00',13,15),(70,'2007-09-15 14:33:00',13,15),(71,'2007-09-15 14:46:00',13,15),(72,'2007-09-15 16:55:00',13,15),(73,'2007-09-15 18:10:00',13,15),(74,'2007-09-15 18:36:00',13,15),(75,'2007-09-15 19:14:00',13,15),(76,'2007-09-15 19:37:00',13,15),(77,'2007-09-15 20:09:00',13,15),(78,'2007-09-15 20:16:00',13,15),(79,'2007-09-16 16:32:00',13,15),(80,'2007-09-16 17:31:00',13,15),(81,'2007-09-18 10:17:00',13,15),(82,'2007-09-18 20:27:00',13,15),(83,'2007-09-19 15:50:00',13,15),(84,'2007-09-20 12:28:00',13,15),(85,'2007-09-21 22:20:00',13,15),(86,'2007-09-21 23:08:00',13,15),(87,'2007-09-22 14:41:00',13,15),(88,'2007-09-22 18:32:00',13,15),(89,'2007-09-24 11:45:00',13,15),(90,'2007-09-24 20:49:00',13,15),(91,'2007-09-25 12:31:00',13,15),(92,'2007-09-25 13:22:00',13,15),(93,'2007-09-27 16:10:00',13,15),(94,'2007-09-27 21:39:00',13,15),(95,'2007-09-29 17:10:00',14,15),(96,'2007-09-29 22:03:00',13,15),(97,'2007-09-30 12:59:00',13,15),(98,'2007-09-30 21:15:00',13,15),(99,'2007-10-01 09:06:00',13,15),(100,'2007-10-01 20:50:00',13,15),(101,'2007-10-03 17:47:00',13,15),(102,'2007-10-04 15:18:00',13,15),(103,'2007-10-06 00:27:00',13,15),(104,'2007-10-06 12:17:00',13,15),(105,'2007-10-06 23:43:00',13,15),(106,'2007-10-07 20:44:00',13,15),(107,'2007-10-07 21:26:00',13,15),(108,'2007-10-08 12:39:00',13,15),(109,'2007-10-08 16:59:00',13,15),(110,'2007-10-08 23:37:00',13,15),(111,'2007-10-09 22:45:00',13,15),(112,'2007-10-10 09:29:00',13,15),(113,'2007-10-10 11:54:00',13,15),(114,'2007-10-10 14:22:00',13,15),(115,'2007-10-10 17:32:00',13,15),(116,'2007-10-11 10:30:00',13,15),(117,'2007-10-11 10:52:00',13,15),(118,'2007-10-11 13:17:00',13,15),(119,'2007-10-11 17:30:00',13,15),(120,'2007-10-12 10:42:00',13,15),(121,'2007-10-12 18:53:00',13,15),(122,'2007-10-12 21:49:00',14,15),(123,'2007-10-13 14:51:00',13,15),(124,'2007-10-14 13:56:00',13,15),(125,'2007-10-15 08:14:00',13,15),(126,'2007-10-15 16:04:00',13,15),(127,'2007-10-15 17:51:00',13,15),(128,'2007-10-16 13:43:00',13,15),(129,'2007-10-16 20:07:00',13,15),(130,'2007-10-16 20:14:00',13,15),(131,'2007-10-17 10:26:00',13,15),(132,'2007-10-17 12:50:00',13,15),(133,'2007-10-17 20:46:00',13,15),(134,'2007-10-19 16:48:00',13,15),(135,'2007-10-20 23:59:00',13,15),(136,'2007-10-21 01:21:00',13,15),(137,'2007-10-21 18:11:00',13,15),(138,'2007-10-21 19:33:00',13,15),(139,'2007-10-22 10:08:00',13,15),(140,'2007-10-22 10:18:00',13,15),(141,'2007-10-22 11:34:00',13,15),(142,'2007-10-22 11:38:00',13,15),(143,'2007-10-22 14:45:00',13,15),(144,'2007-10-22 21:59:00',13,15),(145,'2007-10-23 22:09:00',13,15),(146,'2007-10-24 09:05:00',13,15),(147,'2007-10-24 20:27:00',13,15),(148,'2007-10-25 13:48:00',13,15),(149,'2007-10-25 14:36:00',13,15),(150,'2007-10-25 16:37:00',13,15),(151,'2007-10-25 20:07:00',13,15),(152,'2007-10-26 15:00:00',13,15),(153,'2007-10-26 15:51:00',13,15),(154,'2007-10-27 22:34:00',13,15),(155,'2007-10-28 08:44:00',13,15),(156,'2007-10-28 15:01:00',13,15),(157,'2007-10-28 15:10:00',13,15),(158,'2007-10-28 22:14:00',13,15),(159,'2007-10-30 15:32:00',13,15),(160,'2007-10-30 16:23:00',13,15),(161,'2007-10-30 18:49:00',13,15),(162,'2007-10-31 13:05:00',13,15),(163,'2007-10-31 17:00:00',13,15),(164,'2007-10-31 20:56:00',13,15),(165,'2007-11-01 14:06:00',13,15),(166,'2007-11-01 20:38:00',13,15),(167,'2007-11-02 00:11:00',13,15),(168,'2007-11-02 12:16:00',13,15),(169,'2007-11-02 22:25:00',13,15),(170,'2007-11-03 11:07:00',13,15),(171,'2007-11-03 12:24:00',13,15),(172,'2007-11-03 15:11:00',13,15),(173,'2007-11-03 18:13:00',13,15),(174,'2007-11-03 21:05:00',13,15),(175,'2007-11-03 21:52:00',13,15),(176,'2007-11-04 17:59:00',13,15),(177,'2007-11-05 11:23:00',13,15),(178,'2007-11-05 12:04:00',13,15),(179,'2007-11-05 17:05:00',13,15),(180,'2007-11-05 20:56:00',14,15),(181,'2007-11-06 23:39:00',13,15),(182,'2007-11-07 16:14:00',13,15),(183,'2007-11-08 16:41:00',13,15),(184,'2007-11-08 23:30:00',13,15),(185,'2007-11-09 22:04:00',13,15),(186,'2007-11-10 11:50:00',13,15),(187,'2007-11-10 11:58:00',13,15),(188,'2007-11-10 12:26:00',13,15),(189,'2007-11-10 14:36:00',13,15),(190,'2007-11-10 19:27:00',13,15),(191,'2007-11-11 10:48:00',13,15),(192,'2007-11-11 16:46:00',13,15),(193,'2007-11-11 22:45:00',14,15),(194,'2007-11-11 23:52:00',13,15),(195,'2007-11-12 12:14:00',13,15),(196,'2007-11-12 13:20:00',13,15),(197,'2007-11-12 17:36:00',13,15),(198,'2007-11-13 08:17:00',13,15),(199,'2007-11-13 09:50:00',13,15),(200,'2007-11-13 12:27:00',13,15),(201,'2007-11-13 15:58:00',13,15),(202,'2007-11-13 19:01:00',13,15),(203,'2007-11-13 19:54:00',13,15),(204,'2007-11-13 22:19:00',13,15),(205,'2007-11-14 00:06:00',13,15),(206,'2007-11-15 00:26:00',15,15),(207,'2007-11-15 11:21:00',13,15),(208,'2007-11-15 23:18:00',13,15),(209,'2007-11-15 23:54:00',13,15),(210,'2007-11-16 14:45:00',13,15),(211,'2007-11-16 21:08:00',13,15),(212,'2007-11-17 15:20:00',13,15),(213,'2007-11-17 17:31:00',13,15),(214,'2007-11-18 15:45:00',13,15),(215,'2007-11-18 19:28:00',13,15),(216,'2007-11-19 12:26:00',13,15),(217,'2007-11-19 19:21:00',13,15),(218,'2007-11-19 20:28:00',13,15),(219,'2007-11-20 11:55:00',13,15),(220,'2007-11-20 15:42:00',13,15),(221,'2007-11-20 17:06:00',13,15),(222,'2007-11-20 20:38:00',13,15),(223,'2007-11-21 11:50:00',13,15),(224,'2007-11-21 13:32:00',13,15),(225,'2007-11-21 16:29:00',13,15),(226,'2007-11-21 23:15:00',13,15),(227,'2007-11-22 11:25:00',13,15),(228,'2007-11-22 12:47:00',13,15),(229,'2007-11-22 13:00:00',13,15),(230,'2007-11-22 14:18:00',13,15),(231,'2007-11-22 18:12:00',13,15),(232,'2007-11-23 10:58:00',13,15),(233,'2007-11-23 18:00:00',13,15),(234,'2007-11-23 23:57:00',13,15),(235,'2007-11-25 11:01:00',13,15),(236,'2007-11-25 18:37:00',13,15),(237,'2007-11-25 22:09:00',13,15),(238,'2007-11-26 11:09:00',13,15),(239,'2007-11-26 11:32:00',13,15),(240,'2007-11-26 14:31:00',13,15),(241,'2007-11-27 15:51:00',13,15),(242,'2007-11-27 21:06:00',13,15),(243,'2007-11-27 21:27:00',13,15),(244,'2007-11-28 09:45:00',13,15),(245,'2007-11-29 20:46:00',13,15),(246,'2007-11-29 22:05:00',13,15),(247,'2007-11-30 14:24:00',13,15),(248,'2007-12-01 14:39:00',13,15),(249,'2007-12-02 17:24:00',13,15),(250,'2007-12-02 19:36:00',13,15),(251,'2007-12-02 20:17:00',13,15),(252,'2007-12-02 21:18:00',13,15),(253,'2007-12-02 21:55:00',13,15),(254,'2007-12-03 13:05:00',13,15),(255,'2007-12-04 18:08:00',13,15),(256,'2007-12-05 16:35:00',13,15),(257,'2007-12-06 16:33:00',13,15),(258,'2007-12-06 18:32:00',15,15),(259,'2007-12-07 16:22:00',13,15),(260,'2007-12-07 17:47:00',13,15),(261,'2007-12-07 20:45:00',13,15),(262,'2007-12-07 21:35:00',13,15),(263,'2007-12-07 22:38:00',13,15),(264,'2007-12-07 23:40:00',13,15),(265,'2007-12-08 20:49:00',13,15),(266,'2007-12-08 21:13:00',13,15),(267,'2007-12-09 00:53:00',14,15),(268,'2007-12-10 12:38:00',13,15),(269,'2007-12-10 22:14:00',14,15),(270,'2007-12-12 20:58:00',13,15),(271,'2007-12-12 23:22:00',13,15),(272,'2007-12-13 17:15:00',13,15),(273,'2007-12-14 11:14:00',13,15),(274,'2007-12-14 22:28:00',13,15),(275,'2007-12-16 16:12:00',13,15),(276,'2007-12-17 15:13:00',13,15),(277,'2007-12-17 15:45:00',13,15),(278,'2007-12-18 17:28:00',13,15),(279,'2007-12-19 00:38:00',13,15),(280,'2007-12-19 07:50:00',14,15),(281,'2007-12-19 16:19:00',13,15),(282,'2007-12-20 21:19:00',13,15),(283,'2007-12-21 19:51:00',13,15),(284,'2007-12-22 14:53:00',13,15),(285,'2007-12-22 18:21:00',13,15),(286,'2007-12-23 11:19:00',14,15),(287,'2007-12-24 22:00:00',13,15),(288,'2007-12-25 15:35:00',13,15),(289,'2007-12-25 19:13:00',13,15),(290,'2007-12-26 01:02:00',13,15),(291,'2007-12-26 18:54:00',13,15),(292,'2007-12-26 19:40:00',14,15),(293,'2007-12-27 11:59:00',13,15),(294,'2007-12-27 17:17:00',15,15),(295,'2007-12-30 15:57:00',13,15),(296,'2007-12-30 16:35:00',13,15),(297,'2007-12-31 10:50:00',13,15),(298,'2007-12-31 14:55:00',13,15),(299,'2007-12-31 15:41:00',13,15),(300,'2008-01-02 21:54:00',13,15),(301,'2008-01-03 18:14:00',13,15),(302,'2008-01-04 17:33:00',13,15),(303,'2008-01-04 18:58:00',13,15),(304,'2008-01-04 22:55:00',13,15),(305,'2008-01-05 14:17:00',13,15),(306,'2008-01-05 23:46:00',13,15),(307,'2008-01-07 19:39:00',13,15),(308,'2008-01-09 19:04:00',13,15),(309,'2008-01-10 14:49:00',13,15),(310,'2008-01-14 10:51:00',13,15),(311,'2008-01-16 13:24:00',13,15),(312,'2008-01-16 15:35:00',13,15),(313,'2008-01-16 19:59:00',13,15),(314,'2008-01-17 21:19:00',13,15),(315,'2008-01-18 10:44:00',13,15),(316,'2008-01-18 17:08:00',13,15),(317,'2008-01-18 20:54:00',13,15),(318,'2008-01-18 21:12:00',13,15),(319,'2008-01-18 23:38:00',13,15),(320,'2008-01-21 02:29:00',13,15),(321,'2008-01-23 11:27:00',13,15),(322,'2008-01-23 22:34:00',13,15),(323,'2008-01-25 14:08:00',13,15),(324,'2008-01-25 14:16:00',13,15),(325,'2008-01-25 20:48:00',13,15),(326,'2008-01-28 12:11:00',13,15),(327,'2008-01-28 20:57:00',13,15),(328,'2008-01-29 17:40:00',13,15),(329,'2008-01-30 11:05:00',14,15),(330,'2008-01-30 11:38:00',13,15),(331,'2008-01-31 12:45:00',13,15),(332,'2008-02-01 15:37:00',15,15),(333,'2008-02-02 12:41:00',13,15),(334,'2008-02-02 21:47:00',13,15),(335,'2008-02-03 10:56:00',13,15),(336,'2008-02-05 11:20:00',13,15),(337,'2008-02-05 13:49:00',13,15),(338,'2008-02-05 15:52:00',13,15),(339,'2008-02-07 14:37:00',13,15),(340,'2008-02-07 15:59:00',13,15),(341,'2008-02-07 19:09:00',13,15),(342,'2008-02-07 19:17:00',13,15),(343,'2008-02-08 21:57:00',13,15),(344,'2008-02-12 11:14:00',13,15),(345,'2008-02-12 14:56:00',13,15),(346,'2008-02-12 15:39:00',13,15),(347,'2008-02-16 17:27:00',13,15),(348,'2008-02-17 11:05:00',13,15),(349,'2008-02-19 12:51:00',13,15),(350,'2008-02-19 16:41:00',13,15),(351,'2008-02-19 17:58:00',13,15),(352,'2008-02-19 20:49:00',13,15),(353,'2008-02-20 20:35:00',13,15),(354,'2008-02-21 11:52:00',13,15),(355,'2008-02-21 18:26:00',13,15),(356,'2008-02-23 15:39:00',13,15),(357,'2008-02-24 21:22:00',13,15),(358,'2008-02-24 23:33:00',13,15),(359,'2008-02-26 13:18:00',13,15),(360,'2008-02-27 14:37:00',13,15),(361,'2008-03-01 18:24:00',13,15),(362,'2008-03-03 17:44:00',13,15),(363,'2008-03-04 20:33:00',13,15),(364,'2008-03-04 23:50:00',13,15),(365,'2008-03-06 15:24:00',13,15),(366,'2008-03-06 17:07:00',13,15),(367,'2008-03-06 17:38:00',13,15),(368,'2008-03-07 10:27:00',13,15),(369,'2008-03-07 20:46:00',13,15),(370,'2008-03-08 21:17:00',13,15),(371,'2008-03-09 20:38:00',13,15),(372,'2008-03-10 21:51:00',13,15),(373,'2008-03-12 18:06:00',13,15),(374,'2008-03-13 13:37:00',13,15),(375,'2008-03-14 10:45:00',13,15),(376,'2008-03-14 14:08:00',13,15),(377,'2008-03-14 14:10:00',13,15),(378,'2008-03-14 14:19:00',13,15),(379,'2008-03-14 19:41:00',13,15),(380,'2008-03-14 20:40:00',13,15),(381,'2008-03-16 13:13:00',13,15),(382,'2008-03-16 23:15:00',13,15),(383,'2008-03-17 09:58:00',13,15),(384,'2008-03-18 09:19:00',13,15),(385,'2008-03-18 18:01:00',13,15),(386,'2008-03-21 09:28:00',14,15),(387,'2008-03-21 19:17:00',13,15),(388,'2008-03-21 20:54:00',13,15),(389,'2008-03-22 17:11:00',13,15),(390,'2008-03-22 23:15:00',13,15),(391,'2008-03-24 18:01:00',13,15),(392,'2008-03-25 12:06:00',13,15),(393,'2008-03-26 10:56:00',13,15),(394,'2008-03-27 12:17:00',13,15),(395,'2008-03-28 12:55:00',13,15),(396,'2008-03-29 12:49:00',13,15),(397,'2008-03-30 14:10:00',13,15),(398,'2008-04-01 16:33:00',13,15),(399,'2008-04-03 10:07:00',13,15),(400,'2008-04-03 17:58:00',13,15),(401,'2008-04-07 09:03:00',13,15),(402,'2008-04-08 16:49:00',13,15),(403,'2008-04-08 18:16:00',13,15),(404,'2008-04-10 21:27:00',13,15),(405,'2008-04-10 23:18:00',13,15),(406,'2008-04-11 17:09:00',13,15),(407,'2008-04-15 16:44:00',13,15),(408,'2008-04-17 22:42:00',13,15),(409,'2008-04-19 09:01:00',13,15),(410,'2008-04-19 10:04:00',13,15),(411,'2008-04-24 19:40:00',13,15),(412,'2008-04-26 11:25:00',13,15),(413,'2008-04-26 19:57:00',13,15),(414,'2008-04-26 20:43:00',13,15),(415,'2008-05-01 14:33:00',13,15),(416,'2008-05-03 00:28:00',13,15),(417,'2008-05-04 20:05:00',13,15),(418,'2008-05-06 18:35:00',13,15),(419,'2008-05-09 11:05:00',13,15),(420,'2008-05-09 13:29:00',13,15),(421,'2008-05-10 01:25:00',14,15),(422,'2008-05-10 20:26:00',13,15),(423,'2008-05-10 22:16:00',13,15),(424,'2008-05-11 11:10:00',13,15),(425,'2008-05-11 22:46:00',13,15),(426,'2008-05-13 15:58:00',13,15),(427,'2008-05-15 21:35:00',13,15),(428,'2008-05-16 15:17:00',13,15),(429,'2008-05-20 14:15:00',13,15),(430,'2008-05-21 16:30:00',13,15),(431,'2008-05-21 18:20:00',13,15),(432,'2008-05-24 02:56:00',14,15),(433,'2008-06-04 15:21:00',13,15),(434,'2008-06-04 15:46:00',13,15),(435,'2008-06-06 01:50:00',15,15),(436,'2008-06-06 15:50:00',13,15),(437,'2008-06-14 20:47:00',13,15),(438,'2008-06-16 20:34:00',13,15),(439,'2008-06-17 18:04:00',13,15),(440,'2008-07-07 17:22:00',13,15),(441,'2008-07-13 11:17:00',13,15),(442,'2008-07-13 12:18:00',13,15),(443,'2008-07-19 14:41:00',13,15),(444,'2008-07-20 20:41:00',13,15),(445,'2008-07-23 16:07:00',13,15),(446,'2008-07-24 11:38:00',13,15),(447,'2008-08-01 23:15:00',13,15),(448,'2008-08-01 23:34:00',13,15),(449,'2008-08-05 17:03:00',13,15),(450,'2008-08-07 17:53:00',14,15),(451,'2008-08-07 22:54:00',13,15),(452,'2008-08-10 19:27:00',13,15),(453,'2008-08-11 12:58:00',13,15),(454,'2008-08-12 12:55:00',13,15),(455,'2008-08-12 16:54:00',13,15),(456,'2008-08-13 19:15:00',13,15),(457,'2008-08-15 16:46:00',14,15),(458,'2008-08-15 19:34:00',13,15),(459,'2008-08-18 04:28:00',13,15),(460,'2008-08-18 20:25:00',13,15),(461,'2008-08-19 10:40:00',13,15),(462,'2008-08-19 21:17:00',13,15),(463,'2008-08-19 22:05:00',13,15),(464,'2008-08-24 13:58:00',13,15),(465,'2008-08-26 17:27:00',13,15),(466,'2008-09-05 08:31:00',13,15),(467,'2008-09-08 21:27:00',13,15),(468,'2008-09-10 20:07:00',13,15),(469,'2008-09-11 22:16:00',14,15),(470,'2008-09-17 20:10:00',13,15),(471,'2008-09-18 12:11:00',13,15),(472,'2008-09-20 20:28:00',14,15),(473,'2008-09-21 23:23:00',13,15),(474,'2008-09-22 18:38:00',13,15),(475,'2008-09-26 10:41:00',13,15),(476,'2008-09-26 19:32:00',13,15),(477,'2008-09-27 17:18:00',13,15),(478,'2008-09-27 21:16:00',13,15),(479,'2008-10-07 14:30:00',13,15),(480,'2008-10-10 18:08:00',14,15),(481,'2008-10-14 13:11:00',13,15),(482,'2008-10-14 14:55:00',13,15),(483,'2008-10-15 15:04:00',13,15),(484,'2008-10-16 10:10:00',13,15),(485,'2008-10-17 22:36:00',13,15),(486,'2008-10-18 16:47:00',13,15),(487,'2008-10-18 21:48:00',13,15),(488,'2008-10-21 13:54:00',13,15),(489,'2008-10-23 21:19:00',13,15),(490,'2008-10-24 18:16:00',13,15),(491,'2008-10-29 12:41:00',13,15),(492,'2008-11-06 21:56:00',13,15),(493,'2008-11-11 23:27:00',13,15),(494,'2008-11-17 17:33:00',13,15),(495,'2008-11-19 18:15:00',13,15),(496,'2008-11-20 16:13:00',13,15),(497,'2008-11-21 19:03:00',13,15),(498,'2008-11-22 04:30:00',13,15),(499,'2008-11-24 23:19:00',14,15),(500,'2008-11-25 06:33:00',13,15),(501,'2008-11-26 08:20:00',13,15),(502,'2008-11-26 18:42:00',14,15),(503,'2008-11-28 16:00:00',13,15),(504,'2008-11-30 21:52:00',15,15),(505,'2008-12-03 18:04:00',13,15),(506,'2008-12-03 18:27:00',13,15),(507,'2008-12-04 17:10:00',13,15),(508,'2008-12-07 22:51:00',13,15),(509,'2008-12-14 14:47:00',14,15),(510,'2008-12-18 15:07:00',13,15),(511,'2008-12-21 15:21:00',13,15),(512,'2008-12-30 11:35:00',13,15),(513,'2008-12-31 02:26:00',13,15),(514,'2009-01-09 09:58:00',13,15),(515,'2009-01-13 14:04:00',13,15),(516,'2009-01-19 20:06:00',13,15),(517,'2009-01-21 21:04:00',13,15),(518,'2009-01-25 10:26:00',13,15),(519,'2009-01-28 16:16:00',13,15),(520,'2009-01-29 10:08:00',13,15),(521,'2009-01-29 21:03:00',13,15),(522,'2009-02-02 15:05:00',13,15),(523,'2009-02-02 16:21:00',13,15),(524,'2009-02-03 16:44:00',14,15),(525,'2009-02-04 12:09:00',13,15),(526,'2009-02-11 11:32:00',13,15),(527,'2009-02-12 11:48:00',13,15),(528,'2009-02-13 16:04:00',13,15),(529,'2009-02-21 12:47:00',13,15),(530,'2009-02-27 21:41:00',13,15),(531,'2009-03-02 19:01:00',13,15),(532,'2009-03-04 11:55:00',15,15),(533,'2009-03-05 19:32:00',13,15),(534,'2009-03-09 16:59:00',13,15),(535,'2009-03-11 22:33:00',13,15),(536,'2009-03-16 13:43:00',13,15),(537,'2009-03-26 15:48:00',13,15),(538,'2009-03-28 15:19:00',13,15),(539,'2009-03-28 22:38:00',13,15),(540,'2009-04-01 16:32:00',13,15),(541,'2009-04-04 09:24:00',13,15),(542,'2009-04-17 20:49:00',13,15),(543,'2009-04-21 14:40:00',13,15),(544,'2009-04-22 14:55:00',13,15),(545,'2009-04-22 19:16:00',13,15),(546,'2009-04-24 19:06:00',13,15),(547,'2009-04-26 10:23:00',13,15),(548,'2009-05-08 16:33:00',13,15),(549,'2009-05-12 20:32:00',13,15),(550,'2009-05-14 18:40:00',13,15),(551,'2009-05-23 18:03:00',15,15),(552,'2009-06-09 10:45:00',13,15),(553,'2009-06-10 21:29:00',13,15),(554,'2009-06-23 23:58:00',14,15),(555,'2009-07-24 15:30:00',15,15),(556,'2009-08-13 14:44:00',13,15),(557,'2009-08-19 16:44:00',13,15),(558,'2009-08-28 12:22:00',13,15),(559,'2009-09-05 00:35:00',13,15),(560,'2009-09-07 17:17:00',13,15),(561,'2009-09-16 20:07:00',13,15),(562,'2009-09-21 20:09:00',13,15),(563,'2009-09-22 16:36:00',13,15),(564,'2009-10-03 17:42:00',14,15),(565,'2009-10-13 17:33:00',13,15),(566,'2009-10-22 17:09:00',13,15),(567,'2009-10-27 11:57:00',13,15),(568,'2009-10-30 16:53:00',13,15),(569,'2009-11-17 15:48:00',14,15),(570,'2009-11-24 10:50:00',13,15),(571,'2009-11-28 01:15:00',13,15),(572,'2009-12-04 00:32:00',13,15),(573,'2009-12-07 16:03:00',15,15),(574,'2009-12-07 21:01:00',13,15),(575,'2009-12-11 22:09:00',13,15),(576,'2009-12-18 13:04:00',13,15),(577,'2009-12-31 12:54:00',13,15),(578,'2010-01-02 19:54:00',13,15),(579,'2010-01-05 16:17:00',13,15),(580,'2010-01-10 00:12:00',13,15),(581,'2010-01-18 12:20:00',13,15),(582,'2010-02-03 15:39:00',14,15),(583,'2010-02-09 14:56:00',13,15),(584,'2010-02-15 15:44:00',14,15),(585,'2010-02-18 23:00:00',14,15),(586,'2010-02-27 22:38:00',14,15),(587,'2010-02-28 17:11:00',13,15),(588,'2010-03-01 15:36:00',13,15),(589,'2010-03-06 14:07:00',13,15),(590,'2010-04-10 20:13:00',14,15),(591,'2010-04-19 16:58:00',13,15),(592,'2010-05-05 17:04:00',14,15),(593,'2010-05-13 10:44:00',13,15),(594,'2010-05-20 13:48:00',13,15),(595,'2010-07-17 20:48:00',13,15),(596,'2010-08-22 18:52:00',13,15),(597,'2010-08-26 17:49:00',13,15),(598,'2010-09-03 15:45:00',13,15),(599,'2010-09-08 15:00:00',13,15),(600,'2010-09-14 14:50:00',13,15),(601,'2010-09-16 18:09:00',13,15),(602,'2010-09-17 17:43:00',13,15),(603,'2010-09-25 00:47:00',13,15),(604,'2010-09-29 19:21:00',13,15),(605,'2010-10-16 20:47:00',13,15),(606,'2010-10-20 16:31:00',13,15),(607,'2010-10-23 15:03:00',13,15),(608,'2010-10-27 16:15:00',13,15),(609,'2010-11-02 21:12:00',13,15),(610,'2010-11-06 20:02:00',13,15),(611,'2010-11-07 16:56:00',13,15),(612,'2010-11-15 09:08:00',13,15),(613,'2010-11-16 17:36:00',13,15),(614,'2010-11-16 20:50:00',13,15),(615,'2010-11-18 16:02:00',14,15),(616,'2010-11-21 12:50:00',14,15),(617,'2010-11-21 20:25:00',13,15),(618,'2010-11-29 19:15:00',14,15),(619,'2010-12-07 00:39:00',13,15),(620,'2011-01-16 14:22:00',13,15),(621,'2011-01-26 18:55:00',13,15),(622,'2011-02-20 11:03:00',13,15),(623,'2011-02-22 07:14:00',13,15),(624,'2011-02-27 20:24:00',13,15),(625,'2011-03-10 23:44:00',13,15),(626,'2011-03-13 19:39:00',15,15),(627,'2011-03-18 09:53:00',13,15),(628,'2011-03-19 00:15:00',13,15),(629,'2011-03-25 12:44:00',13,15),(630,'2011-03-26 16:34:00',13,15),(631,'2011-04-26 21:21:00',13,15),(632,'2011-05-26 23:11:00',13,15),(633,'2011-08-02 13:42:00',13,15),(634,'2011-08-02 20:25:00',13,15),(635,'2011-08-09 13:03:00',13,15),(636,'2011-09-19 13:44:00',13,15),(637,'2011-09-22 08:48:00',13,15),(638,'2011-09-22 15:40:00',13,15),(639,'2011-10-11 09:35:00',14,15),(640,'2011-11-05 08:16:00',13,15),(641,'2011-11-08 19:33:00',13,15),(642,'2011-11-08 21:36:00',13,15),(643,'2011-11-17 17:31:00',13,15),(644,'2011-11-18 11:44:00',13,15),(645,'2011-11-23 17:09:00',13,15),(646,'2011-11-24 15:43:00',13,15),(647,'2011-11-28 13:07:00',13,15),(648,'2011-12-02 21:19:00',13,15),(649,'2011-12-09 19:05:00',13,15),(650,'2011-12-14 14:39:00',13,15),(651,'2011-12-27 16:11:00',13,15);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_poll_date` ENABLE KEYS */;

--
-- 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=utf8;

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


/*!40000 ALTER TABLE `jos_poll_menu` DISABLE KEYS */;
LOCK TABLES `jos_poll_menu` WRITE;
INSERT INTO `jos_poll_menu` VALUES (15,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_poll_menu` ENABLE KEYS */;

--
-- 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(100) 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 DEFAULT CHARSET=utf8;

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


/*!40000 ALTER TABLE `jos_polls` DISABLE KEYS */;
LOCK TABLES `jos_polls` WRITE;
INSERT INTO `jos_polls` VALUES (15,'Ar Šiaulių miestui buvo reikalinga arena?',651,0,'0000-00-00 00:00:00',1,0,86400);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_polls` ENABLE KEYS */;

--
-- Table structure for table `jos_rsgallery2_acl`
--

DROP TABLE IF EXISTS `jos_rsgallery2_acl`;
CREATE TABLE `jos_rsgallery2_acl` (
  `id` int(11) NOT NULL auto_increment,
  `gallery_id` int(11) NOT NULL,
  `parent_id` int(11) NOT NULL default '0',
  `public_view` tinyint(1) NOT NULL default '1',
  `public_up_mod_img` tinyint(1) NOT NULL default '0',
  `public_del_img` tinyint(1) NOT NULL default '0',
  `public_create_mod_gal` tinyint(1) NOT NULL default '0',
  `public_del_gal` tinyint(1) NOT NULL default '0',
  `registered_view` tinyint(1) NOT NULL default '1',
  `registered_up_mod_img` tinyint(1) NOT NULL default '1',
  `registered_del_img` tinyint(1) NOT NULL default '0',
  `registered_create_mod_gal` tinyint(1) NOT NULL default '1',
  `registered_del_gal` tinyint(1) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_rsgallery2_acl`
--


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

--
-- Table structure for table `jos_rsgallery2_comments`
--

DROP TABLE IF EXISTS `jos_rsgallery2_comments`;
CREATE TABLE `jos_rsgallery2_comments` (
  `id` int(9) unsigned NOT NULL auto_increment,
  `picid` int(9) unsigned NOT NULL default '0',
  `name` varchar(50) NOT NULL default '',
  `comment` text NOT NULL,
  `date` datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_rsgallery2_comments`
--


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

--
-- Table structure for table `jos_rsgallery2_config`
--

DROP TABLE IF EXISTS `jos_rsgallery2_config`;
CREATE TABLE `jos_rsgallery2_config` (
  `id` int(9) unsigned NOT NULL auto_increment,
  `name` text NOT NULL,
  `value` text NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_rsgallery2_config`
--


/*!40000 ALTER TABLE `jos_rsgallery2_config` DISABLE KEYS */;
LOCK TABLES `jos_rsgallery2_config` WRITE;
INSERT INTO `jos_rsgallery2_config` VALUES (1,'acl_enabled','0'),(2,'allowedFileTypes','jpg,jpeg,gif,png'),(3,'createImgDirs',''),(4,'debug','0'),(5,'dispLimitbox','1'),(6,'displayBranding','0'),(7,'displayComments','0'),(8,'displayDesc','0'),(9,'displayDownload','0'),(10,'displayEXIF','0'),(11,'displayHits','0'),(12,'displayLatest','1'),(13,'displayPopup','2'),(14,'displayRandom','1'),(15,'displaySlideshow','1'),(16,'displayStatus','1'),(17,'displayVoting','0'),(18,'display_img_dynamicResize','0'),(19,'display_thumbs_colsPerPage','3'),(20,'display_thumbs_floatDirection','left'),(21,'display_thumbs_maxPerPage','9'),(22,'display_thumbs_showImgName','1'),(23,'display_thumbs_style','table'),(24,'ftp_path',''),(25,'galcountNrs','5'),(26,'graphicsLib','gd2'),(27,'imageMagick_path',''),(28,'image_width','400'),(29,'imgPath_display','/images/rsgallery/display'),(30,'imgPath_original','/images/rsgallery/original'),(31,'imgPath_thumb','/images/rsgallery/thumb'),(32,'intro_text',''),(33,'jpegQuality','85'),(34,'keepOriginalImage','1'),(35,'netpbm_path',''),(36,'show_mygalleries','0'),(37,'template','tables'),(38,'thumb_style','1'),(39,'thumb_width','80'),(40,'uu_createCat','0'),(41,'uu_enabled','0'),(42,'uu_maxCat','5'),(43,'uu_maxImages','50'),(44,'version','1.13.1'),(45,'watermark','0'),(46,'watermark_angle','0'),(47,'watermark_font','arial.ttf'),(48,'watermark_font_size','20'),(49,'watermark_image','watermark.png'),(50,'watermark_position','5'),(51,'watermark_text','(c) 2007 - RSGallery2'),(52,'watermark_transparency','50'),(53,'watermark_type','text');
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_rsgallery2_config` ENABLE KEYS */;

--
-- Table structure for table `jos_rsgallery2_files`
--

DROP TABLE IF EXISTS `jos_rsgallery2_files`;
CREATE TABLE `jos_rsgallery2_files` (
  `id` int(9) unsigned NOT NULL auto_increment,
  `name` varchar(100) NOT NULL default '',
  `descr` text,
  `gallery_id` int(9) unsigned NOT NULL default '0',
  `title` varchar(50) NOT NULL default '',
  `hits` int(11) unsigned NOT NULL default '0',
  `date` datetime NOT NULL default '0000-00-00 00:00:00',
  `rating` int(10) unsigned NOT NULL default '0',
  `votes` int(10) unsigned NOT NULL default '0',
  `comments` int(10) unsigned NOT NULL default '0',
  `published` tinyint(1) NOT NULL default '1',
  `checked_out` int(11) NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `ordering` int(9) unsigned NOT NULL default '0',
  `approved` tinyint(1) unsigned NOT NULL default '1',
  `userid` int(10) NOT NULL,
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  UNIQUE KEY `UK_name` (`name`),
  KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_rsgallery2_files`
--


/*!40000 ALTER TABLE `jos_rsgallery2_files` DISABLE KEYS */;
LOCK TABLES `jos_rsgallery2_files` WRITE;
INSERT INTO `jos_rsgallery2_files` VALUES (57,'IMGP1858.JPG','',10,'Vaizdas į salę',0,'2007-08-06 11:27:20',0,0,0,1,0,'0000-00-00 00:00:00',6,1,63,''),(56,'IMGP1856-1.JPG','',10,'Sėdimos vietos',0,'2007-08-06 11:26:09',0,0,0,1,0,'0000-00-00 00:00:00',5,1,63,''),(55,'IMGP1856.JPG','',10,'Vaizdas į salę iš baro',0,'2007-08-06 11:20:47',0,0,0,1,0,'0000-00-00 00:00:00',4,1,63,''),(54,'IMGP1851.JPG','',10,'Baras',0,'2007-08-06 11:19:23',0,0,0,1,0,'0000-00-00 00:00:00',3,1,63,''),(53,'IMGP1850.JPG','',10,'Gerimas',0,'2007-08-06 11:18:15',0,0,0,1,0,'0000-00-00 00:00:00',2,1,63,''),(52,'IMGP1846.JPG','',10,'Logo',0,'2007-08-06 11:17:10',0,0,0,1,0,'0000-00-00 00:00:00',1,1,63,''),(51,'IMGP1845.JPG','',9,'Koridorius',0,'2007-08-06 11:04:00',0,0,0,1,0,'0000-00-00 00:00:00',15,1,63,''),(50,'IMGP1844.JPG','',9,'Vaizdas pro langą',0,'2007-08-06 11:03:20',0,0,0,1,0,'0000-00-00 00:00:00',14,1,63,''),(49,'IMGP1843.JPG','',9,'Baras',0,'2007-08-06 11:02:22',0,0,0,1,0,'0000-00-00 00:00:00',13,1,63,''),(48,'IMGP1842.JPG','',9,'Baras',0,'2007-08-06 11:01:29',0,0,0,1,0,'0000-00-00 00:00:00',12,1,63,''),(47,'IMGP1838.JPG','',9,'Baro centras',0,'2007-08-06 11:00:18',0,0,0,1,0,'0000-00-00 00:00:00',11,1,63,''),(46,'IMGP1837.JPG','',9,'Baro dešinė',0,'2007-08-06 10:59:19',0,0,0,1,0,'0000-00-00 00:00:00',10,1,63,''),(45,'IMGP1836.JPG','',9,'Baras',0,'2007-08-06 10:57:50',0,0,0,1,0,'0000-00-00 00:00:00',9,1,63,''),(44,'IMGP1839-1.JPG','',9,'Baras',0,'2007-08-06 10:56:44',0,0,0,1,0,'0000-00-00 00:00:00',8,1,63,''),(43,'IMGP1839.JPG','',9,'Baras iš toliau',0,'2007-08-06 10:55:45',0,0,0,1,0,'0000-00-00 00:00:00',7,1,63,''),(42,'IMGP1840.JPG','',9,'Baro stalas',0,'2007-08-06 10:54:45',0,0,0,1,0,'0000-00-00 00:00:00',6,1,63,''),(41,'IMGP1834.JPG','',9,'Baro stalas',0,'2007-08-06 10:52:59',0,0,0,1,0,'0000-00-00 00:00:00',5,1,63,''),(40,'IMGP1833.JPG','',9,'Baro centras',0,'2007-08-06 10:52:13',0,0,0,1,0,'0000-00-00 00:00:00',4,1,63,''),(39,'IMGP1831.JPG','',9,'Baro centras',0,'2007-08-06 10:51:39',0,0,0,1,0,'0000-00-00 00:00:00',3,1,63,''),(38,'IMGP1824.JPG','',9,'Baro pagrindinė siena',0,'2007-08-06 10:36:26',0,0,0,1,0,'0000-00-00 00:00:00',2,1,63,''),(37,'IMGP1823.JPG','',9,'Baro dešinys kampas',0,'2007-08-06 10:34:57',0,0,0,1,0,'0000-00-00 00:00:00',1,1,63,''),(58,'IMGP1860.JPG','',10,'Vaizdas į salę',0,'2007-08-06 11:29:14',0,0,0,1,0,'0000-00-00 00:00:00',7,1,63,''),(59,'IMGP1860-1.JPG','',10,'Stalai',0,'2007-08-06 11:30:38',0,0,0,1,0,'0000-00-00 00:00:00',8,1,63,'');
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_rsgallery2_files` ENABLE KEYS */;

--
-- Table structure for table `jos_rsgallery2_galleries`
--

DROP TABLE IF EXISTS `jos_rsgallery2_galleries`;
CREATE TABLE `jos_rsgallery2_galleries` (
  `id` int(11) NOT NULL auto_increment,
  `parent` int(11) NOT NULL default '0',
  `name` varchar(255) 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',
  `date` datetime NOT NULL default '0000-00-00 00:00:00',
  `hits` int(11) NOT NULL default '0',
  `params` text NOT NULL,
  `user` tinyint(4) NOT NULL default '0',
  `uid` int(11) unsigned NOT NULL default '0',
  `allowed` varchar(100) NOT NULL default '0',
  `thumb_id` int(11) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_rsgallery2_galleries`
--


/*!40000 ALTER TABLE `jos_rsgallery2_galleries` DISABLE KEYS */;
LOCK TABLES `jos_rsgallery2_galleries` WRITE;
INSERT INTO `jos_rsgallery2_galleries` VALUES (10,0,'Battery+ baras','',1,0,'0000-00-00 00:00:00',1,'2007-08-06 11:09:30',894,'voting_view=global',0,0,'0',0),(9,0,'Arena-baras','Arenos baro nuotraukos ',1,0,'0000-00-00 00:00:00',2,'2007-08-06 10:31:52',1066,'voting_view=global',0,0,'0',0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_rsgallery2_galleries` ENABLE KEYS */;

--
-- 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(50) NOT NULL default '',
  `name` varchar(255) NOT NULL default '',
  `image` varchar(100) NOT NULL default '',
  `scope` varchar(50) NOT NULL default '',
  `image_position` varchar(10) NOT NULL default '',
  `description` text NOT NULL,
  `published` tinyint(1) NOT NULL default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `count` int(11) NOT NULL default '0',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `idx_scope` (`scope`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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


/*!40000 ALTER TABLE `jos_sections` DISABLE KEYS */;
LOCK TABLES `jos_sections` WRITE;
INSERT INTO `jos_sections` VALUES (4,'meniu','meniu','','content','left','',1,0,'0000-00-00 00:00:00',2,0,5,'imagefolders=*1*'),(5,'Naujienos','Naujienos','','content','left','',1,0,'0000-00-00 00:00:00',1,0,30,'imagefolders=*1*');
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_sections` ENABLE KEYS */;

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

DROP TABLE IF EXISTS `jos_session`;
CREATE TABLE `jos_session` (
  `username` varchar(50) 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',
  PRIMARY KEY  (`session_id`),
  KEY `whosonline` (`guest`,`usertype`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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


/*!40000 ALTER TABLE `jos_session` DISABLE KEYS */;
LOCK TABLES `jos_session` WRITE;
INSERT INTO `jos_session` VALUES ('admin','1326556005','740bd3de1dfd063d62d15bf8d1bca4df',1,62,'Super Administrator',0),('','1326636588','1b856228ea9d0fe4ca1163113682a982',1,0,'',0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_session` ENABLE KEYS */;

--
-- 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=utf8;

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


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

--
-- Table structure for table `jos_template_positions`
--

DROP TABLE IF EXISTS `jos_template_positions`;
CREATE TABLE `jos_template_positions` (
  `id` int(11) NOT NULL auto_increment,
  `position` varchar(10) NOT NULL default '',
  `description` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_template_positions`
--


/*!40000 ALTER TABLE `jos_template_positions` DISABLE KEYS */;
LOCK TABLES `jos_template_positions` WRITE;
INSERT INTO `jos_template_positions` VALUES (1,'left',''),(2,'right',''),(3,'top',''),(4,'bottom',''),(5,'inset',''),(6,'banner',''),(7,'header',''),(8,'footer',''),(9,'newsflash',''),(10,'legals',''),(11,'pathway',''),(12,'toolbar',''),(13,'cpanel',''),(14,'user1',''),(15,'user2',''),(16,'user3',''),(17,'user4',''),(18,'user5',''),(19,'user6',''),(20,'user7',''),(21,'user8',''),(22,'user9',''),(23,'advert1',''),(24,'advert2',''),(25,'advert3',''),(26,'icon',''),(27,'debug',''),(28,'ja-news','');
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_template_positions` ENABLE KEYS */;

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

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

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


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

--
-- 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(50) NOT NULL default '',
  `username` varchar(25) 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`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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


/*!40000 ALTER TABLE `jos_users` DISABLE KEYS */;
LOCK TABLES `jos_users` WRITE;
INSERT INTO `jos_users` VALUES (62,'Administrator','admin','mindaugas.rimkus@infoside.lt','f9f767d820c1e0777b1cdeb042eb3d25','Super Administrator',0,1,25,'2007-06-30 16:21:29','2008-04-23 22:00:03','','expired=\nexpired_time='),(63,'Pranas Šležas','prancius','pranas.slezas@infoside.lt','364a8487ff0350b0096cc7c5a54b7a36','Super Administrator',0,0,25,'2007-07-21 10:52:51','2010-02-04 11:44:33','','editor=tinymce\nexpired=\nexpired_time='),(64,'Arena','arena','info@arenabaras.lt','f2f645b7cf0962908fdb5bb485bd0cad','Super Administrator',0,0,25,'2007-07-21 10:53:24','2007-08-03 11:02:40','','editor=tinymce\nexpired=\nexpired_time='),(65,'Indrė Rimkutė','indre.rimkute','indre.rimkute@infoside.lt','f79bb06a16ec82f3c683dd40392ed87f','Administrator',0,0,24,'2008-04-20 15:51:26','2010-08-16 13:58:35','','editor=\nexpired=\nexpired_time=');
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_users` ENABLE KEYS */;

--
-- Table structure for table `jos_usertypes`
--

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

--
-- Dumping data for table `jos_usertypes`
--


/*!40000 ALTER TABLE `jos_usertypes` DISABLE KEYS */;
LOCK TABLES `jos_usertypes` WRITE;
INSERT INTO `jos_usertypes` VALUES (0,'superadministrator',''),(1,'administrator',''),(2,'editor',''),(3,'user',''),(4,'author',''),(5,'publisher',''),(6,'manager','');
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_usertypes` ENABLE KEYS */;

--
-- 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 '',
  `url` varchar(250) NOT NULL default '',
  `description` varchar(250) NOT NULL default '',
  `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 DEFAULT CHARSET=utf8;

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


/*!40000 ALTER TABLE `jos_weblinks` DISABLE KEYS */;
LOCK TABLES `jos_weblinks` WRITE;
INSERT INTO `jos_weblinks` VALUES (1,2,0,'Joomla!','http://www.joomla.org','Home of Joomla!','2005-02-14 15:19:02',2,1,0,'0000-00-00 00:00:00',2,0,1,'target=0'),(2,2,0,'php.net','http://www.php.net','The language that Joomla! is developed in','2004-07-07 11:33:24',0,1,0,'0000-00-00 00:00:00',4,0,1,''),(3,2,0,'MySQL','http://www.mysql.com','The database that Joomla! uses','2004-07-07 10:18:31',0,1,0,'0000-00-00 00:00:00',5,0,1,''),(4,2,0,'OpenSourceMatters','http://www.opensourcematters.org','Home of OSM','2007-07-13 00:01:13',2,0,0,'0000-00-00 00:00:00',1,0,1,'target=0'),(5,2,0,'Joomla! - Forums','http://forum.joomla.org','Joomla! Forums','2005-02-14 15:19:02',2,1,0,'0000-00-00 00:00:00',3,0,1,'target=0');
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_weblinks` ENABLE KEYS */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

