-- MySQL dump 10.10
--
-- Host: localhost    Database: martini_club_lt_klaipeda
-- ------------------------------------------------------
-- 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,45,0,'osmbanner1.png','http://www.opensourcematters.org','2004-07-07 15:31:29',1,0,'0000-00-00 00:00:00',NULL,NULL),(2,1,'banner','OSM 2',0,53,0,'osmbanner2.png','http://www.opensourcematters.org','2004-07-07 15:31:29',1,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,'Valgiaraštis','Valgiaraštis','','4','left','',1,0,'0000-00-00 00:00:00',NULL,5,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,'Renginiai','Renginiai','','4','left','',1,0,'0000-00-00 00:00:00',NULL,6,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,'Apie klubą','Apie klubą','','4','left','',1,0,'0000-00-00 00:00:00',NULL,7,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,'Banketai','Banketai','','4','left','',1,0,'0000-00-00 00:00:00',NULL,4,0,0,'imagefolders=*2*'),(17,0,'Foto galerija','Foto galerija','','4','left','',1,0,'0000-00-00 00:00:00',NULL,3,0,0,'imagefolders=*2*'),(18,0,'Loterija','Loterija','','4','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,'imagefolders=*2*'),(19,0,'Kontaktai','Kontaktai','','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,'Jambook','option=com_jambook',0,0,'option=com_jambook','Jambook','com_jambook',0,'../components/com_jambook/images/jambook_tiny.png',0,''),(20,'Control Panel','',0,19,'option=com_jambook&task=cpanel','Control Panel','com_jambook',0,'js/ThemeOffice/controlpanel.png',0,''),(21,'Guestbook Entries','',0,19,'option=com_jambook&task=list','Guestbook Entries','com_jambook',1,'js/ThemeOffice/edit.png',0,''),(22,'Template Manager','',0,19,'option=com_jambook&task=listtemplates','Template Manager','com_jambook',2,'js/ThemeOffice/template.png',0,''),(23,'Import Entries','',0,19,'option=com_jambook&task=import','Import Entries','com_jambook',3,'js/ThemeOffice/restore.png',0,''),(24,'Deinstall','',0,19,'option=com_jambook&task=deinstall','Deinstall','com_jambook',4,'js/ThemeOffice/trash.png',0,''),(25,'Information','',0,19,'option=com_jambook&task=info','Information','com_jambook',5,'js/ThemeOffice/tooltip.png',0,''),(26,'Configuration','',0,19,'option=com_jambook&task=conf','Configuration','com_jambook',6,'js/ThemeOffice/config.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',1,1,0,'0000-00-00 00:00:00',1,'',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 (13,'Istorija','Istorija','<div class=\"naujiena_body\" align=\"justify\"><p>2005 - ųjų metų vasarą, liepos 25 d., &Scaron;iauliuose duris atvėrė naujas modernus naktinis klubas/ baras &bdquo;MARTINI&ldquo;.</p> <p>Klubas įkurtas vie&scaron;bučio &bdquo;&Scaron;iauliai&ldquo; patalpose, kuriose prie&scaron; gerą de&scaron;imtmetį veikė populiariausias mieste restoranas &bdquo;&Scaron;iauliai&ldquo;.</p> <p>&bdquo;MARTINI&ldquo; klubo įkūrėjai ne vienerius metus brandino mintį &bdquo;prikelti&ldquo; pramogoms &scaron;ią vietą ir ,atsiradus galimybei, tai įgyvendino.</p> <p>Nenustebkite, kad ir &scaron;iandien, atvykusius į &bdquo;MARTINI&ldquo; pasitinka ant pastato sienos tebesipuikuojantis užra&scaron;as, skelbiantis jog čia veikia restoranas &bdquo;&Scaron;iauliai&lsquo;. Daugumai &Scaron;iaulių miesto gyventojų ir jų svečių &scaron;is pavadinimas mena linksmus, gerus laikus, o kas buvo, yra ar bus gero pamir&scaron;ti nevertėtų.</p> <p>Kadaise garsi pasilinksmino vieta dabar pavadinta geriausio pasaulyje vermuto &bdquo;Martini&ldquo; vardu. &Scaron;is pavadinimas naktiniam klubui buvo pasirinktas dėl paprastos priežasties &ndash; jis tiesiog atspindėjo klubo įvaizdį. &bdquo;Martini&ldquo; gėrimo reklama yra subtili, nevulgari ir gana eroti&scaron;ka &ndash; tai ir atspindi klubo įvaizdį. </p> <p>Naktinis klubas/baras &bdquo;MARTINI&ldquo; &scaron;iuo metu yra didžiausias klubas &Scaron;iauliuose. Jame veikia trys salės.</p> <p>Jau nuo de&scaron;imtos valandos ryto darbą pradeda jauki kavinė &ndash; baras, kurioje yra 80 sėdimų vietų, naktinė salė su 250 sėdimų vietų atidaroma nuo 21 val. Ypatingoms progoms įrengta 100 vietų banketinė salė. Joje rengiami banketai, fur&scaron;etai, vestuvių pokyliai ir kt.</p></div>','',1,4,0,13,'2008-02-24 21:59:21',62,'','2008-02-25 23:24:54',62,0,'0000-00-00 00:00:00','2008-02-24 21:59: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=',2,0,5,'','',0,2169),(14,'Pramogos','Pramogos','<div align=\"justify\">Naktinis klubas &bdquo;Martini&ldquo; - daug programų, akcijų ir teminių vakarų organizuojantis&nbsp;klubas.<br /><br />&bdquo;MARTINI&ldquo; siūlo įvairiausias pramogas nuo pirmadienio iki sekmadienio.<br /><br />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.&nbsp;&Scaron;e&scaron;tadieniais organizuojami populiariausių Lietuvos grupių ir atlikėjų koncertai.<br /><br />Dar viena &bdquo;MARTINI&ldquo; klubo i&scaron;skirtinė pramoga &ndash; įspūdinga varjetė programa.<br /><br />Ateityje planuojama kviestis užsienio atlikėjų, žinomų diskžokėjų ir kt. Bus rengiamos atrakcijos vaikams.<br /><br />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.</div>','',1,4,0,13,'2008-02-24 21:59:43',62,'','2008-04-04 12:43:08',63,0,'0000-00-00 00:00:00','2008-02-24 21: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=',6,0,4,'','',0,7299),(15,'Klubo taisyklės','Klubo taisyklės','<div align=\"justify\">NAKTINIO KLUBO &bdquo;MARTINI&ldquo; VIDAUS TAISYKLĖS<br /><br /><br />Tvarkinga apranga - privalumas patekti į &bdquo;MARTINI&ldquo; klubą.<br /><br />Asmenys su sportine apranga į klubą neįleidžiami.<br /><br />Amžiaus cenzas - ne jaunesni kaip 21metų (atrodantiems jauniau, pateikti dokumentą su nuotrauka).<br /><br />Stipriai i&scaron;gėrę lankytojai į klubą neįleidžiami. Padauginę - palydimi namo.<br /><br />Į klubą įsine&scaron;ti gėrimus griežtai draudžiama.<br /><br />Saugumo užtikrinimui, apsauga turi teisę patikrinti Jūsų rankines.<br />(atsipra&scaron;ome už nepatogumus)<br /><br />Naktinėje salėje ir restorane - nerūkoma<br /><br />Draudžiama klube vartoti narkotines ir psichotropines medžiagas.<br /><br />Administracijos sprendimu, nepageidaujami asmenys į klubą neįleidžiami.<br /><br />Asmenys sukėlę klube konfliktus, neįleidžiami neribotą laiką.<br /><br />Pametus rūbinės numerėlį, mokestis - 15 Lt.<br /><br />Sudaužius indus, lankytojas privalo sumokėti 10 Lt (1 vnt.).<br /><br />Vir&scaron;utinius drabužius privaloma palikti rūbinėje. (Galioja nuo 21 val.).<br /><br />Saugokite savo asmeninius daiktus! (Vagystės atveju, klubas neatsako).<br /><br />Ačiū, kad lankotės pas mus.</div>','',1,4,0,13,'2008-02-24 22:00:06',62,'','2008-02-25 23:26:27',62,0,'0000-00-00 00:00:00','2008-02-24 21:59:59','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,3,'','',0,5518),(16,'Kavinė \"Vesta\"','Kavinė \"Vesta\"','<div style=\"text-align: center\"><img src=\"images/stories/apie_kluba/vestaa5-2.jpg\" alt=\"Sample Image\" /></div>','',-2,4,0,13,'2008-02-24 22:00:26',62,'','2008-03-17 00:08:36',62,0,'0000-00-00 00:00:00','2008-02-24 22:00:22','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,32),(17,'Darbo laikas','Darbo laikas','<table border=\"1\" cellspacing=\"0\" cellpadding=\"0\" width=\"505\" height=\"201\" 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 - 20 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 - 20 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>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 - 20 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 - 06 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 - 06 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 - 06 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 - 20 val.</p></td></tr><tr><td colspan=\"3\" 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></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\">&nbsp;</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\">&nbsp;</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>Naktinis klubas atidaromas nuo 21 val. </p><p>Įėjimo kaina penktadienį ir &scaron;e&scaron;tadienį&nbsp;20 arba&nbsp;25 Lt&nbsp; </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\">&nbsp;</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>Staliukų rezervavimas tel.: 8 46 314079, 8&nbsp;60 144441</p></td></tr></tbody></table>','',1,4,0,13,'2008-02-24 22:00:45',62,'','2009-09-03 15:49:31',64,0,'0000-00-00 00:00:00','2008-02-24 22:00:38','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=',14,0,2,'','',0,5287),(18,'Savaitės programa','Savaitės programa','<div align=\"left\"><table border=\"0\" cellspacing=\"1\" cellpadding=\"1\" width=\"642\" align=\"left\"><tbody><tr><td>&nbsp;</td><td>&nbsp;</td><td><p style=\"margin-bottom: 20px\" align=\"right\">&nbsp;</p></td><td><p align=\"right\">&nbsp;</p></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>(11 16)</p><p align=\"left\">&nbsp;</p></td><td><font size=\"4\"><font size=\"2\" color=\"#ff0000\"><em><strong><p align=\"center\"><font size=\"4\"><font size=\"2\" color=\"#ff0000\"><em><strong><font size=\"2\" color=\"#ffcc33\"><em><strong>Dirbame iki 20 val.</strong></em></font></strong></em></font></font></p></strong></em></font></font></td><td style=\"color: #ffcc33\"><p align=\"right\">Free</p></td><td style=\"color: #ffcc33\"><p align=\"right\">Free</p></td></tr><tr><td><p align=\"left\"><strong><span style=\"color: #ffcc33\">Antradienis</span><br /></strong>(11 17)</p><p align=\"left\">&nbsp;</p></td><td align=\"center\"><font size=\"4\"><font size=\"2\" color=\"#ff0000\"><em><strong><font size=\"2\" color=\"#ffcc33\"><em><strong>Dirbame iki 20 val.</strong></em></font></strong></em></font></font></td><td style=\"color: #ffcc33\"><p align=\"right\">Free</p></td><td style=\"color: #ffcc33\"><p align=\"right\">Free</p></td></tr><tr><td><p align=\"left\"><strong><span style=\"color: #ffcc33\">Trečiadienis</span><br /></strong>(11 18)</p><p align=\"left\">&nbsp;</p></td><td><font size=\"2\"><font color=\"#ffcc33\"><font size=\"2\"><font color=\"#ffcc33\"><div style=\"text-align: center\"><font color=\"#ffcc00\"><em><strong><font size=\"2\" color=\"#ffcc33\"><em><strong><font size=\"2\" color=\"#ffcc33\"><em><strong><font size=\"2\" color=\"#ffcc33\"><em><strong><p align=\"center\"><font size=\"4\"><font size=\"2\" color=\"#ff0000\"><em><strong><font size=\"2\" color=\"#ffcc33\"><em><strong>Dirbame iki 20 val.</strong></em></font></strong></em></font></font></p></strong></em></font></strong></em></font></strong></em></font></strong></em></font></div></font></font></font></font></td><td style=\"color: #ffcc33\"><p align=\"right\">Free</p></td><td style=\"color: #ffcc33\"><p align=\"right\">Free</p></td></tr><tr><td valign=\"top\"><p align=\"left\"><strong><span style=\"color: #ffcc33\">Ketvirtadienis</span><br /></strong>(11 19)</p><p align=\"left\">&nbsp;</p></td><td><strong style=\"color: #ffcc33\"><strong style=\"color: #ffcc33\"><strong><font size=\"2\"><em><em><font size=\"2\"><strong><p align=\"center\"><em><font size=\"2\"><strong style=\"color: #ff0000\">Debiutinis VIA RIVER projektas!!!</strong></font></em></p><p align=\"center\">SUDREBINKIM KLAIPĖDĄ KARTU! </p></strong></font></em></em></font></strong></strong></strong><div align=\"center\"><font color=\"#ffcc33\"><font size=\"2\"><em><strong>Trys ypatingi klubinės muzikos patriotai:&nbsp; VORTEK, JANLER, JURIS MJ!</strong></em></font></font></div><div align=\"center\">&nbsp;</div><div align=\"center\">&nbsp;<font color=\"#ffcc33\"><font size=\"2\"><em><strong>Debiutinio vakarėlio svečiai - FUNKY M bei &scaron;iuometinis JOVANi@CLUB REZIDENTAS!<br /></strong></em></font></font></div></td><td align=\"right\" valign=\"top\" style=\"color: #ffcc33\"><p>10 LT</p><p> su skrajute 5 LT</p><p>&Scaron;ampano taurė nemokamai </p></td><td align=\"right\" valign=\"top\" style=\"color: #ffcc33\"><p>10 LT</p><p> su skrajute 5 LT<br /> </p><p>&Scaron;ampano taurė nemokamai </p></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td valign=\"top\"><p align=\"left\"><strong><span style=\"color: #ffcc33\">Penktadienis</span><br /></strong>(11 20)</p><p align=\"left\">&nbsp;</p></td><td><div style=\"text-align: center\"><font color=\"#ffcc00\"><em><font size=\"2\" color=\"#ff0000\"><strong><font size=\"2\" color=\"#ffcc33\"><span style=\"color: #ff0000\" class=\"Apple-style-span\">Rusi&scaron;kos muzikos vakaras kartu su DJ Sieru bei žaviomis GO-GO merginomis!<br /></span></font></strong></font></em></font></div></td><td valign=\"top\" style=\"color: #ffcc33\"><p align=\"right\">20 LT</p><p align=\"right\">iki 23 val. - nemokamas</p><div align=\"right\">&Scaron;ampanas nemokamai!</div><p align=\"right\">&nbsp; </p></td><td valign=\"top\" style=\"color: #ffcc33\"><p align=\"right\">20 LT</p><div align=\"right\">&nbsp;&nbsp;iki 23 val. - nemokamai <br /></div><div align=\"right\">&nbsp;&nbsp;</div><div align=\"right\">&Scaron;ampanas nemokamai</div><div align=\"right\">&nbsp; <br /></div></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td valign=\"top\"><p align=\"left\"><strong><span style=\"color: #ffcc33\">&Scaron;e&scaron;tadienis</span><br /></strong>(11 21)</p><p align=\"left\">&nbsp;</p></td><td><div align=\"center\"><font color=\"#ffcc33\"><font size=\"2\"><em><strong>Tik &scaron;į &scaron;e&scaron;tadienį, tik klube MARTINI įspūdingas, Lietuvoje dar neregėtas</strong></em></font></font></div><div align=\"center\">&nbsp;</div><div align=\"center\">&nbsp;</div><div align=\"center\"><font color=\"#ffcc00\"><em><font size=\"2\" color=\"#ff0000\"><strong><font size=\"2\" color=\"#ffcc33\"><span style=\"color: #ff0000\" class=\"Apple-style-span\">MICHAEL JACKSON projektas (Latvia)!!!</span></font></strong></font></em></font></div><div align=\"center\">&nbsp;</div><p align=\"center\"><font color=\"#ffcc33\"><font size=\"2\"><em><strong>Svečiuose: Geriausi Klaipėdoje BARMENAI su &Scaron;OU PROGRAMA</strong></em></font></font></p><p align=\"center\"><font color=\"#ffcc33\"><font size=\"2\"><em><strong> taip pat: Vakaro vedėjas VIKTORAS GARSIAI, DJ JIMMY&amp; DJ SIERYJ!!! </strong></em></font></font></p><div align=\"center\"><div align=\"center\">&nbsp;</div></div><div align=\"center\">&nbsp;</div><strong style=\"color: #ffcc33\"><strong style=\"color: #ffcc33\"><font size=\"4\" color=\"#ff0000\"><strong><font size=\"2\" color=\"#ffcc33\"><strong><em><div style=\"text-align: center\"><font color=\"#ffcc00\"><strong><div style=\"text-align: center\">&nbsp;<br /></div></strong></font></div></em></strong></font></strong></font></strong></strong></td><td valign=\"top\" style=\"color: #ffcc33\"><p align=\"right\">20 LT</p><div align=\"right\"><div align=\"right\">&Scaron;ampanas nemokamai!</div></div><p align=\"right\">&nbsp;</p><br /><p align=\"right\">&nbsp;</p></td><td align=\"right\" valign=\"top\" style=\"color: #ffcc33\"><p>20 LT</p><div align=\"right\"><div align=\"right\">&Scaron;ampanas nemokamai!</div></div><p>&nbsp;</p><br /> </td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td><strong><span style=\"color: #ffcc33\">Sekmadienis</span><br /></strong>(11 22)</td><td align=\"center\"><p>&nbsp;<font color=\"#ffcc33\"><font size=\"2\"><em><strong>Nedirbame</strong></em></font></font></p></td><td style=\"color: #ffcc00\">&nbsp;</td><td style=\"color: #ffcc00\">&nbsp;</td></tr></tbody></table></div>','',1,4,0,14,'2008-02-24 22:01:27',62,'','2009-11-18 09:42:37',64,0,'0000-00-00 00:00:00','2008-02-24 22:01: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=',184,0,2,'','',0,19924),(19,'Artimiausi renginiai','Artimiausi renginiai','<table border=\"1\" width=\"600\" style=\"border-color: red\"><tbody><tr><td><p align=\"left\"><strong>Diena</strong></p></td><td><p align=\"left\"><strong>Koncertuoja</strong></p></td><td><p align=\"left\">&nbsp;<strong>Įėjimas</strong></p></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;Informacija atnaujinama...<br /></td><td>&nbsp;</td></tr></tbody></table>','',1,4,0,14,'2008-02-24 22:01:52',62,'','2009-11-03 10:13:14',64,0,'0000-00-00 00:00:00','2008-02-24 22:01:48','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=',186,0,1,'','',0,13811),(20,'Apie klubą','Apie klubą','<table border=\"0\" cellpadding=\"10\"><tbody><tr><td><div align=\"justify\"><p>Klaipėdoje atidarytas naujas naktinis klubas/ kavinė - baras &bdquo;Martini&ldquo;. Tai stilinga ir draugi&scaron;ka vieta, kviečianti smagiai praleisti laisvalaikį. Klubo įkūrėjai turi patirties pramogų versle &ndash; 2005 metų vasarą &Scaron;iauliuose veiklą pradėjęs klubas &bdquo;Martini&ldquo; iki &scaron;iol yra populiariausia pasilinksminimo vieta &Scaron;iaulių mieste. To bus siekiama ir Klaipėdoje.&nbsp;</p><p>Geriausio pasaulyje vermuto Martini&ldquo; pavadinimas klubui pasirinktas dėl paprastos priežasties &ndash; jis tiesiog atspindi &scaron;io klubo įvaizdį. Interjerą puo&scaron;ianti &bdquo;Martini&ldquo; gėrimo reklama yra subtili, nevulgari ir gana eroti&scaron;ka.</p><p>Klaipėdos naktiniame klube &bdquo;Martini&ldquo; yra 350 sėdimų vietų, 2 barai, jauki &scaron;okių aik&scaron;telė su smagiems vakarėliams pritaikyta garso aparatūra, disko ap&scaron;vietimu, pobūvių salė.</p><p>Klubo veikla orientuota į solidžią publiką, mokančią atsipalaiduoti ir vertinančią kokybi&scaron;ką poilsį.</p><p>Nuo trečiadienio iki sekmadienio čia vyksta diskotekos, kuriose grojama viso pasaulio populiariausia muzika. &Scaron;e&scaron;tadienio vakarais vyks Lietuvos atlikėjų koncertai.</p><p>&bdquo;Martini&ldquo; klube organizuojamos firmų ir kolektyvų &scaron;ventės, vestuvės, gimtadieniai, renginiai vaikams ir suaugusiems, dalykiniai pietūs, uždari vakarėliai ir vakarienės, mergvakariai ir bernvakariai, kitos pramogos.</p><p>Kiekvieną dieną nuo 10. 00 val. kavinė&ndash; baras kviečia paskanauti lietuvi&scaron;kos ir europieti&scaron;kos virtuvės patiekalų. Stilingam poilsiui - stilingoje aplinkoje, &bdquo;Martini&ldquo; kviečia visus Klaipėdos gyventojus ir jų svečius. </p></div></td><td valign=\"top\">&nbsp;</td></tr></tbody></table>','',1,4,0,13,'2008-02-24 22:39:12',62,'','2009-02-02 13:32:03',63,65,'2009-11-11 17:37:39','2008-02-24 22:39:04','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=',20,0,1,'','',0,43712),(21,'Renginiai','Renginiai','<font size=\"4\" color=\"#ff0000\"><br /></font><table border=\"0\" cellspacing=\"1\" cellpadding=\"1\" width=\"646\" height=\"249\" align=\"left\"><tbody><tr><td valign=\"top\"><p><a href=\"index.php?option=com_content&amp;task=view&amp;id=18&amp;Itemid=40\" target=\"_self\">Savaitės programa</a><br /><a href=\"index.php?option=com_content&amp;task=view&amp;id=19&amp;Itemid=41\" target=\"_self\">Artimiausi renginiai</a></p><p>&nbsp;</p><p style=\"font-size: 14px; color: #ff3366; font-family: Verdana,Arial,Helvetica,sans-serif\">&nbsp;</p></td></tr></tbody></table>','&quot;Martini House&quot; su DJ.Jimmy',1,4,0,14,'2009-11-05 02:00:00',62,'','2009-11-11 17:44:15',65,65,'2009-11-11 17:46:54','2009-11-02 02:00:00','2009-11-06 02: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=',14,0,3,'','',0,25012),(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/licenses/gpl-2.0.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/licenses/gpl-2.0.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,69),(22,'Valgiaraštis','Valgiaraštis','<div class=\"naujiena_body\"><p style=\"font-size: 14px; color: #ffcc33\"><strong>NAUJIENA: Naujas meniu!</strong></p><p style=\"font-size: 14px; color: #ffcc33\"><strong>&quot;Martini&quot; jau galite paskanauti ir picų! </strong></p><p style=\"font-size: 14px; color: #ffcc33\"><strong>&Scaron;e&scaron;tadieniais, sekmadieniais ir &scaron;venčių dienomis dienos pietūs nuo 12 iki 17 val. Kaina tik 11 Lt. ! Darbo dienomis dienos pietūs kainuoja tik 7,99 Lt!</strong></p><p>&bdquo;Martini&ldquo; užsukusiems svečiams siūlo europieti&scaron;kos ir lietuvi&scaron;kos virtuvės patiekalų. Lankytojai tikrai i&scaron;sirinks i&scaron; įvairių užkandžių, sriubų, kar&scaron;tųjų patiekalų, desertų asortimento. Kavinės-baro valgiara&scaron;čio pasiūlymai patiks ne tik tėvams, bet ir jų vaikučiams, jiems &ndash; specialus meniu. <br /><br />Darbo dienomis nuo 10 iki 17 val. specialus valgiara&scaron;tis pietaujantiems, kuris keičiamas kas savaitę.<br /><br />Būsite maloniai sutikti, gerai praleisite laiką ir noriai sugrį&scaron;ite dar kartą!</p></div>','',1,4,0,15,'2008-03-03 14:31:10',62,'','2009-07-09 11:46:17',64,0,'0000-00-00 00:00:00','2008-03-03 14:31:03','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,14,'','',0,5747),(23,'Savaitės patiekalai','','<div class=\"naujiena_title\" align=\"center\">Darbo dienomis nuo 10.00 val. iki 17.00 val.</div><p class=\"naujiena_body\"><em style=\"color: #ffcc00\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lietuvi&scaron;ki patiekalai</em></p><div class=\"naujiena_body\"><table border=\"0\" cellspacing=\"1\" cellpadding=\"1\" width=\"580\"><tbody><tr><td style=\"vertical-align: top; width: 10px\">&nbsp;</td><td><p>&nbsp;</p></td><td><p align=\"right\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </p></td></tr><tr><td>&nbsp;</td><td><p align=\"center\"><strong>Pirmadienis 02-02</strong></p></td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td>&nbsp;</td><td><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </p></td><td><p align=\"right\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; </p></td></tr><tr><td>&nbsp;</td><td><strong>Dienos sriuba</strong></td><td><p align=\"right\"><strong>4,00 LT</strong></p></td></tr><tr><td>&nbsp;</td><td><p align=\"left\"><strong>Lietiniai su&nbsp;bananais ir ledais</strong></p></td><td><p align=\"right\"><strong>&nbsp;7,50 LT</strong></p></td></tr><tr><td>&nbsp;</td><td><strong><p><strong>Vi&scaron;tiena&nbsp;su voveraičių padažu</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </p></strong></td><td><p align=\"right\"><strong>&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10,00 LT</strong></p></td></tr><tr><td>&nbsp;</td><td><strong><p><strong>Kiauliena su skrudinta &scaron;onine</strong></p></strong></td><td><p align=\"right\"><strong>10,00 LT</strong></p></td></tr><tr><td>&nbsp;</td><td><strong>Makaronai su vi&scaron;tiena ir &scaron;pinatais</strong></td><td><p align=\"right\"><strong>&nbsp;9,50 LT</strong></p></td></tr><tr><td>&nbsp;</td><td><p align=\"left\"><strong><font color=\"#ff0000\">Dienos pietūs<br /></font></strong>(dienos sriuba - kopūstų, dienos kar&scaron;tas patiekalas -&nbsp;vi&scaron;tienos maltinukas)</p></td><td><p align=\"right\">&nbsp;<strong>7,99 LT</strong></p></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td><p align=\"center\"><strong>Antradienis 02-03</strong></p></td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td><strong>Dienos sriuba</strong></td><td><p align=\"right\">&nbsp;<strong>4,00 LT</strong></p></td></tr><tr><td>&nbsp;</td><td><strong>Makaronai su bolonezės padažu</strong></td><td><p align=\"right\"><strong>&nbsp;8,50 LT</strong></p></td></tr><tr><td>&nbsp;</td><td><strong>Natūralus vi&scaron;tienos kepsnys</strong></td><td><p align=\"right\"><strong>&nbsp;10,00 LT</strong></p></td></tr><tr><td>&nbsp;</td><td><strong>Kiauliena su sūriu ir pievagrybių padažu</strong></td><td><p align=\"right\"><strong>&nbsp;10,00 LT</strong></p></td></tr><tr><td>&nbsp;</td><td><strong>Bulviniai blynai su mėsa</strong></td><td><p align=\"right\"><strong>&nbsp;8,50 LT</strong></p></td></tr><tr><td>&nbsp;</td><td>&nbsp;<strong><font color=\"#ff0000\">Dienos pietūs<br /></font></strong>(dienos sriuba - burokėlių, dienos kar&scaron;tas patiekalas -&nbsp;kiaulienos &scaron;a&scaron;lykas)</td><td><p align=\"right\">&nbsp;<strong>7,99 LT</strong></p></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td><p align=\"center\"><strong>&nbsp;Trečiadienis 02-04</strong></p></td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td><strong>Dienos sriuba</strong></td><td><p align=\"right\">&nbsp;4<strong>,00 LT</strong></p></td></tr><tr><td>&nbsp;</td><td><strong>Lietiniai su kumpeliu ir sūriu</strong></td><td><p align=\"right\"><strong>&nbsp;8,50 LT</strong></p></td></tr><tr><td>&nbsp;</td><td><strong>Vi&scaron;tienos kepsneliai su sezamu</strong></td><td><p align=\"right\"><strong>&nbsp;10,00 LT</strong></p></td></tr><tr><td>&nbsp;</td><td><strong>Kiaulienos - &scaron;oninės vėrinukai</strong></td><td><p align=\"right\"><strong>&nbsp;10,00 LT</strong></p></td></tr><tr><td>&nbsp;</td><td><strong>Balandėliai </strong></td><td><p align=\"right\">&nbsp;<strong>10,00 LT</strong></p></td></tr><tr><td>&nbsp;</td><td><strong><font color=\"#ff0000\">Dienos pietūs<br /></font></strong>(dienos sriuba - ryžių pomidorinė, dienos kar&scaron;tas patiekalas -&nbsp;vi&scaron;tienos kepsnys)</td><td><p align=\"right\">&nbsp;<strong>7,99 LT</strong></p></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td><p align=\"center\">&nbsp;<strong>Ketvirtadienis 02-05</strong></p></td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td><strong>Dienos sriuba</strong></td><td><p align=\"right\"><strong>&nbsp;4,00 LT</strong></p></td></tr><tr><td>&nbsp;</td><td><strong>Makaronai su tunu</strong></td><td><p align=\"right\"><strong>&nbsp;9,50 LT</strong></p></td></tr><tr><td><strong>&nbsp;</strong></td><td><strong>Vi&scaron;tiena įdaryta kumpeliu ir sūriu</strong></td><td><p align=\"right\"><strong>&nbsp;10,00 LT</strong></p></td></tr><tr><td><strong>&nbsp;</strong></td><td><strong>Kiaulienos plovas</strong></td><td><p align=\"right\"><strong>&nbsp;9,50 LT</strong></p></td></tr><tr><td><strong>&nbsp;</strong></td><td><strong>Lietiniai su var&scaron;ke ir bra&scaron;kių padažu</strong></td><td><p align=\"right\"><strong>7,50 LT</strong></p></td></tr><tr><td><strong>&nbsp;</strong></td><td><font color=\"#ff0000\"><strong>Dienos pietūs<br /></strong></font>(dienos sriuba - agurkinė, dienos kar&scaron;tas patiekalas -&nbsp;kiaulienos maltinukas)</td><td><p align=\"right\"><strong>&nbsp;7,99 LT</strong></p></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td><p align=\"center\">&nbsp;<strong>Penktadienis 02-06</strong></p></td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td>&nbsp;</td><td><strong>Dienos sriuba</strong></td><td><p align=\"right\"><strong>4,00 LT</strong></p></td></tr><tr><td>&nbsp;</td><td><strong>Lietiniai su krevetėmis</strong></td><td><p align=\"right\"><strong>&nbsp;9,00 LT</strong></p></td></tr><tr><td>&nbsp;</td><td><strong>Kalakutiena su aviečių padažu</strong></td><td><p align=\"right\"><strong>&nbsp;10,00 LT</strong></p></td></tr><tr><td>&nbsp;</td><td><strong>Natūralus kiaulienos kepsnys</strong></td><td><p align=\"right\">&nbsp;<strong>10,00 LT</strong></p></td></tr><tr><td>&nbsp;</td><td><strong>Makaronai su kalmarais ir vi&scaron;tiena</strong></td><td><p align=\"right\"><strong>&nbsp;9,50 LT</strong></p></td></tr><tr><td>&nbsp;</td><td><strong><font color=\"#ff0000\">Dienos pietūs<br /></font></strong>(dienos sriuba - &scaron;iupininė, dienos kar&scaron;tas patiekalas -&nbsp;vi&scaron;tienos kepsnys)</td><td><strong><p align=\"right\"><strong>&nbsp;7,99 LT</strong></p></strong></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td><p align=\"center\">&nbsp;<strong>&Scaron;e&scaron;tadieniais, sekmadieniais ir &scaron;venčių dienomis dienos pietūs pas mus tik 11 LT !</strong></p></td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td><p align=\"center\">&nbsp;<strong>&Scaron;e&scaron;tadieniais ir sekmadieniais mažos picos nuo 7,00 LT (25 cm), didelės nuo 8,99 LT (30 cm)!</strong></p></td><td>&nbsp;</td></tr></tbody></table></div><p style=\"color: #ffcc33\" class=\"naujiena_body\" align=\"center\">&nbsp;</p>','',1,4,0,15,'2008-03-03 14:47:30',62,'','2009-07-09 11:47:51',64,0,'0000-00-00 00:00:00','2008-03-03 14: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=',131,0,13,'','',0,1399),(24,'Meniu naujienos','','<p><font style=\"background-color: #000000\">&Scaron;e&scaron;tadieniais, sekmadieniais ir &scaron;venčių dienomis dienos pietūs tik 11 LT!</font></p><p>&nbsp;Darbo dienomis dienos pietūs - tik 7,99 LT!</p>','',1,4,0,15,'2008-03-03 14:47:48',62,'','2009-07-09 11:50:51',64,0,'0000-00-00 00:00:00','2008-03-03 14:47:44','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,12,'','',0,838),(25,'Šaltieji užkandžiai','','<table border=\"0\" cellspacing=\"1\" cellpadding=\"1\" width=\"630\"><tbody><tr><td><p><strong>Krosnelėje skrudintų mėsų rinkinys su daržovių asorti kompanijai</strong></p></td><td><p align=\"right\"><strong>21,00 LT</strong></p></td></tr><tr><td><p><strong>Kiaulienos nugarinė su marinuotomis daržovėmis</strong></p></td><td><p align=\"right\"><strong>14,00 LT</strong></p></td></tr><tr><td><p><strong>Rinkinys prie vyno</strong><br />(sūriai, &scaron;viežūs ir džiovinti vaisiai, rie&scaron;utai)</p></td><td><p align=\"right\"><strong>10,00 LT</strong></p></td></tr><tr><td><p><strong>Silkės užkandėlė su&nbsp;baravykais</strong><br />(skrudintos bulvių skiltelės, padažas)</p></td><td><p align=\"right\"><strong>10,00 LT</strong></p></td></tr><tr><td><p><strong>Lietuvi&scaron;ka užkandėlė - mėgstantiems užkąsti</strong><br />(kumpelis, &scaron;oninė, liežuvis, marinuotas agurkas, padažas)</p></td><td><p align=\"right\"><strong>10,00 LT</strong></p></td></tr><tr><td><p><strong>Alyvuogių - sūrių rinkinukas</strong></p></td><td><p align=\"right\"><strong>14,00 LT</strong></p></td></tr><tr><td><p><strong>Avokadų ir vy&scaron;ninių pomidorų su tigrinių krevečių mėsa užkandis</strong></p></td><td><p align=\"right\"><strong>14,00 LT</strong></p></td></tr><tr><td><p><strong>La&scaron;i&scaron;os carpacio su kaparėliais</strong></p></td><td><p align=\"right\"><strong>12,00 LT</strong></p></td></tr></tbody></table>','',1,4,0,15,'2008-03-03 14:48:00',62,'','2008-03-30 22:49:16',63,0,'0000-00-00 00:00:00','2008-03-03 14:47:55','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,11,'','',0,724),(26,'Salotos','','<table border=\"0\" cellspacing=\"1\" cellpadding=\"1\" width=\"630\"><tbody><tr><td><p align=\"left\"><strong>Tuno salotos su daržovėmis</strong><br />(salotos, pomidorai, mėlynieji svogūnai, agurkai, cukinija, avokadas, kiau&scaron;inis, padažas)</p></td><td><p align=\"right\"><strong>12,00 LT</strong></p></td></tr><tr><td><p><strong>&Scaron;viežių daržovių asorti su pikanti&scaron;ku padažu</strong><br />(sezoninės daržovės)</p></td><td><p align=\"right\"><strong>10,00 LT</strong></p></td></tr><tr><td><p align=\"left\"><strong>Vi&scaron;tienos &ndash; &bdquo;Grafo&ldquo; kumpio salotos</strong><br />(cukinija, pomidorai, salotos, aliejinis padažas)</p></td><td><p align=\"right\"><strong>12,00 LT</strong></p></td></tr><tr><td><p align=\"left\"><strong>&bdquo;Graiki&scaron;kos&ldquo; salotos su aliejiniu užpilu</strong><br />(salotos, agurkai, pomidorai, ,,Fetos&ldquo; sūris, alyvuogės, salierų stiebai, užpilas)</p></td><td><p align=\"right\"><strong>11,00 LT</strong></p></td></tr><tr><td><p align=\"left\"><strong>Salotos su kepta vi&scaron;tiena sojos padaže</strong><br />(salotos, pomidorai, agurkai, kukurūzų burbuolės, kriutonai, sojos-majonezo padažas)</p></td><td><p align=\"right\"><strong>10,00 LT</strong></p></td></tr><tr><td><p align=\"left\"><strong>Ver&scaron;ienos - vėžių uodegėlių salotos</strong><br />(salotos, konc. česnakiukai, pomidorai, paprika, sojos - austrių padažas)</p></td><td><p align=\"right\"><strong>18,00 LT</strong></p></td></tr><tr><td><p align=\"left\"><strong>Liežuvio ir pievagrybių&nbsp;salotos</strong><br />(salotos, bulvės, marinuoti agurkai, liežuvis, pievagrybiai, marinuoti česnakai, pomidorai)</p></td><td><p align=\"right\"><strong>10,00 LT</strong></p></td></tr><tr><td><p align=\"left\"><strong>Meksikieti&scaron;kos salotos su kalakutiena</strong><br />(salotos, pomidorai, salierų stiebai, morkos, gojaus sūris, padažas)</p></td><td><p align=\"right\"><strong>10,00 LT</strong></p></td></tr><tr><td><p align=\"left\"><strong>Kalmarų salotos su pupelių kremu</strong><br />(salotos,&nbsp;mango, pomidorai, alyvuogės)</p></td><td><p align=\"right\"><strong>11,00 LT</strong></p></td></tr><tr><td><p align=\"left\"><strong>Salotos su druskoje kepta la&scaron;i&scaron;a</strong><br />(salotos,&nbsp;mango, greitfruktai, pomidoriukai mini, padažas)</p></td><td><p align=\"right\">&nbsp;<strong>18,00 LT</strong></p></td></tr></tbody></table>','',1,4,0,15,'2008-03-03 14:48:13',62,'','2008-03-30 22:44:39',63,0,'0000-00-00 00:00:00','2008-03-03 14:48: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,10,'','',0,718),(27,'Sriubos','','<table border=\"0\" cellspacing=\"1\" cellpadding=\"1\" width=\"630\"><tbody><tr><td style=\"font-weight: bold\">Dienos sriuba (klausti padavėjo)</td><td style=\"font-weight: bold\"><p align=\"right\">4,00 LT</p></td></tr><tr><td style=\"font-weight: bold\">Charcio sriuba</td><td style=\"font-weight: bold\"><p align=\"right\">8,00 LT</p></td></tr><tr><td style=\"font-weight: bold\">Karali&scaron;ka žuvienė</td><td style=\"font-weight: bold\"><p align=\"right\">13,00 LT</p></td></tr><tr><td style=\"font-weight: bold\">Trinta mi&scaron;ko grybų sriuba</td><td style=\"font-weight: bold\"><p align=\"right\">8,50 LT</p></td></tr><tr><td style=\"font-weight: bold\">&Scaron;pinatų trinta sriuba su saulėgrąžomis</td><td style=\"font-weight: bold\"><p align=\"right\">8,00 LT</p></td></tr><tr><td><strong>Trinta daržovių sriuba su skrudinta kiauliena</strong></td><td><p align=\"right\">&nbsp;<strong>7,00 LT</strong></p></td></tr></tbody></table>','',1,4,0,15,'2008-03-03 14:48:25',62,'','2008-03-30 22:52:05',63,0,'0000-00-00 00:00:00','2008-03-03 14:48: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=',4,0,9,'','',0,601),(28,'Karštieji užkandžiai','','<table border=\"0\" cellspacing=\"1\" cellpadding=\"1\" width=\"630\" style=\"height: 63px\"><tbody><tr><td><strong>Tortilijos suktinukai su vi&scaron;tiena</strong><br />(kepintos daržovės, padažas)</td><td><p align=\"right\"><strong>14,00 LT</strong></p></td></tr><tr><td><strong>Jūros &scaron;ukutės papajų - austrių padaže</strong></td><td><p align=\"right\"><strong>25,00 LT</strong></p></td></tr><tr><td><strong>Jūros gėrybių PATEFU</strong><br />(krevetės, la&scaron;i&scaron;a, sluoksniuotos te&scaron;los paplotėlis, tro&scaron;kintos daržovės)</td><td><p align=\"right\"><strong>13,00 LT</strong></p></td></tr><tr><td><strong>Kepti virtiniai su mėsa, patiekiami su kumpio ir svogūnų padažu</strong></td><td><p align=\"right\"><strong>11,00 LT</strong></p></td></tr><tr><td><strong>Bulviniai blynai su totori&scaron;ka la&scaron;i&scaron;a</strong></td><td><p align=\"right\"><strong>9,50 LT</strong></p></td></tr><tr><td><strong>Bulviniai blynai su kumpiu</strong></td><td><p align=\"right\"><strong>9,50 LT</strong></p></td></tr><tr><td><strong>&quot;Rissoto&quot; ryžiai su keptos la&scaron;i&scaron;os kąsneliais</strong></td><td><p align=\"right\"><strong>13,00 LT</strong></p></td></tr><tr><td><strong>Vi&scaron;tienos lazdelės pagardintos skrudinta &scaron;onine ir voveraičių padažu</strong></td><td><p align=\"right\"><strong>14,00 LT</strong></p></td></tr><tr><td><strong>Trapios te&scaron;los suktinis su vytintu kumpiu ir &scaron;pinatų padažu</strong></td><td><p align=\"right\"><strong>14,00 LT</strong></p></td></tr><tr><td><strong>Kalakutienos apkepėlė su daržovėmis</strong></td><td><p align=\"right\"><strong>12,00 LT</strong></p></td></tr></tbody></table>','',1,4,0,15,'2008-03-03 14:48:36',62,'','2008-03-30 22:58:01',63,0,'0000-00-00 00:00:00','2008-03-03 14:48:32','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=',4,0,8,'','',0,837),(29,'Vegetariški patiekalai','','<table border=\"0\" cellspacing=\"1\" cellpadding=\"1\" width=\"630\"><tbody><tr><td><strong>Cukinijos spurgelės su krevečių padažu</strong></td><td><p align=\"right\"><strong>10,00 LT</strong></p></td></tr><tr><td><strong>Krevečių ir &scaron;pinatų blyneliai</strong></td><td><p align=\"right\"><strong>9,00 LT</strong></p></td></tr><tr><td><strong>Įvairiaspalvės daržovės su užkeptu sūriu</strong></td><td><p align=\"right\"><strong>8,00 LT</strong></p></td></tr></tbody></table>','',1,4,0,15,'2008-03-03 14:48:47',62,'','2008-03-30 22:59:46',63,0,'0000-00-00 00:00:00','2008-03-03 14:48:43','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=',4,0,7,'','',0,474),(30,'Patiekalai vaikams','','<table border=\"0\" cellspacing=\"1\" cellpadding=\"1\" width=\"630\"><tbody><tr><td><strong>&bdquo;Nežiniuko&ldquo; &scaron;a&scaron;lykas</strong><br />(vi&scaron;tienos vėrinukai, bulvytės, &scaron;viežios daržovės)</td><td><p align=\"right\"><strong>10,00 LT</strong></p></td></tr><tr><td><strong>Raidelių &bdquo;Abėcėlė&ldquo; su padažu</strong><strong> ir daržovėmis</strong> </td><td><p align=\"right\"><strong>7,00 LT</strong></p></td></tr><tr><td><strong>Bulvės fry su de&scaron;relėmis</strong></td><td><p align=\"right\"><strong>8,50 LT</strong></p></td></tr><tr><td><strong>Vi&scaron;tienos&nbsp;lazdelės su sezamu</strong><br />(vi&scaron;tienos filė, bulvių ko&scaron;ė, &scaron;v. daržovės)</td><td><p align=\"right\"><strong>10,00 LT</strong></p></td></tr><tr><td><strong>&quot;Klauno&quot; kepsnys<br /></strong>(kiauliena, sūris, bulvės fry, salotos)&nbsp;</td><td><p align=\"right\">&nbsp;<strong>10,00 LT</strong></p></td></tr><tr><td><strong>&bdquo;Tinginukai&ldquo;</strong><br />(virti var&scaron;kėčiai)</td><td><p align=\"right\"><strong>7,50 LT</strong></p></td></tr><tr><td><strong>Lietiniai su var&scaron;ke ir trintomis bra&scaron;kėmis, grietine</strong></td><td><p align=\"right\"><strong>8,00 LT</strong></p></td></tr><tr><td><strong>Skrudinti koldūnai su sviesto - grietinės padažu</strong></td><td><p align=\"right\"><strong>8,50 LT</strong></p></td></tr></tbody></table>','',1,4,0,15,'2008-03-03 14:48:58',62,'','2008-03-30 23:30:02',63,0,'0000-00-00 00:00:00','2008-03-03 14: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=',4,0,6,'','',0,558),(31,'Karšti patiekalai','','<table border=\"0\" cellspacing=\"1\" cellpadding=\"1\" width=\"630\"><tbody><tr><td><strong>Vi&scaron;tiena&nbsp;įdaryta saulėje džiovintais pomidorais</strong><br />(vi&scaron;tienos filė,&nbsp;bulvių muslinas su parmezanu,&nbsp;morkų svogūnų padažas)<br /><em>Rekomenduojamas vynas: Frontero Chardonnay</em></td><td><p align=\"right\"><strong>18,00 LT</strong></p></td></tr><tr><td><strong>Vi&scaron;tienos suktinukai su vytintu kumpiu ir baravykų padažu</strong><br />(vi&scaron;tienos filė, bulvių griežinėliai, griliuota paprika)<br /><em>Rekomenduojamas vynas: Calvet Carte Dor</em></td><td><p align=\"right\"><strong>18,00 LT</strong></p></td></tr><tr><td><strong>Kepta vi&scaron;tienos krūtinėlė su krevečių padažu</strong><br />(vi&scaron;tienos filė,&nbsp;bulvių ko&scaron;ė, &scaron;v. daržovės)<br /><em>Rekomenduojamas vynas: Grains d or Chardonnay</em></td><td><p align=\"right\"><strong>18,00 LT</strong></p></td></tr><tr><td><strong>Kalakutiena&nbsp;su parmezano&nbsp;padažu<br /></strong>(kalakutienos filė,&nbsp;mini pomidorai,&nbsp;ryžiai - brokoliai)<br /><em>Rekomenduojamas vynas: Calvet Carte Dor</em></td><td><p align=\"right\">&nbsp;<strong>18,00 LT</strong></p></td></tr><tr><td><strong>Kalakutiena kepta grilyje su spanguolių &ndash; aviečių padažu<br /></strong>(&bdquo;Rissoto&ldquo; ryžiai su &scaron;afranu, karamelizuota kriau&scaron;ė)<br /><em>Rekomenduojamas vynas: Grains d or Chardonnay</em></td><td><p align=\"right\">&nbsp;<strong>18,00 LT</strong></p></td></tr><tr><td><strong>Ant grotelių kepta kiauliena su kedro rie&scaron;utais<br /></strong>(kiaulienos i&scaron;pjova, bulvių muslinas, voveraičių padažas)<br /><em>Rekomenduojamas vynas: Calvet Carte Rouge</em></td><td><p align=\"right\">&nbsp;<strong>19,00 LT</strong></p></td></tr><tr><td><strong>Kiaulienos&nbsp;kepsneliai su&nbsp;kumpiu&nbsp;ir pievagrybiais<br /></strong>(kiaulienos i&scaron;pjova,&nbsp;bulvių riekutės)<br /><em>Rekomenduojamas vynas: Rene Barbier Tinto</em></td><td><p align=\"right\">&nbsp;<strong>18,00 LT</strong></p></td></tr><tr><td><strong>Kiauliena sukta &scaron;oninėje<br /></strong>(kiaulienos nugarinė, &scaron;v. daržovių salotos, baravykų - vyno padažas)<br /><em>Rekomenduojamas vynas: Calvet Carte Rouge</em></td><td><p align=\"right\">&nbsp;<strong>20,00 LT</strong></p></td></tr><tr><td><strong>Jautienos pipirinis steikas<br /></strong>(jautienos i&scaron;pjova, ryžiai &quot;Rissoto&quot;,&nbsp;&scaron;v. daržovių salotos)</td><td><p align=\"right\">&nbsp;<strong>30,00 LT</strong></p></td></tr><tr><td><strong>Jautiena su vėžių uodegėlių padažu<br /></strong>(jautienos i&scaron;pjova,&nbsp;bulvės, keptos daržovės)</td><td><p align=\"right\">&nbsp;<strong>28,00 LT</strong></p></td></tr><tr><td><strong>Jautiena su baravykais ir voveraitėmis<br /></strong>(jautienos i&scaron;pjova, bulvių skiltelės, kepsnių padažas, marinuoti svogūnėliai, pomidorai)<br /><em>Rekomenduojamas vynas: Calvet Carte Rouge</em></td><td><p align=\"right\"><strong>28,00 LT</strong></p></td></tr><tr><td><strong>Ver&scaron;ienos sluoksniuotis su baravykais<br /></strong>(ver&scaron;ienos kumpis, keptos bulvės, &scaron;pinatų - pomidorų piurė)</td><td><p align=\"right\">&nbsp;<strong>22,00 LT</strong></p></td></tr><tr><td valign=\"top\"><strong>&bdquo;Martini&ldquo; klubo kepsnys draugijai</strong><br />(kiaulienos i&scaron;pjova, sprandinė, vi&scaron;tienos krūtinėlė, marinuotos ir &scaron;viežios daržovės, skrudintos bulvytės, mėsos ir vėžių uodegėlių padažas)<br /><em>Rekomenduojamas vynas: Rene Barbier Tinto</em></td><td><p align=\"right\"><strong>60,00 LT</strong><br />4-iems asmenims<br /><strong>30,00 LT</strong><br />2-iems asmenims</p></td></tr><tr><td><strong>Strutienos steikas su &quot;Parmezano&quot; sūrio kukulaičiais</strong><br />(&scaron;pinatų padažas, kepintos daržovės)</td><td><p align=\"right\"><strong>28,00 LT</strong></p></td></tr><tr><td><strong>Anties kepenėlės su židinių kopūstų kremu</strong></td><td><p align=\"right\"><strong>60,00 LT</strong></p></td></tr><tr><td><strong>Anties krūtinėlė su &scaron;pinatais ir kelmučiais vyno padaže</strong></td><td><p align=\"right\"><strong>28,00 LT</strong></p></td></tr></tbody></table><br /><img src=\"/images/valgiarastis/patiekalas.jpg\" border=\"0\" alt=\"\" width=\"400\" height=\"300\" />','',1,4,0,15,'2008-03-03 14:49:07',62,'','2008-03-31 00:06:25',63,0,'0000-00-00 00:00:00','2008-03-03 14:49:04','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=',9,0,5,'','',0,1252),(32,'Žuvies patiekalai','','<table border=\"0\" cellspacing=\"1\" cellpadding=\"1\" width=\"630\"><tbody><tr><td><strong>La&scaron;i&scaron;a su vynuoginiais pomidorais</strong><br />(la&scaron;i&scaron;os filė,&nbsp;vynuoginiai pomidorai, raudonojo vyno padažas)</td><td><p align=\"right\"><strong>23,00 LT</strong></p></td></tr><tr><td><strong>Sterkas su ikrų padažu</strong><br />(sterko filė, &scaron;paraginės pupelės, rissoto ryžiai)</td><td><p align=\"right\"><strong>25,00 LT</strong></p></td></tr><tr><td><strong>Uotas su &quot;Rissoto&quot; ryžiais ir pomidoriniu padažu</strong><br />(uoto filė,&nbsp;pomidorų piurė, įdaryta paprika, mėlynieji moliuskai)</td><td><p align=\"right\"><strong>25,00 LT</strong></p></td></tr><tr><td><strong>Plek&scaron;nė su tigrinėmis krevetėmis</strong><br />(plek&scaron;nės filė,&nbsp;vyno - salierų padažas, brokoliai, žiediniai)</td><td><p align=\"right\"><strong>24,00 LT</strong></p></td></tr><tr><td><strong>Upėtakis įdarytas daržovėmis ir vėžių uodegėlėmis</strong><br />(ryžiai, keptos daržovės, &scaron;afrano padažas)</td><td><p align=\"right\"><strong>27,00 LT</strong></p></td></tr><tr><td><strong>Karpis su keptais pomidorais<br /></strong>(karpio filė,&nbsp;ryžiai,&nbsp;brokoliai)</td><td><p align=\"right\">&nbsp;<strong>18,00 LT</strong></p></td></tr></tbody></table>','',1,4,0,15,'2008-03-03 14:49:17',62,'','2008-03-30 23:24:57',63,0,'0000-00-00 00:00:00','2008-03-03 14:49:14','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=',4,0,4,'','',0,512),(33,'Desertai','','<table border=\"0\" cellspacing=\"1\" cellpadding=\"1\" width=\"630\"><tbody><tr><td colspan=\"2\"><strong>Aguonų pyragas su vaniliniu ir aviečių padažu</strong></td><td><p align=\"right\"><strong>6,00 LT</strong></p></td></tr><tr><td colspan=\"2\"><strong>Močiutės - obuolių pyragas su ledais</strong></td><td><p align=\"right\"><strong>8,00 LT</strong></p></td></tr><tr><td colspan=\"2\"><strong>&Scaron;trudelis su var&scaron;kės kremu ir bra&scaron;kių padažu</strong></td><td><p align=\"right\"><strong>9,00 LT</strong></p></td></tr><tr><td colspan=\"2\"><strong>Kar&scaron;tas keptas bananas su ledais ir &scaron;okoladu</strong></td><td><p align=\"right\"><strong>7,00 LT</strong></p></td></tr><tr><td colspan=\"2\"><strong>Trintų vaisių taurė su ledais ir gervuogėmis</strong></td><td><p align=\"right\"><strong>10,00 LT</strong></p></td></tr><tr><td colspan=\"2\"><strong>Var&scaron;kės desertas su rie&scaron;utais / &scaron;okoladu / bra&scaron;kių padažu / karamelės padažu / konservuotais vaisiais</strong> </td><td><p align=\"right\"><strong>7,00 LT</strong></p></td></tr><tr><td colspan=\"2\"><strong>Ledų mozaika su rie&scaron;utais, &scaron;okoladu, vaisiais</strong></td><td><p align=\"right\"><strong>8,00 LT</strong></p></td></tr><tr><td colspan=\"2\"><strong>Ledai su bra&scaron;kių / karamelės padažais / vaisiais / &scaron;okoladu / rie&scaron;utais</strong></td><td><p align=\"right\"><strong>6,00 LT</strong></p></td></tr><tr><td width=\"65%\"><strong>Vynuogės</strong></td><td width=\"15%\">300g / 600g</td><td><p align=\"right\"><strong>10,00 LT / 20,00 LT</strong></p></td></tr><tr><td width=\"65%\"><strong>Vaisiai</strong><br />(sezoniniai vaisiai)</td><td width=\"15%\">1000g</td><td><p align=\"right\"><strong>20,00 LT</strong></p></td></tr></tbody></table>','',1,4,0,15,'2008-03-03 14:49:26',62,'','2008-03-30 23:39:22',63,0,'0000-00-00 00:00:00','2008-03-03 14:49: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=',4,0,3,'','',0,733),(34,'Kokteiliai','','<table border=\"0\" cellspacing=\"1\" cellpadding=\"1\" width=\"630\"><tbody><tr><td><p style=\"color: #ffcc33\"><strong>Ledų kokteiliai:</strong></p></td></tr><tr><td><strong>Bananinis / bra&scaron;kinis / persikinis</strong></td><td><p align=\"right\"><strong>7,00 LT</strong></p></td></tr><tr><td><strong>Ledų - sulčių / apelsinų / mulivitaminų</strong></td><td><p align=\"right\"><strong>6,00 LT</strong></p></td></tr></tbody></table>','',1,4,0,15,'2008-03-03 14:49:36',62,'','2008-03-30 23:41:48',63,0,'0000-00-00 00:00:00','2008-03-03 14:49:32','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=',4,0,2,'','',0,1590),(35,'Užkandžiai prie alaus','','<table border=\"0\" cellspacing=\"1\" cellpadding=\"1\" width=\"630\"><tbody><tr><td valign=\"top\"><strong>A&scaron;trios sūrio lazdelės</strong></td><td><p align=\"right\"><strong>9,00 LT</strong></p></td></tr><tr><td valign=\"top\"><strong>Užkanda&nbsp;kompanijai</strong><br />(kalmarų žiedai,&nbsp;rukytos ausys, medžiotojų sūris, įdaryta tortilija, krabų žnyplės)</td><td><p align=\"right\"><strong>22,00 LT</strong></p></td></tr><tr><td><strong>Keptos duonos lazdelės su sūriu ir majonezu</strong></td><td><p align=\"right\"><strong>6,00 LT</strong></p></td></tr><tr><td><strong>Lietuvi&scaron;kų sūrių rinkinys</strong><br />(medžiotojų sūris, sūris &bdquo;Gojus&ldquo;, sūris &bdquo;Picarela&ldquo;)</td><td><p align=\"right\"><strong>9,00 LT</strong></p></td></tr><tr><td><strong>Kar&scaron;tos rūkytos kiaulių ausys su čili pupelėmis</strong></td><td><p align=\"right\"><strong>8,00 LT</strong></p></td></tr><tr><td><strong>Tortilijos suktinukai</strong></td><td><p align=\"right\"><strong>10,00 LT</strong></p></td></tr></tbody></table>','',1,4,0,15,'2008-03-03 14:49:45',62,'','2008-03-30 23:32:55',63,0,'0000-00-00 00:00:00','2008-03-03 14:49: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=',9,0,1,'','',0,925),(36,'Banketai','','<div class=\"naujiena_body\"><div style=\"border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color windowtext; border-width: medium medium 1.5pt; padding: 0cm 0cm 1pt\"><div align=\"justify\"> </div><p align=\"justify\">Profesionalūs virėjai ruo&scaron;ia pobūvius, banketus, i&scaron;važiuojamus fur&scaron;etus klube ar Jūsų pageidaujamoje vietoje. Maistas ruo&scaron;iamas pagal atskirus pageidavimus.</p> <p>Galime paruo&scaron;ti meniu, atitinkantį Jūsų siūlomą kainą,</p> <p>Turime renginių organizavimo patirties. Galime padėti pasirinkti atlikėjus, grupes, vedančiuosius...</p> <p>Artėjant ypatingai progai, patikėkite &scaron;ventės planavimą &bdquo;MARTINI&ldquo; kolektyvui.</p> <p>Klubas talpina apie 500 lankytojų.</p> <p>&Scaron;iaulių naktinis klubas &bdquo;MARTINI&ldquo; &ndash; ideali vieta Jūsų &scaron;ventei</p> <p><img style=\"width: 569px; height: 853px\" src=\"images/stories/banketai/graphic4.jpg\" border=\"0\" alt=\"\" width=\"606\" align=\"middle\" /></p> </div></div>                                                                ','',1,4,0,16,'2008-03-03 20:00:26',62,'','2008-03-03 20:02:18',62,0,'0000-00-00 00:00:00','2008-03-03 20:00:08','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=',3,0,3,'','',0,2885),(37,'100 vietų banketų salė','','<p>&nbsp;MARTINI klubo 100 vietų banketinė salė - puiki vieta sužadėtuvių, vestuvių ar kitiems i&scaron;kilmingiems pokyliams.</p><p>Turite kitą ypatingą progą?</p><p align=\"justify\">MARTINI klubo patalpos gali būti puikiai panaudojamos rengti kolektyvo &scaron;ventes, i&scaron;skirtinius uždarus vakarus įmonėms ar privatiems vakarėliams.</p>','',1,4,0,16,'2008-03-03 20:03:53',62,'','2008-03-28 12:38:20',62,0,'0000-00-00 00:00:00','2008-03-03 20:03:48','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,2,'','',0,485),(38,'20 vietų banketų salė','','<p>&nbsp;</p><p>&nbsp;</p>','',1,4,0,16,'2008-03-03 20:04:06',62,'','2008-03-28 12:38:01',62,0,'0000-00-00 00:00:00','2008-03-03 20:04:02','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=',3,0,1,'','',0,484),(39,'Foto galerija','','','',1,4,0,17,'2008-03-03 23:54:41',62,'','2008-09-15 09:39:19',64,0,'0000-00-00 00:00:00','2008-03-03 23:54:35','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=',4,0,9,'','',0,15212),(40,'Koncertai','','<strong class=\"red\">{gallery}foto_galerija/koncertai{/gallery}</strong>','',1,4,0,17,'2008-03-03 23:55:13',62,'','2008-03-03 23:55:43',62,0,'0000-00-00 00:00:00','2008-03-03 23:55:08','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,8,'','',0,7246),(41,'Mango','','<strong class=\"red\">{gallery}foto_galerija/mango{/gallery}</strong>','',1,4,0,17,'2008-03-04 00:00:35',62,'','2008-03-04 13:43:50',62,0,'0000-00-00 00:00:00','2008-03-04 00:00:31','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,7,'','',0,1584),(42,'„Kelias į žvaigždes“','','<strong class=\"red\">{gallery}foto_galerija/kiz{/gallery}</strong>','',1,4,0,17,'2008-03-04 00:00:48',62,'','2008-03-04 13:53:24',62,0,'0000-00-00 00:00:00','2008-03-04 00:00:44','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,6,'','',0,1389),(43,'„Dangus“','','<strong class=\"red\">{gallery}foto_galerija/dangus{/gallery}</strong>','',1,4,0,17,'2008-03-04 00:01:08',62,'','2008-03-04 14:01:55',62,65,'2009-11-11 17:47:04','2008-03-04 00:01: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=',2,0,5,'','',0,1078),(44,'A.Mamontovas','','<strong class=\"red\">{gallery}foto_galerija/mamontovas{/gallery}</strong>','',1,4,0,17,'2008-03-04 00:01:21',62,'','2008-03-04 14:07:36',62,0,'0000-00-00 00:00:00','2008-03-04 00:01:16','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,4,'','',0,985),(45,'Varjetė programa','','<strong class=\"red\">{gallery}foto_galerija/varjete{/gallery}</strong>','',1,4,0,17,'2008-03-04 00:01:35',62,'','2008-03-04 14:54:39',62,0,'0000-00-00 00:00:00','2008-03-04 00:01:31','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=',4,0,3,'','',0,4141),(46,'Banketai','','<strong class=\"red\">{gallery}foto_galerija/banketai{/gallery}</strong>','',1,4,0,17,'2008-03-04 00:01:47',62,'','2008-03-04 21:48:16',62,0,'0000-00-00 00:00:00','2008-03-04 00:01:44','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,2,'','',0,2945),(47,'Loterija','','<div class=\"naujiena_body\"><p>&Scaron;iuo metu loterijų nėra organizuojama.&nbsp;</p> <p>Sėkmės!</p></div>','',1,4,0,18,'2008-03-04 22:00:32',62,'','2008-03-04 22:01:39',62,0,'0000-00-00 00:00:00','2008-03-04 22:00: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=',2,0,1,'','',0,3157),(48,'Kontaktai','','<div class=\"naujiena_body\"><p>Naktinis klubas &bdquo;Martini&ldquo;<br />Taikos pr.64/Baltijos pr.24b. Klaipėda<br />tel.: (846) 314079<br />faks.: (846) 234085<br />e.pa&scaron;tas: <a href=\"mailto:klaipeda@martini-club.lt\">klaipeda@martini-club.lt</a></p><p>Staliukų rezervavimas tel.: 8 600 57877</p></div>','',1,4,0,19,'2008-03-06 13:53:14',62,'','2009-04-16 11:43:47',64,0,'0000-00-00 00:00:00','2008-03-06 13:52:51','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=',3,0,2,'','',0,5785),(49,'Site Map','','		<img src=\"/templates/martini/images/sitemap.gif\" alt=\"\" />                <div class=\"tree0\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=20&amp;Itemid=38\">Apie klubą</a></div>                                      <div class=\"tree1\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=13&amp;Itemid=33\">Istorija</a></div>                                      <div class=\"tree1\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=14&amp;Itemid=34\">Pramogos</a></div>                                      <div class=\"tree1\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=15&amp;Itemid=35\">Klubo taisyklės</a></div>                                       <div class=\"tree1\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=16&amp;Itemid=36\">Kavinė &quot;Vesta&quot;</a></div>                                      <div class=\"tree1\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=17&amp;Itemid=37\">Darbo laikas</a></div>                                  <img src=\"/templates/martini/images/sitemap.gif\" alt=\"\" />                              <div class=\"tree0\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=21&amp;Itemid=42\">Renginiai</a></div>                                      <div class=\"tree1\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=18&amp;Itemid=40\">Savaitės programa</a></div>                                      <div class=\"tree1\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=19&amp;Itemid=41\">Artimiausi renginiai</a></div>                                    <img src=\"/templates/martini/images/sitemap.gif\" alt=\"\" />                              <div class=\"tree0\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=22&amp;Itemid=43\">Valgiara&scaron;tis</a></div>                                      <div class=\"tree1\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=23&amp;Itemid=45\">Savaitės patiekalai</a></div>                                      <div class=\"tree1\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=24&amp;Itemid=46\">Meniu naujienos</a></div>                                      <div class=\"tree1\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=25&amp;Itemid=47\">&Scaron;altieji užkandžiai</a></div>                                      <div class=\"tree1\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=26&amp;Itemid=48\">Salotos</a></div>                                       <div class=\"tree1\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=27&amp;Itemid=49\">Sriubos</a></div>                                      <div class=\"tree1\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=28&amp;Itemid=50\">Kar&scaron;tieji užkandžiai</a></div>                                      <div class=\"tree1\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=29&amp;Itemid=51\">Vegetari&scaron;ki patiekalai</a></div>                                      <div class=\"tree1\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=30&amp;Itemid=52\">Patiekalai vaikams</a></div>                                      <div class=\"tree1\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=31&amp;Itemid=53\">Kar&scaron;ti patiekalai</a></div>                                      <div class=\"tree1\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=32&amp;Itemid=54\">Žuvies patiekalai</a></div>                                       <div class=\"tree1\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=33&amp;Itemid=55\">Desertai</a></div>                                      <div class=\"tree1\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=34&amp;Itemid=56\">Kokteiliai</a></div>                                      <div class=\"tree1\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=35&amp;Itemid=57\">Užkandžiai prie alaus</a></div>                                   <img src=\"/templates/martini/images/sitemap.gif\" alt=\"\" />                              <div class=\"tree0\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=36&amp;Itemid=58\">Banketai</a></div>                                      <div class=\"tree1\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=37&amp;Itemid=59\">100 vietų banketų salė</a></div>                                       <div class=\"tree1\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=38&amp;Itemid=60\">20 vietų banketų salė</a></div>                                   <img src=\"/templates/martini/images/sitemap.gif\" alt=\"\" />                              <div class=\"tree0\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=39&amp;Itemid=68\">Foto galerija</a></div>                                      <div class=\"tree1\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=40&amp;Itemid=93\">Koncertai</a></div>                                      <div class=\"tree1\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=45&amp;Itemid=90\">Varjetė programa</a></div>                                      <div class=\"tree1\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=46&amp;Itemid=91\">Banketai</a></div>                                    <img src=\"/templates/martini/images/sitemap.gif\" alt=\"\" />                              <div class=\"tree0\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=47&amp;Itemid=95\">Loterija</a></div>                                   <img src=\"/templates/martini/images/sitemap.gif\" alt=\"\" />                              <div class=\"tree0\"><a href=\"index.php?option=com_jambook&amp;Itemid=96\">Svečių knyga</a></div>                                   <img src=\"/templates/martini/images/sitemap.gif\" alt=\"\" />                              <div class=\"tree0\"><a href=\"index.php?option=com_search&amp;Itemid=97\">Paie&scaron;ka</a></div>                                   <img src=\"/templates/martini/images/sitemap.gif\" alt=\"\" />                               <div class=\"tree0\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=48&amp;Itemid=98\">Kontaktai</a></div>                                   <img src=\"/templates/martini/images/sitemap.gif\" alt=\"\" />','',1,4,0,19,'2008-03-06 14:59:12',62,'','2008-03-06 16:21:19',62,62,'2008-03-06 16:21:20','2008-03-06 14:58:51','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=0\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',7,0,1,'','',0,585),(50,'Klubas','Klubas','<strong class=\"red\">{gallery}foto_galerija/klubas{/gallery}</strong>','',1,4,0,17,'2008-03-17 00:14:12',62,'','2008-03-17 00:14:51',62,0,'0000-00-00 00:00:00','2008-03-17 00:13: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=',2,0,1,'','',0,9153);
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 (5,1);
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,'Indrė Rimkutė',0),(13,'users','65',0,'klaipeda',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,'',12),(24,'',13),(25,'',10),(25,'',11);
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_joomap_backup`
--

DROP TABLE IF EXISTS `jos_joomap_backup`;
CREATE TABLE `jos_joomap_backup` (
  `version` varchar(255) default NULL,
  `classname` varchar(255) default NULL,
  `expand_category` int(11) default NULL,
  `expand_section` int(11) default NULL,
  `show_menutitle` int(11) default NULL,
  `columns` int(11) default NULL,
  `exlinks` int(11) default NULL,
  `ext_image` varchar(255) default NULL,
  `menus` text,
  `exclmenus` varchar(255) default NULL,
  `includelink` int(11) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_joomap_backup`
--


/*!40000 ALTER TABLE `jos_joomap_backup` DISABLE KEYS */;
LOCK TABLES `jos_joomap_backup` WRITE;
INSERT INTO `jos_joomap_backup` VALUES ('2.0','sitemap',1,1,1,1,1,'img_grey.gif','Apie klubą,0,1\nmainmenu,1,0\nBanketai,2,1\nFoto galerija,3,1\nFoto galerija praskleista,4,0\nKontaktai,5,0\nLoterija,6,0\nPaieška,7,0\nRenginiai,8,0\nSvečių knyga,9,0\nValgiaraštis,10,0','',1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_joomap_backup` 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 (186,'Cialis',' Don\'t take CIALIS if you take nitrates as the combination can cause a sudden, unsafe drop in blood pressure. CIALIS for daily use remains in your body for as long as you take it. The most common side effects with CIALIS were headache and upset stomach.  If you have a sudden decrease or loss of vision or hearing, stop taking any ED tablet, including CIALIS and call your doctor right away.  as the third ED prescription drug pill after sildenafil (Viagra) and vardenafil (Levitra).  Moreover, besides ED, tadalafil for the treatment of pulmonary arterial hypertension is currently under regulatory review in multiple regions.  If you become dizzy or nauseated during sexual activity, or if you have pain, numbness, or tingling in your chest, arms, neck, or jaw, stop and call your doctor right away.  Do not take this medication more than once a day.  This has occurred in a small number of people taking Cialis, most of whom also had heart disease, diabetes, high blood pressure, high cholesterol, or certain pre-existing eye problems, and in those who smoke or are over 50 years old.  This has occurred in a small number of people taking Cialis, most of whom also had heart disease, diabetes, high blood pressure, high cholesterol, or certain pre-existing eye problems, and in those who smoke or are over 50 years old. Do not use Cialis without telling your doctor if you are pregnant or plan to become pregnant during treatment. \r\nhttp://buycialisweb.blogspot.com/ cialis gay cock  Don\'t take CIALIS if you take nitrates as the combination can cause a sudden, unsafe drop in blood pressure.  Don\'t drink alcohol in excess (to a level of intoxication) with CIALIS, as this may increase your chances of getting dizzy or lowering your blood pressure. As with any ED tablet, in the rare event of an erection lasting more than 4 hours, seek immediate medical help to avoid long-term injury.  It is current marketed in pill form for treating erectile dysfunction (ED) but has been used for other conditions.  as the third ED prescription drug pill after sildenafil (Viagra) and vardenafil (Levitra). Cialis is the only one of the three that is also offered as a once daily medication.  This includes nitroglycerin (Nitrostat, Nitrolingual, Nitro-Dur, Nitro-Bid, and others), isosorbide dinitrate (Dilatrate-SR, Isordil, Sorbitrate), and isosorbide mononitrate (Imdur, ISMO, Monoket). You could be having a serious side effect of Cialis.  Do not take Cialis if you are also using a nitrate drug for chest pain or heart problems, including nitroglycerin (Nitrostat, Nitrolingual, Nitro-Dur, Nitro-Bid, Minitran, Deponit, Transderm-Nitro), isosorbide dinitrate (Dilatrate-SR, Isordil, Sorbitrate), and isosorbide mononitrate (Imdur, ISMO, Monoket), or recreational drugs such as amyl nitrate or nitrite (\"poppers\") Taking Cialis with a nitrate medicine can cause a serious decrease in blood pressure, leading to fainting, stroke, or heart attack.  It is not clear whether Cialis is the actual cause of vision loss.  Do not use this medication without telling your doctor if you are breast-feeding a baby.','','','Cialis',0,0,'195.2.241.118',0,'','hideemail=1\nhideurl=1\n',0,'2009-05-14 10:39: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,66),(185,'Cialis',' Before taking CIALIS, ask if you\'re healthy enough for sexual activity and be sure to tell your doctor about all your medical conditions and all medications.  Tell your doctor about all medications, especially if you take nitrates (often used for chest pain) or medicines for blood pressure, alpha blockers, antifungals, or HIV, so your doctor can be aware of potential drug interactions. The most common side effects with CIALIS were headache and upset stomach.  If you have a sudden decrease or loss of vision or hearing, stop taking any ED tablet, including CIALIS and call your doctor right away. Cialis tablets, in 5 mg, 10 mg, and 20 mg doses, are yellow, film-coated, and almond-shaped.  Moreover, besides ED, tadalafil for the treatment of pulmonary arterial hypertension is currently under regulatory review in multiple regions.  This includes nitroglycerin (Nitrostat, Nitrolingual, Nitro-Dur, Nitro-Bid, and others), isosorbide dinitrate (Dilatrate-SR, Isordil, Sorbitrate), and isosorbide mononitrate (Imdur, ISMO, Monoket).  Do not take this medication more than once a day.  It is not clear whether this medication is the actual cause of vision loss.  This has occurred in a small number of people taking Cialis, most of whom also had heart disease, diabetes, high blood pressure, high cholesterol, or certain pre-existing eye problems, and in those who smoke or are over 50 years old. Do not use Cialis without telling your doctor if you are pregnant or plan to become pregnant during treatment. \r\nhttp://buycialisweb.blogspot.com/ cialis stories  Don\'t take CIALIS if you take nitrates as the combination can cause a sudden, unsafe drop in blood pressure.  CIALIS does not protect against sexually transmitted diseases, including HIV. As with any ED tablet, in the rare event of an erection lasting more than 4 hours, seek immediate medical help to avoid long-term injury. It\'s not possible to determine if these events are related directly to the ED tablets or to other factors. S.  In late November 2008, Eli Lilly sold the exclusive rights to commercialize tadalafil for pulmonary arterial hypertension in the United States to United Therapeutics for an upfront payment of $150 million.  Taking Cialis with a nitrate medicine can cause a serious decrease in blood pressure, leading to fainting, stroke, or heart attack.  Contact your doctor or seek emergency medical attention if your erection is painful or lasts longer than 4 hours.  Stop using Cialis and get emergency medical help if you have sudden vision loss.  This has occurred in a small number of people taking Cialis, most of whom also had heart disease, diabetes, high blood pressure, high cholesterol, or certain pre-existing eye problems, and in those who smoke or are over 50 years old.  Although this medication is not for use in women, it is not known if tadalafil passes into breast milk or if it could harm a nursing baby.','','','Cialis',0,0,'195.2.241.118',0,'','hideemail=1\nhideurl=1\n',0,'2009-05-14 09:15: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,65),(184,'Cialis',' Before taking CIALIS, ask if you\'re healthy enough for sexual activity and be sure to tell your doctor about all your medical conditions and all medications.  CIALIS does not protect against sexually transmitted diseases, including HIV. Backache and muscle ache were also reported, sometimes with delayed onset.  It initially was developed by the biotechnology company ICOS, and then again developed and marketed world-wide as Cialis, by Lilly ICOS, LLC, the joint venture of ICOS Corporation and Eli Lilly and Company. S.  In late November 2008, Eli Lilly sold the exclusive rights to commercialize tadalafil for pulmonary arterial hypertension in the United States to United Therapeutics for an upfront payment of $150 million.  Taking Cialis with a nitrate medicine can cause a serious decrease in blood pressure, leading to fainting, stroke, or heart attack.  A prolonged erection (priapism) can damage the penis.  Do not take Cialis if you are also using a nitrate drug for chest pain or heart problems, including nitroglycerin (Nitrostat, Nitrolingual, Nitro-Dur, Nitro-Bid, Minitran, Deponit, Transderm-Nitro), isosorbide dinitrate (Dilatrate-SR, Isordil, Sorbitrate), and isosorbide mononitrate (Imdur, ISMO, Monoket), or recreational drugs such as amyl nitrate or nitrite (\"poppers\") Taking Cialis with a nitrate medicine can cause a serious decrease in blood pressure, leading to fainting, stroke, or heart attack.  FDA pregnancy category B: Although Cialis is not for use in women, this medication is not expected to be harmful to an unborn baby.  Do not use this medication without telling your doctor if you are breast-feeding a baby. \r\nhttp://buycialisweb.blogspot.com/ cheapest cialis prices  Before taking CIALIS, ask if you\'re healthy enough for sexual activity and be sure to tell your doctor about all your medical conditions and all medications.  CIALIS does not protect against sexually transmitted diseases, including HIV. The most common side effects with CIALIS were headache and upset stomach.  It is current marketed in pill form for treating erectile dysfunction (ED) but has been used for other conditions.  as the third ED prescription drug pill after sildenafil (Viagra) and vardenafil (Levitra). Cialis is the only one of the three that is also offered as a once daily medication.  Taking Cialis with a nitrate medicine can cause a serious decrease in blood pressure, leading to fainting, stroke, or heart attack.  Do not take this medication more than once a day.  This has occurred in a small number of people taking Cialis, most of whom also had heart disease, diabetes, high blood pressure, high cholesterol, or certain pre-existing eye problems, and in those who smoke or are over 50 years old. This medication can decrease blood flow to the optic nerve of the eye, causing sudden vision loss. Do not use Cialis without telling your doctor if you are pregnant or plan to become pregnant during treatment.','','','Cialis',0,0,'195.2.241.118',0,'','hideemail=1\nhideurl=1\n',0,'2009-05-14 08:30: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,64),(121,'for martini','super šeštadienis su pikaso. apsauga tikra, mandagi.Ačiu.\r\n','','','gedas',0,0,'81.7.99.229',0,'','hideemail=1\nhideurl=1\n',1,'2008-04-13 17:32: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,1),(122,'efka','Super klubas','','','Svečias',0,0,'88.119.253.238',0,'','hideemail=1\nhideurl=1\n',1,'2008-04-16 17:19:12',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,2),(123,' to martini','liksma, gera muzika. aplinka jauki. aciu uz gerus savaitgalius.','','','Svečias',0,0,'86.100.95.134',0,'','hideemail=1\nhideurl=1\n',1,'2008-05-02 18:11:09',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),(124,'super','labai saunus kolektyvas, lankausi kiekviena savaitgali. ir muzika man patinka. paneles dirba sauniai, tik draugiskesnes kartais galetu buti. bet panele administracija su papustom lupom tai net nzn. gal jai mazai mokat? ar cia is tikruju stalai pas jus perkami? kita karta sumokejes uz staleli reikalausiu cekio. :)))))))))))arba pasiulysiu panelei patenta issiimti. o siaip visa kita labai liuks, laikykites!','','','Toresas5',0,0,'77.79.28.121',0,'','hideemail=1\nhideurl=1\n',1,'2008-06-01 17:57: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,4),(125,'paradox2','visiskai nusivylem martiniu si savaitgali, nes leidziami gabalai lygiai tie patys kaip Paradoxe. Sugadino dj\'jus nuotaika nerealiai, zemas lygis ir nieko naujo, viskas jau taip pabode, kad vemti vercia... plius tik vienas baras veike, padavejos teko laukti gal kokia valanda laiko, kad susimoketi.  zodziu, nieko gero... ','','','negative',0,0,'88.118.64.121',0,'','hideemail=1\nhideurl=1\n',0,'2008-06-15 13:19:20',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),(126,'SMAGUmėlis','Karta atėjęs ateisi dar! ;)','','','Mildulka',0,0,'78.62.197.13',0,'','hideemail=1\nhideurl=1\n',1,'2008-06-27 13:13: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,6),(127,'sestadienis  28 06 2008','aplinka labai faina, sokiu sale didele. dj nelabai patiko, muzika vieno stiliaus... padaveja nelabai mandagi... ','','','asss',0,0,'78.59.67.167',0,'','hideemail=1\nhideurl=1\n',1,'2008-06-30 13:27:35',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),(128,'lili','sestadieni buvom, bet nepatiko... muzika kaip globale... kamatozine...','','','Svečias',0,0,'78.59.67.167',0,'','hideemail=1\nhideurl=1\n',0,'2008-06-30 13:56: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,8),(129,'LANKYTOJA','labai fainas klubas...gera muzika..malonus aptarnavimas,geras meniu,draugiski apsaugos darbuotojai..ko daugiau reikia?surinkim gera kompanija ir visi i MARTINI:)','','','Svečias',0,0,'78.59.111.137',0,'','hideemail=1\nhideurl=1\n',1,'2008-07-01 10:22:00',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,9),(130,'dj','fainas klubas tik dj ne koks... tikriausiai is manes geresne dj iseitu:)','','','liilii',0,0,'78.59.67.167',0,'','hideemail=1\nhideurl=1\n',1,'2008-07-06 00:48: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,10),(131,'Labai saunu','Labai geras klubas, jaukus, patogus. Viskas isnaudota teisingai. Aptarnavimas geras, kainos nesikandzioja, visi malonus. 10 balu. Iskirtine padeka nuo smksa !!!','','','Svečias',0,0,'86.100.3.249',0,'','hideemail=1\nhideurl=1\n',1,'2008-07-25 15:50: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,11),(132,'martini','kiek zinau visas kolektyvas ten vedmainiai, ir miega visi kartu, tik idomu kaip dalinasi :} pats klubas tai neblogas ir muzika gera:} bet dirbt ten niekam nesiulyciau','','','Svečias',0,0,'86.100.80.239',0,'','hideemail=1\nhideurl=1\n',0,'2008-08-06 20:07:45',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),(133,'martini','Jusu svetaineje nera pateikiama juridinio asmens pavadinimas - negrazu. O DJ\'ejus - prastas. ','','','Mindaugas',0,0,'86.100.23.198',0,'','hideemail=1\nhideurl=1\n',0,'2008-08-15 13:20:23',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),(134,'Martini','Seip visai nieko klubas,tik Dj nelabai, toks jausmas kad viena kompakta visa laika leidzia ;D\r\n','','','Svečias',0,0,'88.118.78.235',0,'','hideemail=1\nhideurl=1\n',1,'2008-08-17 01:32:24',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),(135,'Gal kas zino?','Na gal kas zinot... Va, pirkau rimi parduotuvej ir gavau kvietima 2 asmenimn i striptizo grupes pasirodyma. O tai paneles irgi tik nuo 21 metu teileidzia ar uzteks ir 18? ar cia face control?Ir ar su tuo kvietimu nemokamai ar cia tik siaip?','','','Svečias',0,0,'213.226.164.23',0,'','hideemail=1\nhideurl=1\n',1,'2008-08-26 14:42: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,15),(136,'erna','Rugsėjo 1 d., buvo tiesiooooog nerealu;D\r\nAčiū Dj\'ui už gerą muziką.','','','Erna',0,0,'78.62.103.135',0,'','hideemail=1\nhideurl=1\n',1,'2008-09-02 21:09:39',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),(137,'Foto galerija','labai patiko foto galerija :D','','','sick',0,0,'84.15.111.2',0,'','hideemail=1\nhideurl=1\n',1,'2008-09-12 19:12:39',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),(138,'liux','viskas nerealu','','','sandra',0,0,'78.59.111.137',0,'','hideemail=1\nhideurl=1\n',1,'2008-09-15 18:21:51',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),(139,'faina','šis savaitgalis buvo,tai kažkas nerealaus.\r\nSavaitgaliais ypač smagu,nes ten koncertuoja įvairios grupės.taip ir toliau. ','','','Svečias',0,0,'88.119.253.238',0,'','hideemail=1\nhideurl=1\n',1,'2008-09-22 14:04:26',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),(140,'2008-09-19','buvome pakraupe nuo apsaugos darbuotoju izulumo. totalus kulturos neturejimas. tikiuosi klubo vadovai atkreips demesi i savo darbuotoju elgesi ir i tai bus atsizvelgta bei imtasi atitinkamu priemoniu ateityje. \r\nSekmes darbe!\r\n','','','Svečias',0,0,'193.219.57.204',0,'','hideemail=1\nhideurl=1\n',0,'2008-09-22 14:50:29',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),(141,'Martini ','Viskas ten gerai, bet sis klubas greit pavirs i PARADOX kluba nes muzika DJ leidzia kuria gali klausytis tik ligoniai arba jis apsirijes narkotiku, todel vyresne liaudi varo lauk, gerai, kad bent jau apsauga jaunimo neileidzia.','','','Svečias',0,0,'86.100.3.250',0,'','hideemail=1\nhideurl=1\n',0,'2008-09-29 10:42:14',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),(142,'Barmenai','Linkejimai klubo barmenams :) jie nerelus:)','','','Svečias',0,0,'82.135.246.212',0,'','hideemail=1\nhideurl=1\n',1,'2008-09-29 11:47:35',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),(143,'martini','super klubas, tik tvarka keista... o apsauga nereali... yra i ka akis paganyt ;)','','','Ingute',0,0,'85.232.152.17',0,'','hideemail=1\nhideurl=1\n',1,'2008-09-30 15:54:34',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),(144,'ir.........','didzejus superinis ko cia varot.as kalbu apie ta grazuoliuka is S... raides,tas kitas tai tikra tragedija.apsauga tokia kokia ir privalo but apsauga.:) barmenas tik 1 fainas tas kur lb jau mazai sypsosi.Mano nuomone martinio kolektyvas geras tik publika nekokia kazkokie visi netokie.mergu mados tai ka as zinau,bernai irgi kazkokie sunesioti.tad pasiziurim pzsitvarkom ir i martini.:)','','','BURBULAS',0,0,'82.135.209.240',0,'','hideemail=1\nhideurl=1\n',1,'2008-10-10 11:47:26',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),(145,'baby','kodel neraso renginio laika?? gal jus zinote!','','','Svečias',0,0,'85.232.128.51',0,'','hideemail=1\nhideurl=1\n',0,'2008-10-11 22:17:57',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),(146,'Apsaugai','labas visiems.as noriu pasakyti kad klubo martinio apsauga dirba baisei jir pries paneles kelia ranka ir vadina negrazeis zodzeis siaubas.noriu visiems pasakyt kad pries eidami i kluba martini gerai pagalvotume nes ten pats prasiausias klubas visoj klaipedoj patikekit manim ten baisiau negu baisu.','','','Svečias',0,0,'78.62.196.204',0,'','hideemail=1\nhideurl=1\n',0,'2008-10-12 11:38:25',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),(147,'aha','viskas gerai ten yra, nenorit neikit:)','','','Svečias',0,0,'86.100.106.63',0,'','hideemail=1\nhideurl=1\n',1,'2008-10-20 02:10:31',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),(148,'DJ ant muilo','Jo tas didzejus ir turi tik viena kompakta su bumcikais, uzsimeta tralialiushkiu ir varo visa nakti akis pabalines, galetu mest ji lauk nes nesinori, kad i paradoxa toks klubas pavirstu','','','Vyresnis',0,0,'86.100.3.250',0,'','hideemail=1\nhideurl=1\n',0,'2008-10-22 12:27:29',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),(149,'cool','Viskas gerai. Apsauga- labai maloniai bendraujantys ir svarbiausia - nevulgarus, kalba taisyklinga kalba, isaiskina kas neaisku. Gal kartais kiek per grubiai elgiasi su \"prisidirbusiais\" bet jie juk prisidirbo. :) juk ne mums sprest. Aptarnaujantis personalas tikrai nesnaudzia, administratore- surasti ja- galimybe kaip surasti adata sieno kupetoje. Paprasiau apsaugos surasti admin. tai ieskojo, atejo  ir sako: \"nerandam\" :D tai nors apsaugai aciu, kad stengiasi :) barmenai- nerealus. Dj nekoks, viena ir ta pacia muzika groja, tai viskas aisku, per visa vakara jis prie pulto prabuna vos kokias 4 valandas pilnai sudejus, kai tik paziuri, ten nieko nera, tik cd groja turbut.\r\nSiaip viskas nerealu, apsauga net iki taxy palydi, pats maciau. Keista, bet faina. Sekmes.\r\n','','','Kartais ateinantis :D',0,0,'82.140.152.81',0,'','hideemail=1\nhideurl=1\n',1,'2008-11-01 21:16: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,29),(150,'svecias','labas vakaras..gana daznai lankausi martinio klube ir esu visiskai patenkintas tiek aptarnaujanciu personalu, tiek administracija, apsauga ir paciais lankytojais.. labai maloni aplinka, daug vietos.na tik muzika,kaip ir daugumai ausi kutena, bet pakenciama.. diena labai skaniai valgyti duoda:) sekmes!','','','Svečias',0,0,'86.100.106.63',0,'','hideemail=1\nhideurl=1\n',1,'2008-11-28 17:22: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,30),(151,'savaitgalio akcija','vakar buvau Jūsų klube, tikslas buvo pašokti, tai tai ir dariau:). Patiko muzika, buvo smagu. Bet kai atnešė sąsakita, pasigedau plačiai reklamuojamos nuolaidos 40proc. Administratorė teisinosi kad įėjimas po 20 Lt, ne 30, ir todėl nuolaida netaikoma it t.t., bet mano nuomone, tai labai labai negražu iš Jūsų pusės, tai yra įžūlus žmonių apgaudinėjimas. Aš pati gyvenu sąžinigai ir labai jautriai reaguoju į tokias avantiūras, aišku sumokėjau, bet nuotaika sugadinta ir manau, ne man vienai..matau reklama apie \"akciją\" eina ir toliau, viliojami nesusipratėliai ir lengvatikiai, Jūsų pagrindinis tikslas kuo daugiau pasidaryti pinigų, o ne žmonių jausmai ir nuotaikos...','','','Svečias',0,0,'86.100.23.231',0,'','hideemail=1\nhideurl=1\n',0,'2008-12-07 13:14: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,31),(152,'komentaras','viskas super ypac vienas barmenas nuostabus, apsauga lux, tik didzeju reikia keisti.','','','Svečias',0,0,'85.206.11.69',0,'','hideemail=1\nhideurl=1\n',1,'2008-12-09 10:11:40',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,32),(153,'burbule','viskas gerai butu jei administratore neileidinetu kaikuriu pana nesusimokejus uz iejima.jei moketi tai mokam visi,','','','Svečias',0,0,'85.232.136.2',0,'','hideemail=1\nhideurl=1\n',0,'2008-12-12 21:26:46',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,33),(154,'SUPER','Viskas super.nelabai suprantu kuom jums netinka muzika? dj\'s pragroja nuo naujausios club iki pop muzikos...apsauga tikrai superine...vienu zodziu viskas super','','','Svečias',0,0,'193.219.76.201',0,'','hideemail=1\nhideurl=1\n',1,'2008-12-18 11:46:32',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,34),(155,'* * * * *','visalaika buvo tokia nuostata- visiems neitiksi!ir nebutina!martinis turi kazka kas tiesiog traukia, o tiems kurie nemoka linksmintis tai nei aplinka nei darbuotojai neitinka. nepatinka neikit ir negadinkit nuotaiku tiems kurie izvelge MARTINIO unikaluma!o MARTINIUI linkiu sekmes kad gryzes i lt tureciau kur ateiti.','','','nuolatinis :)',0,0,'78.61.140.189',0,'','hideemail=1\nhideurl=1\n',1,'2008-12-18 13:44:29',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,35),(156,'komentaras','sveiki, o ko jus cia taip tais dj\'s nepatenkinti? mano galva jie dirba darba nes ne viena karta esu ten buves ir klauses, tai kad jie leidzia tikrai visko ir jaunimui suprantama muzikike tiek ir viresnio  amziaus zmogeliukams, nes kiek zinau tas klubas ir yra orentuotas i viresne publika negu 21m. geriau rasykit savo pageidavimus kokios muz. reiketu o ne tai jog sh...gal ir atsizvelgs... ','','','Svečias',0,0,'193.219.76.201',0,'','hideemail=1\nhideurl=1\n',1,'2008-12-18 15:32:51',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,36),(157,':)','mmm.. neseniai grizau is uz juru mariu, tai palyginau..pas mus gal tiesiog zmones kuklesni, bet aptarnavymas..nera ko lyginti!! cia administratore pasitinka, iki staliuko palydi ir dar meniu paduoda..cia kitur to sulauksi nebent restorane ir tai geresniam kokiam..nu zodziu labai man cia patiko, lankiausi tik karta, bet prizdu sugrisiu! padavejos labai malonios, nepatingi papasakoti apie viena ar kita patiekala ( teko apsilankyti ir diena beje),mmm..o maistas..niam niam:) nu super martini, aukit ir pleskites!sekmes jums!','','','gerbejas:)',0,0,'86.100.106.63',0,'','hideemail=1\nhideurl=1\n',1,'2009-01-04 23:38: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,37),(158,'ok','teko lankytis belekiek kartu ir tiesa pasakius visiskai nenusivyliau sio klubu. aptarnavimas geras, publika padori, muzika limpa, interjeras neblogas... tik truksta renginiu mano manymu, reik kazko uzvedancio (neskaitant muzikos). aciu jums, kad jus esat...','','','Svečias',0,0,'88.118.72.230',0,'','hideemail=1\nhideurl=1\n',1,'2009-01-14 09:46:37',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,38),(159,';0','Galetu buti daugiau nuotrauku is vikos koncerto :) klubas is tiesu  neblgas truksta reklamos jam  ir daugiau renginiu.','','','Svečiasvvvv',0,0,'86.100.118.155',0,'','hideemail=1\nhideurl=1\n',1,'2009-02-03 15:07: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,39),(160,';]','perskaiciau, reziume:\r\napsauga liux, tikrai likom nustebe..\r\naptarnaujantys-liux\r\nmuzika-liux, nes pasikeite DJ, kardinaliai skiriasi nuo buvusio. ateisim dar ir dar.','','','Svečias',0,0,'82.140.152.81',0,'','hideemail=1\nhideurl=1\n',1,'2009-02-28 11:25:56',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,40),(161,'Good site','Nice site. But is too havy.','','','Golman',0,0,'93.84.24.103',0,'','hideemail=1\nhideurl=1\n',0,'2009-03-02 22:40: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,41),(162,'Pizza','amazing pizza in Tennessee','','','Pizza',0,0,'93.85.20.221',0,'','hideemail=1\nhideurl=1\n',0,'2009-03-07 03:20:30',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,42),(163,'klausimas','kokia muzika groja ten penktadieni? koks dj gal zinot groja? girdejau ten dauguma klientu is metelicos klubo vaiksto?','','','Svečias',0,0,'212.122.77.49',0,'','hideemail=1\nhideurl=1\n',0,'2009-03-16 14:31:43',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,43),(164,'Klausimelis :)','o kaip jums klubo  pasikeitimas?','','','Svečias',0,0,'85.232.142.138',0,'','hideemail=1\nhideurl=1\n',1,'2009-03-19 20:07:09',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,44),(165,':)','nuostabus klubas, puiki muzika, DJ ir nuostabi atmosfera :)','','','gabi',0,0,'62.212.206.177',0,'','hideemail=1\nhideurl=1\n',1,'2009-03-21 22:13:06',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,45),(166,' Rūkykla ','Teko pirmąkart apsilankyti šiame klube. viskas lyg ir liuks, tik rūkantiems žmonėms nesudarytos ar sudarytos tiesiog šuniškos sąlygos: jei rūkai - eik į kambariuką, kur rūkoma. viskas būtų gerai, jei tas kambariukas būtų didesnis ar ventiliacija geresnė, nes pati buvau penktadienį vakare, tai situacija tragiška: ten gali ateiti ir uždusti: žmonių 15, per dūmus nieko nesimato, akis graužia... Gal čia tokia antiprevencinė akcija prieš rūkančius?  ','','','Svečias',0,0,'88.118.70.119',0,'','hideemail=1\nhideurl=1\n',1,'2009-03-22 10:44:15',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,46),(167,'LIUX!!!','Martinis LIUX :)Fajnas aptarnaujantis mpersonalas :)','','','Giftuke',0,0,'78.56.141.15',0,'','hideemail=1\nhideurl=1\n',1,'2009-03-22 21:49:15',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,47),(168,'akys','klubas buvo ir bus dar kai kuri laika populiarus,kol nepasibaigs programos,kuriu nepaprasta sukurt..o sio atveju klubui nereikejo kurt jos,nes ja tiesiogine prasme pavoge is kito naktinio klubo kur visada visalaik budavo tos programeles,tiesiog nezino ka ir sugalvot - tai ir vogia is visu klubu programs,tad nemanau kad ilgai jis bus toks pilnas..as nieko pries martini,man paciam patinka ten,bet valdzia ira nekokia tad ilgai nebus taip linksma kaip ira iki siol..sekmes vogt programos toliau','','','akys',0,0,'86.100.91.216',0,'','hideemail=1\nhideurl=1\n',0,'2009-03-26 02:11:49',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,48),(169,'ssss','Kadaise buvo klubas, o dabar tokia pati skyle kaip ir paradoksas.... ','','','Svečias',0,0,'78.62.104.162',0,'','hideemail=1\nhideurl=1\n',0,'2009-03-28 16:55: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,49),(170,'apie kluba ','Nu tikrai del sio klubo neturiu nusiskundimu pirma kart buvau 6dieny kaj buv sirdeles :) liuks muzikike yr apsauginiai saunus viskas ten nuostabu teks db eit ten dazniau nes tikrai jis man patiko ;) ','','','Vitaliukste ',0,0,'78.59.28.139',0,'','hideemail=1\nhideurl=1\n',1,'2009-04-01 21:07: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,50),(171,'strange-reason site','britney spears new pics, britney news  http://pics.servegame.org/?p=491  britney photos, prerogative spears  http://pics.servegame.org/?p=261  britney spears, video launch  http://celebs.podzone.net/?tag=britney-spears-pregnancy \r\nbritney spears crotch pics, new britney spears pics  http://photo.thruhere.net/?p=381  spears panties, britney pictures http://celebs.podzone.net/  britney watch, britney spears wallpaper  http://pics.servegame.org/?tag=britney-spears-leaked-pics \r\nbritney outrageous, britney spears leaked pics  http://songs.selfip.net/?tag=britney-spears-pussy-pics \r\nbritney me against the music, baby one more time spears  http://celebs.podzone.net/?p=271 ','','','Golmann',0,0,'200.130.34.17',0,'','hideemail=1\nhideurl=1\n',0,'2009-04-04 21:07:35',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,51),(172,'wow','Labai sveikintina mintis del klubines muzikos ketvirtadieniais! Pomazu Martini taps karsciausia vieta linksmintis Klaipedoje :) ','','','nustebes',0,0,'77.221.70.11',0,'','hideemail=1\nhideurl=1\n',1,'2009-04-05 20:13:29',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,52),(173,'del kvietimu','o kaip gauti nemokamus kvietimus i linksma martini klua? :)','','','Svečias',0,0,'88.118.67.83',0,'','hideemail=1\nhideurl=1\n',1,'2009-04-06 20:32:52',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,53),(174,'svecias','Klubas labai patiko interjeras puikus ir skonis puikus klubo:)padaveju mazai arba jos retai vaiksto saleje,nes uzsisakyti norejau pralaukiau puse h,kol pagaliau pati atsistojau ir nuejau nusipirkti ko norejau...','','','Svečias',0,0,'88.118.109.226',0,'','hideemail=1\nhideurl=1\n',1,'2009-04-08 15:31: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,54),(175,'aptarnavimo lygis','pasipiktinau padavejos aptarnavimu,sedejome antrame aukste,nebuvo daug zmoniu dar 23val sestadieni tiek,kad padavejos prasiau gerimu meniu 1 val,ir tai nesugebejo atnesti. uzsisake pora alaus,sudejome lt,ir atnesusi ne graza dar,o pasake tai,kad truksta 5lt,kur ji tuos pinigus ismete? gal navara ji pasidaryti norejo,galiausiai nenorejo net sneketis su mumis,padejome pinigus,net tu 2lt neatnese grazos,aptarnavimas tai absurdiskas.ir is viso,burna galetu atverti,su zmonem sneketis reikia,kai kazko klausia,o ne padebesiais skraidyti. administratore taip pat,isdesciau situacija,sake atsius kita mergina,kuri aptarnaus,bet ta mergina net priejusi nebuvo,gal susirupinkite savo kolegomis virsininke! del aplinkos,apsauginiu,tai gerai padirbeta','','','Svečias',0,0,'78.56.136.110',0,'','hideemail=1\nhideurl=1\n',0,'2009-04-14 21:54: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,55),(176,'Noreciau pagirti :)','Labai noreciau pagirti apsauginius, be galo mieli ir silti zmones, labai mandagus bei malonus. Nors is klubo isejom paskutiniai neisgirdom jokiu \"Eikit greiciau jau zmoniu nebera\" ar \"jus cia paskutiniai, paskubekit\" vietoj tokiu zodziu isgirdome \"pabukite dar, neskubekite iseiti\" bei \"apsilankykite dazniau :) \" Pas mus Vilniuje taip neisgirsi... Isvarys, paspirs pro duris ir dar keiksmazodziu isgirsi :D\r\nBeje, labai direktorius klubo grazus :))) Grazusis direktoriau, padidinkit algas apsaugai! Tokiu apsauginiu dar niekur nemaciau :))) O klubas irgi fainas, tik seniu daug :))) Ai, o tamsus barmenas galetu truputi greiciau su kokteiliais suktis, nes stovi zmones prie baro, o jis kazkokias panas prie baro atbegusias kabina... Negerai :))','','','Vilniete',0,0,'84.32.125.94',0,'','hideemail=1\nhideurl=1\n',1,'2009-04-20 21:52:15',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,56),(177,'Del barmeno Mindaugo :)','Esame seni pazystami,rasei man,bet as pameciau mobilu ir tavo numeri.Parasyk man i el.pasta Lauriuxm@gmail.com savo numeri ar cia palik... Siauliai :)\r\n','','','Svečias',0,0,'212.52.42.13',0,'','hideemail=1\nhideurl=1\n',1,'2009-05-07 16:50:51',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,57),(178,'minde','parasiau i elpasta:)','','','minde',0,0,'86.100.31.142',0,'','hideemail=1\nhideurl=1\n',1,'2009-05-09 06:49:46',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,58),(179,'nuomone','Sveiki. Nesenai pirma karta turejau proga aplankyt si kluba. Ir tikrai paliko ispudi, tiek apsauga, kuri iskart maloniai pasitiko ir neisskyre is hebros jauniausio musu hebros zmogeliuko, kuriam nebuvo 21 m. aciu uz tai jums :) Patiko ir pati programa, kainos kaip kazkas sake nesikandzioja. Rukomasis galetu butu ir jaukesnis. Kas del merginu, ten ju tikrai pakankamai ir tikrai geruliu :)','','','Svečias',0,0,'78.61.45.6',0,'','hideemail=1\nhideurl=1\n',1,'2009-05-10 21:16:25',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,59),(180,'Cialis',' Before taking CIALIS, ask if you\'re healthy enough for sexual activity and be sure to tell your doctor about all your medical conditions and all medications.  CIALIS does not protect against sexually transmitted diseases, including HIV. Backache and muscle ache were also reported, sometimes with delayed onset.  It is current marketed in pill form for treating erectile dysfunction (ED) but has been used for other conditions.  In December 2003, the Food and Drug Administration approved tadalafil (as Cialis) for sale in the U. Cialis is the only one of the three that is also offered as a once daily medication.  If you become dizzy or nauseated during sexual activity, or if you have pain, numbness, or tingling in your chest, arms, neck, or jaw, stop and call your doctor right away.  A prolonged erection (priapism) can damage the penis.  Do not take Cialis if you are also using a nitrate drug for chest pain or heart problems, including nitroglycerin (Nitrostat, Nitrolingual, Nitro-Dur, Nitro-Bid, Minitran, Deponit, Transderm-Nitro), isosorbide dinitrate (Dilatrate-SR, Isordil, Sorbitrate), and isosorbide mononitrate (Imdur, ISMO, Monoket), or recreational drugs such as amyl nitrate or nitrite (\"poppers\") Taking Cialis with a nitrate medicine can cause a serious decrease in blood pressure, leading to fainting, stroke, or heart attack.  This has occurred in a small number of people taking Cialis, most of whom also had heart disease, diabetes, high blood pressure, high cholesterol, or certain pre-existing eye problems, and in those who smoke or are over 50 years old.  Do not use this medication without telling your doctor if you are breast-feeding a baby. \r\nhttp://buycialisweb.blogspot.com/ cialis kaufen  Before taking CIALIS, ask if you\'re healthy enough for sexual activity and be sure to tell your doctor about all your medical conditions and all medications.  CIALIS does not protect against sexually transmitted diseases, including HIV. In rare instances, men taking prescription ED tablets (including CIALIS) reported a sudden decrease or loss of vision or hearing (sometimes with ringing in the ears and dizziness).  It initially was developed by the biotechnology company ICOS, and then again developed and marketed world-wide as Cialis, by Lilly ICOS, LLC, the joint venture of ICOS Corporation and Eli Lilly and Company.  Cialis\'s 36-hour effectiveness earned it the nickname, \"The Weekend Pill\"; like sildenafil and vardenafil, tadalafil is recommended as an \'as needed\' medication. Cialis is the only one of the three that is also offered as a once daily medication.  Nitrates are also found in some recreational drugs such as amyl nitrate or nitrite (\"poppers\"). You could be having a serious side effect of Cialis. Cialis can decrease blood flow to the optic nerve of the eye, causing sudden vision loss.  Stop using Cialis and get emergency medical help if you have sudden vision loss.  Do not use this medication without telling your doctor if you are breast-feeding a baby.','','','Cialis',0,0,'195.2.241.118',0,'','hideemail=1\nhideurl=1\n',0,'2009-05-14 04:57:59',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,60),(181,'Cialis',' Before taking CIALIS, ask if you\'re healthy enough for sexual activity and be sure to tell your doctor about all your medical conditions and all medications.  Tell your doctor about all medications, especially if you take nitrates (often used for chest pain) or medicines for blood pressure, alpha blockers, antifungals, or HIV, so your doctor can be aware of potential drug interactions. In rare instances, men taking prescription ED tablets (including CIALIS) reported a sudden decrease or loss of vision or hearing (sometimes with ringing in the ears and dizziness).  It initially was developed by the biotechnology company ICOS, and then again developed and marketed world-wide as Cialis, by Lilly ICOS, LLC, the joint venture of ICOS Corporation and Eli Lilly and Company. S.  Moreover, besides ED, tadalafil for the treatment of pulmonary arterial hypertension is currently under regulatory review in multiple regions.  This includes nitroglycerin (Nitrostat, Nitrolingual, Nitro-Dur, Nitro-Bid, and others), isosorbide dinitrate (Dilatrate-SR, Isordil, Sorbitrate), and isosorbide mononitrate (Imdur, ISMO, Monoket).  Contact your doctor or seek emergency medical attention if your erection is painful or lasts longer than 4 hours.  This has occurred in a small number of people taking Cialis, most of whom also had heart disease, diabetes, high blood pressure, high cholesterol, or certain pre-existing eye problems, and in those who smoke or are over 50 years old.  This has occurred in a small number of people taking Cialis, most of whom also had heart disease, diabetes, high blood pressure, high cholesterol, or certain pre-existing eye problems, and in those who smoke or are over 50 years old.  Although this medication is not for use in women, it is not known if tadalafil passes into breast milk or if it could harm a nursing baby. \r\nhttp://buycialisweb.blogspot.com/ cialis soft gels  Before taking CIALIS, ask if you\'re healthy enough for sexual activity and be sure to tell your doctor about all your medical conditions and all medications. CIALIS for daily use remains in your body for as long as you take it. Backache and muscle ache were also reported, sometimes with delayed onset.  Tadalafil is a PDE5 inhibitor.  Cialis\'s 36-hour effectiveness earned it the nickname, \"The Weekend Pill\"; like sildenafil and vardenafil, tadalafil is recommended as an \'as needed\' medication.  Moreover, besides ED, tadalafil for the treatment of pulmonary arterial hypertension is currently under regulatory review in multiple regions. Do not take Cialis if you are also using a nitrate drug for chest pain or heart problems. You could be having a serious side effect of Cialis.  It is not clear whether this medication is the actual cause of vision loss.  It is not clear whether Cialis is the actual cause of vision loss.  Although this medication is not for use in women, it is not known if tadalafil passes into breast milk or if it could harm a nursing baby.','','','Cialis',0,0,'195.2.241.118',0,'','hideemail=1\nhideurl=1\n',0,'2009-05-14 06:39: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,61),(182,'Cialis','Only your doctor can decide if CIALIS is right for you.  CIALIS does not protect against sexually transmitted diseases, including HIV. As with any ED tablet, in the rare event of an erection lasting more than 4 hours, seek immediate medical help to avoid long-term injury.  It is current marketed in pill form for treating erectile dysfunction (ED) but has been used for other conditions.  In December 2003, the Food and Drug Administration approved tadalafil (as Cialis) for sale in the U.  In late November 2008, Eli Lilly sold the exclusive rights to commercialize tadalafil for pulmonary arterial hypertension in the United States to United Therapeutics for an upfront payment of $150 million.  Nitrates are also found in some recreational drugs such as amyl nitrate or nitrite (\"poppers\").  Allow 24 hours to pass between doses. Cialis can decrease blood flow to the optic nerve of the eye, causing sudden vision loss.  This has occurred in a small number of people taking Cialis, most of whom also had heart disease, diabetes, high blood pressure, high cholesterol, or certain pre-existing eye problems, and in those who smoke or are over 50 years old.  Do not use this medication without telling your doctor if you are breast-feeding a baby. \r\nhttp://buycialisweb.blogspot.com/ cialis order on line  Don\'t take CIALIS if you take nitrates as the combination can cause a sudden, unsafe drop in blood pressure.  Don\'t drink alcohol in excess (to a level of intoxication) with CIALIS, as this may increase your chances of getting dizzy or lowering your blood pressure. Backache and muscle ache were also reported, sometimes with delayed onset.  It initially was developed by the biotechnology company ICOS, and then again developed and marketed world-wide as Cialis, by Lilly ICOS, LLC, the joint venture of ICOS Corporation and Eli Lilly and Company.  In December 2003, the Food and Drug Administration approved tadalafil (as Cialis) for sale in the U. Cialis is the only one of the three that is also offered as a once daily medication.  Nitrates are also found in some recreational drugs such as amyl nitrate or nitrite (\"poppers\").  A prolonged erection (priapism) can damage the penis.  This has occurred in a small number of people taking Cialis, most of whom also had heart disease, diabetes, high blood pressure, high cholesterol, or certain pre-existing eye problems, and in those who smoke or are over 50 years old.  It is not clear whether Cialis is the actual cause of vision loss. Do not use Cialis without telling your doctor if you are pregnant or plan to become pregnant during treatment.','','','Cialis',0,0,'195.2.241.118',0,'','hideemail=1\nhideurl=1\n',0,'2009-05-14 08:13:42',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,62),(183,'Cialis',' Before taking CIALIS, ask if you\'re healthy enough for sexual activity and be sure to tell your doctor about all your medical conditions and all medications.  Don\'t drink alcohol in excess (to a level of intoxication) with CIALIS, as this may increase your chances of getting dizzy or lowering your blood pressure. In rare instances, men taking prescription ED tablets (including CIALIS) reported a sudden decrease or loss of vision or hearing (sometimes with ringing in the ears and dizziness).  Tadalafil is a PDE5 inhibitor.  as the third ED prescription drug pill after sildenafil (Viagra) and vardenafil (Levitra).  Moreover, besides ED, tadalafil for the treatment of pulmonary arterial hypertension is currently under regulatory review in multiple regions. Do not take Cialis if you are also using a nitrate drug for chest pain or heart problems.  Contact your doctor or seek emergency medical attention if your erection is painful or lasts longer than 4 hours. Cialis can decrease blood flow to the optic nerve of the eye, causing sudden vision loss.  FDA pregnancy category B: Although Cialis is not for use in women, this medication is not expected to be harmful to an unborn baby. Do not use Cialis without telling your doctor if you are pregnant or plan to become pregnant during treatment. \r\nhttp://buycialisweb.blogspot.com/ cialis uses  Before taking CIALIS, ask if you\'re healthy enough for sexual activity and be sure to tell your doctor about all your medical conditions and all medications.  Tell your doctor about all medications, especially if you take nitrates (often used for chest pain) or medicines for blood pressure, alpha blockers, antifungals, or HIV, so your doctor can be aware of potential drug interactions. In rare instances, men taking prescription ED tablets (including CIALIS) reported a sudden decrease or loss of vision or hearing (sometimes with ringing in the ears and dizziness).  Tadalafil is a PDE5 inhibitor. Cialis tablets, in 5 mg, 10 mg, and 20 mg doses, are yellow, film-coated, and almond-shaped. Cialis is the only one of the three that is also offered as a once daily medication.  Taking Cialis with a nitrate medicine can cause a serious decrease in blood pressure, leading to fainting, stroke, or heart attack.  Allow 24 hours to pass between doses.  This has occurred in a small number of people taking Cialis, most of whom also had heart disease, diabetes, high blood pressure, high cholesterol, or certain pre-existing eye problems, and in those who smoke or are over 50 years old. This medication can decrease blood flow to the optic nerve of the eye, causing sudden vision loss.  Although this medication is not for use in women, it is not known if tadalafil passes into breast milk or if it could harm a nursing baby.','','','Cialis',0,0,'195.2.241.118',0,'','hideemail=1\nhideurl=1\n',0,'2009-05-14 08:17:38',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,63),(187,'Cialis','Only your doctor can decide if CIALIS is right for you.  Tell your doctor about all medications, especially if you take nitrates (often used for chest pain) or medicines for blood pressure, alpha blockers, antifungals, or HIV, so your doctor can be aware of potential drug interactions. As with any ED tablet, in the rare event of an erection lasting more than 4 hours, seek immediate medical help to avoid long-term injury. It\'s not possible to determine if these events are related directly to the ED tablets or to other factors. S.  Moreover, besides ED, tadalafil for the treatment of pulmonary arterial hypertension is currently under regulatory review in multiple regions.  Nitrates are also found in some recreational drugs such as amyl nitrate or nitrite (\"poppers\").  Allow 24 hours to pass between doses. Cialis can decrease blood flow to the optic nerve of the eye, causing sudden vision loss. This medication can decrease blood flow to the optic nerve of the eye, causing sudden vision loss.  Do not use this medication without telling your doctor if you are breast-feeding a baby. \r\nhttp://buycialisweb.blogspot.com/ can cialis be taken with vasotec  Before taking CIALIS, ask if you\'re healthy enough for sexual activity and be sure to tell your doctor about all your medical conditions and all medications.  Don\'t drink alcohol in excess (to a level of intoxication) with CIALIS, as this may increase your chances of getting dizzy or lowering your blood pressure. In rare instances, men taking prescription ED tablets (including CIALIS) reported a sudden decrease or loss of vision or hearing (sometimes with ringing in the ears and dizziness).  It initially was developed by the biotechnology company ICOS, and then again developed and marketed world-wide as Cialis, by Lilly ICOS, LLC, the joint venture of ICOS Corporation and Eli Lilly and Company. Cialis tablets, in 5 mg, 10 mg, and 20 mg doses, are yellow, film-coated, and almond-shaped.  Moreover, besides ED, tadalafil for the treatment of pulmonary arterial hypertension is currently under regulatory review in multiple regions.  Taking Cialis with a nitrate medicine can cause a serious decrease in blood pressure, leading to fainting, stroke, or heart attack.  A prolonged erection (priapism) can damage the penis.  Do not take Cialis if you are also using a nitrate drug for chest pain or heart problems, including nitroglycerin (Nitrostat, Nitrolingual, Nitro-Dur, Nitro-Bid, Minitran, Deponit, Transderm-Nitro), isosorbide dinitrate (Dilatrate-SR, Isordil, Sorbitrate), and isosorbide mononitrate (Imdur, ISMO, Monoket), or recreational drugs such as amyl nitrate or nitrite (\"poppers\") Taking Cialis with a nitrate medicine can cause a serious decrease in blood pressure, leading to fainting, stroke, or heart attack.  This has occurred in a small number of people taking Cialis, most of whom also had heart disease, diabetes, high blood pressure, high cholesterol, or certain pre-existing eye problems, and in those who smoke or are over 50 years old.  Although this medication is not for use in women, it is not known if tadalafil passes into breast milk or if it could harm a nursing baby.','','','Cialis',0,0,'195.2.241.118',0,'','hideemail=1\nhideurl=1\n',0,'2009-05-14 10:43: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,67),(188,'Cialis','Only your doctor can decide if CIALIS is right for you.  Don\'t drink alcohol in excess (to a level of intoxication) with CIALIS, as this may increase your chances of getting dizzy or lowering your blood pressure. As with any ED tablet, in the rare event of an erection lasting more than 4 hours, seek immediate medical help to avoid long-term injury.  It is current marketed in pill form for treating erectile dysfunction (ED) but has been used for other conditions.  Cialis\'s 36-hour effectiveness earned it the nickname, \"The Weekend Pill\"; like sildenafil and vardenafil, tadalafil is recommended as an \'as needed\' medication.  In late November 2008, Eli Lilly sold the exclusive rights to commercialize tadalafil for pulmonary arterial hypertension in the United States to United Therapeutics for an upfront payment of $150 million. Do not take Cialis if you are also using a nitrate drug for chest pain or heart problems. You could be having a serious side effect of Cialis. Cialis can decrease blood flow to the optic nerve of the eye, causing sudden vision loss.  It is not clear whether Cialis is the actual cause of vision loss.  Do not use this medication without telling your doctor if you are breast-feeding a baby. \r\nhttp://buycialisweb.blogspot.com/ cialis identify real  Before taking CIALIS, ask if you\'re healthy enough for sexual activity and be sure to tell your doctor about all your medical conditions and all medications.  Tell your doctor about all medications, especially if you take nitrates (often used for chest pain) or medicines for blood pressure, alpha blockers, antifungals, or HIV, so your doctor can be aware of potential drug interactions. In rare instances, men taking prescription ED tablets (including CIALIS) reported a sudden decrease or loss of vision or hearing (sometimes with ringing in the ears and dizziness).  It initially was developed by the biotechnology company ICOS, and then again developed and marketed world-wide as Cialis, by Lilly ICOS, LLC, the joint venture of ICOS Corporation and Eli Lilly and Company.  In December 2003, the Food and Drug Administration approved tadalafil (as Cialis) for sale in the U. Cialis is the only one of the three that is also offered as a once daily medication.  Taking Cialis with a nitrate medicine can cause a serious decrease in blood pressure, leading to fainting, stroke, or heart attack.  Contact your doctor or seek emergency medical attention if your erection is painful or lasts longer than 4 hours.  It is not clear whether this medication is the actual cause of vision loss.  Stop using Cialis and get emergency medical help if you have sudden vision loss.  Do not use this medication without telling your doctor if you are breast-feeding a baby.','','','Cialis',0,0,'195.2.241.118',0,'','hideemail=1\nhideurl=1\n',0,'2009-05-14 11:51:21',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,68),(189,'Cialis','Only your doctor can decide if CIALIS is right for you.  CIALIS does not protect against sexually transmitted diseases, including HIV. In rare instances, men taking prescription ED tablets (including CIALIS) reported a sudden decrease or loss of vision or hearing (sometimes with ringing in the ears and dizziness).  It is current marketed in pill form for treating erectile dysfunction (ED) but has been used for other conditions.  In December 2003, the Food and Drug Administration approved tadalafil (as Cialis) for sale in the U. Cialis is the only one of the three that is also offered as a once daily medication.  This includes nitroglycerin (Nitrostat, Nitrolingual, Nitro-Dur, Nitro-Bid, and others), isosorbide dinitrate (Dilatrate-SR, Isordil, Sorbitrate), and isosorbide mononitrate (Imdur, ISMO, Monoket).  Do not take this medication more than once a day.  This has occurred in a small number of people taking Cialis, most of whom also had heart disease, diabetes, high blood pressure, high cholesterol, or certain pre-existing eye problems, and in those who smoke or are over 50 years old. This medication can decrease blood flow to the optic nerve of the eye, causing sudden vision loss.  Do not use this medication without telling your doctor if you are breast-feeding a baby. \r\nhttp://buycialisweb.blogspot.com/ cialis and clarithromycin Only your doctor can decide if CIALIS is right for you.  CIALIS does not protect against sexually transmitted diseases, including HIV. As with any ED tablet, in the rare event of an erection lasting more than 4 hours, seek immediate medical help to avoid long-term injury. It\'s not possible to determine if these events are related directly to the ED tablets or to other factors.  as the third ED prescription drug pill after sildenafil (Viagra) and vardenafil (Levitra).  Moreover, besides ED, tadalafil for the treatment of pulmonary arterial hypertension is currently under regulatory review in multiple regions. Do not take Cialis if you are also using a nitrate drug for chest pain or heart problems.  Contact your doctor or seek emergency medical attention if your erection is painful or lasts longer than 4 hours.  Stop using Cialis and get emergency medical help if you have sudden vision loss. This medication can decrease blood flow to the optic nerve of the eye, causing sudden vision loss. Do not use Cialis without telling your doctor if you are pregnant or plan to become pregnant during treatment.','','','Cialis',0,0,'195.2.241.118',0,'','hideemail=1\nhideurl=1\n',0,'2009-05-14 12:32: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,69),(190,'Cialis',' Before taking CIALIS, ask if you\'re healthy enough for sexual activity and be sure to tell your doctor about all your medical conditions and all medications.  Don\'t drink alcohol in excess (to a level of intoxication) with CIALIS, as this may increase your chances of getting dizzy or lowering your blood pressure. In rare instances, men taking prescription ED tablets (including CIALIS) reported a sudden decrease or loss of vision or hearing (sometimes with ringing in the ears and dizziness).  Tadalafil is a PDE5 inhibitor. Cialis tablets, in 5 mg, 10 mg, and 20 mg doses, are yellow, film-coated, and almond-shaped.  In late November 2008, Eli Lilly sold the exclusive rights to commercialize tadalafil for pulmonary arterial hypertension in the United States to United Therapeutics for an upfront payment of $150 million.  Nitrates are also found in some recreational drugs such as amyl nitrate or nitrite (\"poppers\").  A prolonged erection (priapism) can damage the penis.  Stop using Cialis and get emergency medical help if you have sudden vision loss.  This has occurred in a small number of people taking Cialis, most of whom also had heart disease, diabetes, high blood pressure, high cholesterol, or certain pre-existing eye problems, and in those who smoke or are over 50 years old.  Although this medication is not for use in women, it is not known if tadalafil passes into breast milk or if it could harm a nursing baby. \r\nhttp://buycialisweb.blogspot.com/ cialis decreased libido  Before taking CIALIS, ask if you\'re healthy enough for sexual activity and be sure to tell your doctor about all your medical conditions and all medications.  CIALIS does not protect against sexually transmitted diseases, including HIV. In rare instances, men taking prescription ED tablets (including CIALIS) reported a sudden decrease or loss of vision or hearing (sometimes with ringing in the ears and dizziness).  It is current marketed in pill form for treating erectile dysfunction (ED) but has been used for other conditions.  as the third ED prescription drug pill after sildenafil (Viagra) and vardenafil (Levitra). Cialis is the only one of the three that is also offered as a once daily medication.  Nitrates are also found in some recreational drugs such as amyl nitrate or nitrite (\"poppers\").  A prolonged erection (priapism) can damage the penis.  It is not clear whether this medication is the actual cause of vision loss. This medication can decrease blood flow to the optic nerve of the eye, causing sudden vision loss. Do not use Cialis without telling your doctor if you are pregnant or plan to become pregnant during treatment.','','','Cialis',0,0,'195.2.241.118',0,'','hideemail=1\nhideurl=1\n',0,'2009-05-14 12:37: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,70),(191,'Cialis',' Before taking CIALIS, ask if you\'re healthy enough for sexual activity and be sure to tell your doctor about all your medical conditions and all medications.  Don\'t drink alcohol in excess (to a level of intoxication) with CIALIS, as this may increase your chances of getting dizzy or lowering your blood pressure. In rare instances, men taking prescription ED tablets (including CIALIS) reported a sudden decrease or loss of vision or hearing (sometimes with ringing in the ears and dizziness).  Tadalafil is a PDE5 inhibitor. Cialis tablets, in 5 mg, 10 mg, and 20 mg doses, are yellow, film-coated, and almond-shaped. Cialis is the only one of the three that is also offered as a once daily medication.  If you become dizzy or nauseated during sexual activity, or if you have pain, numbness, or tingling in your chest, arms, neck, or jaw, stop and call your doctor right away.  Allow 24 hours to pass between doses.  Do not take Cialis if you are also using a nitrate drug for chest pain or heart problems, including nitroglycerin (Nitrostat, Nitrolingual, Nitro-Dur, Nitro-Bid, Minitran, Deponit, Transderm-Nitro), isosorbide dinitrate (Dilatrate-SR, Isordil, Sorbitrate), and isosorbide mononitrate (Imdur, ISMO, Monoket), or recreational drugs such as amyl nitrate or nitrite (\"poppers\") Taking Cialis with a nitrate medicine can cause a serious decrease in blood pressure, leading to fainting, stroke, or heart attack.  FDA pregnancy category B: Although Cialis is not for use in women, this medication is not expected to be harmful to an unborn baby.  Do not use this medication without telling your doctor if you are breast-feeding a baby. \r\nhttp://buycialisweb.blogspot.com/ cialis gay cock  Don\'t take CIALIS if you take nitrates as the combination can cause a sudden, unsafe drop in blood pressure. CIALIS for daily use remains in your body for as long as you take it. In rare instances, men taking prescription ED tablets (including CIALIS) reported a sudden decrease or loss of vision or hearing (sometimes with ringing in the ears and dizziness).  It is current marketed in pill form for treating erectile dysfunction (ED) but has been used for other conditions. S.  In late November 2008, Eli Lilly sold the exclusive rights to commercialize tadalafil for pulmonary arterial hypertension in the United States to United Therapeutics for an upfront payment of $150 million.  Nitrates are also found in some recreational drugs such as amyl nitrate or nitrite (\"poppers\").  A prolonged erection (priapism) can damage the penis.  Do not take Cialis if you are also using a nitrate drug for chest pain or heart problems, including nitroglycerin (Nitrostat, Nitrolingual, Nitro-Dur, Nitro-Bid, Minitran, Deponit, Transderm-Nitro), isosorbide dinitrate (Dilatrate-SR, Isordil, Sorbitrate), and isosorbide mononitrate (Imdur, ISMO, Monoket), or recreational drugs such as amyl nitrate or nitrite (\"poppers\") Taking Cialis with a nitrate medicine can cause a serious decrease in blood pressure, leading to fainting, stroke, or heart attack. This medication can decrease blood flow to the optic nerve of the eye, causing sudden vision loss.  Although this medication is not for use in women, it is not known if tadalafil passes into breast milk or if it could harm a nursing baby.','','','Cialis',0,0,'195.2.241.118',0,'','hideemail=1\nhideurl=1\n',0,'2009-05-14 12:39:16',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,71),(192,'Cialis',' Don\'t take CIALIS if you take nitrates as the combination can cause a sudden, unsafe drop in blood pressure.  Tell your doctor about all medications, especially if you take nitrates (often used for chest pain) or medicines for blood pressure, alpha blockers, antifungals, or HIV, so your doctor can be aware of potential drug interactions. In rare instances, men taking prescription ED tablets (including CIALIS) reported a sudden decrease or loss of vision or hearing (sometimes with ringing in the ears and dizziness). It\'s not possible to determine if these events are related directly to the ED tablets or to other factors. Cialis tablets, in 5 mg, 10 mg, and 20 mg doses, are yellow, film-coated, and almond-shaped. Cialis is the only one of the three that is also offered as a once daily medication.  If you become dizzy or nauseated during sexual activity, or if you have pain, numbness, or tingling in your chest, arms, neck, or jaw, stop and call your doctor right away.  Contact your doctor or seek emergency medical attention if your erection is painful or lasts longer than 4 hours.  This has occurred in a small number of people taking Cialis, most of whom also had heart disease, diabetes, high blood pressure, high cholesterol, or certain pre-existing eye problems, and in those who smoke or are over 50 years old.  This has occurred in a small number of people taking Cialis, most of whom also had heart disease, diabetes, high blood pressure, high cholesterol, or certain pre-existing eye problems, and in those who smoke or are over 50 years old.  Although this medication is not for use in women, it is not known if tadalafil passes into breast milk or if it could harm a nursing baby. \r\nhttp://buycialisweb.blogspot.com/ cialis and viagra purchase online  Don\'t take CIALIS if you take nitrates as the combination can cause a sudden, unsafe drop in blood pressure.  CIALIS does not protect against sexually transmitted diseases, including HIV. As with any ED tablet, in the rare event of an erection lasting more than 4 hours, seek immediate medical help to avoid long-term injury. It\'s not possible to determine if these events are related directly to the ED tablets or to other factors.  Cialis\'s 36-hour effectiveness earned it the nickname, \"The Weekend Pill\"; like sildenafil and vardenafil, tadalafil is recommended as an \'as needed\' medication. Cialis is the only one of the three that is also offered as a once daily medication. Do not take Cialis if you are also using a nitrate drug for chest pain or heart problems. You could be having a serious side effect of Cialis.  Stop using Cialis and get emergency medical help if you have sudden vision loss.  FDA pregnancy category B: Although Cialis is not for use in women, this medication is not expected to be harmful to an unborn baby. Do not use Cialis without telling your doctor if you are pregnant or plan to become pregnant during treatment.','','','Cialis',0,0,'195.2.241.118',0,'','hideemail=1\nhideurl=1\n',0,'2009-05-14 12:40:42',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,72),(193,'Cialis',' Don\'t take CIALIS if you take nitrates as the combination can cause a sudden, unsafe drop in blood pressure. CIALIS for daily use remains in your body for as long as you take it. The most common side effects with CIALIS were headache and upset stomach. It\'s not possible to determine if these events are related directly to the ED tablets or to other factors.  Cialis\'s 36-hour effectiveness earned it the nickname, \"The Weekend Pill\"; like sildenafil and vardenafil, tadalafil is recommended as an \'as needed\' medication.  Moreover, besides ED, tadalafil for the treatment of pulmonary arterial hypertension is currently under regulatory review in multiple regions.  Taking Cialis with a nitrate medicine can cause a serious decrease in blood pressure, leading to fainting, stroke, or heart attack. You could be having a serious side effect of Cialis.  Do not take Cialis if you are also using a nitrate drug for chest pain or heart problems, including nitroglycerin (Nitrostat, Nitrolingual, Nitro-Dur, Nitro-Bid, Minitran, Deponit, Transderm-Nitro), isosorbide dinitrate (Dilatrate-SR, Isordil, Sorbitrate), and isosorbide mononitrate (Imdur, ISMO, Monoket), or recreational drugs such as amyl nitrate or nitrite (\"poppers\") Taking Cialis with a nitrate medicine can cause a serious decrease in blood pressure, leading to fainting, stroke, or heart attack.  This has occurred in a small number of people taking Cialis, most of whom also had heart disease, diabetes, high blood pressure, high cholesterol, or certain pre-existing eye problems, and in those who smoke or are over 50 years old.  Although this medication is not for use in women, it is not known if tadalafil passes into breast milk or if it could harm a nursing baby. \r\nhttp://buycialisweb.blogspot.com/ cialis horror stories  Before taking CIALIS, ask if you\'re healthy enough for sexual activity and be sure to tell your doctor about all your medical conditions and all medications. CIALIS for daily use remains in your body for as long as you take it. Backache and muscle ache were also reported, sometimes with delayed onset.  It is current marketed in pill form for treating erectile dysfunction (ED) but has been used for other conditions.  as the third ED prescription drug pill after sildenafil (Viagra) and vardenafil (Levitra).  Moreover, besides ED, tadalafil for the treatment of pulmonary arterial hypertension is currently under regulatory review in multiple regions.  Nitrates are also found in some recreational drugs such as amyl nitrate or nitrite (\"poppers\").  Do not take this medication more than once a day. Cialis can decrease blood flow to the optic nerve of the eye, causing sudden vision loss.  FDA pregnancy category B: Although Cialis is not for use in women, this medication is not expected to be harmful to an unborn baby. Do not use Cialis without telling your doctor if you are pregnant or plan to become pregnant during treatment.','','','Cialis',0,0,'195.2.241.118',0,'','hideemail=1\nhideurl=1\n',0,'2009-05-14 13:13: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,73),(194,'Cialis','Only your doctor can decide if CIALIS is right for you.  Don\'t drink alcohol in excess (to a level of intoxication) with CIALIS, as this may increase your chances of getting dizzy or lowering your blood pressure. The most common side effects with CIALIS were headache and upset stomach.  It initially was developed by the biotechnology company ICOS, and then again developed and marketed world-wide as Cialis, by Lilly ICOS, LLC, the joint venture of ICOS Corporation and Eli Lilly and Company.  In December 2003, the Food and Drug Administration approved tadalafil (as Cialis) for sale in the U.  In late November 2008, Eli Lilly sold the exclusive rights to commercialize tadalafil for pulmonary arterial hypertension in the United States to United Therapeutics for an upfront payment of $150 million.  This includes nitroglycerin (Nitrostat, Nitrolingual, Nitro-Dur, Nitro-Bid, and others), isosorbide dinitrate (Dilatrate-SR, Isordil, Sorbitrate), and isosorbide mononitrate (Imdur, ISMO, Monoket).  A prolonged erection (priapism) can damage the penis.  Stop using Cialis and get emergency medical help if you have sudden vision loss.  Stop using Cialis and get emergency medical help if you have sudden vision loss.  Although this medication is not for use in women, it is not known if tadalafil passes into breast milk or if it could harm a nursing baby. \r\nhttp://buycialisweb.blogspot.com/ cialis alchohol consumption  Before taking CIALIS, ask if you\'re healthy enough for sexual activity and be sure to tell your doctor about all your medical conditions and all medications. CIALIS for daily use remains in your body for as long as you take it. As with any ED tablet, in the rare event of an erection lasting more than 4 hours, seek immediate medical help to avoid long-term injury. It\'s not possible to determine if these events are related directly to the ED tablets or to other factors. Cialis tablets, in 5 mg, 10 mg, and 20 mg doses, are yellow, film-coated, and almond-shaped. Cialis is the only one of the three that is also offered as a once daily medication.  Nitrates are also found in some recreational drugs such as amyl nitrate or nitrite (\"poppers\").  Contact your doctor or seek emergency medical attention if your erection is painful or lasts longer than 4 hours.  Do not take Cialis if you are also using a nitrate drug for chest pain or heart problems, including nitroglycerin (Nitrostat, Nitrolingual, Nitro-Dur, Nitro-Bid, Minitran, Deponit, Transderm-Nitro), isosorbide dinitrate (Dilatrate-SR, Isordil, Sorbitrate), and isosorbide mononitrate (Imdur, ISMO, Monoket), or recreational drugs such as amyl nitrate or nitrite (\"poppers\") Taking Cialis with a nitrate medicine can cause a serious decrease in blood pressure, leading to fainting, stroke, or heart attack.  Stop using Cialis and get emergency medical help if you have sudden vision loss.  Do not use this medication without telling your doctor if you are breast-feeding a baby.','','','Cialis',0,0,'195.2.241.118',0,'','hideemail=1\nhideurl=1\n',0,'2009-05-14 13:23:42',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,74),(195,'Acheter viagra','VIAGRA est contre-indique chez les patients ayant une perte de la vision d\'un oeil due a une neuropathie optique ischemique anterieure non arteritique (NOIAN), que cet evenement ait ete associe ou non a une exposition anterieure a un inhibiteur de la PDE5 (voir rubrique mises en garde et precautions d\'emploi). La tolerance du sildenafil n\'a pas ete etudiee dans les sous-groupes de patients suivants : insuffisance hepatique severe, hypotension (pression arterielle acheter viagra  Les benefices et effets secondaires sont sensiblement les memes que chez les hommes; C\'est-a-dire que Viagra n\'a aucun effet sur le desir sexuel mais joue un role dans le processus d\'excitation sexuelle (lubrification vaginale et augmentation de la circulation sanguine de la region pelvienne). Une erection bien ferme accompagnee d\'une migraine et de nausees risque d\'en decourager certains. Selon moi, une demarche en sexologie pourrait tres bien accompagner la prise de Viagra. Autre point interessant: Selon une etude americaine toujours, 70% des femmes s\'opposeraient a ce que leur conjoint prenne Viagra, meme si un medecin jugeait la medication necessaire. La sexotherapie a elle seule ne permet pas aux hommes souffrant d\'impuissance erectile organique de retrouver leur fonctionnalite, mais peut s\'averer tres benefique dans l\'apprentissage a la vie sexuelle sans erection. Car apres tout, ce n\'est pas parce qu\'un homme retrouve son erection qu\'il n\'a plus avantage a utiliser le reste de son corps dans l\'expression de sa sexualite. VIAGRA peut entrainer des troubles digestifs, une congestion nasale, des maux de tete, des vertiges, une rougeur de la face, et des troubles visuels. VIAGRA doit etre prescrit apres un examen medical et une recherche des causes possibles du trouble de l\'erection.','','','Acheter viagra',0,0,'195.2.241.118',0,'','hideemail=1\nhideurl=1\n',0,'2009-05-14 19:26:13',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,75),(196,'Apsilankysiu','Eisiu ir as i ta MARTINI, tiek komentaru paskaiciau:)))reikia pagaliau apsilankyti ;) sugundet mane su savo gerais zoziais apie si kluba :)','','','Svečias',0,0,'78.61.0.20',0,'','hideemail=1\nhideurl=1\n',1,'2009-05-24 22:00:38',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,76),(197,'Edita','Sekmes pravedant si vakara:)tikriausiai,bus nerealu...mmmm:))))!!!!(kaip ir visada);)','','','Edita',0,0,'78.61.3.22',0,'','hideemail=1\nhideurl=1\n',0,'2009-05-29 15:37:35',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,77),(198,'Edita','Sekmes,pravedant si vakara:)!!!tikriausiai bus nerealu:)mmmmmmmmm:)))))))))(kaip ir visada)!;)','','','Edita',0,0,'78.61.3.22',0,'','hideemail=1\nhideurl=1\n',1,'2009-05-29 15:39:08',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,78),(199,'Antanas','Kazkokia nesamone o ne klubas.\r\nApsauginis vietoj zodzio \"palaukite sekunde\", panosej uztrenke duris, nes kitus klientus tirkrino.\r\nIejus i vidu, tai atrode lyg ir nieko, bet aptarnavimas tai nu i nafik, kol sulaukem poadavejoas, tai jau buvom prie baro speje nusipirkt.Muzika- katastrofa!!!!!!\r\nZodziu klubas- nesusipratimas! ','','','Svečias',0,0,'78.61.16.247',0,'','hideemail=1\nhideurl=1\n',0,'2009-06-08 12:37:45',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,79),(200,'martinis','mylimiausias is visu klubu ! :) ir personalas labai saunus, o vadybininkas tai jau labai zavingas :)','','','saule',0,0,'86.100.120.25',0,'','hideemail=1\nhideurl=1\n',1,'2009-06-08 21:51:00',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,80),(201,'Klubui','Na, kaip cia pasakius, klubas tai geras labai, tik beda, kad manes ten niekas neyleidzia. man 19 tai labai noriu ten patenk. Gal butu ymanoma susiderint kazka su administracija ar kaip? na zodziu, per 2 metus Klaipedoj galiu ir nebebut, bet labai noriu y sita kluba..\r\n','','','Svečias',0,0,'78.61.18.11',0,'','hideemail=1\nhideurl=1\n',1,'2009-07-05 00:59:44',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,81),(202,'Live Sex Cams No Credit Cards  !!!','Hello,\r\nMedical Fetish Webcam Porn \r\nhttp://wwwsitedoingp.cn/thumb/webcam/webcam3.gif\r\n \r\nTeen Sex Video Webcams Gallery  Svenskt Webcam Sex , http://www.kalibremusic.net/foro/index.php?topic=14533.new#new  - Webcam Girl Flasher Amateur Sex Lesbians Webcams  Girls There Cam , http://www.serenityscape.com/mymacv2/viewtopic.php?f=11&t=6396  - Breast College Girls Webcams Wet  Philly Live Sex Cams  Non Nude Girls With Webcams , http://www.bowow.com.tw/viewthread.php?tid=799826&extra=page%3D1  - Bbw Sex Webcam Pictures Ive Girl Cams In Poland  Schoolgirl Porn Cams , http://pehrspace.org/forum/viewtopic.php?pid=16157#p16157  - Adult Cheap Webcams Teen Webcam Erotic  Nasty Pussy Webcam Pictures , http://www.hertha3.nl/forum/index.php?showtopic=21743  - Porn Webcams Shows In Amsterdam Amateur Sexe Cams  Nude Webcams Girl Screensavers , http://www.pasp-gpa.gr/site/index.php?Itemid=2&id=130&option=com_content&task=view  - Males Webcam Strippers  College Girls Bathroom Webcams  Nasty Fetish Webcam Porn , http://creditoram.ru/pages/topic.php?forum=5&topic=2104  - Nasty Nude Webcams Chick  Cyber Sex Webcams Chat Room  Girls Pictures Webcam Free Online Redhead , http://daze.grimcode.com/phpBB3/viewtopic.php?f=20&t=20916  - Non Nude Live Teen Webcams Cam Girl Jasmin Live Web  Adult Single Chat Webcams Room , http://208.109.79.207/mpifoundation/forum/viewtopic.php?p=57593#57593  - Reality Porn Webcam Pictures Fingering Girl On Webcams  Work Cam Lesbian Sectary , http://ApniAwaz.com/snakk/viewtopic.php?p=85981#85981  - Horny Girls With Webcams Moms Sex Cams  Amsterdam Web Cams Free Live Sex , http://www.property-global.com/forum/viewtopic.php?p=26943#26943  - Horny Webcams Girls Com Webcams Caught Nude  Hot College Girl Webcams In Thongss , http://www.forumlive.viv.co.il/index.php?act=ST&f=1&t=571  - Women Body Builder Nude Webcams Dirty Webcams Wet Sluts  Webcam Tchat Amateur Sexe Gratuit , http://www.sickwiditsoldiers.com/forum/viewtopic.php?f=3&t=3236  - Amsterdam Webcam Live Sex Local Adult Chat Webcams Line  Dirty Webcams School Girl Sluts , http://monaviefriends.com/viewtopic.php?f=16&t=45894  - Hot Girl Dancing On Webcam Cam Chat Free Teen  Hot Milfs On Webcam For Free , http://www.nwclan.net/public/forum/viewtopic.php?p=22515#22515  - Gay Costume Sex Male Webcam College Students Having Sex Webcams  Very Young Girls Masturbating On Webcams , http://krazee.arc-focus.com/pirate-hangout/viewtopic.php?p=131594#131594  - European Girls Nude Webcams  Webcams Adult Chat Dating Room Service  Dirty Webcams White Sluts , http://www.blogchannel.com/forum/viewtopic.php?f=2&t=28673  - Arab Man Gay Naked Cams  Direct Sex Web Cams Feeds  Direct Sex Webcams Feeds , http://www.ahfayomi.com/php///viewtopic.php?p=211567#211567  - Girls Caught Getting Naked On Webcam Video Cam On Girls Locker Room  Teen Bra Webcam , http://dreptate.md/forum/index.php?showtopic=32400  - Watch Live Sex Cams  Hot Webcam Girl Jasmine  Web Cam Giant Tits , http://hroutsourcing.asia/forum/viewtopic.php?f=14&t=10380  - Austrailia Nude Beach Web Cam \r\nNude Goth Girls With Webcams Porn Web Cams Only  Power Girls Nude Web Cams , http://www.frostysgamezone.com/forums/viewtopic.php?f=3&t=227  - Brunette Busty College Girl Webcams Adult Chat Webcams Uk  Adult Free Hosting Webcams , http://jobboardnetwork.com/smf/index.php?topic=15176.new#new  - Webcams Sexcams Amateur Live  Drunk Girl Fetish Webcam  No Sign Up Sex Chat Webcams , http://www.zensport.ca/forum/viewtopic.php?f=8&t=1829  - Webcam Pictures Of Sex Positions Horny Teen On Webcams  Dirty Free Adult Chat Webcams Rooms , http://fortune-guild.com/phpBB2/viewtopic.php?p=105156#105156  - Adult Webcams Chat Room Single Schoolgirl On Webcam  Nude Teen Girl Fingering Pussy Webcam , http://www.bassmentalitysound.com/forum/viewtopic.php?f=2&t=19841  - Webcam Sex Mature Sims 2 Naked Cams Sex  Gay Fetish Cams And Bdsm , http://www.inca3d.org/foros/index.php?topic=4945.new#new  - Drunk Mature Webcams Sluts  Thailand Webcam Girl  Dirty Webcams Sex Thumb , http://dragon01300.forumprofi.de/thema-anzeigen-live-nude-chat-roomss-webcams-t6975.html  - Girl Posing Nude Cams  Naked Web Cams Fitness Babes  Pictures Of Topless Teen Webcams Girl , http://djsimi.uw.hu/forum/index.php?showtopic=11519&mode=threaded  - Nude Webcams Goth Girls Caught On Secruty Cams Have Sex  Caught Nude Women Cams , http://denede.net/forum/viewtopic.php?f=7&t=17055  - Nude Web Cams Dancing Girl Hot Webcam Couple Sex  Adult Cam Date Free Web , http://www.lunar-echoes.com/ocforum/index.php?topic=11615.new#new  - College Girl Independent Web Cams Adult Web Cam Chat Line  Naked Webcams Pregnant Wife , http://www.fantasylandsforum.com/viewtopic.php?f=3&t=10111  - Dirty Webcams Girls Panties Porn Cam Sex  Nude Webcams Brazilian Girls , http://www.ccsrecordings.com/forums/viewtopic.php?f=9&t=39472  - Girls Gone Wild Nude Cams Nude Webcams Young Chicks Models  Cams Free Play Sex Web , http://zodiac-gilneas.com/forums/viewtopic.php?p=48654#48654  - Amateur Webcams Free Gay Adult Teen Girls Webcam  Adult House Webcams , http://sos.planetquake.gamespy.com/forum/viewtopic.php?f=13&t=1640  - Adult Live Personal Webcams Talking Dirty Webcams Sex  Lady Mature Webcams Nude Older Picture , http://lomasonline.net/foros/viewtopic.php?p=149901#149901  - Chubby Mature Webcams Pussy Girls Hot Live Webcams  Webcam Live Porno , http://camfrogfallenangels.com/forum/viewtopic.php?f=2&t=1289  - Hot Webcam Teens  Teen Single Web Cam Chat  Sexy Girls Gone Wild With Webcams , http://www.wotlkforums.com/viewtopic.php?f=38&t=9140  - First Girl Web Cam  Gay Locker Room Cam  Webcam Striptease Teen , http://www.eximosguild.com/modules.php?name=Forums&file=viewtopic&p=828588#828588  - Nude Webcams Site Myspace Totally Nude Web Cams Com  Girls Dorm Room Cam , http://www.gamer-net.com/phpBB3/viewtopic.php?f=61&t=2153  - Nude Wives Web Cam  Adult Webcams Flash Video Chat  Kinky Nude Webcams , http://201.155.124.2/foro/index.php?topic=12348.new#new  - College Girls Gone Wild Webcam ','','','QspawsTinaLamp',0,0,'194.8.75.50',0,'','hideemail=1\nhideurl=1\n',0,'2009-08-12 18:56: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,82),(203,'puiki vieta linskmai praleisti laika:)','Pamaciau...patiko..ir negaliu atsispirti jam.......:)','','','Svečias',0,0,'193.219.187.68',0,'','hideemail=1\nhideurl=1\n',1,'2009-08-17 10:17:13',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,83),(204,'Teen Sexy Webcam  !!!','Hi,\r\nLive Sex Free Webcam Chat \r\nhttp://wwwsitedoingp.cn/thumb/webcam/webcam2.gif  \r\nPaid For Web Cam Sex , Black Web Cam Girls Live , Free Teen Porn Web Cams , 18 Teen Girls With Webcams , Teen Cam Smithfield , Cam Free Live Porn Sex  Cybersex Cam , Gay Bondage Sex Webcams , Sexe Live Webcam , Adult Web Cam Chat Software  Free College Girl Webcams , Amateurs Mature Webcams Sex , Naked Web Cams Lesbians , Live Teen Webcams Girl Live  Desi Webcams Sex Chat , Pregnant Nude Cams , Porn Amateur Webcam , Secret Friends Sex Web Cams Chat  Free Nude College Web Cam , Adult Chat Sexy Webcams  ! \r\nhttp://www.yosoydelmarva.com/smf/index.php?topic=52794.new#new  - Hot College Girls Webcams In Bikini  http://ultima.bonussite.com/forum/viewtopic.php?p=75172#75172  - Adult Live Webcams Video Chat , http://www.hf.sut.ru/phpBB2/viewtopic.php?f=13&t=17761  - Female Free Nude Cams  http://www.rc-drift.eu/forum/viewtopic.php?f=23&t=1284  - Nude Girls Pictures With Webcams  http://www.adaworld.com/basic/viewtopic.php?f=6&t=1418  - Adult Webcams In Uk \r\nAmateur Sex Porn Webcams Live Sex Webcams Girl Web Cams , Dirty Webcams Teens Pictures Cyber Sex Web Cam  -Web College Girls Live Sex Webcams Asian Webcam Porn  +Total Nude Webcam Drunk Mature Webcams Sex  = Adult Free Gay Cams Naked Web Chat Webcams , \r\nAmateur Web Cams Free Porn, Adult Webcams Chat Sex Web  - Amateur Free Live Sex Web Cams, Dirty Webcams Teen Amateur , Web Cams Of Naked Cheerleader, Crazy Girls Teen Webcams , Secret Friends Sex Web Cam Chat, Nude Indian Women Webcams  College Sex Mpeg Webcams, Live Adult Webcams Chat . \r\nFree Chat With Cam Girls , Cam Gallery Girls , Free Aduld Sex Webcam , Cams Free Nude Porn  Free Live Nude Webcams Dorm Rooms , Dirty College Girl Webcams  !!! Girls Sex Webcams , Male Naked Web Cams Sexy Teen , Sex Webcams College Girls , Teen Webcams Gay Cock , Webcam Xxx Free , Cam Chat Private Web , Free Nude Web Cam Girls , Live Nude Webcams Cam , Teen Webcam Girls , Adult Web Cams Community ? Teen Webcams Pussy Fucking , Amateur Cams Free Porn  - Amateur Teen Sex Webcam , Adult Chat Webcams Free Vide . \r\nNaughty Quotes For A Cam Girl \r\nFree Adult I Cams \r\nAlone Girls Home Web Cam \r\nMature Sex Webcam Pictures \r\nCarmen Cam With Her Web Girl \r\nNaked Cams Sex Models \r\nCamping Pee Bags \r\nNaked Japanese Girls With Webcams \r\nPussy Torture Webcam Pictures \r\nHot Sexy Naked Web Cams Babes \r\nhttp://wwwsitedoingp.cn/thumb/webcam/18.jpg  \r\nhttp://ceteuitima.dublu.ro/forum/viewtopic.php?p=188857#188857\r\nhttp://satanichotpocket.anarchyzero.com/forum/viewtopic.php?f=2&t=7368\r\nhttp://danceconnectionireland.com/dance-forum/viewtopic.php?f=18&t=851\r\nhttp://mavens.lonestar-programming.com/forums/viewtopic.php?f=4&t=70897\r\nhttp://mavens.lonestar-programming.com/forums/viewtopic.php?f=4&t=70909\r\nhttp://www.spartans.carloschapeton.com/forums/viewtopic.php?f=6&t=26074\r\nhttp://aussiehomebusiness.com/aussiehomeforum/index.php?topic=22552.new#new\r\nhttp://aussiehomebusiness.com/aussiehomeforum/index.php?topic=22553.new#new\r\nhttp://satanichotpocket.anarchyzero.com/forum/viewtopic.php?f=2&t=7369\r\nhttp://mavens.lonestar-programming.com/forums/viewtopic.php?f=4&t=70902\r\n\r\nErotic Sex Web Cams \r\nWebcam Contacts Sex \r\nGalleries Girl Cam \r\nTeen Model Webcams \r\nWebcam Msn Hotmail Seks \r\nWebcams College Girl Watch \r\nLive Teen Webcams Girls \r\nPersonal Adult Web Cams \r\nWebcam Girl \r\nReal Teen Web Cam Shots \r\nBondage Naked Web Cams Very Women\r\nAsian Babe Cams Lice\r\nLive Video Webcams Sex Chat\r\nHarley Girl Doll Cam\r\nGirl Strip Webcam To\r\nTeen Cam Mpg\r\nFree Naked Amateur Web Cams\r\nLesbian Chat And Webcams\r\nAdult Webcams Room\r\nLive Teen Webcams\r\n','','','QNeommaelito',0,0,'194.8.75.50',0,'','hideemail=1\nhideurl=1\n',0,'2009-08-17 10:34:49',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,84),(205,'amziaus grupe','Ir gerai kad neileidzia,nes vaiku ir taip pilna :) :):)  Siaip siulyciau vyresne publika tik ileidyneti :)','','','Svečias',0,0,'78.61.96.216',0,'','hideemail=1\nhideurl=1\n',1,'2009-08-18 16:28: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,85),(206,'g csf ','Brasstown Valley Resort Georgia   allinfodoma17ins assessment profilext users gide , Clothing Illinois Oswego Wayne County Illinois Cemetery  \r\nhttp://sub466.champspoker.info/1976.php - naturally big busted women wiki  Professional Careers Institute Indianapolis Albany Florist Ftd Indiana Plymouth Indiana Real Estate  \r\nWisconsin Homestead Credit  kerosene price by state , Udc Washington Dc Longview Washington County  \r\nMechanicsville Pre School Virginia Alexandria Virginia Stabler Leadbetter Virginia Motorcycle Salvage , http://www.playabravasurf.com/3355.php - vanity clothes that fit  Texas 1836 Map , \r\nOdom\'S Tennessee Pride Car Tennessee Used Winchester  - climograph on death valley  Maltese Breeders In Pennsylvania College Optometry Pennsylvania Dutch Noodles Pennsylvania .\r\nFree In Ohio Puppy , http://www.krokodylowe.info/3227.php - current events infoplease com  !!! Pine Barrons Golf New Jersey Gannon New Jersey Abr East Jersey New Windsor , \r\nJenkins Missouri Raytown Sara Missouri Bed Breakfasts  compare monochrome laser printers under $500 , Steve Schultz Michigan Allendale Michigan High School  - \r\nCheesecake Factory Burlington Massachusetts Malden Catholic Massachusetts Map Massachusetts Sudbury  http://www.rocknrollblog.info/2694.php - does joanne carlos love robert pattinson  Chevey Chase Maryland ...\r\nGeorgia Firework Law   cleaning payson utah , Petsmart Ottawa Illinois Daily Southtown Illinois  \r\nhttp://www.gamersfun.info/2646.php - arena rentals oregon  Vigo County Indiana Cemeteries Jeffersonville Indiana Library Florist Richmond Indiana  \r\nPolk County Wisconsin Genealogy  smoke and fire detector , Dog Kennel Portland Washington Washington State Electrical License  \r\nApartment Chesapeake In Virginia Chevrolet Tahoe Virginia Chevrolet Madison Virginia , http://steve.christmasatebay.info/1994.php - sterno in gel fuel fireplace  Texas Extreme Makeover , \r\nTullahoma News Tennessee Arrested Development Lyrics Tennessee  - ciscos adlers balls  Paycheck Advance Pennsylvania Apartment West Chester Pennsylvania Blairsville Pennsylvania Apartments .\r\nConrads Tire Cleveland Ohio , http://www.goammedia.info/2398.php - ballroom dancing rhinestones  !!! Feathers Gay Bar New Jersey Sculpture Gardens New Jersey Clifton New Jersey Restaurants , \r\nKansas City Missouri Ata Osaka Columbia Missouri  distance maps 1850 s , Mystery Dinner Trains Michigan Restaurant Marquette Michigan  - \r\nBoston Massachusetts Oncologist Salem Massachusetts Zip Code Gay Massachusetts Newton  http://www.reikisite.info/2845.php - dead rising bomb collector hints  Lafarge Quarry Fredrick Maryland ...\r\nGeorgia Peach Rashida   city code for khajuraho india , Elgin Illinois Company Illinois Gambling Law  \r\nhttp://www.gamersfun.info/1990.php - ammo range weatherby 300mag  Leesburg Indiana Zip Code Yoga In Indianapolis Lawrence Township Indianapolis Indiana  \r\nGander Mountain Wisconsin  stanislus superior court of , Washougal Washington Zip Code Mei Wah Restaurant Washington  \r\nAnimal Dumping Virginia West Parkside Middle School Virginia Newspaper Suffolk Virginia , http://www.playabravasurf.com/1943.php - trainming need analysis  Hunt Texas Map , \r\nBristol Hotel Tennessee 1510 Radio Tennessee  - delafield wisconsin seniors  Home Johnstown Mobile Pennsylvania Appliance Pennsylvania Reading Repair Caron Foundation Pennsylvania .\r\nNursery Lima Ohio , http://www.goammedia.info/2218.php - babe guitar columbia  !!! New Jersey Vioxx Class Action Bayville New Jersey Real Estate Wan Optimization New Jersey , \r\nMissouri Furniture Factory Outlet Ball Lottery Missouri Power  definicion de productoria , Family Lansing Michigan Practice Michigan Moving Novi  - \r\nBurlington Mall Massachusetts Stores Newburyport Massachusetts Map Carpet Installer Massachusetts  http://www.rocknrollblog.info/2392.php - discount canadian domain names  Abate Of Maryland ...\r\nDacula Georgia Real Estate   close up moustache , Bridgeview Illinois Court House Rosewood Rosemont Illinois  \r\nhttp://www.gamersfun.info/2837.php - as i lay dying nothings left  Pathologists Associated Muncie Indiana Banquet Gary Indiana Room Man Clothing Indianapolis  \r\nMassage School Therapy Wisconsin  albert castiglia buy , Bellevue Washington Condominium Loews Washington Dc Hotel  \r\nArlington Virginia Physician Centreville Elementary Virginia Virginia Beach Rental Cottages , http://www.playabravasurf.com/2051.php - travel student airline fares lhasa  Banks Longview Texas , \r\nHidden Mountain Resort Tennessee Tennessee Constable Association  - cook counseling center va tech  Endangerment Pennsylvania Reckless Kingston Township Pennsylvania Pennsylvania Agricultural Commodities .\r\nOhio Ephedra Lawyer , http://www.goammedia.info/1940.php - auto cad lt number serial  !!! Convent Jersey New Station Jeep Liberty New Jersey Jersy City New Jersey , \r\nBoonville Lincoln Missouri Missouri Craft Show  debra young psychic , Mountain Biking In Michigan Ymca Royal Oak Michigan  - \r\nSalem Massachusetts Zip Code Swampscott Massachusetts Map Garage Door Massachusetts  http://www.personalhealthblog.info/1909.php - clyde cohenour obituaries  Computer Maryland Print Workstation ...\r\nPi Kappa Phi Georgia   normal tsh but low t4 , Sherrard High School Illinois Lower Illinois River Maps  \r\nhttp://sub492.champspoker.info/2003.php - north jr high hopkins mn  Shen Yang Indianapolis Indiana Polycom Rfp Northern Indiana Amish Country  \r\nChristmas Mountain Wisconsin Dells  si pure perfume , City Of Ephrata Washington Washington Kawasaki Parts  \r\nMap Martinsville Virginia Virginia Oxycontin Attorneys Chevrolet Danville Virginia , http://james.fishingcrazy.info/1973.php - jamie cullum cell phone ringtone  Texas Specialty Hospital Dallas , \r\nHotel In Tennessee Townsend Weakly County Tennessee  - discount vegas show tickets celine  Pennsylvania Drug Rehab Pennsylvania Turnpike Road Condition Adams County Pennsylvania Government .\r\nColumbus Ohio Animal Shelters , http://www.krokodylowe.info/3115.php - cruise to catalina island from laguna  !!! Ciao Basking Ridge New Jersey Somerville New Jersey County Hackensack New Jersey Map , \r\nMissouri R2 School Augusta Shores Missouri  down to the bone parkside , Michigan Radio Spanish Station Michigan Developmental Disabilities  - \r\nSheraton Lexington Inn Massachusetts Westfield State College Massachusetts Chair Fair Weymouth Massachusetts  http://www.wildbate.info/2195.php - flying scotsman train  Arrest Warrant In Maryland ...\r\nhttp://www.gamersfun.info','','','Xorgfont',0,0,'194.8.75.145',0,'','hideemail=1\nhideurl=1\n',0,'2009-08-19 23:05: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,86),(207,'..','as irgi manau kad per daug tikrai vaiku. O jie ir pridaro problemu ','','','Svečias',0,0,'85.232.148.38',0,'','hideemail=1\nhideurl=1\n',1,'2009-08-20 20:13:31',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,87),(208,'Flick Shagwell Double Anal  !!!','Hello,\r\nWebcam Teens Personal \r\nhttp://wwwsitedoingp.cn/thumb/webcam/03.jpg\r\n\r\nMature Webcams Amateurs Porn , Swingers Movie Soundtrack Amateur Teen Lesbian Bondage http://www.ecofriendlyinvitations.com/phpBB3/viewtopic.php?f=6&t=79231 - Cam Girls Dancing , Pale Teen Banged Anal Booty Anal Porn  Teen Panty Webcams , Frre Videos Big Tits And Ass Huge Boobs Hardcore Big Tits At School Lauren  http://www.ecofriendlyinvitations.com/phpBB3/viewtopic.php?f=13&t=79227 - Webcam Teen Girl Masturbating  Webcams College Girls Watching Hot Webcams Horny Girls  Cam Free Nude Sex Web , Amateur Teen T Back http://deus-ex.net/bbs/viewtopic.php?f=6&t=1574 - No Sign Up Adult Web Cams , The Pleasures Of Anal Sex  Free Adult Home Cams , Busty Teens Fucking Monster Cocks  http://deus-ex.net/bbs/viewtopic.php?f=11&t=1592 - Cam Girls Live Com  Amateur Webcams Rencontresexe Sexo Amateur Videos Porno Sms Webcams , Mature Nude Brunette Amateur http://forums.peeringsa.net/viewtopic.php?f=6&t=1956 - Naked Nude Web Cams , Big Black Booty Anal  Adult Webcams Web Cam Chat Site , Kealy Hazel Big Boobs  http://forums.peeringsa.net/viewtopic.php?f=5&t=1955 - Live List Live Sex Cams  Large Breasted College Girl Webcams Pictures  Msn Cam Girls Emails , Free Swingers Personals Washington http://deus-ex.net/bbs/viewtopic.php?f=7&t=1582 - Webcam Live Sex Sexy , Fainting Anal Pressure And Pain Nerves  Cam Chat Live Nude Web , Big Tits Round Asses Explicit Bigtitsroundasses  http://www.wizardsmagicchest.com/magic-forum/viewtopic.php?p=142878#142878 - Webcams Index Of Free Porn  Teen Blowjob Webcam Pictures Webcams Chat Date Free Live , Swingers Sex In Battle Lake Minnesota http://www.justbashit.com/index.php?topic=6470.new#new - Latinos Nude Cam , Mature Webcams Anal Dildo  Tranny Sex Video Webcams , Asian Big Boobs College Girls  http://www.pipescovepc.com/wrathofcrom/forum/viewtopic.php?f=4&t=83332 - Adult Live Naked Webcams  Amateurs Mature Webcams Women Sex  Casey Cam Teen Model , Free Amateur Couples Swingers Photo Contest http://www.pipescovepc.com/wrathofcrom/forum/viewtopic.php?f=2&t=83334 - Nasty Dirty Webcams Sluts , Tawny Roberts Anal Sex  College Sex Xxx Webcams , Tits And Big Ass  http://www.justbashit.com/index.php?topic=6460.new#new - Nude Cam Chat Live Male Gay  Porn Video Webcams Of The Day  Girl Japanese Live Webcams , Swingers Fancy Dress Party http://www.pipescovepc.com/wrathofcrom/forum/viewtopic.php?f=4&t=83330 - Webcam Gay Porn , Porn Movies Anal First Time  Nude Women Web Web Cams , Cassity Huge Black Boobs  http://www.pipescovepc.com/wrathofcrom/forum/viewtopic.php?f=4&t=83329 - Mobile Cam Sex Shots  Naked Webcams Picture  Free No Regester Sex Cam , Xxx Free Amateur Sex Clips Xxx http://www.justbashit.com/index.php?topic=6462.new#new - Real Teen Webcams Pics , Xvn Latina Anal Assault Movie  Amatuer Webcam Porn , Lusty Older Women With Huge Tits  http://www.justbashit.com/index.php?topic=6458.new#new - Lesbian College Girls With Webcams  Nude Pics Teens Cams  Free Nude Webcam Show , Real Amateur Teens Amateur Wife Pix Amateur Quebec Fuck http://www.justbashit.com/index.php?topic=6465.new#new - Webcam Free Teen Nude , How Wife Anal Sex Enima  Hot Girls Porn With Webcams , Big Tits T Girl  http://daa-forum.mihsc.de/viewtopic.php?f=7&t=1036 - Ex Girlfriend Nude Webcam Pictures  Webcam Amateur Movie Teen Garota Sexo Web Cam , Black Swingers Chicago Free http://www.justbashit.com/index.php?topic=6466.new#new - Chat Line Naked Web Cam Girls , Female Anal Licking Sex  100 Free Nude Webcams , Oprah\'S Big Juicy Tits  http://ceteuitima.dublu.ro/forum/viewtopic.php?p=188981#188981 - Cam Chats Gay  Girl On Web Cam \r\n\r\nhttp://wwwsitedoingp.cn/thumb/anal/anal33.jpg\r\n\r\nNude Girl Streaming Webcams , Amateur Sex Shows Uk Uk British Amateur Porn Erotic Stories Of Swinger Parties http://www.sidecho.com/forum/viewtopic.php?f=4&t=2093 - Teen Model Cam , Surprised Anal Porn  Wisconsin Adult Webcams , All Busty Chubby Teen Model Tight Wet Vaginas And Big Tits  http://www.justbashit.com/index.php?topic=6456.new#new - Heather Campbell Las Vegas Strip Clubs  Free Teens Lesbian Web Cams Orgy Gay Cam Rim Job Sexy Cam Strips Cam Girl Msn  Pretty Naked Girls With Webcams , Swingers Wives Pictures Free http://www.creamwarriors.com/forum/viewtopic.php?f=7&t=56182 - Ex-girlfriend Webcam Video , Busty Teen Anal Latina  Guy Porn Webcams , Have Your Breasts Enlarged With Yaz  http://deus-ex.net/bbs/viewtopic.php?f=5&t=1570 - Erotic Cams Sex Scenes  Why Are Comp Cam Springs Striped Teen Live Webcams Sex , Amateur Nude Camping http://www.rsoutlook.com/forum/viewtopic.php?f=6&t=2142 - College Masturbate Webcams , Fee Anal Sex  Web Cams Free Adults , What Is The Biggest Breast  http://www.baedecker.hu/forum/viewtopic.php?f=2&t=94 - Free Sex Broadcast On Web Cam  Naked Web Cams Small Tits  Hot Black Ass Webcam , Doug And Jay Amateur Sex http://www.sidecho.com/forum/viewtopic.php?f=5&t=2092 - Webcam Strips Free , Haley Wilde Anal Sex Video  College Girls Webcams For Cash , Natural Mega Tits  http://www.creamwarriors.com/forum/viewtopic.php?f=6&t=56176 - Nineteen College Girl Webcams  Austrailian Nude Webcams Girl Cams Top , Swingers Parties Philadelphia http://deus-ex.net/bbs/viewtopic.php?f=10&t=1590 - Adult Webcams Wordpress Com , Anal Shemale Fuck Pics  Cams Free Live Nude Webcams , Sims2 Larger Breasts  http://deus-ex.net/bbs/viewtopic.php?f=6&t=1576 - Highschool Webcam Sex Memories  Girls Webcams That Take Paypal  Free Sex Web Cams Live , Amateur Girls Gone Wild http://forum.theglobalelection.com/political/viewtopic.php?f=2&t=6353 - Sexy Girls Next Door With Webcams , Extreme Bizzare Anal Tgp  Com Hot Webcams , Huge Teen Tits Free  http://www.wizardsmagicchest.com/magic-forum/viewtopic.php?p=142871#142871 - Girls Pictures Webcams  Girls Live Nz Web Cam  Sexy Xxx Webcam , Real Amateur Webcams Sex Videos http://www.wizardsmagicchest.com/magic-forum/viewtopic.php?p=142879#142879 - College Girls Webcams Exposed , Young Tight Asians Anal  College Girl Foot Fetish Webcam , Artificial Huge Tits  http://www.wizardsmagicchest.com/magic-forum/viewtopic.php?p=142873#142873 - Webcam Sexshow  Girls In Toronto Webcams  College Girls Webcams Sex Photos , Free European Swingers Trailers http://www.cfnr.co.uk/v2/forum/viewtopic.php?f=8&t=58031 - Nude Sister Webcam , Forced Anal Porn Movies  Live Webcam Chat Girls , Apple Bottoms And Big Boobs  http://whitewolfwebdevelopment.com/sepulchre/viewtopic.php?f=3&t=59657 - Game Sex Free Cam  Web Cam Gay Male  Cheap Live Sex Cam , Worldwide Amateur Porn http://www.makemoneywithyourcamera.com/forum/viewtopic.php?f=15&t=84889 - Free Gallery Teen Webcam , Extreme Anal Insertion Cum  College Girls Flashing On Webcams , Hotest Big Tits  http://whitewolfwebdevelopment.com/sepulchre/viewtopic.php?f=4&t=59653 - College Girl Cams  Nude Cam Adult Web Cams Live Tuscany Italy Webcams Photos , Minnesota\'S Swinger Party http://deejay.mintro.com/viewtopic.php?f=5&t=6651 - Cams Choice Free Nude , Anal Sex And The G Spot  Free Pussy Teen Webcams , Hot Japanese Girls With Big Boobs  http://deejay.mintro.com/viewtopic.php?f=8&t=6656 - Spanish Web Cam Girl  Smoking Fetish Cams Sex ','','','Lmess',0,0,'212.52.41.252',0,'','hideemail=1\nhideurl=1\n',0,'2009-08-25 14:30:59',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,88),(209,'visi i martini','Nuostabus klubas :)','','','Svečias',0,0,'77.178.220.125',0,'','hideemail=1\nhideurl=1\n',0,'2009-08-28 00:32:53',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,89),(210,'socialized medicine conflict theory ','in home medication equipment   far26ma08all http://sql-server-performance.com/Community/members/AORDER-GENERIC-ACCUTANE-PILLS-AND-SAVE-BIG.aspx - accutane pills - accutane without prescription http://community.youthforum2009.org/members/ZORDER-CHEAP-CIPRO-DRUG/default.aspx - cipro drug, buy cipro online http://mcfedries.com/cs/members/SORDER-CHEAP-CLOMID-DRUG.aspx - clomid for sale + clomid price http://guatecommunity.net/members/ACHEAP-GENERIC-CYMBALTA-DULOXETINE-PILLS.aspx - cymbalta without prescription - cymbalta asthma http://palmetto.name/members/BUY-DIFLUCAN-ONLINE/default.aspx - purchase diflucan discount diflucan http://community.youthforum2009.org/members/ZCHEAP-GENERIC-DOXYCYCLINE--PILLS/default.aspx - order doxycycline generic doxycycline http://guatecommunity.net/members/ACHEAP-GENERIC-HOODIA-GORDONII-HG-P57--PILLS.aspx - hoodia online buy hoodia gordonii http://guatecommunity.net/members/ACHEAP-LEXAPRO-ESCITALOPRAM-NO-PRESCRIPTION.aspx - lexapro drug, lexapro for sale, http://www.kindel.com/members/ZBUY-NOLVADEX-ONLINE.aspx - nolvadex 20mg - nolvadex for sale http://palmetto.name/members/ORDER-PREDNISONE-ONLINE/default.aspx - prednisone asthma prednisone 20mg. http://mcfedries.com/cs/members/SBUY-PROZAC-FLUOXETINE-WITHOUT-PRESCRIPTION.aspx - buy cheap prozac prozac pharmacy, http://guatecommunity.net/members/ABUY-ACCUTANE-ISOTRETINOIN-WITHOUT-PRESCRIPTION.aspx - retin a no prescription retin a without prescription - http://guatecommunity.net/members/ABUY-WELLBUTRIN-SR-BUPROPION-NO-PRESCRIPTION.aspx - order wellbutrin - wellbutrin weight loss, http://mcfedries.com/cs/members/SCHEAP-ZITHROMAX-AZITHROMYCIN-WITHOUT-PRESCRIPTION.aspx - zithromax z pak azithromycin chlamydia ! http://pg.communityserver.com/members/BUY-ZOLOFT-SERTRALINE-NO-PRESCRIPTION/default.aspx - buy zoloft online zoloft drug','','','cornerMI',0,0,'194.8.75.50',0,'','hideemail=1\nhideurl=1\n',0,'2009-08-29 11:31:14',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,90),(211,'plius/minus','vakar buvo Sasha Son, maciau daug fotografavo, o kur foto..?? sukelsit cia ar kaip??? ','','','Vaida',0,0,'213.226.144.205',0,'','hideemail=1\nhideurl=1\n',1,'2009-08-30 12:16:29',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,91),(212,'Omasex Granny  !!!','http://wwwsitedoingp.cn/thumb/mature/mature04.jpg\r\nWhite Mature Wives Creampies  Crazy Grannies AnalBeatiful Mature LadiesNice Granny Asses Granny Pleasing Cock 2 Nude Filipina MatureMature One Piece - Chubby Mature Webcams Gallery Older Hikaru, Lady Sonia Mature !!! http://spyderrevolution.com/forum/index.php?topic=1405.new#new - Gay Mature Party\r\nPriceless Mature Global Advocacy For Older PeopleChubby Mature Webcams Model SexyMature Bush Hardcore Circumcision On An Older Preemie Heel High In Lady MatureCumming On Mature - Older Women Make Beutiful Lovers Lyrics Brunette Granny 04, Video Porno Matures Gratuit !!! http://www.hiphopvandaag.nl/hiphopforum/viewtopic.php?f=10&t=18060 - Hot Granny Spot\r\nRedhead Granny Sex Pleasing A Granny In BedGranny Square Double CrochetErotic Escorts Mature Brisbane Mature Movies Video Mature MadurasCancer Younger Male Older Capricorn Woman - Black Fuck Mature Granny Creampie Mature Horse Fuckers, Mature Asain Sex !!! http://qco.com.ar/40masomenos/modules/newbb/viewtopic.php?topic_id=445719&post_id=785432&order=0&viewmode=flat&pid=0&forum=11#forumpost785432 - Giving Head Mature Woman\r\nMature Content Images Poems About GrannyBritish Mature Porn Big TitsOlder Workers San Antonio Texas Alana Hairy Mature Mature Asian Women ShittingOlder Women Fantasies - Grannies Eating Cock Mature Gyno Visit, 25-year-old Women Wanting Older Men !!! http://www.hiphopvandaag.nl/hiphopforum/viewtopic.php?f=8&t=18058 - Sexy Mature Butt\r\n  nod26e08po09\r\nhttp://wwwsitedoingp.cn/thumb/mature/mature26.jpg','','','LPsymbols',0,0,'194.8.75.44',0,'','hideemail=1\nhideurl=1\n',0,'2009-08-30 19:52:14',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,92),(213,'super club','Martini VIP ;) Ramunas geriausias!!!','','','spek kas',0,0,'78.58.6.178',0,'','hideemail=1\nhideurl=1\n',1,'2009-08-30 22:01: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,93),(214,':))','o kaip jums sokejos?','','','Svečias',0,0,'195.182.76.67',0,'','hideemail=1\nhideurl=1\n',1,'2009-09-04 17:03: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,94),(215,'muzika','klubas lb geras man ten patinka.as tik ten ir einu.apsauga liux aptarnaujantis personalas liux.muzika ir beveik liux.tik nelabai patinka kad kazkur nuo antros valandos leidzia kamatozus.matosi kaip iskart sokanciu sumazeja o kartais ju beveik isvis nelieka.ir siaip as tokios muzikos nemegeja tai lb erzina:)','','','vanilla',0,0,'86.100.28.140',0,'','hideemail=1\nhideurl=1\n',1,'2009-09-05 18:47:08',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,95),(216,'del nuotrauku ','norejau paklaust kai martinyje fotkina ka po to su tom nuotraukom darot? nes cia kaip matau ju nededat :( o seip viskas liux ;)','','','lojali kliente ',0,0,'86.100.80.13',0,'','hideemail=1\nhideurl=1\n',1,'2009-09-06 21:35:50',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,96),(217,'...','siaip jei norit vyresnes publikos tai yra toks klubas kaip \"Piteris\" :D tai ten ir varykit sokt jei kas nepatinka,o ne ant jaunimo stumkit,kad ateina i normalu kluba pasokt...','','','Svečias',0,0,'78.61.62.108',0,'','hideemail=1\nhideurl=1\n',1,'2009-09-08 19:38: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,97),(218,'del muzikos','ne nu panele cia tik jusu vienos tokia nuomone , mes gi ne disco laikais gyvename , martini siuolaikiskas , geras klubas , ir tavo taip vadinami \"kamatozai\" pats tas yra siuolaikinem jaunimui , jeigu jums mieliau patinka popsas ar siaip rami muzika , ejkit i manhetena :DDD ten tai publika renkasi :DDD o be jusu taip vadinamo gero \"kamatozo\" manau klubas ne klubas ... nebukim atsilikeliai , paziurekit kas geriausi pasaulyje klubai , ar ten groja popsa ???? aisku kad ne .... panele jus labai senu paziuriu , tad savo nuomone pasilaikykite sau , lietuva ir taip visur atsilieka , viskas del tokio konservatyvaus poziurio , bukime siuolaikiski ;)','','','Svečias',0,0,'86.100.78.74',0,'','hideemail=1\nhideurl=1\n',0,'2009-09-24 15:12:18',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,98),(219,'?','Gal kas nors zinot kur galim gaut foto is klubo? ;] ','','','Meduoliuks',0,0,'78.61.90.9',0,'','hideemail=1\nhideurl=1\n',1,'2009-09-28 17:38: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,99),(220,'Kas liecia nuotraukas','Na kaip suprantu visi labai nori save isvysti nuotraukose :)\r\nSiaip dienai nuotraukos matomos tik lauke esanciame ekrane.\r\nAteityje atnaujinsime puslapio galerija,tikrai galesite save isvysti cia ;)','','','Fotografas',0,0,'78.61.22.251',0,'','hideemail=1\nhideurl=1\n',1,'2009-09-29 12:54:44',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,100),(221,'Atsidaro','Klubas 105','','','Svečias',0,0,'88.119.105.241',0,'','hideemail=1\nhideurl=1\n',0,'2009-09-30 19:40: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,101),(222,'siaip..','anksciau buvo daug geriau, kai penktadieniais buvo ru.muzika!Tuom ishtikruju Martini daug ka ir suviliojo is Metelicos.Nes kiek girdejau, tai seniau martini mirsdavo! o dabar viskas, vieni \"kamatozai\", kaip cia kaz kas parase!:)...noriu atgal i metelica!!!!!!!','','','Svečias',0,0,'78.61.122.129',0,'','hideemail=1\nhideurl=1\n',0,'2009-10-01 16:33: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,102),(223,'kaina','pasigendu alkoholiniu gerimu kainu sitame psulapyje :)','','','Svečias',0,0,'86.100.78.74',0,'','hideemail=1\nhideurl=1\n',1,'2009-10-02 12:34: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,103),(224,'del galerijos','o del foto galerijos ,tai pas jumis ji tikrai nieko verta... seniai laikas tvarkyti :/ ;)','','','Svečias',0,0,'86.100.78.74',0,'','hideemail=1\nhideurl=1\n',0,'2009-10-02 12:56:12',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,104),(225,'liux','buvau sstadieni, visai neblogai. O dar ir alkoholiu akcija buvo -50%, va cia tai super!','','','Ginta',0,0,'86.100.3.241',0,'','hideemail=1\nhideurl=1\n',1,'2009-10-05 11:08:42',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,105),(226,'nesamone','nu kad sestadieni gerimai puse kainos tai biski apgaule,nes kas su kortele atsiskaitinejo tai daug kam visa kaina nurase...taip kad apgavikai','','','Svečias',0,0,'86.100.97.33',0,'','hideemail=1\nhideurl=1\n',0,'2009-10-06 14:16:40',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,106),(227,'propoganda','zoologijos sodas ir tiek,paradox 2','','','Svečias',0,0,'78.59.28.141',0,'','hideemail=1\nhideurl=1\n',0,'2009-10-20 14:54:15',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,107),(228,'Fleas Control Medicines For Dogs ','Hi, uyasccaort \r\ncheap celebrex \r\nhttp://somalisearch.com/showthread.php?p=10385#post10385  - generic celebrex  celebrex celecoxib formerly celebra buy celebrex online  celebrex capsule picture celebrex medication  michigan celebrex lawyer http://www.tamizhtinseldreams.com/TTDForum/viewtopic.php?f=13&t=51968  - vioxx celebrex cox 2  mobic to celebrex celebrex pain relief  buy cheap celebrex celebrex as recreational drug  price celebrex .http://www.gulfcoastkiteboarders.com/Forum/viewtopic.php?f=30&t=14033  - celebrex celecoxib  best price celebrex buy celebrex  gemcitabine and celebrex celebrex pill  celebrex preop cardiovascular http://gaybmwcommunity.phpbbhosts.co.uk/viewtopic.php?f=3&t=4647  - celebrex effects on cholesterol  can i give my dog celebrex celebrex prescribed  celebrex adverse side effects celebrex and tylenol  419 celebrex and heart attacks 603 ...http://www.utsms.org.au/forum/phpBB3/viewtopic.php?f=10&t=1215  - celebrex no prescription  canadian celebrex without prescription generic celebrex  celebrex celecoxib anti inflammatory buy without generic celecoxib  bextra verses celebrex http://www.spiritsconnect.org/chatforum/viewtopic.php?f=28&t=55787  - slut tit cock cunt celebrex  celebrex with other drugs celebrex lawyers philadelphia  low blood pressure celebrex celebrex 2007 sales growth  celebrex and inflammation .http://www.simonramsey.com/phpbb/viewtopic.php?f=4&t=34985  - celebrex pain medication  celebrex celecoxib recall vioxx buy celebrex  celebrex patent expiration celebrex price  celebrex formulary http://zebraclicks.info/forum/index.php?action=profile;u=55  - celebrex safety information  vioxx versus celebrex epicondylitis celebrex celestone  celebrex celecoxib antiinflammatory long celebrex work  dangers of celebrex . http://www.totemcaller.com/forums/viewtopic.php?f=2&t=5375  - celebrex online  before celebrex effective it long celebrex pain medication  prescription celebrex buy celebrex  celebrex dose http://omahmusic.com/forum/index.php?topic=8106.0  - celebrex celecoxib delta pennsylvania  celebrex ibuprofen celebrex dallas lawyer news vioxx  bextra celebrex dog vioxx vs celebrex versus vioxx philadelphia  pfizer celebrex 1999 study .http://escortforumgr.com/viewtopic.php?f=110&t=19949  - celebrex online  celebrex celecoxib parryville pennsylvania celebrex pain medication  information on prescription celebrex celebrex without prescription  celebrex side http://www.forum.dotsi.pt/viewtopic.php?f=20&t=2319  - vioxx celebrex fda  celebrex what does it do medication side effects celebrex overdose  celebrex verus vioxx celebrex medicine veterinary  celebrex ingredients .http://www.yakkaforbackpackers.com/phpBB3/viewtopic.php?f=94&t=39622  - celebrex pill  buy celebrex medication online cheap celebrex  aspirin vs celebrex generic celecoxib  celebrex latest news http://wow.tr0y.org/board/viewtopic.php?f=7&t=35037  - arcoxia bextra celebrex vioxx  alesse celebrex famvir patanol wetrack it the dangers of celebrex  celebrex heart attack 200 celebrex line vioxx  celebrex message board .http://www.commontruth.com/community/viewtopic.php?p=62627#62627  - cheap celebrex  celebrex boils buy celebrex online  celebrex daypro relafen generic celebrex  celebrex generic price http://www.fotls.com/viewtopic.php?f=2&t=111  - vioxx bextra celebrex class action lawsuit  200mg celebrex florida celebrex lawyer  fda celebrex vioxx dosage of celebrex  celebrex in treatment of cancer .http://www.nap.to/bbs/imgboard.cgi?bbsaction=disp_rep_form&amode=&page=1&blood=20051216032442&parent=2375  - order celebrex  celebrex doseage order celebrex  celebrex and red rash celebrex pill  celebrex celecoxib new hampshire http://www.gtlair.com/TDUClub/Forum/viewtopic.php?f=12&t=17327  - celebrex and cancer treatment  celebrex and hemorrhoids celebrex and liver dammage  bextra celebrex dog vioxx vs celebrex and nasty drug and marketing  esophagitis celebrex .http://kongsigelap.net/portal/modules.php?name=Forums&file=viewtopic&p=97922#97922  - celebrex pain medication  order celebrex with out a prescription order celebrex  celebrex 200mg capsule buy celebrex  celebrex prescription medicine help http://dongducheon.kma.go.kr/board/read.do?board=qna_board&no=16&search_div=&search=&page=1  - celebrex conflicts with other pain medicine  celebrex for gout celebrex celecoxib illinois  celebrex and heart valule problems naproxen vs celebrex  recent advisory on celebrex ...\r\n\r\ngeneric buspar Augmentin No Prescription  cheap medication online Hospital Policy Allergic Reaction Medication  low cost meds online purchase buspar buspar anxiety ','','','ASPeatuestrut',0,0,'194.8.75.50',0,'','hideemail=1\nhideurl=1\n',0,'2009-10-30 19:10:40',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,108),(229,'Haloween party','nu buwo neblogai galetu biski nauja muzika ijungt kaip hotel room service bet vistiek neblogai buwo :)) ateisiu dar karta','','','Svečias',0,0,'78.61.58.165',0,'','hideemail=1\nhideurl=1\n',0,'2009-10-31 22:21:09',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,109),(230,'..','labai šaunus klubas, tik galėtų atnaujint savaitės programa laiku...','','','Svečias',0,0,'85.232.151.18',0,'','hideemail=1\nhideurl=1\n',0,'2009-11-02 22:08: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,110),(231,'draugas',' visai nieko klubas ne kaip siauliuose studentu svetaine arklide  kur renkasi nesubrendele nesuprantu gal ten merginos eina taip neturedamos ka veikti.. bet normaliu bernu pasokti net nerasi ten o cia martini tai saunus klubas maloni zmones gera apsauga...','','','Svečias',0,0,'89.117.16.245',0,'','hideemail=1\nhideurl=1\n',0,'2009-11-04 22:01:52',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,111),(232,'audrone','klubas tikrai geras manau tereiketu  ileisti  nuo 19 metu maloni apsauga gerai dirba savo darba liuks martini... ne kaip siauliuose kad esu buvusi arklidej tai ten renkasi nesubrende o cia normalus zmones...','','','Svečias',0,0,'89.117.16.245',0,'','hideemail=1\nhideurl=1\n',1,'2009-11-04 22:07:18',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,112),(233,'Dėl foto','Laukiame nauju nuotraukyciu....','','','renka',0,0,'195.182.93.211',0,'','hideemail=1\nhideurl=1\n',1,'2009-11-05 10:13: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,113),(234,'muzika','kas liecia muzika galetu leist daugiau vasariska kaska panausaus kaip ibizietiska, isvis butu gerai atsisakyt lietuvisku, ir kad nesikartotu kiekviena vakareli ta pati muzika dj\'ejai galetu labiau pasistenkti del muzikos paiesku...','','','Svečias',0,0,'195.182.76.65',0,'','hideemail=1\nhideurl=1\n',1,'2009-11-06 14:05:46',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,114),(235,'Vytiox','nzn hebra kaip ten bet artimiausiu metu zadu apsilankyt :D kaip ten paneliu dauk susirenka ?:) ','','','Svečias',0,0,'86.100.102.65',0,'','hideemail=1\nhideurl=1\n',1,'2009-11-07 22:56:53',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,115),(236,':)','Laukiam nesulaukiam nuotrauku foto galerijoje! :)','','','Svečias',0,0,'195.182.76.65',0,'','hideemail=1\nhideurl=1\n',1,'2009-11-08 12:18:59',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,116),(237,'klubas','Na ka teko man vakar apsilankyt tame isgirtame klube, na ka galiu pasakyt: visai nieko tik muzikos nekokia, o seip atmosfera ganetinai nebloga, buvo keli vaikai maciau (ce butu vienas is minusu apsaugai), kad nelabai ziuri ka ileidzia. O seip tikrai dar apsilankysiu.                                                                                                  P.s. RNB klube neveza :)(: ','','','Svečias',0,0,'213.226.190.62',0,'','hideemail=1\nhideurl=1\n',0,'2009-11-08 23:25: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,117),(238,'The Best of the Best ;) ','Klaipediete tik nuo rugsejo menesio.Kiek teko pabuvoti klubuose tai labiausiai patiko Martini ;) The Best of the Best;D Butinai ne viena karta apsilankysim ;) ','','','Svečias',0,0,'78.59.70.20',0,'','hideemail=1\nhideurl=1\n',1,'2009-11-14 17:50:59',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,118),(239,'Avoiding Hair Collecting Drug Test ','Hello, uyasccaort \r\nAugmentin Without Prescription \r\nhttp://www.digitald20.com/forums/viewtopic.php?f=9&t=22481  - Generic Augmentin , Side Effects Augmentin Augmentin Sale , Augmentin Nursing Mother Augmentin Cost , Augmentin 875-125mg http://thefretboard.net/viewtopic.php?f=5&t=3353  - Augmentin Ortho Tri Cyclen Low  , Augmentin Clavulanic Acid Calculator Augmentin Drug Interactions , Augmentin Child Dosage Augmentin Without Rx , Augmentin Prescribed For Celluitus  http://www.ecofriendlyinvitations.com/phpBB3/viewtopic.php?f=10&t=109158  - Augmentin Antibiotic , Augmentin Percent Agent In Product Augmentin Without Prescription , Augmentin Es Suspension Augmentin No Prescription , Will Augmentin Cause Hyperactivity http://www.forum.pinoypokami.com/viewtopic.php?f=5&t=5802  - Augmentin For Staph Infection  , Is Augmentin A Sulfa Drug Augmentin Sr 1000 Mg , Expiration Date Of Augmentin Xr Augmentin Ortho Tri Cyclen Low , Side Effects Of Augmentin 1000mg  http://bip-web.com/forum/viewtopic.php?p=217719#217719  - Augmentin Without Prescription , Augmentin Sexually Transmitted Disease Augmentin Without Prescription , Augmentin Bacterial Coverage Buy Augmentin Online , Azithromycine Vs Augmentin Clinical Trails Pdf http://forum.mybux1.com/viewtopic.php?f=2&t=125769&start=0&view=print  - Augmentin Cr  , Augmentin Es Emedicine Chest Pain Augmentin , Augmentin Package Insert Copy Augmentin Amoxicillin Clavulanate 400 Mg-57 Mg , Augmentin Is Coxibs  http://disintegrator.co.uk/forum/viewtopic.php?f=6&t=23292  - Augmentin Price , Diarrhea In Children From Augmentin Augmentin No Prescription , Augmentin Liquid For Infants Augmentin Price , Time Augmentin Stays In The Body http://www.evoclub.com.ua/viewtopic.php?f=9&t=8551  - Augmentin For Pneumonia  , Augmentin Chemicals Augmentin Does Alcohol Affect This Medication , Buy Augmentin Without A Prescription Augmentin And Analgesic Effect Danger , 1000mg Augmentin  http://www.ananmanan.com/forum/viewtopic.php?p=205139#205139  - Order Augmentin , Augmentin Ibprofen Interaction Order Augmentin , Allergy Augmentin Generic Augmentin , Augmentin Percent Agent In Product http://tudorbranchaugusta.com/calendar/index.php?action=profile;u=62  - Augmentin Child Dosage  , Augmentin Xr Drug Augmentin Duo , Augmentin Spectrum Meningitis Staph Augmentin , Augmentin Es 600 Dosing  http://www.tyulyunow.com/forum/viewtopic.php?p=3282#3282  - Augmentin Price , Augmentin Prices Order Augmentin , Augmentin Pills Augmentin Sale , Augmentin Standard Doses For Children http://forum.kil.ru/viewtopic.php?f=22&t=1534  - Augmentin Stable In Solution  , Augmentin Elixir 12h Augmentin Costo De , Real Word For The Drug Augmentin Augmentin And Breastfeeding , Augmentin Tinidazole  http://www.tangolibre.qc.ca/Forum/viewtopic.php?p=139265#139265  - Augmentin Drug , Augmentin Xr Drug Augmentin Sale , Augmentin Es Otitis Augmentin Price , Augmentin Causing Liver Problems http://www.sanjuansafari.com/blog/index.php?topic=37053.0  - Augmentin Risk  , 1000 Augmentin Mg Xr Symptoms Of Augmentin Allergy , Augmentin Antibiotic Adverse Reactions Augmentin Contraindications , Child Has Diarrhea From Taking Augmentin  http://thebeckerclan.com/SMFTEST/index.php?topic=10253.0  - Augmentin Drug , Augmentin Clavulanic Acid Cheap Augmentin , Augmentin Children Dose Cheap Augmentin , Augmentin 1000mg http://bip-web.com/forum/viewtopic.php?p=217056#217056  - Augmentin Stable In Solution  , Augmentin Drops Blood Pressure Augmentin Tablet Xr , If Augmentin Does Not Work Augmentin Resistance , Buy Augmentin Without A Prescription  http://forums.azerothworld.com/showthread.php?p=4409#post4409  - Order Augmentin , Augmentin For Chlamydia Generic Augmentin , Augmentin Over Dose Order Augmentin , Augmentin For Veterinarian Use http://pizza.com/pizza-forum/viewtopic.php?f=12&t=97160  - Augmentin And Indication  , Augmentin Clears Up Staph Infection Splitting Augmentin Tablets , Generic Augmentin 875 Refrigerating Augmentin Es , Augmentin Kills Staph Infection  http://www.ajith-vijay.com/actor-ajith-vijay-chennai-film-reviews-news/viewtopic.php?f=13&t=60040  - Augmentin Antibiotic , Augmentin Package Insert Augmentin Drug , Alcohol Augmentin Cheap Augmentin , Buy Augmentin Mexico http://noclan.nl/modules.php?name=Forums&file=viewtopic&p=16773#16773  - Augmentin Online Pharmacy  , Biliary Obstruction Augmentin Rx 754 Augmentin , Interactions Between Aropax And Augmentin Augmentin 500 Mg , Augmentin Augmentin Vs Xr  \r\n\r\nAugmentin Price  Low cost medications Generic Amoxicillin  medications at low price Amoxicillin Antibiotic  cheap medication online purchase buspar Amoxil Sale  medications at low price ','','','FDReaniRenjes',0,0,'194.8.75.50',0,'','hideemail=1\nhideurl=1\n',0,'2009-11-15 03:30:48',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,119),(240,'kodel nesikeicia sis klubas','sveiki.esu gan daznas sio klubo lankytojas ir pastebejau,kad niekas nebesikeicia siam klube.wisu pirma tai djai.Groja ta pati kiekviena karta,net nesistengia ieskot siu dienu populiariausiu dainu,turbut tingi pajudint pirsta..leidzia niekam nezinomus \"kamatozus\" ir patys sau \"kaifuoja\",nors publikos net neuzveda..2.rungtys tos pacios,jau gal puse metu,nieko naujo ir idomaus nesugalvojama..3. tai klubo apsauga,praejusi sest, atejus prie klubo pries 23wal.akivaizdziai delse ileisti waikinus,kad jie turetu sumoket po 20lt,praleidinejo tik merginas..ir siaip galetu daugiau grupiu koncertuot...ir siaip kas liecia publika,tai matos,kad renkas zemesnes kulturos zmones,anksciau to nebudavo.visi ateidavo pasipuose,nenusiteike agresyviai.aciu,uz atkreipta demesi..:)','','','Svečias',0,0,'86.100.28.140',0,'','hideemail=1\nhideurl=1\n',0,'2009-11-16 17:28:49',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,120),(241,'muzika','sveiki, nzn del klausimo etiskumo, bet noreciau paklausti del muzikos, kurio autorius zinomas pasaulyje dydzejus. ar esate groja: David Guetta feat Kelly Rowland - When Love Takes Over? gal dar nepasenusi daina martinyje? aciu','','','Svečias',0,0,'78.61.3.131',0,'','hideemail=1\nhideurl=1\n',1,'2009-11-16 18:55:09',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,121),(242,'patinka','Super klubas,super muzika,ypač penktadieniais.Čia norisi grįžt dar ir dar. Tik administratorė galetų būt mandagesnė,šilčiau bendraut su klientais.O šiaip tai čia super.','','','Svečias',0,0,'78.61.11.123',0,'','hideemail=1\nhideurl=1\n',0,'2009-11-19 10:57:21',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,122),(243,'hi hi','Nelabai suprantu prie ko cia When Love Takes Over daina? :D Sena kaip rusu tankai :D','','','Svečias',0,0,'78.61.33.7',0,'','hideemail=1\nhideurl=1\n',0,'2009-11-19 16:44: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,123),(244,'nuotraukyciu','imeskite daugiau nuotraukyciu, fotografa matem vaiksciojanti, gal ir musu kompanija pakliuvo i objektyva :)','','','Irena',0,0,'195.14.177.46',0,'','hideemail=1\nhideurl=1\n',0,'2009-11-20 10:51:49',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,124),(245,'foto','ka reikia padaryti, kad butu galima gauti foto is jus? maciau fotografavo :)','','','Svečias',0,0,'78.61.101.118',0,'','hideemail=1\nhideurl=1\n',0,'2009-11-20 20:15: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,125),(246,'sugadintas gimtadienis','apskritai klubo martini aplinka yra labai gera, malonus personalas,išskyrus apsaugos darbuotoją, kuris neisiaiškinęs kylusio  konflikto aplikybės, išvare 15 suagusių,negirtų žmonių švenčiančių gimtadienį.visa tai buvo padaryta grubia forma,vartuojant keiksmažodžius. labiausiai mane papikdino, kad klubo martini direktorius nebandė atsiprašyti,dėl savo darbuotojo grubaus nepagristo elgėsio.nors ir matė ir girdėjo kaip jo klubo darbuotajas ižijdinėja moterys.kilo toks jausmas,kad tas apsaugos darbuotojas yra klubo martini savininkas,nes nei administratorė,nei kitas apsaugos darbuotojas,kurie bandė jį nuraminti,nieko negalėjo padaryti.gimtadienis buvo sugadintintas, turim trys nukintėjusius nuo to apsaugininko.didelis ačiū administratorei,kuri bandė mums padėti.pats nemaloniausias dalykas,kad jokiu muštinių išvis nebuvo,mūsų vyrai bandė nuraminti kitus girtus vaikinus,kurie pradėjo muštis prie mūsų stalo...','','','Svečias',0,0,'85.232.148.189',0,'','hideemail=1\nhideurl=1\n',0,'2009-11-22 14:57:38',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,126),(247,'Šeštadienio konfliktas ( 2009 11 21)','Norėjau savo jubiliejų  (30 metų) linksmai atšvęsti. Iš visų klubų pasirinkau Martini klubą. Pas pažįstamus pasiteiravau apie Jūsų klubą. Atsiliepimai  buvo teigiami, konfliktų mažai, publika rimta. Dėja, mano šventė buvo sugadinta. Suprantu, kad daug šiuo laišku nepakeisiu, bet parašysiu, kaip viskas atsitiko. Ir dabar pabandykit pabūti mano vietoj. Šeštadieniui buvo užsakytas stalas 15 žmonių. Viskas vyko  sklandžiai, visi puikiai linksminosi, kol kažkoks nelabai adekvatus vyras, mums nepažįstamas,pradėjo muštines su kitu nepažįstamu vyru. Dėja, gal būt mūsų klaidą buvo, kad mes bandėm juos nuraminti.Bet jeigu jūs paskirsit nors truputi savo laiko ir pažiūrėsite vaizdo įrašą(aš manau ją turite) pamatysit, kad iš mūsų pusės smurto nebuvo. Ką negaliu pasakyti apie jūsu apsauginius. Aš niekam netrenkiau, net nieko nepastumiau, bet priėjęs iš nugaros apsauginis pradėjo mane smaugti, dėl ko aš vos nepraradau sąmonės. Kaip supratau (iš apsauginių kalbų), tas vyras, kuris pradėjo muštines, yra arba pats apsauginis, arba labai gerai jiems žinomas. Nes pats girdėjau, kaip apsauginis jam pasakė: \" eik adgal į klubą, tu visus čia užpis..\" Vienu zodžiu mes , kas be striukių, atsidūrėme lauke. O viso šito bardako kaltininkas PASILIKO KLUBE.  Vienam iš mano draugų apsauginis, trenkė į veidą,jam buvo sugadinti akiniai, kurių kaina buvo 600 lt. Mano Žmonai su alkuniu vienas iš apsauginių (sako netyčia)trenkė į veidą. Mano seserį apsauginis pavadino \"suka\" ir pasiuntė na x... Kitam mano draugui buvo sulaužitas telefonas. Aš retai vaikštau į klubus, o po šito įvykio aš (ir ne tik aš) buvau šoke. Aš galvojau, kad toj vikas išsiaškins, bet, kaip supratau, niekas net nebandė aiškintis. Didelis dėkui jums už \"šventę\". Pranešu, kad artimiausiu metu NORĖSIU susitikti su Martini klubu administratoriu arba atstovu tam, kad aptarti šitą incidentą. Puikiai suprantu tuos apsauginius, kurie bandė raminti šitą konfliktą, tai yra jų darbas,  bet tai neduoda jiems teisės įžeidynėti žmones, ir daužyti veidus. Dėja, negalėsiu rekomenduoti savo pažįstamams jūsų klubą.   ','','','Svečias',0,0,'85.232.146.250',0,'','hideemail=1\nhideurl=1\n',0,'2009-11-22 22:01:49',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,127),(248,'Geriausias','Super klubas.Begalo patiko,nors buvau tik vieną kartą.Apsauginiai gan griežti pasirodė,bet juk tokie ir turi būt.Gera liaudis ,labai jaukus išplanavimas yra vietos kur pasišokti :) Muzika tikrai vežanti,jeigu atėjai su nuotaika tai čia jos tikrai nesusigadinsi,gryši namo kupinas gerų įspūdžių,kurie išliks ilgam :) Būtinai dar apsilankysiu!','','','Gerda',0,0,'86.100.123.215',0,'','hideemail=1\nhideurl=1\n',0,'2009-11-23 21: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,127),(249,'programa','Sveiki,vienintelis trukumas,kad nera is anksto sudaryta programa :) siandien norejau pazisiureti ar verta si ketvirtadieni nueiti i MARTINI,bet radau praeitos savaites programa :)','','','Svečias',0,0,'78.61.15.21',0,'','hideemail=1\nhideurl=1\n',0,'2009-11-24 13:41:37',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,127);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_jx_jambook` 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,2,0,1,0,0,'0000-00-00 00:00:00',''),(4,'SEF','mossef','content',0,4,1,0,0,0,'0000-00-00 00:00:00',''),(5,'MOS Rating','mosvote','content',0,5,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,3,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,6,1,0,0,0,'0000-00-00 00:00:00',''),(17,'GeSHi','geshi','content',0,7,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,8,1,0,0,0,'0000-00-00 00:00:00',''),(20,'Simple Image Gallery PRO','plugin_jw_sigpro','content',0,1,1,0,0,0,'0000-00-00 00:00:00','popup_engine=litebox\nsig_layout=default\nlanguage_set=english\njfsupport=0\nth_width=285\nth_height=190\nrootfolder=/images/stories/\ntempfolder=/images/stories/temp/\ncache=120\nsinglethumb=0\nth_quality=80\ncaption_limit=\ncaption_hide=0\ndisplaynavtip=0\nnavtip=Navigation tip: Hover mouse on top of the right or left side of the image to see the next or previous image respectively.\ndisplaymessage=0\nmessage=You are browsing images from the article:\nclickopen=Click image to open!\norder=1');
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,3,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,8,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,11,0,'0000-00-00 00:00:00',0,0,0,3,''),(23,'mainmenu','Links','index.php?option=com_weblinks','components',-2,0,4,0,7,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,13,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,6,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,5,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,12,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,4,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='),(43,'mainmenu','Valgiaraštis','index.php?option=com_content&task=view&id=22','content_item_link',1,0,22,0,16,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(42,'mainmenu','Renginiai','index.php?option=com_content&task=view&id=21','content_item_link',1,0,21,0,15,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(37,'Apie klubą','Darbo laikas','index.php?option=com_content&task=view&id=17','content_item_link',1,0,17,0,5,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(36,'Apie klubą','Kavinė \"Vesta\"','index.php?option=com_content&task=view&id=16','content_item_link',-2,0,16,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(34,'Apie klubą','Pramogos','index.php?option=com_content&task=view&id=14','content_item_link',1,0,14,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(33,'Apie klubą','Istorija','index.php?option=com_content&task=view&id=13','content_item_link',1,0,13,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(35,'Apie klubą','Klubo taisyklės','index.php?option=com_content&task=view&id=15','content_item_link',1,0,15,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(25,'mainmenu','FAQs','index.php?option=com_content&task=category&sectionid=3&id=7','content_category',-2,0,7,0,10,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'),(39,'mainmenu','- - - - - - -','','separator',-2,0,0,0,2,0,'0000-00-00 00:00:00',0,3,0,0,'menu_image=-1'),(38,'mainmenu','Apie klubą','index.php?option=com_content&task=view&id=20','content_item_link',1,0,20,0,14,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(30,'mainmenu','belekas','index.php?option=com_content&task=view&id=12','content_item_link',-2,0,12,0,9,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(41,'Renginiai','Artimiausi renginiai','index.php?option=com_content&task=view&id=19','content_item_link',1,0,19,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(40,'Renginiai','Savaitės programa','index.php?option=com_content&task=view&id=18','content_item_link',1,0,18,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(45,'Valgiaraštis','Savaitės patiekalai','index.php?option=com_content&task=view&id=23','content_item_link',1,0,23,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(46,'Valgiaraštis','Meniu naujienos','index.php?option=com_content&task=view&id=24','content_item_link',1,0,24,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(47,'Valgiaraštis','Šaltieji užkandžiai','index.php?option=com_content&task=view&id=25','content_item_link',1,0,25,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(48,'Valgiaraštis','Salotos','index.php?option=com_content&task=view&id=26','content_item_link',1,0,26,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(49,'Valgiaraštis','Sriubos','index.php?option=com_content&task=view&id=27','content_item_link',1,0,27,0,5,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(50,'Valgiaraštis','Karštieji užkandžiai','index.php?option=com_content&task=view&id=28','content_item_link',1,0,28,0,6,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(51,'Valgiaraštis','Vegetariški patiekalai','index.php?option=com_content&task=view&id=29','content_item_link',1,0,29,0,7,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(52,'Valgiaraštis','Patiekalai vaikams','index.php?option=com_content&task=view&id=30','content_item_link',1,0,30,0,8,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(53,'Valgiaraštis','Karšti patiekalai','index.php?option=com_content&task=view&id=31','content_item_link',1,0,31,0,9,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(54,'Valgiaraštis','Žuvies patiekalai','index.php?option=com_content&task=view&id=32','content_item_link',1,0,32,0,10,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(55,'Valgiaraštis','Desertai','index.php?option=com_content&task=view&id=33','content_item_link',1,0,33,0,11,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(56,'Valgiaraštis','Kokteiliai','index.php?option=com_content&task=view&id=34','content_item_link',1,0,34,0,12,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(57,'Valgiaraštis','Užkandžiai prie alaus','index.php?option=com_content&task=view&id=35','content_item_link',1,0,35,0,13,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(58,'mainmenu','Banketai','index.php?option=com_content&task=view&id=36','content_item_link',1,0,36,0,17,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(59,'Banketai','100 vietų banketų salė','index.php?option=com_content&task=view&id=37','content_item_link',1,0,37,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(60,'Banketai','20 vietų banketų salė','index.php?option=com_content&task=view&id=38','content_item_link',1,0,38,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(91,'Foto galerija','Banketai','index.php?option=com_content&task=view&id=46','content_item_link',1,0,46,0,10,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(88,'Foto galerija','„Dangus“','index.php?option=com_content&task=view&id=43','content_item_link',-2,0,43,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(68,'mainmenu','Foto galerija','index.php?option=com_content&task=view&id=39','content_item_link',1,0,39,0,18,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(90,'Foto galerija','Varjetė programa','index.php?option=com_content&task=view&id=45','content_item_link',1,0,45,0,9,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(89,'Foto galerija','A.Mamontovas','index.php?option=com_content&task=view&id=44','content_item_link',-2,0,44,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(87,'Foto galerija','„Kelias į žvaigždes“','index.php?option=com_content&task=view&id=42','content_item_link',-2,0,42,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(86,'Foto galerija','Mango','index.php?option=com_content&task=view&id=41','content_item_link',-2,0,41,0,5,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(85,'Foto galerija','Koncertai','index.php?option=com_content&task=view&id=40','content_item_link',-2,0,40,0,6,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(93,'Foto galerija praskleista','Koncertai','index.php?option=com_content&task=view&id=40','content_item_link',1,0,40,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(94,'Foto galerija','Koncertai','index.php?option=com_content&task=view&id=40&Itemid=93','url',1,0,0,0,8,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1'),(78,'Foto galerija praskleista','Koncertai','index.php?option=com_content&task=view&id=40','content_item_link',-2,0,40,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(92,'Foto galerija praskleista','Koncertai','index.php?option=com_content&task=view&id=40&Itemid=78','url',-2,0,0,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1'),(79,'Foto galerija praskleista','Mango','index.php?option=com_content&task=view&id=41','content_item_link',1,0,41,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(80,'Foto galerija praskleista','„Kelias į žvaigždes“','index.php?option=com_content&task=view&id=42','content_item_link',1,0,42,0,5,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(81,'Foto galerija praskleista','„Dangus“','index.php?option=com_content&task=view&id=43','content_item_link',1,0,43,0,6,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(82,'Foto galerija praskleista','A.Mamontovas','index.php?option=com_content&task=view&id=44','content_item_link',1,0,44,0,7,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(83,'Foto galerija praskleista','Varjetė programa','index.php?option=com_content&task=view&id=45','content_item_link',1,0,45,0,8,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(84,'Foto galerija praskleista','Banketai','index.php?option=com_content&task=view&id=46','content_item_link',1,0,46,0,9,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(95,'mainmenu','Loterija','index.php?option=com_content&task=view&id=47','content_item_link',1,0,47,0,19,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(96,'mainmenu','Svečių knyga','index.php?option=com_jambook','components',1,0,19,0,20,0,'0000-00-00 00:00:00',0,0,0,0,''),(97,'mainmenu','Paieška','index.php?option=com_search','components',1,0,16,0,21,0,'0000-00-00 00:00:00',0,0,0,0,''),(98,'mainmenu','Kontaktai','index.php?option=com_content&task=view&id=48','content_item_link',1,0,48,0,22,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(99,'mainmenu','a','index.php?option=com_joomap','components',-2,0,28,0,1,0,'0000-00-00 00:00:00',0,0,0,0,''),(100,'mainmenu','cf','index.php?option=com_content&task=view&id=49','content_item_link',-2,0,49,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(102,'Foto galerija','Klubas','index.php?option=com_content&task=view&id=45','content_item_link',-2,0,45,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(103,'Foto galerija','Klubas','index.php?option=com_content&task=view&id=50','content_item_link',1,0,50,0,7,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=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','',1,'right',0,'0000-00-00 00:00:00',0,'mod_poll',0,0,1,'',0,0),(34,'Apie klubą','',12,'right',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'class_sfx=other_menu\nmoduleclass_sfx=other_menu_module\nmenutype=Apie klubą\nmenu_style=list_flat\nfull_active_id=0\ncache=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=0\nactivate_parent=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=',0,0),(3,'Main Menu','',1,'top',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,0,'class_sfx=\nmoduleclass_sfx=\nmenutype=mainmenu\nmenu_style=horiz_flat\nfull_active_id=0\ncache=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=0\nactivate_parent=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=',1,0),(4,'Login Form','',1,'left',0,'0000-00-00 00:00:00',0,'mod_login',0,0,1,'',1,0),(5,'Syndicate','',2,'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','',3,'left',0,'0000-00-00 00:00:00',0,'mod_stats',0,0,1,'serverinfo=1\nsiteinfo=1\ncounter=1\nincrease=0\nmoduleclass_sfx=',0,0),(8,'Who\'s Online','',13,'right',0,'0000-00-00 00:00:00',0,'mod_whosonline',0,0,1,'online=1\nusers=1\nmoduleclass_sfx=',0,0),(9,'Popular','',6,'user2',0,'0000-00-00 00:00:00',0,'mod_mostread',0,0,1,'',0,0),(10,'Template Chooser','',4,'left',0,'0000-00-00 00:00:00',0,'mod_templatechooser',0,0,1,'show_preview=1',0,0),(11,'Archive','',5,'left',0,'0000-00-00 00:00:00',0,'mod_archive',0,0,1,'',1,0),(12,'Sections','',6,'left',0,'0000-00-00 00:00:00',0,'mod_sections',0,0,1,'',1,0),(13,'Newsflash','',2,'top',0,'0000-00-00 00:00:00',0,'mod_newsflash',0,0,1,'catid=3\r\nstyle=random\r\nitems=\r\nmoduleclass_sfx=',0,0),(14,'Related Items','',7,'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','',14,'right',0,'0000-00-00 00:00:00',0,'mod_random_image',0,0,1,'',0,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),(31,'Wrapper','',8,'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),(38,'Banketai','',9,'right',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'class_sfx=other_menu\nmoduleclass_sfx=other_menu_module\nmenutype=Banketai\nmenu_style=list_flat\nfull_active_id=0\ncache=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=1\nactivate_parent=1\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=',0,0),(35,'Renginiai','',11,'right',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'class_sfx=other_menu\nmoduleclass_sfx=other_menu_module\nmenutype=Renginiai\nmenu_style=list_flat\nfull_active_id=0\ncache=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=1\nactivate_parent=1\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=',0,0),(37,'Valgiaraštis','',10,'right',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'class_sfx=other_menu\nmoduleclass_sfx=other_menu_module\nmenutype=Valgiaraštis\nmenu_style=list_flat\nfull_active_id=0\ncache=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=1\nactivate_parent=1\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=',0,0),(44,'Foto galerija','',7,'right',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'class_sfx=other_menu\nmoduleclass_sfx=other_menu_module\nmenutype=Foto galerija\nmenu_style=list_flat\nfull_active_id=1\ncache=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=1\nactivate_parent=1\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=',0,0),(43,'Foto galerija','',8,'right',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'class_sfx=other_menu\nmoduleclass_sfx=other_menu_module\nmenutype=Foto galerija praskleista\nmenu_style=list_flat\nfull_active_id=1\ncache=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=1\nactivate_parent=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=',0,0),(45,'Loterija','',6,'right',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'class_sfx=other_menu\nmoduleclass_sfx=other_menu_module\nmenutype=Loterija\nmenu_style=list_flat\nfull_active_id=1\ncache=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=1\nactivate_parent=1\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=',0,0),(46,'Svečių knyga','',5,'right',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'class_sfx=other_menu\nmoduleclass_sfx=other_menu_module\nmenutype=Svečių knyga\nmenu_style=list_flat\nfull_active_id=1\ncache=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=1\nactivate_parent=1\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=',0,0),(47,'Paieška','',4,'right',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'class_sfx=other_menu\nmoduleclass_sfx=other_menu_module\nmenutype=Paieška\nmenu_style=list_flat\nfull_active_id=1\ncache=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=1\nactivate_parent=1\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=',0,0),(48,'Kontaktai','',3,'right',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'class_sfx=other_menu\nmoduleclass_sfx=other_menu_module\nmenutype=Kontaktai\nmenu_style=list_flat\nfull_active_id=1\ncache=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=1\nactivate_parent=1\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=',0,0),(49,'Svetainės medis','',2,'right',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'class_sfx=other_menu\nmoduleclass_sfx=other_menu_module\nmenutype=Svetainės medis\nmenu_style=list_flat\nfull_active_id=1\ncache=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=1\nactivate_parent=1\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=',0,0),(51,'Bėganti eilutė','',1,'user1',0,'0000-00-00 00:00:00',1,'mod_anything',0,0,0,'moduleclass_sfx=\nanything=<span style=\"FONT-SIZE: 10pt; COLOR: rgb(255,204,51); FONT-FAMILY: Arial; white-space: nowrap;\">Aplankykite mus, Taikos pr.64/Baltijos pr.24b. Klaipėda Tel.8 (46) 314079 Fax.8 (46) 234085</span> ',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,1),(3,0),(4,1),(5,1),(6,1),(6,2),(6,4),(6,27),(6,36),(8,1),(9,1),(9,2),(9,4),(9,27),(9,36),(10,1),(13,0),(15,0),(18,0),(34,33),(34,34),(34,35),(34,36),(34,37),(34,38),(35,40),(35,41),(35,42),(37,43),(37,45),(37,46),(37,47),(37,48),(37,49),(37,50),(37,51),(37,52),(37,53),(37,54),(37,55),(37,56),(37,57),(38,58),(38,59),(38,60),(43,79),(43,80),(43,81),(43,82),(43,93),(44,68),(44,90),(44,91),(44,103),(45,95),(46,96),(47,97),(48,98),(49,99999999),(51,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 (1,14,'Absolutely simple',1),(2,14,'Reasonably easy',0),(3,14,'Not straight-forward but I worked it out',0),(4,14,'I had to install extra server stuff',0),(5,14,'I had no idea and got my friend to do it',0),(6,14,'My dog ran away with the README ...',0),(7,14,'',0),(8,14,'',0),(9,14,'',0),(10,14,'',0),(11,14,'',0),(12,14,'',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;
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 (14,1);
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 (14,'This Joomla! installation was ....',1,0,'0000-00-00 00:00:00',1,0,86400);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_polls` 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,'Titulinis','Titulinis','','content','left','',1,0,'0000-00-00 00:00:00',1,0,7,'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;
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','');
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 ('martini',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','573877c3e7e06a1dcc87ac9f15a76555:yBiPs0YT4yJW0iXD','Super Administrator',0,1,25,'2008-02-21 20:24:23','2008-03-30 22:28:06','','expired=\nexpired_time='),(63,'Pranas Šležas','prancius','pranas.slezas@infoside.lt','100d61f53128586c1c4574d9344f66db:SBNmCGhEl1USmu2G','Super Administrator',0,0,25,'2008-03-30 22:28:03','2009-11-11 14:09:28','','editor=\nexpired=\nexpired_time='),(64,'Indrė Rimkutė','indre.rimkute','indre.rimkute@infoside.lt','fc90ad020f1ef51b9f7799e32ac0e495:4bLagyObj3hpMQYH','Administrator',0,0,24,'2008-04-20 15:53:04','2009-11-18 09:44:30','','editor=\nexpired=\nexpired_time='),(65,'klaipeda','klaipeda','klaipeda@martini-club.lt','3ecc0d3bc3b7a3c53943a4367296d9ba:ePnoxURuP3fIJ8FE','Administrator',0,0,24,'2009-11-11 14:09:15','2009-11-12 09:29:04','','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',1,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',3,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','2005-02-14 15:19:02',2,1,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',1,0,1,'target=0');
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_weblinks` ENABLE KEYS */;

--
-- Table structure for table `jos_xmap_backup`
--

DROP TABLE IF EXISTS `jos_xmap_backup`;
CREATE TABLE `jos_xmap_backup` (
  `name` varchar(30) NOT NULL default '',
  `value` varchar(100) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_xmap_backup`
--


/*!40000 ALTER TABLE `jos_xmap_backup` DISABLE KEYS */;
LOCK TABLES `jos_xmap_backup` WRITE;
INSERT INTO `jos_xmap_backup` VALUES ('version','1.0'),('classname','sitemap'),('expand_category','1'),('expand_section','1'),('show_menutitle','1'),('columns','1'),('exlinks','1'),('ext_image','img_grey.gif'),('exclmenus',''),('includelink','1'),('sitemap_default','1');
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_xmap_backup` ENABLE KEYS */;

--
-- Table structure for table `jos_xmap_sitemap_backup`
--

DROP TABLE IF EXISTS `jos_xmap_sitemap_backup`;
CREATE TABLE `jos_xmap_sitemap_backup` (
  `id` int(11) NOT NULL default '0',
  `name` varchar(255) default NULL,
  `expand_category` int(11) default NULL,
  `expand_section` int(11) default NULL,
  `show_menutitle` int(11) default NULL,
  `columns` int(11) default NULL,
  `exlinks` int(11) default NULL,
  `ext_image` varchar(255) default NULL,
  `menus` text,
  `exclmenus` varchar(255) default NULL,
  `includelink` int(11) default NULL,
  `usecache` int(11) default NULL,
  `cachelifetime` int(11) default NULL,
  `classname` varchar(255) default NULL,
  `count_xml` int(11) default NULL,
  `count_html` int(11) default NULL,
  `views_xml` int(11) default NULL,
  `views_html` int(11) default NULL,
  `lastvisit_xml` int(11) default NULL,
  `lastvisit_html` int(11) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_xmap_sitemap_backup`
--


/*!40000 ALTER TABLE `jos_xmap_sitemap_backup` DISABLE KEYS */;
LOCK TABLES `jos_xmap_sitemap_backup` WRITE;
INSERT INTO `jos_xmap_sitemap_backup` VALUES (1,'Neues Inhaltsverzeichnis',1,1,1,1,1,'img_grey.gif','mainmenu,0,1,1,0.5,daily\nApie klubą,1,1,1,0.5,daily\nBanketai,2,1,1,0.5,daily','',1,0,900,'xmap',0,0,0,0,0,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_xmap_sitemap_backup` 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 */;

