-- MySQL dump 10.10
--
-- Host: localhost    Database: martini_club_lt_siauliai
-- ------------------------------------------------------
-- 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,65,'2011-09-11 02:07:09',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,7,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,65,'2010-07-09 00:56:55',NULL,8,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,9,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,6,0,0,'imagefolders=*2*'),(17,0,'Foto galerija','Foto galerija','','4','left','',1,0,'0000-00-00 00:00:00',NULL,5,0,0,'imagefolders=*2*'),(18,0,'Loterija','Loterija','','4','left','',1,0,'0000-00-00 00:00:00',NULL,4,0,0,'imagefolders=*2*'),(19,0,'Kontaktai','Kontaktai','','4','left','',1,0,'0000-00-00 00:00:00',NULL,3,0,0,'imagefolders=*2*'),(20,0,'Partneriai','Partneriai','','4','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,'imagefolders=*2*'),(21,0,'Protų mūšis','Protų mūšis','','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\" style=\"font-size: 12px\"><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,'','2010-03-29 16:36:50',65,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=',7,0,6,'','',0,7779),(14,'Pramogos','Pramogos','<div align=\"justify\" style=\"font-size: 12px\">Naktinis klubas &bdquo;Martini&ldquo; - daugiausiai programų, akcijų ir teminių vakarų organizuojantis klubas &Scaron;iauliuose.<br /><br />&bdquo;MARTINI&ldquo; siūlo įvairiausias pramogas nuo pirmadienio iki sekmadienio.<br /><br />Nuo&nbsp;trečiadienio iki sekmadienio&nbsp;&nbsp;čia vyksta smagiausios diskotekos mieste, įvairūs konkursai ir atrakcijos. Ketvirtadieniais lankytojai kviečiami į erotinių &scaron;ou vakarus. Penktadieniais organizuojami populiariausių Lietuvos grupių ir atlikėjų koncertai.<br /><br />&bdquo;MARTINI&ldquo; klube koncertuoja tokio ry&scaron;kumo žvaigždės kaip Žilvinas Žvagulis, Rytis Cicinas, Inga Valinskienė, Kastytis Kerbedis, Alanas Cho&scaron;nau, Irena Staro&scaron;aitė, Violeta Riaubi&scaron;kytė, Taja, Stano su grupe &bdquo;Delfinai&ldquo;, Amberlife, Gytis Pa&scaron;kevičius,&nbsp;taip pat grupės &bdquo;Rondo&ldquo;, &bdquo;YVA&ldquo;, &bdquo;Skamp&ldquo;, &bdquo;NASA&ldquo;, &bdquo;16 Hz&ldquo;.<br /><br />Surengtos i&scaron;skirtinės pramogos &ndash; populiariausių televizijos realybės &scaron;ou &bdquo;Kelias į žvaigždes&ldquo; ir &bdquo;Dangus&ldquo; ry&scaron;kiausių žvaigždžių koncertai, vyko &bdquo;Vakaro žinių&ldquo; mergaičių &bdquo;Olialia PARTY in blondie style&ldquo; su atlikėju Andre. &bdquo;Martini&ldquo; klube svečiavosi ir grupė i&scaron; Latvijos &bdquo;Putnu Balle&ldquo; su Eurovizijos dalyviais Walters&amp;Kazha.<br /><br />Dar viena &bdquo;MARTINI&ldquo; klubo i&scaron;skirtinė pramoga &ndash;&nbsp;žaidimas &quot;PROTŲ MŪ&Scaron;IS&quot; su Robertu PETRAUSKU.<br /><br />Ateityje planuojama kviestis užsienio atlikėjų, žinomų diskžokėjų ir kt.&nbsp;</div><div align=\"justify\" style=\"font-size: 12px\">Sekmadieniais yra&nbsp;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,'','2012-01-17 16:53:20',65,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=',9,0,5,'','',0,28299),(15,'Klubo taisyklės','Klubo taisyklės','<div align=\"justify\" style=\"font-size: 12px\"><strong>NAKTINIO KLUBO &bdquo;MARTINI&ldquo; VIDAUS TAISYKLĖS</strong><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 21 metų (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 (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,'','2012-01-17 16:51:28',65,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=',6,0,4,'','',0,13676),(16,'Kavinė \"Vesta\"','Kavinė \"Vesta\"','<div style=\"text-align: center\"><img src=\"images/stories/apie_kluba/vestaa5-2.jpg\" alt=\"Sample Image\" width=\"620\" height=\"997\" /></div>','',1,4,0,13,'2008-02-24 22:00:26',62,'','2012-01-17 16:51:56',65,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=',4,0,3,'','',0,6494),(17,'Darbo laikas','Darbo laikas','<table border=\"1\" cellspacing=\"0\" cellpadding=\"0\" width=\"506\" height=\"171\" class=\"MsoTableGrid\" style=\"border-collapse: collapse; border: medium none\"><tbody><tr><td width=\"163\" valign=\"top\" style=\"padding-bottom: 0cm; background-color: transparent; padding-left: 5.4pt; width: 122.4pt; padding-right: 5.4pt; padding-top: 0cm; border: windowtext 1pt solid\"><p style=\"font-size: 12px\">Pirmadienis</p></td><td width=\"312\" valign=\"top\" style=\"border-bottom: windowtext 1pt solid; padding-bottom: 0cm; background-color: transparent; padding-left: 5.4pt; width: 234pt; padding-right: 5.4pt; border-left-color: #ece9d8; border-top: windowtext 1pt solid; border-right: windowtext 1pt solid; padding-top: 0cm\"><p style=\"font-size: 12px\">NEDIRBAME</p></td></tr><tr><td width=\"163\" valign=\"top\" style=\"border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-bottom: 0cm; background-color: transparent; border-top-color: #ece9d8; padding-left: 5.4pt; width: 122.4pt; padding-right: 5.4pt; border-right: windowtext 1pt solid; padding-top: 0cm\"><p style=\"font-size: 12px\">Antradienis</p></td><td width=\"312\" valign=\"top\" style=\"border-bottom: windowtext 1pt solid; padding-bottom: 0cm; background-color: transparent; border-top-color: #ece9d8; padding-left: 5.4pt; width: 234pt; padding-right: 5.4pt; border-left-color: #ece9d8; border-right: windowtext 1pt solid; padding-top: 0cm\"><p style=\"font-size: 12px\">NEDIRBAME&nbsp;&nbsp; </p></td></tr><tr><td width=\"163\" valign=\"top\" style=\"border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-bottom: 0cm; background-color: transparent; border-top-color: #ece9d8; padding-left: 5.4pt; width: 122.4pt; padding-right: 5.4pt; border-right: windowtext 1pt solid; padding-top: 0cm\"><p style=\"font-size: 12px\">Trečiadienis</p></td><td width=\"312\" valign=\"top\" style=\"border-bottom: windowtext 1pt solid; padding-bottom: 0cm; background-color: transparent; border-top-color: #ece9d8; padding-left: 5.4pt; width: 234pt; padding-right: 5.4pt; border-left-color: #ece9d8; border-right: windowtext 1pt solid; padding-top: 0cm\"><p style=\"font-size: 12px\">&nbsp; 22-04val.</p></td></tr><tr><td width=\"163\" valign=\"top\" style=\"border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-bottom: 0cm; background-color: transparent; border-top-color: #ece9d8; padding-left: 5.4pt; width: 122.4pt; padding-right: 5.4pt; border-right: windowtext 1pt solid; padding-top: 0cm\"><p style=\"font-size: 12px\">Ketvirtadienis</p></td><td width=\"312\" valign=\"top\" style=\"border-bottom: windowtext 1pt solid; padding-bottom: 0cm; background-color: transparent; border-top-color: #ece9d8; padding-left: 5.4pt; width: 234pt; padding-right: 5.4pt; border-left-color: #ece9d8; border-right: windowtext 1pt solid; padding-top: 0cm\"><p style=\"font-size: 12px\">&nbsp; 22-04val.</p></td></tr><tr><td width=\"163\" valign=\"top\" style=\"border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-bottom: 0cm; background-color: transparent; border-top-color: #ece9d8; padding-left: 5.4pt; width: 122.4pt; padding-right: 5.4pt; border-right: windowtext 1pt solid; padding-top: 0cm\"><p style=\"font-size: 12px\">Penktadienis</p></td><td width=\"312\" valign=\"top\" style=\"border-bottom: windowtext 1pt solid; padding-bottom: 0cm; background-color: transparent; border-top-color: #ece9d8; padding-left: 5.4pt; width: 234pt; padding-right: 5.4pt; border-left-color: #ece9d8; border-right: windowtext 1pt solid; padding-top: 0cm\"><p style=\"font-size: 12px\">&nbsp;&nbsp;22-05val.</p></td></tr><tr><td width=\"163\" valign=\"top\" style=\"border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-bottom: 0cm; background-color: transparent; border-top-color: #ece9d8; padding-left: 5.4pt; width: 122.4pt; padding-right: 5.4pt; border-right: windowtext 1pt solid; padding-top: 0cm\"><p style=\"font-size: 12px\">&Scaron;e&scaron;tadienis</p></td><td width=\"312\" valign=\"top\" style=\"border-bottom: windowtext 1pt solid; padding-bottom: 0cm; background-color: transparent; border-top-color: #ece9d8; padding-left: 5.4pt; width: 234pt; padding-right: 5.4pt; border-left-color: #ece9d8; border-right: windowtext 1pt solid; padding-top: 0cm\"><p style=\"font-size: 12px\">&nbsp;&nbsp;22-05val.</p></td></tr><tr><td width=\"163\" valign=\"top\" style=\"border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-bottom: 0cm; background-color: transparent; border-top-color: #ece9d8; padding-left: 5.4pt; width: 122.4pt; padding-right: 5.4pt; border-right: windowtext 1pt solid; padding-top: 0cm\"><p style=\"font-size: 12px\">Sekmadienis</p></td><td width=\"312\" valign=\"top\" style=\"border-bottom: windowtext 1pt solid; padding-bottom: 0cm; background-color: transparent; border-top-color: #ece9d8; padding-left: 5.4pt; width: 234pt; padding-right: 5.4pt; border-left-color: #ece9d8; border-right: windowtext 1pt solid; padding-top: 0cm\"><p style=\"font-size: 12px\">NEDIRBAME</p></td></tr><tr><td width=\"163\" valign=\"top\" style=\"border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-bottom: 0cm; background-color: transparent; border-top-color: #ece9d8; padding-left: 5.4pt; width: 122.4pt; padding-right: 5.4pt; border-right: windowtext 1pt solid; padding-top: 0cm\">&nbsp;</td><td width=\"312\" valign=\"top\" style=\"border-bottom: windowtext 1pt solid; padding-bottom: 0cm; background-color: transparent; border-top-color: #ece9d8; padding-left: 5.4pt; width: 234pt; padding-right: 5.4pt; border-left-color: #ece9d8; border-right: windowtext 1pt solid; padding-top: 0cm\">&nbsp;</td></tr><tr><td colspan=\"2\" width=\"475\" valign=\"top\" style=\"border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-bottom: 0cm; background-color: transparent; border-top-color: #ece9d8; padding-left: 5.4pt; width: 356.4pt; padding-right: 5.4pt; border-right: windowtext 1pt solid; padding-top: 0cm\">&nbsp;</td></tr><tr><td colspan=\"2\" width=\"475\" valign=\"top\" style=\"border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-bottom: 0cm; background-color: transparent; border-top-color: #ece9d8; padding-left: 5.4pt; width: 356.4pt; padding-right: 5.4pt; border-right: windowtext 1pt solid; padding-top: 0cm\">&nbsp;</td></tr><tr><td colspan=\"2\" width=\"475\" valign=\"top\" style=\"border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-bottom: 0cm; background-color: transparent; border-top-color: #ece9d8; padding-left: 5.4pt; width: 356.4pt; padding-right: 5.4pt; border-right: windowtext 1pt solid; padding-top: 0cm\"><p style=\"font-size: 12px\">Staliukų rezervavimas tel.: 8 41 399 688, 8 600 44999</p></td></tr></tbody></table>','',1,4,0,13,'2008-02-24 22:00:45',62,'','2012-01-17 16:52:49',65,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=',29,0,2,'','',0,13855),(18,'Savaitės programa','Savaitės programa','<div align=\"center\">&nbsp; <table border=\"0\" cellspacing=\"1\" cellpadding=\"1\" width=\"642\" align=\"left\"><tbody><tr><td><strong><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; font-size: 11pt\"><font color=\"#000000\">&nbsp;</font></span></span></strong></td><td><p align=\"center\"><strong><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 26pt\"><strong><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 14pt\"><strong><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #cc00ff; font-size: 16pt\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 18pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 26pt\"><strong><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 14pt\"><strong><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #cc00ff; font-size: 16pt\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 18pt\"><u><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\"><strong><em>(01 25)</em>&nbsp; </strong></span></span><em>Trečiadienis</em></u></span></span></strong></span></strong></span></span></span></span></span></strong></span></strong></span></span></span></strong></p></td><td><p style=\"margin-bottom: 20px\" align=\"right\">&nbsp;</p></td><td>&nbsp;</td></tr><tr><td>&nbsp; <p style=\"margin: 0in 0in 10pt\" class=\"MsoNormal\">&nbsp;</p></td><td align=\"center\"><p><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 26pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 16pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 22pt\"><span style=\"line-height: 115%; color: #cc0099; font-size: 24pt\"><font face=\"Times New Roman\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 26pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 16pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 22pt\"><span style=\"line-height: 115%; color: #cc0099; font-size: 24pt\"><strong><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: aqua; font-size: 20pt\"><strong><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: aqua; font-size: 24pt\">Student&rsquo;s Night</span></strong></span></strong></span></span></span></span></font></span></span></span></span></p><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 26pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 16pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 22pt\"><span style=\"line-height: 115%; color: #cc0099; font-size: 24pt\"><font face=\"Times New Roman\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 26pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 16pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 22pt\"><span style=\"line-height: 115%; color: #cc0099; font-size: 24pt\"></span></span></span></span><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 26pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 16pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 22pt\"><span style=\"line-height: 115%; color: #cc0099; font-size: 24pt\"><strong><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: aqua; font-size: 20pt\">&nbsp;<img style=\"width: 120px; height: 267px\" class=\"pbs fbEventPhoto profile-picture img\" src=\"http://profile.ak.fbcdn.net/hprofile-ak-ash2/373377_337033122984454_732780403_n.jpg\" alt=\"Martini: Students night!\" width=\"114\" height=\"361\" /></span></strong><strong><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: aqua; font-size: 20pt\">&nbsp;</span></strong></span><strong><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: aqua; font-size: 20pt\"> </span></strong></span></span></span></font></span></span></span></span><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 26pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 16pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 22pt\"><span style=\"line-height: 115%; color: #cc0099; font-size: 24pt\"><font face=\"Times New Roman\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 26pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 16pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 22pt\"><strong><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: aqua; font-size: 20pt\"><p><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 26pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 16pt\"><strong><strong><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 22pt\"><span style=\"line-height: 115%; color: #cc0099; font-size: 24pt\"><strong><em><font face=\"Times New Roman\">Alus 0,5l - 3,50 Lt</font></em></strong></span></span></strong></strong></span></span></p><p><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 26pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 16pt\"><strong><strong><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 22pt\"><span style=\"line-height: 115%; color: #cc0099; font-size: 24pt\"><em><font face=\"Times New Roman\">Sidras 0,5l - 5 Lt</font></em></span></span></strong></strong></span></span></p></span></strong></span></span></span></font></span></span></span></span></td><td><p align=\"center\"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong><span style=\"color: yellow; font-size: 11pt\"> <span style=\"font-family: &#39;Verdana&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 7.5pt\">N - 18</span></span></p><p align=\"center\"><span style=\"color: yellow; font-size: 11pt\"><span style=\"font-family: &#39;Verdana&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 7.5pt\">Free</span></span></p></td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;&nbsp;</td><td align=\"center\">&nbsp;</td><td align=\"center\">&nbsp;</td></tr><tr><td>&nbsp;</td><td><font size=\"2\" color=\"#ffcc33\"><em><font size=\"2\" color=\"#ffcc33\"><font size=\"2\" color=\"#ffcc33\"><em><font size=\"2\"><font color=\"#ffcc33\"><font size=\"2\"><font color=\"#ffcc33\"><em><font size=\"2\" color=\"#ff0000\"><font size=\"2\" color=\"#ffcc33\"><em><font size=\"2\" color=\"#ffcc33\"><em><font size=\"2\" color=\"#ffcc33\"><font size=\"2\" color=\"#ffcc33\"><em><em><font size=\"2\" color=\"#ffcc33\"><font style=\"color: #ffcc33\" color=\"#ff0000\"><p align=\"center\"><u><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\"><strong>(01 26)</strong></span></span></span></span>&nbsp;&nbsp;<span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 26pt\"><strong><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 14pt\"><strong><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #cc00ff; font-size: 16pt\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 18pt\"><em>Ketvirtadienis</em></span></span></strong></span></strong></span></span></span></u></p></font></font></em></em></font></font></em></font></em></font></font></em></font></font></font></font></em></font></font></em></font></td><td align=\"center\" style=\"color: #ffcc33\"><p style=\"text-align: center\" align=\"center\">&nbsp;</p></td><td align=\"center\" style=\"color: #ffcc33\"><p>&nbsp;</p><p>&nbsp;</p></td></tr><tr><td><p align=\"left\">&nbsp;</p></td><td align=\"center\"><p><span style=\"color: lime; font-size: 18pt\"><font face=\"Times New Roman\"><font face=\"Calibri\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: aqua; font-size: 18pt\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: red; font-size: 14pt\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: aqua; font-size: 14pt\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: red; font-size: 14pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 26pt\"><span><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 22pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: red; font-size: 12pt\"><strong>&nbsp;</strong> </span></span></span></span></span></span></span></span></font></font></span><span style=\"color: lime; font-size: 18pt\"><font face=\"Times New Roman\"><font face=\"Calibri\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: aqua; font-size: 18pt\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: red; font-size: 14pt\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: aqua; font-size: 14pt\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: red; font-size: 14pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 26pt\"><span><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 22pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: red; font-size: 12pt\"><em><span style=\"font-family: &#39;Arial Black&#39;; color: lime; font-size: 24pt\">KARAOKE</span></em></span></span></span></span></span></span></span></span></font></font></span></p><p><span style=\"color: lime; font-size: 18pt\"><font face=\"Times New Roman\"><font face=\"Calibri\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: aqua; font-size: 18pt\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: red; font-size: 14pt\"></span></span></font></font></span></p><p><span style=\"color: lime; font-size: 18pt\"></span></p><p><span style=\"color: lime; font-size: 18pt\"></span></p><span style=\"color: lime; font-size: 18pt\"><font face=\"Times New Roman\"><font face=\"Calibri\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: aqua; font-size: 18pt\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: red; font-size: 14pt\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: aqua; font-size: 14pt\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: red; font-size: 14pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 26pt\"><span><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 22pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: red; font-size: 12pt\"><p><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 26pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 16pt\"><strong><strong><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 22pt\"><span style=\"line-height: 115%; color: #cc0099; font-size: 24pt\"><strong><em><font face=\"Times New Roman\">&nbsp;<img style=\"width: 115px; height: 342px\" class=\"pbs fbEventPhoto profile-picture img\" src=\"http://profile.ak.fbcdn.net/hprofile-ak-snc4/261110_281493158572080_1113971155_n.jpg\" alt=\"Martini: Students night! Karaoke vakaras!\" width=\"125\" height=\"408\" /></font></em></strong></span></span></strong></strong></span></span></p><p><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 26pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 16pt\"><strong><strong><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 22pt\"><span style=\"line-height: 115%; color: #cc0099; font-size: 24pt\"><strong><em><font face=\"Times New Roman\">Alus 0,5l - 3,50 Lt</font></em></strong></span></span></strong></strong></span></span></p><p><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 26pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 16pt\"><strong><strong><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 22pt\"><span style=\"line-height: 115%; color: #cc0099; font-size: 24pt\"><em><font face=\"Times New Roman\">Sidras 0,5l - 5 Lt</font></em></span></span></strong></strong></span></span></p></span></span></span></span></span></span></span></span></font></font></span></td><td width=\"100\" style=\"color: #ffcc33\"><p align=\"center\"><span style=\"color: yellow; font-size: 11pt\"><span style=\"font-family: &#39;Verdana&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 7.5pt\">N - 18</span></span></p><p align=\"center\"><span style=\"color: yellow; font-size: 11pt\"><span style=\"font-family: &#39;Verdana&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 7.5pt\">Free</span></span></p></td><td width=\"100\" style=\"color: #ffcc33\"><p align=\"center\">&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></tr><tr><td valign=\"top\"><p align=\"left\">&nbsp;</p></td><td style=\"font-size: 24px\"><font face=\"Times New Roman\"><span style=\"color: white; font-size: 20pt\"><span style=\"color: lime; font-size: 20pt\"><span style=\"color: lime; font-size: 14pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: aqua; font-size: 16pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: aqua; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: aqua; font-size: 24pt\"><span style=\"font-family: &#39;Comic Sans MS&#39;; color: #ff0066; font-size: 22pt\"><p style=\"text-align: center\" align=\"center\"><font size=\"2\"><font color=\"#ffcc33\"><font size=\"2\"><font color=\"#ffcc33\"><font size=\"2\" color=\"#ff0000\"><font size=\"2\" color=\"#ffcc33\"><font size=\"2\" color=\"#ffcc33\"><font size=\"2\" color=\"#ffcc33\"><font size=\"2\" color=\"#ffcc33\"><font size=\"2\" color=\"#ffcc33\"><font style=\"color: #ffcc33\" color=\"#ff0000\"></font></font></font></font></font></font></font></font></font></font></font></p><p style=\"text-align: center\" align=\"center\"><font size=\"2\"><font color=\"#ffcc33\"><font size=\"2\"><font color=\"#ffcc33\"><font size=\"2\" color=\"#ff0000\"><font size=\"2\" color=\"#ffcc33\"><font size=\"2\" color=\"#ffcc33\"><font size=\"2\" color=\"#ffcc33\"><font size=\"2\" color=\"#ffcc33\"><font size=\"2\" color=\"#ffcc33\"><font style=\"color: #ffcc33\" color=\"#ff0000\"><strong><em>&nbsp;<u>&nbsp;<span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\"><strong>(01 27)</strong></span></span></span></span>&nbsp;<strong><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 26pt\"><strong><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 14pt\"><strong><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #cc00ff; font-size: 16pt\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 18pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 26pt\"><strong><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 14pt\"><strong><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #cc00ff; font-size: 16pt\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 18pt\"><em>Penktadienis</em></span></span></strong></span></strong></span></span></span></span></span></strong></span></strong></span></span></span></strong></u></em></strong></font></font></font></font></font></font></font></font></font></font></font></p></span></span></span></span></span></span></span></font></td><td width=\"100\" style=\"color: #ffcc33\"><p align=\"center\">&nbsp;</p></td><td width=\"100\" style=\"color: #ffcc33\">&nbsp;</td></tr><tr><td valign=\"top\"><strong><p align=\"left\">&nbsp;</p></strong></td><td align=\"center\" style=\"font-size: 16px\"><strong><span style=\"line-height: 115%; font-family: &#39;Colonna MT&#39;; color: #99ff66; font-size: 28pt\"><p style=\"margin: 0in 0in 10pt\" class=\"MsoNormal\"><strong><span style=\"line-height: 115%; font-family: &#39;Colonna MT&#39;; color: lime; font-size: 32pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 26pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 16pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 22pt\"><span style=\"line-height: 115%; color: #cc0099; font-size: 24pt\"><font face=\"Times New Roman\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 26pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 16pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 22pt\"><span style=\"line-height: 115%; color: #cc0099; font-size: 24pt\"><strong><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: aqua; font-size: 20pt\"><strong><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: aqua; font-size: 24pt\">&nbsp;<span style=\"font-family: &#39;Book Antiqua&#39;,&#39;serif&#39;; color: #ff0066; font-size: 18pt\">SCENOJE:</span></span></strong></span></strong></span></span></span></span></font></span></span></span></span></span></strong></p><p style=\"margin: 0in 0in 10pt\" class=\"MsoNormal\"><strong><span style=\"line-height: 115%; font-family: &#39;Colonna MT&#39;; color: lime; font-size: 32pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 26pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 16pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 22pt\"><span style=\"line-height: 115%; color: #cc0099; font-size: 24pt\"><font face=\"Times New Roman\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 26pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 16pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 22pt\"><span style=\"line-height: 115%; color: #cc0099; font-size: 24pt\"><strong><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: aqua; font-size: 20pt\"><strong><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: aqua; font-size: 24pt\">&quot;CANDY MAN&quot;</span></strong></span></strong></span></span></span></span></font></span></span></span></span></span></strong></p><p style=\"margin: 0in 0in 10pt\" class=\"MsoNormal\"><strong><span style=\"font-family: &#39;Book Antiqua&#39;,&#39;serif&#39;; color: #ff0066; font-size: 18pt\">&nbsp;<img style=\"width: 133px; height: 343px\" class=\"pbs fbEventPhoto profile-picture img\" src=\"http://profile.ak.fbcdn.net/hprofile-ak-ash2/373472_365719166776039_761500982_n.jpg\" alt=\"Martini: Candymen &scaron;ou!\" width=\"124\" height=\"399\" /></span></strong></p><p style=\"margin: 0in 0in 10pt\" class=\"MsoNormal\"><strong><span style=\"font-family: &#39;Book Antiqua&#39;,&#39;serif&#39;; color: #ff0066; font-size: 18pt\">Kokteilis </span></strong></p><p style=\"text-align: center; line-height: normal; margin: 0in 0in 10pt\" class=\"MsoNormal\" align=\"center\"><strong><em><span style=\"font-family: &#39;Book Antiqua&#39;,&#39;serif&#39;; color: #ff0066; font-size: 20pt\">&ldquo;PINK LADY&rdquo;&nbsp;</span></em></strong><strong><span style=\"font-family: &#39;Book Antiqua&#39;,&#39;serif&#39;; color: red; font-size: 28pt\">8</span></strong><strong><span style=\"font-family: &#39;Book Antiqua&#39;,&#39;serif&#39;; color: #ff0066; font-size: 24pt\"> </span></strong><strong><span style=\"font-family: &#39;Book Antiqua&#39;,&#39;serif&#39;; color: #ff0066; font-size: 18pt\">Lt</span></strong></p></span></strong></td><td valign=\"top\" style=\"color: #ffcc33\"><p align=\"center\">&nbsp;</p><p align=\"center\">&nbsp;</p><p align=\"center\">&nbsp;</p><p align=\"center\">&nbsp;</p><p align=\"center\"><span style=\"color: yellow; font-size: 11pt\">&nbsp;<span style=\"font-family: &#39;Verdana&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 7.5pt\">N - 21</span></span><strong>&nbsp;&nbsp;&nbsp; </strong></p><p align=\"center\"><strong>iki 24h - 10 Lt</strong></p><p align=\"center\"><strong>po 24h - 20 Lt</strong></p></td><td align=\"center\" valign=\"top\" style=\"color: #ffcc33\"><p align=\"center\">&nbsp;</p></td></tr><tr><td>&nbsp;</td><td><p align=\"center\">&nbsp;&nbsp;<strong><em><font size=\"2\" color=\"#ffcc33\">&nbsp;</font><u><font size=\"2\" color=\"#ffcc33\">&nbsp;</font><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\">(01 28)</span></span></span></span><font size=\"2\" color=\"#ffcc33\">&nbsp;</font><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 26pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 14pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #cc00ff; font-size: 16pt\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 18pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 26pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #00ffcc; font-size: 14pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #cc00ff; font-size: 16pt\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 18pt\">&Scaron;e&scaron;tadienis</span></span></span></span></span></span></span></span></span></span></span></span></u></em></strong></p></td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td valign=\"top\">&nbsp;</td><td valign=\"top\" style=\"color: #99ff99\"><span style=\"line-height: 115%; font-family: &#39;Showcard Gothic&#39;; color: red; font-size: 22pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: red; font-size: 22pt\"></span></span><span style=\"line-height: 115%; font-family: &#39;Showcard Gothic&#39;; color: red; font-size: 22pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: red; font-size: 22pt\"><span style=\"line-height: 115%; font-family: &#39;Showcard Gothic&#39;; color: red; font-size: 24pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: yellow; font-size: 14pt\"><p style=\"text-align: center; margin: 0in 0in 10pt\" class=\"MsoNormal\" align=\"center\"><strong><span style=\"line-height: 115%; font-family: &#39;Georgia&#39;,&#39;serif&#39;; color: #cc0099; font-size: 18pt\">&ldquo;MARTINI&rdquo; goes LATINO</span></strong></p><strong><span style=\"line-height: 115%; font-family: &#39;Georgia&#39;,&#39;serif&#39;; color: #cc0099; font-size: 18pt\"><strong><em><u><span style=\"line-height: 115%; font-family: &#39;Georgia&#39;,&#39;serif&#39;; color: #cc0099; font-size: 36pt\">Latino Night</span></u></em></strong></span></strong></span></span></span></span> <p align=\"center\"><span style=\"line-height: 115%; font-family: &#39;Showcard Gothic&#39;; color: red; font-size: 22pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: red; font-size: 22pt\"><span style=\"line-height: 115%; font-family: &#39;Showcard Gothic&#39;; color: red; font-size: 24pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: yellow; font-size: 14pt\"><span style=\"line-height: 115%; font-family: &#39;Showcard Gothic&#39;; color: red; font-size: 22pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: red; font-size: 22pt\"><span style=\"line-height: 115%; font-family: &#39;Showcard Gothic&#39;; color: red; font-size: 24pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: yellow; font-size: 14pt\"><img class=\"pbs fbEventPhoto profile-picture img\" src=\"http://profile.ak.fbcdn.net/hprofile-ak-snc4/187841_153156158132868_123299437_n.jpg\" alt=\"Martini: Goes latino!\" width=\"124\" height=\"365\" /></span></span></span></span></span></span></span></span></p><span style=\"line-height: 115%; font-family: &#39;Showcard Gothic&#39;; color: red; font-size: 22pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: red; font-size: 22pt\"><span style=\"line-height: 115%; font-family: &#39;Showcard Gothic&#39;; color: red; font-size: 24pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: yellow; font-size: 14pt\"><span style=\"line-height: 115%; font-family: &#39;Showcard Gothic&#39;; color: red; font-size: 22pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: red; font-size: 22pt\"><span style=\"line-height: 115%; font-family: &#39;Showcard Gothic&#39;; color: red; font-size: 24pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: yellow; font-size: 14pt\"><p style=\"margin: 0in 0in 10pt\" class=\"MsoNormal\" align=\"center\"><strong><span style=\"font-family: &#39;Book Antiqua&#39;,&#39;serif&#39;; color: #ff0066; font-size: 18pt\">Kokteilis </span></strong></p><p style=\"text-align: center; line-height: normal; margin: 0in 0in 10pt\" class=\"MsoNormal\" align=\"center\"><strong><em><span style=\"font-family: &#39;Book Antiqua&#39;,&#39;serif&#39;; color: #ff0066; font-size: 20pt\">&ldquo;BAHAMAI&rdquo;&nbsp;</span></em></strong><strong><span style=\"font-family: &#39;Book Antiqua&#39;,&#39;serif&#39;; color: red; font-size: 28pt\">8</span></strong><strong><span style=\"font-family: &#39;Book Antiqua&#39;,&#39;serif&#39;; color: #ff0066; font-size: 24pt\"> </span></strong><strong><span style=\"font-family: &#39;Book Antiqua&#39;,&#39;serif&#39;; color: #ff0066; font-size: 18pt\">Lt</span></strong><span style=\"line-height: 115%; font-family: &#39;Showcard Gothic&#39;; color: red; font-size: 22pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: red; font-size: 22pt\"></span></span></p></span></span></span></span></span></span></span></span></td><td align=\"center\" valign=\"top\" style=\"color: #ffcc33\"><p>&nbsp;</p><p align=\"center\">&nbsp;</p><p align=\"center\">&nbsp;</p><p align=\"center\">&nbsp;</p><p align=\"center\">&nbsp;</p><p align=\"center\"><span style=\"color: yellow; font-size: 11pt\">&nbsp;<span style=\"font-family: &#39;Verdana&#39;,&#39;sans-serif&#39;; color: yellow; font-size: 7.5pt\">N - 21</span></span><strong>&nbsp;&nbsp;&nbsp; </strong></p><p align=\"center\"><strong>iki 24h - 10 Lt</strong></p><p align=\"center\"><strong>po 24h - 20 Lt</strong></p><p align=\"center\">&nbsp;</p><p align=\"center\">&nbsp;</p></td><td align=\"center\" valign=\"top\" style=\"color: #ffcc33\"><p style=\"text-align: center\" align=\"center\">&nbsp;</p><p>&nbsp;</p></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp; </td><td valign=\"top\">&nbsp;</td></tr><tr><td>&nbsp;</td><td><p align=\"center\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: red; font-size: 12pt\">&nbsp;</span><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: red; font-size: 12pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: red; font-size: 12pt\"><span style=\"line-height: 115%; font-family: &#39;Bernard MT Condensed&#39;,&#39;serif&#39;; color: #777777; font-size: 26pt\"><span style=\"line-height: 115%; font-family: &#39;Bernard MT Condensed&#39;,&#39;serif&#39;; color: #b2b2b2; font-size: 26pt\"><strong> </strong></span></span></span></span></p></td><td>&nbsp; </td><td>&nbsp;</td></tr><tr><td valign=\"top\"><p align=\"left\">&nbsp;</p></td><td align=\"center\" valign=\"top\" style=\"color: #ff0000; font-size: 10px\">&nbsp;</td><td align=\"center\" valign=\"top\" style=\"color: #ffcc33\"><p>&nbsp;</p></td><td align=\"center\" valign=\"top\" style=\"color: #ffcc33\"><p>&nbsp;</p><p>&nbsp;</p></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td><p align=\"left\">&nbsp;</p></td><td><p align=\"center\">&nbsp;</p><p align=\"center\">&nbsp;</p></td><td>&nbsp; <p style=\"text-align: center\" align=\"center\">&nbsp;</p><p style=\"text-align: center\" align=\"center\">&nbsp;</p></td><td><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p></td></tr><tr><td valign=\"top\"><p align=\"left\">&nbsp;</p></td><td valign=\"top\"><span style=\"color: #ffcc33\"><strong><font size=\"4\" color=\"#ff0000\"><strong><font size=\"2\" color=\"#ffcc33\"><strong><font size=\"2\"><strong><font color=\"#ffcc33\"><font size=\"2\" color=\"#ffcc33\"><strong><font size=\"2\" color=\"#ff0000\"><strong><font size=\"2\" color=\"#ffcc33\"><font style=\"color: #ffcc33\" color=\"#ff0000\"><font size=\"2\" color=\"#ff0000\"><strong><strong><font size=\"2\" color=\"#ffcc33\"><font style=\"color: #ffcc33\" color=\"#ff0000\"><p style=\"text-align: center; line-height: 115%\" align=\"center\">&nbsp;</p></font></font></strong></strong></font></font></font></strong></font></strong></font></font></strong></font></strong></font></strong></font></strong></span></td><td align=\"center\" valign=\"top\" style=\"color: #ffcc33\"><p>&nbsp;</p><p style=\"text-align: center\" align=\"center\">&nbsp;</p><p style=\"text-align: center\" align=\"center\">&nbsp;</p><p style=\"text-align: center\" align=\"center\">&nbsp;</p><p style=\"text-align: center\" align=\"center\">&nbsp;</p></td><td align=\"center\" valign=\"top\" style=\"color: #ffcc33\"><p>&nbsp;</p></td></tr></tbody></table></div>','<address class=\"MsoNormal\" style=\"text-align: center; text-indent: -18.7pt; margin: 0cm 0cm 0pt -18.7pt\"></address>',1,4,0,14,'2008-02-24 22:01:27',62,'','2012-01-24 19:38:53',65,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=',779,0,3,'','',0,68654),(19,'Artimiausi renginiai','Artimiausi renginiai','<div align=\"center\"><table border=\"1\" width=\"623\" align=\"right\" style=\"width: 623px; height: 2166px; border-color: red\"><tbody><tr><td width=\"100\"><p align=\"left\"><strong style=\"font-size: 12px\">Diena</strong></p></td><td><strong><p style=\"text-align: center; margin: 0in 0in 10pt\" class=\"MsoNormal\" align=\"center\"><strong><em><u><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: lime; font-size: 20pt\">&bdquo;MIS &Scaron;IAULIŲ STUDENTĖ 2011&ldquo;</span></u></em></strong></p></strong></td></tr><tr><td style=\"font-size: 12px\"><p align=\"center\"><img class=\"pbs fbEventPhoto profile-picture img\" src=\"http://profile.ak.fbcdn.net/hprofile-ak-snc4/373356_276288459092588_1978617712_n.jpg\" alt=\"Martini: Mis studentės &Scaron;iauliai rinkimai\" /></p></td><td align=\"left\" style=\"font-size: 14px\"><p align=\"center\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\">Mis &Scaron;iaulių studentė 2011 - ieji, tai konkursas, kurio kokybė prilygsta ne eiliniam klubiniam vakarėliui, bet rimtam, jaunatvi&scaron;kam kultūriniam renginiui. Nugalėtoja bus apdovanota ypatingais prizais, kurių vertė net 3000 Lt. </span></p><p style=\"text-align: center; margin: 0in 0in 10pt\" class=\"MsoNormal\" align=\"center\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\"><u>&Scaron;is konkursas turės 4-5 atrankinius turus naktiniame klube &bdquo;Martini&ldquo;:</u> </span><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\">Vasario 18, 25 (&Scaron;e&scaron;tadieniais) nuo 20 val.</span></p><p align=\"center\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\">Kovo 3, 10 (&Scaron;e&scaron;tadieniais) nuo 20 val.<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></p><p align=\"center\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\">Visos konkurso dalyvės gaus &bdquo;VIP Martini&ldquo; klubo korteles, su kuriomis visus metus į klubą galės įeiti nemokamai ir kiekvieną kartą bus pavai&scaron;intos specialiu kokteiliu, atrankų metu bus apdovanotos kitais prizais.<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></p><p style=\"text-align: center; margin: 0in 0in 10pt\" class=\"MsoNormal\" align=\"center\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\"><u>Atrankinių turų metu pretendentės atliks 3 užduotis:</u> </span></p><p align=\"center\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\">* Trumpas prisistatymas<span>&nbsp;&nbsp; </span></span></p><p align=\"center\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\">* &Scaron;okis su profesionalu<span>&nbsp;&nbsp;&nbsp;</span></span></p><p align=\"center\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\"><span>&nbsp;</span></span><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\">* Blic kadras</span></p><p align=\"center\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\"><span>&nbsp;</span>Kas pateks į finalą nuspręs kompetetinga komisija, kurią sudarys žinomi pramogų pasaulio atstovai, sportininkai, grožio specialistai. Vieną finalistę i&scaron;rinks publika, balsuodama už mėgstamiausią studentę &bdquo;Martini&ldquo; klubo facebook&lsquo;e.</span></p><p align=\"center\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\"><u>Finalinis konkurso etapas &ndash; 2011 m. kovo 31 d. nuo 20 val. &bdquo;Martini&ldquo; klube.</u></span></p><p align=\"center\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\">Jame dalyvaus 10 -12<span>&nbsp; </span>atrankinių turų metu i&scaron;rinktų<span>&nbsp; </span>studenčių, kurios finalui bus ruo&scaron;iamos choreografų, režisierių ir pateiks tikrą &scaron;ou, bus daroma fotosesija, jų prisistatymai bus filmuojami ir rodomi.<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></span><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\"><span>&nbsp;</span></span></p><p align=\"center\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\"><span>&nbsp;</span><u>Finalo dalyvėms yra numatomos 5 užduotys:</u></span></p><p align=\"center\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\"><span>&nbsp;</span>**Prisistatymas (i&scaron; anksto nufilmuota medžiaga, toje auk&scaron;tojoje mokykloje, kurią atstovauja dalyvė), komisija kiekvienai dalyvei užduoda po vieną netikėtą klausimą; </span></p><p align=\"center\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\">**Talentų &scaron;ou &bdquo;Esu talentinga studentė&ldquo;;</span></p><p align=\"center\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\">**Karnavalinių rūbų<span>&nbsp; </span>kolekcijos<span>&nbsp; </span>pristatymas &bdquo;Mėgstamiausias pasakų herojus&ldquo;;</span></p><p align=\"center\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\">**Vestuvinių suknelių kolekcijos pristatymas &bdquo;Svajonių nuotaka&ldquo;;</span></p><p align=\"center\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\">**Studenti&scaron;kas bikini. </span></p><p align=\"center\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 12pt\">Komisijoje numatomi kompetetingi profesionalai, kurie ir i&scaron;rinks &bdquo;Mis &Scaron;iaulių studentę 2011&ldquo;, taip pat tituluos Vice Mis, Mis eleganciją, Mis Foto, susirinkę žiūrovai i&scaron;rinks Mis Publika.</span> </p><p style=\"text-align: center; margin: 0in 0in 10pt\" class=\"MsoNormal\" align=\"center\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: lime; font-size: 12pt\">Dalyvės anketą rasite čia:<span>&nbsp; </span><a href=\"http://wtrns.fr/oPp25oQe94zsPR\"><font face=\"Times New Roman\" color=\"#0000ff\">http://wtrns.fr/oPp25oQe94zsPR</font></a></span></p><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: lime; font-size: 12pt\"><p style=\"text-align: center; line-height: normal; margin: 0in 0in 10pt\" class=\"MsoNormal\" align=\"center\">&nbsp;</p><p align=\"center\"><strong><span style=\"font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: lime; font-size: 12pt\"><u>REIKALAVIMAI</u> </span></strong></p><p style=\"text-align: center; line-height: normal; margin: 0in 0in 10pt\" class=\"MsoNormal\" align=\"center\"><span style=\"font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: lime; font-size: 14pt\">&bdquo;Mis &Scaron;iaulių studentė 2011 m.&ldquo; dalyvėms:</span></p><p><span style=\"font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: lime; font-size: 14pt\"><span style=\"font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: #ffffcc; font-size: 12pt\">1. Dalyvių amžius nuo 18 &ndash; 30 metų;</span></span></p><p><span style=\"font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: lime; font-size: 14pt\"><span style=\"font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: #ffffcc; font-size: 12pt\">2. Netekėjusios;</span></span></p><p><span style=\"font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: lime; font-size: 14pt\"><span style=\"font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: #ffffcc; font-size: 12pt\">3. Simpati&scaron;kos, drąsios, energingos, talentingos;</span></span></p><p><span style=\"font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: lime; font-size: 14pt\"><span style=\"font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: #ffffcc; font-size: 12pt\">4. Nėra taikomi ūgio ir svorio reikalavimai;</span></span></p><p><span style=\"font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: lime; font-size: 14pt\"><span style=\"font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: #ffffcc; font-size: 12pt\">5. Turi studijuoti vienoje i&scaron; &Scaron;iaulių auk&scaron;tųjų, auk&scaron;tesniųjų<span>&nbsp; </span>mokyklų, kur yra mokama tam tikros profesijos;</span></span></p><p><span style=\"font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: lime; font-size: 14pt\"><span style=\"font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: #ffffcc; font-size: 12pt\">6. Gali būti baigusios mokslus 2011- aisiais metais.</span></span></p><p><span style=\"font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: lime; font-size: 14pt\"><span style=\"font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: #ffffcc; font-size: 12pt\">7. Anketas bei nuotraukas atsiuntusios dalyvės sutinka ir leidžia, kad jų pateiki duomenys būtų naudojami rinkodaros tikslais, bei sutinka laikytis nurodytų taisyklių ir organizatoriaus sprendimų. Konkurso dalyviai sutinka ir leidžia, kad organizatorius vie&scaron;ai skelbtų jų vardą, pavardę, jų nuotraukas žiniasklaidos priemonėse.</span></span></p><p><span style=\"font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: lime; font-size: 14pt\"><span style=\"font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: #ffffcc; font-size: 12pt\">8. Dalyvės, atsiuntusios anketą, įsipareigoja dalyvauti atrankose bei finale;</span></span></p><p><span style=\"font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: lime; font-size: 14pt\"><span style=\"font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: #ffffcc; font-size: 12pt\">9.Organizatoriai pasilieka teisę keisti konkurso sąlygas ir įsipareigoja i&scaron; anksto apie tai paskelbti interneto svetainėje <a href=\"http://www.martini-club.lt/\">www.martini-club.lt</a></span></span></p><p><span style=\"font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: lime; font-size: 14pt\"><span style=\"font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: #ffffcc; font-size: 12pt\">10. Informacija apie konkursą skelbiama interneto svetainėje <a href=\"http://www.martini-club.lt/\">www.martini-club.lt</a></span></span><span style=\"font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: lime; font-size: 14pt\"><span style=\"font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: #ffffcc; font-size: 12pt\">&nbsp;&nbsp;bei teikiama telefonu 860829891</span></span>&nbsp;&nbsp;</p></span></td></tr><tr><td style=\"color: #ffffff; font-size: 12px\"><p align=\"center\">&nbsp;</p></td><td align=\"left\" style=\"color: #ff0000; font-size: 24px\">&nbsp;</td></tr><tr><td style=\"font-size: 12px\">&nbsp;</td><td style=\"font-size: 12px\"><p style=\"margin: 0in 0in 10pt; tab-stops: 75.75pt\" class=\"MsoNormal\" align=\"center\">&nbsp;</p><p style=\"text-align: center; margin: 0in 0in 10pt\" class=\"MsoNormal\" align=\"center\">&nbsp;</p></td></tr><tr><td style=\"font-size: 12px\">&nbsp;&nbsp;</td><td style=\"font-size: 12px\"><p align=\"center\">&nbsp;</p></td></tr><tr><td>&nbsp;</td><td style=\"font-size: 24px\"><p align=\"center\">&nbsp;</p><p align=\"center\">&nbsp;</p><p align=\"center\">&nbsp;</p></td></tr><tr><td style=\"font-size: 12px\"><p align=\"center\">&nbsp;</p><p align=\"center\">&nbsp;</p></td><td style=\"font-size: 24px\">&nbsp;</td></tr><tr><td>&nbsp;</td><td><p style=\"font-size: 16px\" align=\"center\">&nbsp;</p><p style=\"font-size: 16px\" align=\"center\">&nbsp;</p><p style=\"font-size: 16px\" align=\"center\">&nbsp;</p></td></tr><tr><td style=\"font-size: 12px\">&nbsp;</td><td style=\"font-size: 16px\"><p>&nbsp;</p></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td style=\"font-size: 12px\">&nbsp;</td><td style=\"font-size: 12px\"><p style=\"font-size: 18px\">&nbsp;</p></td></tr><tr><td>&nbsp;</td><td><p>&nbsp;&nbsp;</p></td></tr><tr><td style=\"font-size: 12px\">&nbsp;</td><td style=\"color: #ff0000; font-size: 12px\">&nbsp; <br /></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td style=\"font-size: 12px\">&nbsp;</td><td style=\"font-size: 12px\"><p>&nbsp;</p></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td style=\"font-size: 12px\">&nbsp;</td><td style=\"font-size: 12px\">&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td style=\"font-size: 12px\">&nbsp;</td><td style=\"font-size: 12px\"><p>&nbsp;</p></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td style=\"font-size: 12px\">&nbsp;</td><td style=\"font-size: 12px\">&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td style=\"font-size: 12px\">&nbsp;</td><td style=\"color: #ff0000; font-size: 12px\">&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td style=\"font-size: 12px\">&nbsp;</td><td style=\"font-size: 12px\">&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td style=\"font-size: 12px\">&nbsp;</td><td style=\"font-size: 12px\"><p>&nbsp;</p></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td style=\"font-size: 12px\">&nbsp;<br /></td><td style=\"font-size: 12px\"><p>&nbsp;</p></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td style=\"font-size: 12px\">&nbsp;</td><td style=\"font-size: 12px\">&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td style=\"font-size: 12px\">&nbsp;</td><td style=\"color: #ff0000; font-size: 12px\">&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></div>','',1,4,0,14,'2008-02-24 22:01:52',62,'','2012-01-17 17:57:13',65,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=',553,0,2,'','',0,69075),(20,'Akcijos!','Akcijos','<font color=\"#ff0000\"><p style=\"text-align: center; margin: 0cm 0cm 0pt; color: #ffffff; font-size: 18px\" class=\"MsoNormal\" align=\"center\">&nbsp;</p><span style=\"font-family: Arial; color: #373432; font-size: 13.5pt\"><h2 style=\"text-align: center; margin: 4.8pt 0cm 6pt\" align=\"center\"><span style=\"font-family: Arial; color: white; font-size: 14pt\"><a href=\"http://www.eurobasket.lt/lt/tvarkara%C5%A1tis/13731\"></a></span></h2></span><a href=\"http://www.facebook.com/pages/Martini-Night-Club/181500018526749?ref=ts&amp;v=wall\"></a><p><a href=\"http://www.facebook.com/pages/Martini-Night-Club/181500018526749?ref=ts&amp;v=wall\"><img id=\"VOqaI_glDG87gM:l\" style=\"width: 235px; display: inline; height: 56px\" class=\"rg_i\" src=\"http://t2.gstatic.com/images?q=tbn:ANd9GcR9xLhQbyktUsQfXEVRAjQpiHak3MzYOcs1RqKlVkpl2y3ySzh4TD7QlUw\" alt=\"\" width=\"235\" height=\"56\" align=\"left\" /></a>&nbsp;<strong>Tapk mūsų draugu Facebook svetainėje</strong><font color=\"#000000\"><font face=\"Times New Roman\"><font face=\"Times New Roman\"><font size=\"6\" color=\"#ffffff\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 22pt\"><span style=\"line-height: 115%; font-family: &#39;Calibri&#39;,&#39;sans-serif&#39;; color: lime; font-size: 22pt\"><span style=\"line-height: 115%; font-family: &#39;Calibri&#39;,&#39;sans-serif&#39;; color: blue; font-size: 22pt\"><span style=\"line-height: 115%; color: yellow; font-size: 12pt\"> </span></span></span></span></font></font></font></font></p><p>&nbsp;</p><p align=\"center\"><strong><em><span style=\"line-height: 150%; font-family: &#39;Comic Sans MS&#39;; color: red; font-size: 22pt\">Kiekvien</span></em></strong><strong><em><span style=\"line-height: 150%; font-family: &#39;Comic Sans MS&#39;; color: red; font-size: 22pt\">ą vakarą </span></em></strong><strong><em><span style=\"line-height: 150%; font-family: &#39;Comic Sans MS&#39;; color: red; font-size: 26pt\">-30%</span></em></strong><strong><em><span style=\"line-height: 150%; font-family: &#39;Comic Sans MS&#39;; color: red; font-size: 18pt\"> </span></em></strong><strong><em><span style=\"line-height: 150%; font-family: &#39;Comic Sans MS&#39;; color: red; font-size: 22pt\">nuolaida stipr. gėrimams </span></em></strong><strong><em><span style=\"line-height: 150%; font-family: &#39;Comic Sans MS&#39;; color: red; font-size: 22pt\">iki 23h</span></em></strong> </p><p style=\"text-align: center; margin: 0in 0in 10pt\" class=\"MsoNormal\" align=\"center\"><font face=\"Calibri\"><span style=\"line-height: 115%; color: yellow; font-size: 26pt\">*************************************&nbsp;</span></font></p><p align=\"justify\">&nbsp;<strong><span style=\"line-height: 115%; font-family: &#39;Lucida Handwriting&#39;; color: lime; font-size: 24pt\">&ldquo;Mis &Scaron;iauli</span></strong><strong><span style=\"line-height: 115%; color: lime; font-size: 24pt\"><font face=\"Calibri\">ų</font></span></strong><strong><span style=\"line-height: 115%; font-family: &#39;Lucida Handwriting&#39;; color: lime; font-size: 24pt\"> student</span></strong><strong><span style=\"line-height: 115%; color: lime; font-size: 24pt\"><font face=\"Calibri\">ė</font></span></strong><strong><span style=\"line-height: 115%; font-family: &#39;Lucida Handwriting&#39;; color: lime; font-size: 24pt\"> 2011&rdquo;</span></strong> </p><p align=\"center\"><img class=\"img\" src=\"http://a2.sphotos.ak.fbcdn.net/hphotos-ak-ash4/s320x320/382816_327635860602816_100000692148178_1073649_1369947277_n.jpg\" alt=\"\" width=\"187\" height=\"225\" /></p><p align=\"center\"><span style=\"line-height: 115%; font-family: &#39;Tahoma&#39;,&#39;sans-serif&#39;; color: red; font-size: 16pt\"><span style=\"line-height: 115%; font-family: &#39;Tahoma&#39;,&#39;sans-serif&#39;; color: red; font-size: 12pt\">Informacija apie konkursą --&gt; </span></span></p><span style=\"line-height: 115%; font-family: &#39;Tahoma&#39;,&#39;sans-serif&#39;; color: red; font-size: 16pt\"><span style=\"line-height: 115%; font-family: &#39;Tahoma&#39;,&#39;sans-serif&#39;; color: red; font-size: 12pt\"><span style=\"line-height: 115%; color: #ffffcc; font-size: 9pt\"><a href=\"index.php?option=com_content&amp;task=view&amp;id=19&amp;Itemid=41\"><span style=\"color: #ffffcc\"><font face=\"Calibri\">http://siauliai.martini-club.lt/index.php?option=com_content&amp;task=view&amp;id=19&amp;Itemid=41</font></span></a></span></span></span><span style=\"line-height: 115%; font-family: &#39;Tahoma&#39;,&#39;sans-serif&#39;; color: red; font-size: 16pt\"><span style=\"line-height: 115%; font-family: &#39;Tahoma&#39;,&#39;sans-serif&#39;; color: red; font-size: 12pt\"> </span></span><span style=\"line-height: 115%; font-family: &#39;Tahoma&#39;,&#39;sans-serif&#39;; color: red; font-size: 16pt\"><span style=\"line-height: 115%; font-family: &#39;Tahoma&#39;,&#39;sans-serif&#39;; color: red; font-size: 12pt\"><p align=\"center\">&nbsp; <font color=\"#ff0000\"><font face=\"Calibri\"><span style=\"line-height: 115%; color: yellow; font-size: 26pt\">*************************************&nbsp;</span></font></font></p></span></span></font><font color=\"#000000\"><font face=\"Times New Roman\"><font face=\"Times New Roman\"><font size=\"6\" color=\"#ffffff\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 22pt\"><span style=\"line-height: 115%; font-family: &#39;Calibri&#39;,&#39;sans-serif&#39;; color: lime; font-size: 22pt\"><span style=\"line-height: 115%; font-family: &#39;Calibri&#39;,&#39;sans-serif&#39;; color: blue; font-size: 22pt\"><span style=\"line-height: 115%; color: yellow; font-size: 12pt\"><font face=\"Times New Roman\"><span style=\"color: red\"><font color=\"#000000\"><font face=\"Times New Roman\"><font face=\"Times New Roman\"><font size=\"6\" color=\"#ffffff\"><span><span style=\"line-height: 115%; font-family: &#39;Calibri&#39;,&#39;sans-serif&#39;; color: lime; font-size: 22pt\"><span style=\"line-height: 115%; font-family: &#39;Calibri&#39;,&#39;sans-serif&#39;; color: blue; font-size: 22pt\"><span style=\"line-height: 115%; color: yellow; font-size: 12pt\"><span style=\"line-height: 115%; color: yellow; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: red; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: lime; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Comic Sans MS&#39;; color: #ff66ff; font-size: 14pt\"><font color=\"#000000\"><font face=\"Times New Roman\"><font face=\"Times New Roman\"><font size=\"6\" color=\"#ffffff\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 22pt\"><span style=\"line-height: 115%; font-family: &#39;Calibri&#39;,&#39;sans-serif&#39;; color: lime; font-size: 22pt\"><span style=\"line-height: 115%; font-family: &#39;Calibri&#39;,&#39;sans-serif&#39;; color: blue; font-size: 22pt\"><span style=\"line-height: 115%; color: yellow; font-size: 12pt\"><span style=\"line-height: 115%; color: yellow; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: aqua; font-size: 26pt\"><span style=\"line-height: 115%; color: yellow; font-size: 12pt\"><font face=\"Calibri\"><span style=\"font-family: &#39;Comic Sans MS&#39;; color: aqua; font-size: 26pt\"><span style=\"font-family: &#39;Comic Sans MS&#39;; color: aqua; font-size: 26pt\"><font color=\"#000000\"><font face=\"Times New Roman\"><font face=\"Times New Roman\"><font size=\"6\" color=\"#ffffff\"><span style=\"line-height: 115%; font-family: &#39;Times New Roman&#39;,&#39;serif&#39;; color: yellow; font-size: 22pt\"><span style=\"line-height: 115%; font-family: &#39;Calibri&#39;,&#39;sans-serif&#39;; color: lime; font-size: 22pt\"><span style=\"line-height: 115%; font-family: &#39;Calibri&#39;,&#39;sans-serif&#39;; color: blue; font-size: 22pt\"><span style=\"line-height: 115%; color: yellow; font-size: 12pt\"><span style=\"line-height: 115%; color: yellow; font-size: 20pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: aqua; font-size: 26pt\"><span style=\"line-height: 115%; color: yellow; font-size: 12pt\"><font face=\"Calibri\"><span style=\"font-family: &#39;Comic Sans MS&#39;; color: aqua; font-size: 26pt\"><p style=\"text-align: center; margin: 0in 0in 10pt\" class=\"MsoNormal\" align=\"center\"><em><span style=\"line-height: 115%; font-family: &#39;Book Antiqua&#39;,&#39;serif&#39;; color: #ff0066; font-size: 32pt\"><strong>Taurė &scaron;ampano panelėms &ndash; 1ct</strong></span></em></p><div style=\"text-align: center\"><em><span style=\"line-height: 115%; font-family: &#39;Book Antiqua&#39;,&#39;serif&#39;; color: #ff0066; font-size: 32pt\"><em><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 12pt\"><strong><img style=\"width: 126px; height: 157px\" class=\"rg_i\" src=\"http://t2.gstatic.com/images?q=tbn:ANd9GcQ47wxHxsNy-DAABq0ss1mWJtM7ikdJ1lV5fvwV2TKHZwRVqtiYRoaYtFs\" alt=\"\" width=\"104\" height=\"132\" />&nbsp;</strong></span></em></span></em></div><div style=\"text-align: center\"><em><span style=\"line-height: 115%; font-family: &#39;Book Antiqua&#39;,&#39;serif&#39;; color: #ff0066; font-size: 32pt\"><em><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 12pt\"><strong>Pateikus kuponą, kurį gausite kasoje perkant bilietą</strong></span></em></span></em></div><span style=\"line-height: 115%; font-family: &#39;Book Antiqua&#39;,&#39;serif&#39;; color: #ff0066; font-size: 32pt\"><span style=\"line-height: 115%; font-family: &#39;Arial Black&#39;,&#39;sans-serif&#39;; color: #ff0066; font-size: 12pt\"><p style=\"text-align: center; margin: 0in 0in 10pt\" class=\"MsoNormal\" align=\"center\"><font face=\"Calibri\"><span style=\"line-height: 115%; color: yellow; font-size: 26pt\">*************************************&nbsp;</span></font></p><p style=\"text-align: center; margin: 0in 0in 10pt\" class=\"MsoNormal\" align=\"center\">&nbsp;</p></span></span></span></font></span></span></span></span></span></span></span></font></font></font></font></span></span></font></span></span></span></span></span></span></span></font></font></font></font></span></span></span></span></span></span></span></span></font></font></font></font></span></font></span></span></span></span></font></font></font></font>','<p style=\"font-size: large\" align=\"center\">&nbsp;</p>',1,4,0,13,'2008-02-24 22:39:12',62,'','2012-01-24 19:25:17',65,0,'0000-00-00 00:00:00','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=',498,0,1,'','',0,267144),(21,'Renginiai','Renginiai','<br /><table border=\"0\" cellspacing=\"1\" cellpadding=\"1\" width=\"646\" height=\"249\" align=\"left\"><tbody><tr><td valign=\"top\" style=\"font-size: 12px\"><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>&nbsp;</p><p>&nbsp;</p></td><td valign=\"top\" style=\"width: 135px\">&nbsp;</td><td valign=\"top\" style=\"text-align: left; width: 135px\">&nbsp;</td></tr></tbody></table>','',1,4,0,14,'2008-02-24 22:53:41',62,'','2012-01-17 16:53:06',65,0,'0000-00-00 00:00:00','2008-02-24 22:53:34','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=',40,0,1,'','',0,156117),(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,57),(22,'Valgiaraštis','Valgiaraštis','<div class=\"naujiena_body\"><strong><p style=\"font-size: 14px; color: #ffcc33\"><strong>NAUJIENA:&nbsp;Dienos pietūs&nbsp;7,99 Lt!</strong></p></strong><p style=\"font-size: 12px\">&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. <br /><br />Jis keičiamas kas savaitę. <br /><br />Kainos priimtinos visiems lankytojams. Čia Jūs būsite maloniai sutikti, gerai praleisite laiką ir noriai sugrį&scaron;ite dar kartą.</p></div><br /><div class=\"naujiena_title\">Lego stalas</div><div class=\"naujiena_body\"><img class=\"imgal_imagee\" src=\"images/stories/renginiai/m_3686.jpg\" alt=\"Lego stalas\" hspace=\"10\" vspace=\"10\" width=\"250\" height=\"187\" align=\"right\" /></div>','',0,4,0,15,'2008-03-03 14:31:10',62,'','2010-10-20 11:18: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=',15,0,14,'','',0,10445),(23,'Savaitės patiekalai','','<div class=\"naujiena_title\" align=\"right\">Darbo dienomis nuo 10.00 val. iki 17.00 val.</div><p class=\"naujiena_body\">&nbsp;</p><p style=\"color: #ffcc33\" class=\"naujiena_body\" align=\"left\"><em>&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; 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\">&nbsp;</td><td><p align=\"center\"><strong>Savaitės patiekalai</strong></p></td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td><strong>&nbsp;</strong></td><td style=\"color: #ffffff\"><p>&nbsp;</p></td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td style=\"vertical-align: top\"><strong>&nbsp;</strong></td><td><p>&nbsp;</p></td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td style=\"vertical-align: top\"><strong>&nbsp;</strong></td><td>&nbsp;</td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td><strong>&nbsp;</strong></td><td>&nbsp;</td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td><strong>&nbsp;</strong></td><td><p align=\"left\"><strong></strong></p></td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td><strong>&nbsp;</strong></td><td style=\"color: #ff0000\">&nbsp;</td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td><strong>&nbsp;</strong></td><td><strong><p align=\"left\">&nbsp;</p></strong></td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td>&nbsp;</td><td><p align=\"center\">&nbsp;&nbsp;<strong>&nbsp;</strong></p></td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td>&nbsp;</td><td><p align=\"center\"><strong><span style=\"font-family: Verdana; color: white; font-size: 7.5pt\">Spalio&nbsp;18</span>&nbsp;diena, pirmadienis</strong></p></td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td>&nbsp;</td><td><strong>Pupelių sriuba ir kiaulienos karbonadas</strong></td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td><strong>&nbsp;</strong></td><td><strong><strong><span style=\"font-family: Verdana; color: red; font-size: 7.5pt\">DIENOS KOMPLEKTAS</span></strong><strong><span style=\"font-family: Verdana; color: red; font-size: 7.5pt\"> </span></strong></strong></td><td><p align=\"right\"><strong><strong><strong><span style=\"font-family: Verdana; color: red; font-size: 7.5pt\">8,99 LT</span></strong></strong></strong></p></td></tr><tr><td>&nbsp;</td><td style=\"color: #ff0000\"><p>&nbsp;</p></td><td><p style=\"color: #ff0000\" align=\"right\">&nbsp;</p></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td><strong>&nbsp;</strong></td></tr><tr><td><strong>&nbsp;</strong></td><td><p align=\"center\"><strong><span style=\"font-family: Verdana; color: white; font-size: 7.5pt\"><span style=\"font-family: Verdana; color: white; font-size: 7.5pt\">Spalio&nbsp;19</span></span>&nbsp;diena, antradienis</strong></p></td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td>&nbsp;</td><td><span><strong><p><strong><span style=\"font-family: Verdana; color: red; font-size: 7.5pt\">DIENOS KOMPLEKTAS</span></strong><strong><span style=\"font-family: Verdana; color: red; font-size: 7.5pt\">&nbsp;<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></span></strong> </p></strong></span></td><td><p align=\"right\"><strong><span style=\"font-family: Verdana; color: red; font-size: 7.5pt\">8,99 LT</span></strong></p></td></tr><tr><td>&nbsp;</td><td><p>&nbsp;</p></td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td><strong><p align=\"right\">&nbsp;</p></strong></td></tr><tr><td>&nbsp;</td><td style=\"color: #ff0000\"><p align=\"center\"><strong><span style=\"font-family: Verdana; color: white; font-size: 7.5pt\"><span style=\"font-family: Verdana; color: white; font-size: 7.5pt\">Spalio&nbsp;20</span>&nbsp;diena, trečiadienis</span></strong></p></td><td><p align=\"right\">&nbsp;<strong style=\"color: #ff0000\">&nbsp;</strong></p></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td><p align=\"left\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p></td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td>&nbsp;</td><td><strong><strong><span style=\"font-family: Verdana; color: red; font-size: 7.5pt\">DIENOS KOMPLEKTAS</span></strong><strong><span style=\"font-family: Verdana; color: red; font-size: 7.5pt\"> <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></span></strong></strong></td><td><p align=\"right\"><strong><strong><span style=\"font-family: Verdana; color: red; font-size: 7.5pt\">8,99 LT</span></strong></strong></p></td></tr><tr><td><strong>&nbsp;</strong></td><td>&nbsp;</td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td><strong>&nbsp;</strong></td><td><p>&nbsp;</p></td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td><strong>&nbsp;</strong></td><td><strong><p align=\"center\"><strong><span style=\"font-family: Verdana; color: white; font-size: 7.5pt\">Spalio&nbsp;21</span>&nbsp;diena, ketvirtadienis</strong></p></strong></td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td><strong>&nbsp;</strong></td><td>&nbsp;</td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td>&nbsp;</td><td style=\"color: #ff0000\">&nbsp;</td><td><p align=\"right\"><strong></strong></p></td></tr><tr><td>&nbsp;</td><td><strong><span style=\"font-family: Verdana; color: red; font-size: 7.5pt\">DIENOS KOMPLEKTAS</span></strong><strong><span style=\"font-family: Verdana; color: red; font-size: 7.5pt\">&nbsp;<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></span></strong></td><td><p align=\"right\">&nbsp;<strong><span style=\"font-family: Verdana; color: red; font-size: 7.5pt\">8,99 LT</span></strong></p></td></tr><tr><td>&nbsp;</td><td align=\"center\">&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td align=\"right\"><p align=\"right\">&nbsp;</p></td></tr><tr><td>&nbsp;</td><td><p>&nbsp;</p></td><td align=\"right\"><strong><strong><p align=\"right\">&nbsp;</p></strong></strong></td></tr><tr><td>&nbsp;</td><td><strong><p align=\"center\"><strong>Spalio&nbsp;22&nbsp;diena, penktadienis</strong></p></strong></td><td align=\"right\"><p align=\"right\">&nbsp;</p></td></tr><tr><td><strong>&nbsp;</strong></td><td><p>&nbsp;</p></td><td align=\"right\"><p align=\"right\">&nbsp;</p></td></tr><tr><td>&nbsp;</td><td><p>&nbsp;</p></td><td align=\"right\"><p align=\"right\">&nbsp;</p></td></tr><tr><td>&nbsp;</td><td style=\"color: #ff0000\"><p><strong>DIENOS KOMPLEKTAS</strong></p></td><td align=\"right\" style=\"color: #ff0000\"><p align=\"right\"><strong>8,99LT</strong></p></td></tr></tbody></table></div><p style=\"color: #ffcc33\" class=\"naujiena_body\" align=\"center\">&nbsp;</p>','',0,4,0,15,'2008-03-03 14:47:30',62,'','2010-10-20 11:18:01',65,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=',440,0,13,'','',0,3405),(24,'Meniu naujienos','','<p align=\"center\">&nbsp;</p><p align=\"center\"><span style=\"font-family: &#39;Arial Black&#39;; color: red; font-size: 22pt\"><strong>VIP vakarėlio gėrimų meniu:</strong></span></p><span style=\"font-family: &#39;Arial Black&#39;; color: red; font-size: 22pt\"><strong><span style=\"font-family: &#39;Arial Black&#39;; color: red\"><font size=\"3\"><p style=\"margin: 0cm 0cm 0pt\" class=\"MsoNormal\" align=\"center\"><strong><span style=\"font-family: &#39;Arial Black&#39;; color: #00ccff\">(&scaron;iais gėrimais galėsite vai&scaron;intis visą vakarą nemokamai)</span></strong></p><p>&nbsp;</p><p align=\"center\"><strong><span style=\"font-family: &#39;Arial Black&#39;; color: #ff9900; font-size: 14pt\">Degtinė &ndash; </span></strong><strong><span style=\"font-family: &#39;Arial Black&#39;; color: #ff9900; font-size: 14pt\">Brendis &ndash; </span></strong><strong><span style=\"font-family: &#39;Arial Black&#39;; color: #ff9900; font-size: 14pt\">Viskis &ndash; </span></strong><strong><span style=\"font-family: &#39;Arial Black&#39;; color: #ff9900; font-size: 14pt\">Likeris &ndash; </span></strong><strong><span style=\"font-family: &#39;Arial Black&#39;; color: #ff9900; font-size: 14pt\">Vermutas &ndash; </span></strong><strong><span style=\"font-family: &#39;Arial Black&#39;; color: #ff9900; font-size: 14pt\">Putojantys vynas &ndash; </span></strong><strong><span style=\"font-family: &#39;Arial Black&#39;; color: #ff9900; font-size: 14pt\">Vynas </span></strong></p></font></span></strong></span><p align=\"center\">&nbsp;</p><p align=\"center\">&nbsp;</p><p align=\"center\">&nbsp;</p><strong><font style=\"background-color: #000000; color: #ff0033; font-size: 24px\"><table border=\"0\"><tbody><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td><p>&nbsp;</p></td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></font></strong><strong><font style=\"background-color: #000000; color: #ff0033; font-size: 24px\"><p style=\"color: #ffffff; font-size: 16px\" align=\"left\"><table border=\"0\"><tbody><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></p><p align=\"left\">&nbsp;</p></font></strong><p>&nbsp;</p><p>&nbsp;</p>','',1,4,0,15,'2008-03-03 14:47:48',62,'','2010-10-21 14:17:25',65,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=',22,0,12,'','',0,3400),(25,'Šaltieji užkandžiai','','<table border=\"0\" cellspacing=\"1\" cellpadding=\"1\" width=\"630\"><tbody><tr><td><p>&nbsp;</p></td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td><p>&nbsp;</p></td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td><p>&nbsp;</p></td><td align=\"right\"><strong>&nbsp;</strong></td></tr><tr><td><strong><p><strong>Krosnelėje skrudintų mėsų rinkinys su daržovių asorti kompanijai</strong></p></strong></td><td align=\"right\"><strong><p align=\"right\"><strong>23,00 LT</strong></p></strong></td></tr><tr><td><p><strong>Rinkinys prie vyno<br /></strong>(sūriai, &scaron;viežūs vaisiai, rie&scaron;utai)</p></td><td><p align=\"right\"><strong>13,00 LT</strong></p></td></tr><tr><td><p><strong>Silkės užkandėlė su&nbsp;baravykais<br /></strong>(skrudintos bulvių skiltelės, padažas,)</p></td><td><p align=\"right\"><strong>12,00 LT</strong></p></td></tr><tr><td><p><strong>Lietuvi&scaron;ka užkandėlė - mėgstantiems užkąsti<br /></strong>(kumpelis, &scaron;oninė, liežuvis, marinuotas agurkas, padažas)</p></td><td><p align=\"right\"><strong>11,00 LT</strong></p></td></tr><tr><td><strong><p><strong>Alyvuogių - sūrių rinkinukas</strong></p></strong></td><td><p align=\"right\"><strong>12,00 LT</strong></p></td></tr><tr><td><p><strong>La&scaron;i&scaron;os carpacio su kaparėliais</strong></p></td><td><strong><p align=\"right\"><strong>13,00 LT</strong></p></strong></td></tr><tr><td><p>&nbsp;</p></td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td>&nbsp;</td><td align=\"right\">&nbsp;</td></tr></tbody></table>','',0,4,0,15,'2008-03-03 14:48:00',62,'','2010-10-20 11:17:46',65,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=',9,0,11,'','',0,1856),(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>8,00 LT</strong></p></td></tr><tr><td><p align=\"left\"><strong>Vi&scaron;tienos&nbsp;-&nbsp;vytinto kumpio salotos</strong><br />(cukinija, pomidorai, salotos, aliejinis padažas)</p></td><td align=\"right\"><strong>12,00LT</strong>&nbsp;</td></tr><tr><td><p align=\"left\"><strong>&bdquo;Graiki&scaron;kos&ldquo; salotos su aliejiniu užpilu<br /></strong>(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&nbsp;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>11,00LT</strong></p></td></tr><tr><td><p align=\"left\"><strong>Liežuvio ir pievagrybių salotos</strong><br />(salotos, marinuoti agurkai, liežuvis, pievagrybiai, marinuoti česnakai, pomidorai)</p></td><td><p align=\"right\"><strong>12,00 LT</strong></p></td></tr><tr><td><p align=\"left\"><strong>Meksikieti&scaron;kos salotos su kalakutiena&nbsp; </strong><br />(salotos,&nbsp;pomidorai, salierų stiebai, morkos, sūris, padažas)</p></td><td><p align=\"right\"><strong>12,00 LT</strong></p></td></tr><tr><td><p align=\"left\"><strong>Kalmarų salotos su pupelių kremu</strong></p><p align=\"left\">(salotos, mango,&nbsp;pomidorai,&nbsp;alyvuogės)</p></td><td><p align=\"right\"><strong>12,00 LT</strong></p></td></tr><tr><td><p align=\"left\"><strong>Salotos su kepta la&scaron;i&scaron;a<br /></strong>(salotos, mango, greipfruktai, vy&scaron;niniai pomidorai,&nbsp;padažas)</p></td><td><p align=\"right\"><strong>17,00 LT</strong></p></td></tr><tr><td><p align=\"left\">&nbsp;</p></td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td><p align=\"left\">&nbsp;</p></td><td><p align=\"right\">&nbsp;</p></td></tr></tbody></table>','',0,4,0,15,'2008-03-03 14:48:13',62,'','2010-10-20 11:17:35',65,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=',8,0,10,'','',0,2120),(27,'Sriubos','','<table border=\"0\" cellspacing=\"1\" cellpadding=\"1\" width=\"627\" style=\"width: 627px; height: 126px\"><tbody><tr><td style=\"font-weight: bold\"><strong>Dienos sriuba (klausti padavėjo)</strong></td><td style=\"font-weight: bold\"><p align=\"right\">3,00 LT</p></td></tr><tr><td><strong>Charčio sriuba </strong></td><td align=\"right\"><p align=\"right\"><strong>9,00 LT</strong></p></td></tr><tr><td style=\"font-weight: bold\">Karali&scaron;ka žuvienė</td><td style=\"font-weight: bold\"><p align=\"right\">12,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,00 LT</p></td></tr><tr><td style=\"font-weight: bold\">&Scaron;pinatų trinta sriuba su saulėgrąžomis<br /></td><td style=\"font-weight: bold\"><p align=\"right\">7,00 LT</p></td></tr><tr><td style=\"font-weight: bold\">Trinta daržovių sriuba su&nbsp;skrudinta kiauliena</td><td style=\"font-weight: bold\"><p align=\"right\">9,00 LT</p></td></tr></tbody></table><strong>Kreminė žuvienė&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;&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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 11,00LT</strong>','',0,4,0,15,'2008-03-03 14:48:25',62,'','2010-10-20 11:17:29',65,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=',6,0,9,'','',0,1424),(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 ver&scaron;iena ir&nbsp;vi&scaron;tiena</strong><br />(kepintos daržovės, padažas)</td><td><p align=\"right\"><strong>12,00 LT</strong></p></td></tr><tr><td><strong>Jūros &scaron;akutės papajų-austrių padaže</strong><br /></td><td><p align=\"right\"><strong>20,00 LT</strong></p></td></tr><tr><td><p><strong>Jūros gėrybių PATEFU<br /></strong>(krevetės, la&scaron;i&scaron;a, sluoksniuotos te&scaron;los paplotėlis, tro&scaron;kintos daržovės)</p></td><td align=\"right\">&nbsp;12<strong>,00 LT<br /></strong></td></tr><tr><td><p><strong>Kepti virtiniai su</strong> mėsa (patiekiami su kumio ir svogūnų padažu)</p><p>&nbsp;</p></td><td><p align=\"right\"><strong>&nbsp;10,00 LT</strong></p></td></tr><tr><td><p><strong>Bulviniai blynai su totori&scaron;ka la&scaron;i&scaron;a</strong></p></td><td><p align=\"right\"><strong>10,00 LT</strong></p></td></tr><tr><td><strong>Bulviniai blynai su kumpiu</strong><br /></td><td><p align=\"right\"><strong>9,00 LT</strong></p></td></tr><tr><td><strong>&quot;Rissoto&quot; ryžiai su keptos la&scaron;i&scaron;ios kąsneliais</strong></td><td><p align=\"right\"><strong>12,00 LT</strong></p></td></tr><tr><td><strong>Vi&scaron;tienos lazdelės pagardintos skrudinta&nbsp;&scaron;onine ir voveraičių padažu</strong><br /></td><td><p align=\"right\"><strong>10,50 LT</strong></p></td></tr><tr><td><strong>Kalakutienos užkepėlė su daržovėmis</strong></td><td><p align=\"right\"><strong>9,00 LT</strong></p></td></tr><tr><td><br /></td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td>&nbsp;</td><td><p align=\"right\">&nbsp;</p></td></tr></tbody></table>','',0,4,0,15,'2008-03-03 14:48:36',62,'','2010-10-20 11:17:24',65,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=',7,0,8,'','',0,1825),(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><br /></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>10,00 LT</strong></p></td></tr><tr><td><strong>Įvairiaspalvės daržovės užkeptos sūriu</strong><br /></td><td><p align=\"right\"><strong>8,00 LT</strong></p></td></tr><tr><td><p>&nbsp;</p></td><td align=\"right\">&nbsp;</td></tr><tr><td><br /></td><td align=\"right\">&nbsp;</td></tr></tbody></table>','',0,4,0,15,'2008-03-03 14:48:47',62,'','2010-10-20 11:17:17',65,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=',7,0,7,'','',0,1138),(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>6,00 LT</strong></p></td></tr><tr><td><strong>Skrudintos bulvytės su de&scaron;relėmis</strong></td><td><p align=\"right\">&nbsp;9<strong>,00 LT</strong></p></td></tr><tr><td><strong>Vi&scaron;tienos lazdelės su sezamu&nbsp;</strong><br />(vi&scaron;tienos filė, bulvių ko&scaron;ė, &scaron;viežios 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, skrudintos bulvytės, salotos)</td><td align=\"right\">&nbsp;<strong>10,00 LT<br /></strong></td></tr><tr><td><strong>&quot;Tinginukai&quot;<br /></strong>(virti var&scaron;kėčiai)</td><td><p align=\"right\"><strong>8,00 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\">&nbsp;<strong>8,00 LT</strong></p></td></tr></tbody></table><strong>Skrudinti koldūnai su sviesto-grietinės padažu&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;&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; 9,00LT</strong>','',0,4,0,15,'2008-03-03 14:48:58',62,'','2010-10-20 11:17:10',65,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=',7,0,6,'','',0,1600),(31,'Karštieji patiekalai','','<table border=\"0\" cellspacing=\"1\" cellpadding=\"1\" width=\"630\"><tbody><tr><td><p><strong>Vi&scaron;tiena, įdaryta saulėje skrudintais pomidorais&nbsp; </strong><br />(vi&scaron;tienos filė,&nbsp;bulvių muslinas su parmezanu, morkų-svogūnų padažas)</p></td><td><p align=\"right\"><strong>18,00 LT</strong></p></td></tr><tr><td><p><strong>Vi&scaron;tienos suktinukai su vytintu kumpiu ir baravykų padažu</strong><br />(vi&scaron;tienos filė,&nbsp;bulvių griežinėliai, griliuota paprika)<br /><em>&nbsp;</em> </p></td><td><p align=\"right\"><strong>18,00 LT</strong></p></td></tr><tr><td><p><strong>Kepta vi&scaron;tienos krūtinėlė su&nbsp;krevečių padažu</strong><br />(vi&scaron;tienos filė,&nbsp;bulvių ko&scaron;ė, sezoninės daržovės)<br /><em>&nbsp;</em> </p></td><td><p align=\"right\"><strong>16,00 LT</strong></p></td></tr><tr><td><p><strong>Kalakutiena su parmezano pa</strong><strong>dažu<br /></strong>(kalakutienos filė, mini pomidorai,&nbsp;ryžiai - brokoliai)</p></td><td><p align=\"right\"><strong>18,00 LT</strong></p></td></tr><tr><td><p><strong>Kalakutiena kepta grilyje su spanguolių - aviečių padažu</strong><br />(&quot;Rissoto&quot; ryžiai su &scaron;afranu, karamlizuota kriau&scaron;ė) </p></td><td><p align=\"right\"><strong>18,00 LT</strong></p></td></tr><tr><td><p><strong>Ant grotelių kepta kiauliena su kedro rie&scaron;utais<br /></strong>(kiaulienos i&scaron;pjova, bulvių muslinas, voveraičių padažas) </p></td><td><p align=\"right\"><strong>20,00 LT</strong></p></td></tr><tr><td><p><strong>Kiaulienos &scaron;a&scaron;lykas su&nbsp;&scaron;onine</strong><br />(kiaulienos sprandinė, ryžiai, marinuoti svogūnai, pomidorai, padažas)</p></td><td><p align=\"right\"><strong>17,00 LT</strong></p></td></tr><tr><td><p><strong>Kiaulienos kepsneliai su&nbsp;kumpeliu ir pavagrybiais<br /></strong>(kiaulienos i&scaron;pjova, bulvių riekutės, pomidorai)</p></td><td><p align=\"right\"><strong>18,00 LT</strong></p></td></tr><tr><td><p><strong>Kiauliena sukta &scaron;oninėje<br /></strong>(kiaulienos nugarinė, &scaron;viežių daržovių salotos, baravykų - vyno padažas)</p></td><td><p align=\"right\"><strong>22,00 LT</strong></p></td></tr><tr><td><p><strong>Jautienos&nbsp;&nbsp;pipirinis steikas<br /></strong>(jautienos i&scaron;pjova, &quot;Rissoto&quot; ryžiai, sezoninės daržovės)</p></td><td><p align=\"right\"><strong>30,00 LT</strong></p></td></tr><tr><td><p><strong>Jautiena su&nbsp;vėžių uodegėlių padažu<br /></strong>(jautienos i&scaron;pjova, bulvės, keptos daržovės)</p></td><td><p align=\"right\"><strong>32,00 LT</strong></p></td></tr><tr><td><p><strong>Jautiena su&nbsp; baravykais ir voveraitėmis<br /></strong>(jautienos i&scaron;pjova, bulvių skiltelės, kepsnių padažas, marinuoti svogūnėliai, pomidorai) </p></td><td><p align=\"right\"><strong>30,00 LT</strong></p></td></tr><tr><td><p>&nbsp;</p></td><td><p align=\"right\">&nbsp;<strong>14,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>&nbsp;</em></td><td><p align=\"right\"><strong>60,00 LT</strong><br />4-iems asmenims<br /><strong>35,00 LT</strong><br />2-iems asmenims</p></td></tr><tr><td><p><strong>Strutienos steikas su&nbsp;&quot;Parmezanoo&quot; sūrio kukulaičiais<br /></strong>(&scaron;pinatų padažas, keptos daržovės)<br />&nbsp;</p></td><td><p align=\"right\"><strong>30,00 LT</strong></p></td></tr><tr><td><p>&nbsp;</p></td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td>&nbsp;</td><td><p align=\"right\">&nbsp;</p></td></tr></tbody></table><br /><div style=\"text-align: center\"><img src=\"/images/valgiarastis/patiekalas.jpg\" border=\"0\" alt=\"\" width=\"400\" height=\"300\" /></div>','',0,4,0,15,'2008-03-03 14:49:07',62,'','2010-10-20 11:17:01',65,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=',25,0,5,'','',0,2355),(32,'Žuvies patiekalai','','<table border=\"0\" cellspacing=\"1\" cellpadding=\"1\" width=\"630\"><tbody><tr><td><p><strong>La&scaron;i&scaron;a&nbsp;su&nbsp;vynuoginiais pomidorais<br /></strong>(la&scaron;i&scaron;os file,&nbsp;vynuoginiai pomidorai, raudonojo vyno padažas) </p></td><td><p align=\"right\"><strong>24,00 LT</strong></p></td></tr><tr><td><p><strong>Sterkas su&nbsp;raudonųjų ikrų padažu<br /></strong>(sterko filė, žirnelių ank&scaron;tys, &quot;Rissoto&quot; ryžiai) </p></td><td><p align=\"right\"><strong>25,00 LT</strong></p></td></tr><tr><td><p><strong>Uotas su &quot;Rissoto&quot; ryžiais ir pomidoriniu padažu<br /></strong>(uoto filė, pomidorų piure, įdaryta paprika, mėlynieji moliuskai) </p></td><td><p align=\"right\"><strong>25,00 LT</strong></p></td></tr><tr><td><strong>Plek&scaron;nė&nbsp;su tigrinėmis&nbsp;krevetėmis</strong><br />(plek&scaron;nės filė,&nbsp;vyno-salierų padažas, brokoliai)<em><br /></em></td><td><p align=\"right\">&nbsp;<strong>23,00 LT</strong></p></td></tr><tr><td><p align=\"left\"><strong>Upėtakis, įdarytas daržovėmis ir vėžių uodegėlėmis<br /></strong>(ryžiai, kar&scaron;tos daržovės, &scaron;afrano padažas)<em><br /></em></p></td><td><p align=\"right\"><strong>22,00 LT</strong></p></td></tr></tbody></table><p><strong>Karpis su keptais pomidorais&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;&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; 18,00LT<br /></strong>(karpio filė,&nbsp;ryžiai, brokoliai) </p><p>&nbsp;</p>','',0,4,0,15,'2008-03-03 14:49:17',62,'','2010-10-20 11:16:57',65,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=',11,0,4,'','',0,1422),(33,'Desertai','','<table border=\"0\" cellspacing=\"1\" cellpadding=\"1\" width=\"630\"><tbody><tr><td colspan=\"2\"><br /></td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td colspan=\"2\"><p>&nbsp;</p></td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td colspan=\"2\"><strong>Aguonų pyragas su vaniliniu ir aviečių padažu</strong><br /></td><td><p align=\"right\"><strong>7,00 LT</strong></p></td></tr><tr><td colspan=\"2\"><strong>Močiutės-obuolių pyragas su ledais&nbsp;</strong></td><td><p align=\"right\"><strong>8,00 LT</strong></p></td></tr><tr><td colspan=\"2\"><strong>&Scaron;trudelis&nbsp;su var&scaron;kės kremu ir bra&scaron;kių padažu</strong><br /></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>8,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>9,00 LT</strong></p></td></tr><tr><td colspan=\"2\"><strong>Var&scaron;kės desertas su rie&scaron;utais/ &scaron;okoladu/vaisiais / bra&scaron;kių pagardu<br /></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>7,50 LT</strong></p></td></tr><tr><td colspan=\"2\"><strong>Ledai su aviečių&nbsp;pagardu / vaisiais / &scaron;okoladu / rie&scaron;utais </strong></td><td><p align=\"right\"><strong>6,50 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>7,00 LT / 14,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>','',0,4,0,15,'2008-03-03 14:49:26',62,'','2010-10-20 11:16:44',65,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=',7,0,3,'','',0,1455),(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>&nbsp;</td><td align=\"right\"></td></tr><tr><td><strong>Ledų - sulčių / apelsinų / multivitaminų</strong></td><td><p align=\"right\"><strong>6,00 LT</strong></p></td></tr><tr><td>&nbsp;</td><td><p align=\"right\">&nbsp;</p></td></tr><tr><td><p style=\"color: #ffcc33\">&nbsp;</p></td></tr><tr><td>&nbsp;</td><td><p align=\"right\">&nbsp;</p></td></tr></tbody></table>','',0,4,0,15,'2008-03-03 14:49:36',62,'','2010-10-20 11:16:38',65,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=',7,0,2,'','',0,2532),(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>10,00 LT</strong></p></td></tr><tr><td valign=\"top\"><strong>Užkanda&nbsp;kompanijai</strong><br />(kalmarų žiedai, rūkytos ausys,&nbsp;medžiotojų sūris, įdaryta tortilija,&nbsp;krabų žnyplės)</td><td><p align=\"right\"><strong>23,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>8,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 &quot;Picarela&quot;) </td><td><p align=\"right\"><strong>10,00 LT</strong></p></td></tr><tr><td><strong>Kar&scaron;tos rūkytos kiaulių ausys su čili pupelėmis</strong></td><td align=\"right\"><strong>&nbsp;10,00 LT<br /></strong></td></tr><tr><td><strong>Tortilijos suktinukai</strong></td><td><p align=\"right\"><strong>9,00 LT</strong></p></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table>','',0,4,0,15,'2008-03-03 14:49:45',62,'','2010-10-20 11:16:32',65,65,'2011-05-10 14:50:27','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=',13,0,1,'','',0,1970),(50,'Alus','','','',1,4,0,19,'2008-05-22 10:24:53',64,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2008-05-22 10:24:34','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,1,'','',0,1),(60,'Test','Test','','',-2,4,0,21,'2010-02-14 01:19:16',63,'','2010-02-14 01:48:19',63,0,'0000-00-00 00:00:00','2010-02-14 01:18:56','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,0,'','',0,15),(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; font-size: 12px\"><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,'','2010-01-05 15:28:20',64,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=',4,0,3,'','',0,8595),(37,'100 vietų banketų salė','','<p><strong class=\"red\">{gallery}banketai/banketai_100{/gallery}</strong></p><p>&nbsp;</p><p style=\"font-size: 12px\">MARTINI klubo 100 vietų banketinė salė - puiki vieta sužadėtuvių, vestuvių ar kitiems i&scaron;kilmingiems pokyliams.</p> <p style=\"font-size: 12px\">Turite kitą ypatingą progą?</p> <p style=\"font-size: 12px\" 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,'','2010-01-05 15:31:43',64,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=',10,0,2,'','',0,1646),(38,'20 vietų banketų salė','','<p><strong class=\"red\">{gallery}banketai/banketai_20{/gallery}</strong></p><p>&nbsp;</p>','',1,4,0,16,'2008-03-03 20:04:06',62,'','2008-03-03 23:42:10',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=',2,0,1,'','',0,1640),(39,'Foto galerija','','','',1,4,0,17,'2008-03-03 23:54:41',62,'','2008-09-15 09:40:17',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=',2,0,11,'','',0,42410),(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,10,'','',0,22999),(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,9,'','',0,3460),(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,8,'','',0,2933),(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,0,'0000-00-00 00:00:00','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,7,'','',0,2546),(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,6,'','',0,2491),(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,5,'','',0,11014),(46,'Banketai','','<strong class=\"red\">{gallery}foto_galerija/banketai{/gallery}</strong>','',1,4,0,17,'2008-03-04 00:01:47',62,'','2010-03-29 16:43:24',65,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=',3,0,4,'','',0,7894),(61,'Test1','','Test1','',-2,4,0,21,'2010-02-14 01:50:06',63,'','2010-02-14 01:50:34',63,0,'0000-00-00 00:00:00','2010-02-14 01:49:45','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,0,'','',0,0),(47,'Protų mūšis','','Žaidimo &quot;protų mū&scaron;is&quot; pirmo turo rezultatai <div class=\"naujiena_body\" style=\"font-size: 12px\"><p><table border=\"1\" cellspacing=\"5\" cellpadding=\"5\" width=\"500\" align=\"center\" style=\"height: 500px\"><tbody><tr><td>&nbsp;Vieta</td><td width=\"200\">Komanda&nbsp;</td><td>I&nbsp;</td><td>II&nbsp;</td><td>III&nbsp;</td><td>IV&nbsp;</td><td>V&nbsp;</td><td>VI&nbsp;</td><td>Viso&nbsp;</td><td>Vidurkis&nbsp;</td><td>Ta&scaron;kai&nbsp;</td></tr><tr><td>1&nbsp;</td><td>&nbsp;Daiskardas</td><td>&nbsp;9,5</td><td>&nbsp;7,0</td><td>9,0&nbsp;</td><td>8,0&nbsp;</td><td>6,0&nbsp;</td><td>8,0&nbsp;</td><td>47,5&nbsp;</td><td>7,9&nbsp;</td><td>12,0&nbsp;</td></tr><tr><td>&nbsp;2</td><td>&nbsp;Gera komanda</td><td>&nbsp;6,0</td><td>&nbsp;10,0</td><td>&nbsp;7,0</td><td>&nbsp;8,0</td><td>&nbsp;7,0</td><td>&nbsp;6,0</td><td>&nbsp;44,0</td><td>&nbsp;7,3</td><td>&nbsp;9,0</td></tr><tr><td>&nbsp;3</td><td>&nbsp;Angelai</td><td>&nbsp;4,0</td><td>&nbsp;8,0</td><td>&nbsp;5,0</td><td>&nbsp;9,0</td><td>&nbsp;9,0</td><td>&nbsp;9,0</td><td>&nbsp;44,0</td><td>&nbsp;7,3</td><td>&nbsp;9,0</td></tr><tr><td>&nbsp;4</td><td>&nbsp;Vykinto RK</td><td>&nbsp;7,5</td><td>&nbsp;9,0</td><td>&nbsp;7,0</td><td>&nbsp;9,0</td><td>&nbsp;6,0</td><td>&nbsp;5,0</td><td>&nbsp;43,5</td><td>&nbsp;7,3</td><td>&nbsp;7,0</td></tr><tr><td>&nbsp;5</td><td>&nbsp;Busturas</td><td>&nbsp;9,5</td><td>&nbsp;8,0</td><td>&nbsp;6,0</td><td>&nbsp;9,0</td><td>&nbsp;5,0</td><td>&nbsp;6,0</td><td>&nbsp;43,5</td><td>&nbsp;7,3</td><td>&nbsp;7,0</td></tr><tr><td>&nbsp;6</td><td>&nbsp;Nerealieji</td><td>&nbsp;9,0</td><td>&nbsp;7,0</td><td>&nbsp;7,0</td><td>&nbsp;9,0</td><td>&nbsp;5,0</td><td>&nbsp;6,0</td><td>&nbsp;43,0</td><td>&nbsp;7,2</td><td>&nbsp;5,0</td></tr><tr><td>&nbsp;7</td><td>&nbsp;Nusivylusios ...</td><td>&nbsp;8,5</td><td>&nbsp;9,0</td><td>&nbsp;7,0</td><td>&nbsp;6,0</td><td>&nbsp;7,0</td><td>&nbsp;5,0</td><td>&nbsp;42,5</td><td>&nbsp;7,1</td><td>&nbsp;4,0</td></tr><tr><td>&nbsp;8</td><td>&nbsp;Žiūrėk&nbsp;saves</td><td>&nbsp;6,5</td><td>&nbsp;9,0</td><td>&nbsp;7,0</td><td>&nbsp;7,0</td><td>&nbsp;5,0</td><td>&nbsp;8,0</td><td>&nbsp;42,5</td><td>&nbsp;7,1</td><td>&nbsp;4,0</td></tr><tr><td>&nbsp;9</td><td>&nbsp;Gruodžio 18oji</td><td>&nbsp;7,0</td><td>&nbsp;7,0</td><td>&nbsp;8,0</td><td>&nbsp;8,0</td><td>&nbsp;6,0</td><td>&nbsp;6,0</td><td>&nbsp;42,0</td><td>&nbsp;7,0</td><td>&nbsp;2,0</td></tr><tr><td>&nbsp;10</td><td>&nbsp;Barsuko sapnas</td><td>&nbsp;6,5</td><td>&nbsp;8,0</td><td>&nbsp;7,0</td><td>&nbsp;7,0</td><td>&nbsp;5,0</td><td>&nbsp;7,5</td><td>&nbsp;41,0</td><td>&nbsp;6,8</td><td>&nbsp;1,0</td></tr></tbody></table></p><p>Sėkmės!</p></div>','',-2,4,0,21,'2008-03-04 22:00:32',62,'','2010-02-14 00:36:38',63,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=',13,0,0,'','',0,3534),(48,'Kontaktai','','<p style=\"font-size: 12px\" class=\"naujiena_body\">Naktinis klubas &bdquo;Martini&ldquo;<br />Draugystės 25, &Scaron;iauliai<br />tel.: (41) 399688, (600) 44999<br />faks.: (41) 399973<br />e.pa&scaron;tas: <a href=\"mailto:info@martini-club.lt\">info@martini-club.lt</a></p><div class=\"naujiena_body\" align=\"center\" style=\"font-size: 12px\"><strong><span style=\"color: red; font-size: 18pt\"><font face=\"Times New Roman\"><p align=\"center\"><span style=\"color: red; font-size: 18pt\"><font face=\"Times New Roman\">Vietų rezervacija vakarui </font></span><span style=\"color: red; font-size: 18pt\"><font face=\"Times New Roman\">tel.:&nbsp; <strong>860044999</strong>, 867098868</font></span>&nbsp;</p></font></span></strong><strong><span style=\"color: red; font-size: 18pt\"><font face=\"Times New Roman\">Dėl banketų, fur&scaron;etų, gedulingų pietų skambinti tel.: 867134555</font></span><span style=\"color: red; font-size: 18pt\"><font face=\"Times New Roman\">&nbsp;</font></span></strong></div>','',1,4,0,19,'2008-03-06 13:53:14',62,'','2010-11-28 15:47:08',65,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=',7,0,3,'','',0,18998),(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,2,'','',0,1999),(59,'Protų mūšis','Protų mūšis','<strong style=\"font-size: 16px\">Žaidimas&nbsp;&quot;PROTŲ MŪ&Scaron;IS&quot; </strong>','',1,4,0,21,'2010-02-14 01:16:32',63,'','2011-11-30 09:32:02',65,0,'0000-00-00 00:00:00','2010-02-14 01:15:52','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',86,0,7,'','',0,9173),(55,'Pirmas turas','Pirmas turas','Pirmas turas','',-2,4,0,21,'2010-02-14 00:33:24',63,'','2010-02-14 00:35:18',63,0,'0000-00-00 00:00:00','2010-02-14 00:32:46','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,0,'','',0,1),(56,'Pirmas turas','Pirmas turas','','',-2,4,0,21,'2010-02-14 00:38:53',63,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-02-14 00:38:24','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,0,'','',0,1),(57,'Pirmas turas','Pirmas turas','Pirmas turas','',-2,4,0,21,'2010-02-14 00:45:57',63,'','2010-02-14 00:53:33',63,0,'0000-00-00 00:00:00','2010-02-14 00:45:21','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=1\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',5,0,0,'','',0,10),(58,'Antras turas','Antras turas','Antras turas','',-2,4,0,21,'2010-02-14 00:55:02',63,'','2010-02-14 00:56:35',63,0,'0000-00-00 00:00:00','2010-02-14 00:54:41','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,0),(51,'Partneriai','Partneriai','<table border=\"0\" width=\"500\" align=\"center\"><tbody><tr><td width=\"150\" style=\"font-size: 12px\">&nbsp;<a href=\"http://www.saule.lt\" target=\"_blank\" title=\"Kino teatras &quot;Saulė&quot;\">Saulės kino teatras</a></td><td>&nbsp; <div style=\"text-align: center\"><img src=\"images/stories/partneriai/saule.jpg\" alt=\"Saulės kino teatras\" width=\"321\" height=\"68\" /></div></td></tr><tr><td style=\"font-size: 12px\">&nbsp;<a href=\"http://www.hotelgrafaite.com/\" target=\"_blank\" title=\"Grafaitės svetainė\">Grafaitės svetainė</a></td><td>&nbsp; <div style=\"text-align: center\"><img src=\"images/stories/partneriai/grafaite.jpg\" alt=\"Sample Image\" width=\"100\" /></div></td></tr><tr><td style=\"font-size: 12px\">&nbsp;<a href=\"http://www.eurotaxi.lt\" target=\"_blank\" title=\"Euro taxi\">Euro taxi</a></td><td>&nbsp; <div style=\"text-align: center\"><img style=\"width: 175px; height: 87px\" src=\"images/stories/partneriai/eurotaxi.png\" alt=\"Sample Image\" width=\"100\" height=\"78\" /></div></td></tr><tr><td style=\"font-size: 12px\">&nbsp;<a href=\"http://www.clubfm.lt\" target=\"_blank\" title=\"Club FM\">Club FM</a></td><td>&nbsp; <div style=\"text-align: center\"><img src=\"images/stories/partneriai/clubfm.gif\" alt=\"Sample Image\" width=\"100\" /></div></td></tr><tr><td style=\"font-size: 12px\">&nbsp;<a href=\"http://www.pramogosplius.lt\" target=\"_blank\" title=\"Pramogų portalas\">Pramogų portalas</a></td><td>&nbsp;<img src=\"images/stories/partneriai/pramogosplius.jpg\" alt=\"pramogosplius.lt\" width=\"321\" height=\"68\" /></td></tr></tbody></table>','',1,4,0,20,'2009-06-05 15:59:45',63,'','2010-01-05 15:36:32',64,0,'0000-00-00 00:00:00','2009-06-05 15:59: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=',21,0,1,'','',0,4651),(52,'Junior','','<p><font size=\"4\">Norint gauti nuotraukas, kreipkitės: www.janfoto.lt tel. 8685 82895 Saulius Jankauskas </font></p><strong class=\"red\">{gallery}foto_galerija/junior{/gallery}</strong>','',1,4,0,17,'2009-12-31 10:32:27',63,'','2010-01-04 12:42:01',64,0,'0000-00-00 00:00:00','2009-12-31 10:32: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=',5,0,3,'','',0,3645),(53,'Protų mūšis','','<p><font size=\"4\">Norint gauti nuotraukas, kreipkitės: www.janfoto.lt tel. 8685 82895 Saulius Jankauskas </font></p><p><strong class=\"red\">{gallery}foto_galerija/protu_musis{/gallery}</strong></p>','',-2,4,0,17,'2009-12-31 10:38:55',63,'','2010-01-04 12:42:24',64,0,'0000-00-00 00:00:00','2009-12-31 10:38:28','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,0,'','',0,950),(54,'V. Tarasovienė','','<strong class=\"red\">{gallery}foto_galerija/Tarasoviene{/gallery}</strong>','',1,4,0,17,'2010-01-20 12:23:17',63,'','2010-01-20 12:23:19',63,0,'0000-00-00 00:00:00','2010-01-20 12:21:58','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,3321),(62,'A divizionas','A divizionas','<p align=\"center\">Žaidimo &quot;PROTŲ MŪ&Scaron;IS&quot;&nbsp;A diviziono&nbsp;rezultataii&nbsp; </p><p align=\"center\">&nbsp;</p>','',1,4,0,21,'2010-02-14 10:38:04',63,'','2011-11-13 23:18:11',65,0,'0000-00-00 00:00:00','2010-02-14 10:37:46','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',30,0,6,'','',0,1976),(63,'B divizionas','B divizionas','<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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Žaidimo &quot;PROTŲ MŪ&Scaron;IS&quot;&nbsp;B diviziono&nbsp;rezultatai</p><p>&nbsp;</p>','',1,4,0,21,'2010-02-14 10:38:26',63,'','2011-11-13 23:17:56',65,0,'0000-00-00 00:00:00','2010-02-14 10:38:07','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=',26,0,5,'','',0,1789),(64,'Trečias turas','Trečias turas','Žaidimo &quot;protų mū&scaron;is&quot;&nbsp;trečio turo rezultatai <div class=\"naujiena_body\" style=\"font-size: 12px\"><table border=\"1\" cellspacing=\"5\" cellpadding=\"5\" width=\"500\" align=\"center\" style=\"height: 500px\"><tbody><tr><td width=\"60\">Vieta</td><td width=\"800\">Komanda</td><td width=\"40\">I</td><td width=\"40\">II</td><td width=\"40\">III</td><td width=\"40\">IV</td><td width=\"40\">V</td><td width=\"40\">VI</td><td width=\"40\">Viso</td><td width=\"40\">Vidurkis</td><td width=\"40\">Ta&scaron;kai</td></tr><tr><td>1&nbsp;</td><td>&nbsp;Vykinto RK</td><td>&nbsp;7</td><td>&nbsp;7</td><td>&nbsp;3</td><td>&nbsp;8</td><td>&nbsp;5</td><td>6&nbsp;</td><td>&nbsp;36</td><td>&nbsp;6</td><td>&nbsp;12</td></tr><tr><td>&nbsp;2</td><td>&nbsp;Velniava</td><td>&nbsp;3</td><td>&nbsp;5</td><td>&nbsp;3</td><td>&nbsp;5</td><td>&nbsp;6</td><td>&nbsp;6,5</td><td>&nbsp;28,5</td><td>&nbsp;4,8</td><td>&nbsp;9</td></tr><tr><td>&nbsp;3</td><td>&nbsp;Busturas</td><td>&nbsp;5</td><td>&nbsp;6</td><td>&nbsp;1,5</td><td>&nbsp;5</td><td>&nbsp;3</td><td>&nbsp;6</td><td>&nbsp;26,5</td><td>&nbsp;4,4</td><td>&nbsp;8</td></tr><tr><td>&nbsp;4</td><td>&nbsp;Žiūrėk savęs</td><td>&nbsp;5</td><td>&nbsp;3</td><td>&nbsp;2</td><td>&nbsp;5,5</td><td>&nbsp;6</td><td>&nbsp;5</td><td>&nbsp;26,5</td><td>&nbsp;4,4</td><td>&nbsp;8</td></tr><tr><td>&nbsp;5</td><td>&nbsp;666</td><td>&nbsp;6</td><td>&nbsp;7</td><td>&nbsp;1</td><td>&nbsp;3,5</td><td>&nbsp;3</td><td>&nbsp;5</td><td>&nbsp;25,5</td><td>&nbsp;4,3</td><td>&nbsp;6</td></tr><tr><td>&nbsp;6</td><td>&nbsp;Mėgėjai</td><td>&nbsp;4</td><td>&nbsp;3</td><td>&nbsp;2</td><td>&nbsp;6</td><td>&nbsp;5</td><td>&nbsp;5</td><td>&nbsp;25</td><td>&nbsp;4,2</td><td>&nbsp;5</td></tr><tr><td>&nbsp;7</td><td>&nbsp;Ginkūnai</td><td>&nbsp;5</td><td>&nbsp;5</td><td>&nbsp;0</td><td>&nbsp;4,5</td><td>&nbsp;5</td><td>&nbsp;4</td><td>&nbsp;23,5</td><td>&nbsp;3,9</td><td>&nbsp;4</td></tr><tr><td>&nbsp;8</td><td>&nbsp;Gera komanda</td><td>&nbsp;3</td><td>&nbsp;7</td><td>&nbsp;3</td><td>&nbsp;4</td><td>&nbsp;3</td><td>&nbsp;3,5</td><td>&nbsp;23,5</td><td>&nbsp;3,9</td><td>&nbsp;4</td></tr><tr><td>&nbsp;9</td><td><p>Barsuko sapnas</p></td><td>&nbsp;5</td><td>&nbsp;5</td><td>&nbsp;4</td><td>&nbsp;2</td><td>&nbsp;4</td><td>&nbsp;4</td><td>&nbsp;23</td><td>&nbsp;3,8</td><td>&nbsp;2</td></tr><tr><td>&nbsp;10</td><td><p>&nbsp;Surikatai</p></td><td>&nbsp;2</td><td>&nbsp;8</td><td>&nbsp;1</td><td>&nbsp;1,5</td><td>&nbsp;3</td><td>&nbsp;2</td><td>&nbsp;19,5</td><td>&nbsp;3,3</td><td>&nbsp;1</td></tr></tbody></table><p>Sėkmės!</p></div>','',1,4,0,21,'2010-02-14 10:38:48',63,'','2011-10-21 09:12:49',65,0,'0000-00-00 00:00:00','2010-02-14 10:38: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=',3,0,4,'','',0,388),(65,'Ketvirtas turas','Ketvirtas turas','Žaidimo &quot;protų mū&scaron;is&quot;&nbsp;ketvirto turo rezultatai <div class=\"naujiena_body\" style=\"font-size: 12px\"><p><table border=\"1\" cellspacing=\"5\" cellpadding=\"5\" width=\"500\" align=\"center\" style=\"height: 500px\"><tbody><tr><td width=\"60\">Vieta</td><td width=\"800\">Komanda</td><td width=\"40\">I</td><td width=\"40\">II</td><td width=\"40\">III</td><td width=\"40\">IV</td><td width=\"40\">V</td><td width=\"40\">VI</td><td width=\"40\">Viso</td><td width=\"40\">Vidurkis</td><td width=\"40\">Ta&scaron;kai</td></tr><tr><td>1&nbsp;</td><td>&nbsp;Vykinto RK </td><td>&nbsp;5</td><td>9&nbsp;</td><td>6,5&nbsp;</td><td>5&nbsp;</td><td>5,5&nbsp;</td><td>7,5&nbsp;</td><td>38,5&nbsp;</td><td>&nbsp;&nbsp;6,4&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;2</td><td>&nbsp;Mėgėjai</td><td>&nbsp;9</td><td>9&nbsp;</td><td>6,5&nbsp;</td><td>2&nbsp;</td><td>5&nbsp;</td><td>6,5&nbsp;</td><td>38&nbsp;</td><td>&nbsp; 6,3&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;3</td><td>&nbsp;Busturas </td><td>&nbsp;7</td><td>&nbsp;10</td><td>&nbsp;4,5</td><td>5&nbsp;</td><td>1,5&nbsp;</td><td>8&nbsp;</td><td>36&nbsp;</td><td>&nbsp;&nbsp; 6,0</td><td>&nbsp;</td></tr><tr><td>&nbsp;4</td><td>&nbsp;Velniava</td><td>7&nbsp;</td><td>4&nbsp;</td><td>5&nbsp;</td><td>5&nbsp;</td><td>6,5&nbsp;</td><td>7,5&nbsp;</td><td>35,5&nbsp;</td><td>&nbsp;5,9</td><td>&nbsp;</td></tr><tr><td>&nbsp;5</td><td>&nbsp;Angelai</td><td>&nbsp;4</td><td>&nbsp;7</td><td>&nbsp;5</td><td>&nbsp;5</td><td>&nbsp;6,5</td><td>&nbsp;7,5</td><td>&nbsp;35</td><td>&nbsp;5,8</td><td>&nbsp;</td></tr><tr><td>&nbsp;6</td><td>&nbsp;Toastmasters</td><td>&nbsp;4</td><td>&nbsp;7</td><td>&nbsp;6,5</td><td>&nbsp;5,5</td><td>&nbsp;5</td><td>&nbsp;6,5</td><td>&nbsp;34,5</td><td>&nbsp;5,8</td><td>&nbsp;</td></tr><tr><td>&nbsp;7</td><td>&nbsp;Žiūrėk&nbsp;savęs</td><td>7&nbsp;</td><td>8&nbsp;</td><td>6,5&nbsp;</td><td>2&nbsp;</td><td>3,5&nbsp;</td><td>&nbsp;6&nbsp;</td><td>&nbsp;33</td><td>&nbsp;5,5</td><td>&nbsp;</td></tr><tr><td>&nbsp;8</td><td>&nbsp;Ginkūnai</td><td>&nbsp;7</td><td>&nbsp;7</td><td>&nbsp;5&nbsp;</td><td>&nbsp;4,5</td><td>&nbsp;5</td><td>&nbsp;4,5</td><td>&nbsp;33</td><td>&nbsp;5,5</td><td>&nbsp;</td></tr><tr><td>&nbsp;9</td><td>&nbsp;Žuvėdra</td><td>&nbsp;7</td><td>&nbsp;8</td><td>&nbsp;2,5</td><td>&nbsp;4</td><td>&nbsp;3</td><td>&nbsp;8</td><td>&nbsp;32,5</td><td>&nbsp;5,4</td><td>&nbsp;</td></tr><tr><td>&nbsp;10</td><td>&nbsp;Trys svarstyklės</td><td>&nbsp;7</td><td>&nbsp;8</td><td>&nbsp;5</td><td>&nbsp;5</td><td>&nbsp;3</td><td>&nbsp;4</td><td>&nbsp;32</td><td>&nbsp;5,3</td><td>&nbsp;</td></tr></tbody></table></p><p>Sėkmės!</p></div>','',1,4,0,21,'2010-02-14 10:58:43',63,'','2011-10-21 09:12:48',65,0,'0000-00-00 00:00:00','2010-02-14 10:58:12','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,310),(66,'Penktas turas','Penktas turas','Žaidimo &quot;protų mū&scaron;is&quot;&nbsp;penkto turo rezultatai <div class=\"naujiena_body\" style=\"font-size: 12px\"><table border=\"1\" cellspacing=\"5\" cellpadding=\"5\" width=\"500\" align=\"center\" style=\"height: 500px\"><tbody><tr><td width=\"60\">Vieta</td><td width=\"800\">Komanda</td><td width=\"40\">I</td><td width=\"40\">II</td><td width=\"40\">III</td><td width=\"40\">IV</td><td width=\"40\">V</td><td width=\"40\">VI</td><td width=\"40\">Viso</td><td width=\"40\">Vidurkis</td><td width=\"40\">Ta&scaron;kai</td></tr><tr><td>1&nbsp;</td><td>&nbsp;Mėgėjai</td><td>&nbsp;6,5</td><td>7&nbsp;</td><td>&nbsp;9</td><td>6&nbsp;</td><td>8&nbsp;</td><td>&nbsp;5</td><td>&nbsp;41,5</td><td>&nbsp;6,9</td><td>&nbsp;</td></tr><tr><td>&nbsp;2</td><td>&nbsp;Velniava</td><td>&nbsp;5,5</td><td>&nbsp;5,5</td><td>&nbsp;7</td><td>&nbsp;8</td><td>&nbsp;6,5</td><td>&nbsp;7,5</td><td>&nbsp;40</td><td>&nbsp;6,7</td><td>&nbsp;</td></tr><tr><td>&nbsp;3</td><td>&nbsp;Gera komanda </td><td>&nbsp;5,5</td><td>&nbsp;7,5</td><td>&nbsp;8</td><td>&nbsp;4</td><td>&nbsp;7</td><td>&nbsp;4,5</td><td>&nbsp;36,5</td><td>&nbsp;6,1</td><td>&nbsp;</td></tr><tr><td>&nbsp;4</td><td><p>&nbsp;Žiūrėk&nbsp;savęs</p></td><td>&nbsp;5,5</td><td>&nbsp;6,5</td><td>&nbsp;6</td><td>&nbsp;6</td><td>&nbsp;8</td><td>&nbsp;4</td><td>&nbsp;36</td><td>&nbsp;6,0</td><td>&nbsp;</td></tr><tr><td>&nbsp;5</td><td><p>Vykinto RK</p></td><td>&nbsp;3,5</td><td>&nbsp;5</td><td>&nbsp;8</td><td>&nbsp;6</td><td>&nbsp;5,5</td><td>&nbsp;7,5</td><td>&nbsp;35,5</td><td>&nbsp;5,9</td><td>&nbsp;</td></tr><tr><td>&nbsp;6</td><td>&nbsp;Toastmasters</td><td>&nbsp;0,5</td><td>&nbsp;8,5</td><td>&nbsp;6</td><td>&nbsp;7</td><td>&nbsp;7</td><td>&nbsp;5</td><td>&nbsp;34</td><td>&nbsp;5,7</td><td>&nbsp;</td></tr><tr><td>&nbsp;7</td><td>&nbsp;Nerealiosios </td><td>&nbsp;3,5</td><td>&nbsp;6</td><td>&nbsp;7</td><td>&nbsp;4</td><td>&nbsp;8</td><td>&nbsp;4</td><td>&nbsp;32,5</td><td>&nbsp;5,4</td><td>&nbsp;</td></tr><tr><td>&nbsp;8</td><td>&nbsp;Barsuko sapnas</td><td>&nbsp;1,5</td><td>&nbsp;5</td><td>&nbsp;9</td><td>&nbsp;4</td><td>&nbsp;7,5</td><td>&nbsp;5</td><td>&nbsp;32</td><td>&nbsp;5,3</td><td>&nbsp;</td></tr><tr><td>&nbsp;9</td><td>&nbsp;Busturas&nbsp;</td><td>&nbsp;0,5</td><td>&nbsp;8,5</td><td>&nbsp;8</td><td>&nbsp;7</td><td>&nbsp;2</td><td>&nbsp;5,5</td><td>&nbsp;31,5</td><td>&nbsp;5,3</td><td>&nbsp;</td></tr><tr><td>&nbsp;10</td><td>&nbsp;Daiskardas </td><td>&nbsp;5,5</td><td>&nbsp;4,5</td><td>&nbsp;6</td><td>&nbsp;7</td><td>&nbsp;3</td><td>&nbsp;5</td><td>&nbsp;31</td><td>&nbsp;5,2</td><td>&nbsp;</td></tr></tbody></table><p>Sėkmės!</p></div>','',1,4,0,21,'2010-02-14 10:59:22',63,'','2011-10-13 21:57:58',65,0,'0000-00-00 00:00:00','2010-02-14 10:58:47','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,273),(67,'Šeštas turas','Šeštas turas','Žaidimo &quot;protų mū&scaron;is&quot;&nbsp;&scaron;e&scaron;to turo rezultatai <div class=\"naujiena_body\" style=\"font-size: 12px\"><p><table border=\"1\" cellspacing=\"5\" cellpadding=\"5\" width=\"500\" height=\"500\" align=\"center\"><tbody><tr><td width=\"60\">Vieta</td><td width=\"800\">Komanda</td><td width=\"40\">I</td><td width=\"40\">II</td><td width=\"40\">III</td><td width=\"40\">IV</td><td width=\"40\">V</td><td width=\"40\">VI</td><td width=\"40\">Viso</td><td width=\"40\">Vidurkis</td></tr><tr><td>&nbsp;1&nbsp;</td><td>&nbsp;Žiūrėk savęs</td><td>5 <br /></td><td>&nbsp;8</td><td>&nbsp;9</td><td>&nbsp;6,5</td><td>6 <br /></td><td>&nbsp;5,5</td><td>&nbsp;40</td><td>&nbsp;6,7</td></tr><tr><td>&nbsp;2</td><td>&nbsp;Vykinto RK</td><td>3,5 <br /></td><td>&nbsp;7</td><td>&nbsp;10</td><td>&nbsp;2</td><td>&nbsp;8</td><td>&nbsp;9</td><td>&nbsp;39,5</td><td>&nbsp;6,6</td></tr><tr><td>&nbsp;3</td><td>&nbsp;Velniava</td><td>&nbsp;4</td><td>&nbsp;7</td><td>&nbsp;9</td><td>&nbsp;3</td><td>&nbsp;5,5</td><td>&nbsp;8</td><td>&nbsp;36,5</td><td>&nbsp;6,1</td></tr><tr><td>&nbsp;4</td><td>&nbsp;Gera komanda<br /></td><td>&nbsp;4</td><td>7 </td><td>7,5 <br /></td><td>4 <br /></td><td>8 <br /></td><td>4,5 <br /></td><td>&nbsp;35</td><td>&nbsp;5,8</td></tr><tr><td>&nbsp;5</td><td>&nbsp;Ginkūnai</td><td>&nbsp;5<br /></td><td>5 <br /></td><td>8,5 <br /></td><td>&nbsp;0</td><td>&nbsp;7,5</td><td>&nbsp;8</td><td>&nbsp;34<br /></td><td>&nbsp;5,7</td></tr><tr><td>&nbsp;6</td><td>&nbsp;Busturas</td><td>2 <br /></td><td>9 <br /></td><td>6 <br /></td><td>&nbsp;4,5</td><td>&nbsp;6,5</td><td>&nbsp;5,5</td><td>&nbsp;33,5</td><td>&nbsp;5,6</td></tr><tr><td>&nbsp;7</td><td>&nbsp;Nerealiosios</td><td>&nbsp;5</td><td>5 <br /></td><td>9,5 <br /></td><td>0 <br /></td><td>&nbsp;8</td><td>&nbsp;5,5</td><td>33 <br /></td><td>&nbsp;5,5 <br /></td></tr><tr><td>&nbsp;8</td><td>&nbsp;Angelai</td><td>&nbsp;5,5</td><td>&nbsp;5</td><td>&nbsp;7</td><td>&nbsp;2</td><td>&nbsp;4,5</td><td>&nbsp;7,5</td><td>&nbsp;31,5</td><td>&nbsp;5,3</td></tr><tr><td>&nbsp;9</td><td>&nbsp;Mėgėjai</td><td>&nbsp;4</td><td>&nbsp;5</td><td>&nbsp;8,5</td><td>&nbsp;2</td><td>&nbsp;4,5</td><td>&nbsp;7</td><td>&nbsp;31</td><td>&nbsp;5,2</td></tr><tr><td>&nbsp;10</td><td>&nbsp;Trys svarstyklės<br /></td><td>&nbsp;4,5</td><td>&nbsp;5</td><td>&nbsp;6,5</td><td>&nbsp;1,5</td><td>&nbsp;5</td><td>&nbsp;5</td><td>&nbsp;27,5</td><td>&nbsp;4,6</td></tr><tr><td>&nbsp;11</td><td>&nbsp;Nusivylusios...</td><td>&nbsp;3</td><td>&nbsp;3</td><td>&nbsp;9,5</td><td>&nbsp;1</td><td>&nbsp;7,5</td><td>&nbsp;3,5</td><td>&nbsp;27,5</td><td>&nbsp;4,6</td></tr><tr><td>&nbsp;12</td><td>&nbsp;Paprastučiai</td><td>&nbsp;4</td><td>&nbsp;8</td><td>&nbsp;6,5</td><td>&nbsp;1</td><td>&nbsp;3,5</td><td>&nbsp;3,5</td><td>&nbsp;26,5</td><td>&nbsp;4,4</td></tr><tr><td>&nbsp;13</td><td>&nbsp;AIESEC</td><td>&nbsp;3</td><td>&nbsp;6</td><td>&nbsp;8,5</td><td>&nbsp;2</td><td>&nbsp;3</td><td>&nbsp;3,5</td><td>&nbsp;26</td><td>&nbsp;4,3</td></tr><tr><td>&nbsp;14</td><td>&nbsp;666</td><td>&nbsp;3</td><td>&nbsp;2</td><td>&nbsp;3</td><td>&nbsp;4,5</td><td>&nbsp;6</td><td>&nbsp;7</td><td>&nbsp;25,5</td><td>&nbsp;4,3</td></tr><tr><td>&nbsp;15</td><td>&nbsp;Barsuko sapnas<br /></td><td>1,5 <br /></td><td>&nbsp;4</td><td>&nbsp;8,5</td><td>&nbsp;0,5</td><td>&nbsp;7 <br /></td><td>&nbsp;4 <br /></td><td>&nbsp;25,5</td><td>&nbsp;4,3</td></tr><tr><td>&nbsp;16</td><td>&nbsp;Žuvėdra</td><td>&nbsp;1</td><td>&nbsp;6</td><td>&nbsp;7,5</td><td>&nbsp;0</td><td>&nbsp;5</td><td>&nbsp;5</td><td>&nbsp;24,5</td><td>&nbsp;4,1</td></tr><tr><td>&nbsp;17</td><td>&nbsp;Gruodžio 18-oji<br /></td><td>&nbsp;1</td><td>&nbsp;3</td><td>&nbsp;5</td><td>&nbsp;2,5</td><td>&nbsp;6</td><td>&nbsp;6,5</td><td>&nbsp;24</td><td>&nbsp;4</td></tr><tr><td>&nbsp;18</td><td>&nbsp;Liepaitės</td><td>&nbsp;4</td><td>&nbsp;0</td><td>&nbsp;8</td><td>&nbsp;0 <br /></td><td>&nbsp;6,5</td><td>&nbsp;5,5</td><td>&nbsp;24</td><td>&nbsp;4</td></tr><tr><td>&nbsp;19</td><td>&nbsp;Daiskardas</td><td>&nbsp;2</td><td>&nbsp;4</td><td>&nbsp;7,5</td><td>&nbsp;1,5</td><td>&nbsp;3,5</td><td>&nbsp;4</td><td>&nbsp;22,5</td><td>&nbsp;3,8</td></tr><tr><td>&nbsp;20</td><td>&nbsp;Surikatai</td><td>&nbsp;1</td><td>&nbsp;3</td><td>&nbsp;6,5</td><td>&nbsp;2,5</td><td>&nbsp;3</td><td>5,5 <br /></td><td>&nbsp;21,5</td><td>&nbsp;3,6</td></tr><tr><td>&nbsp;21</td><td>&nbsp;Toastmasters</td><td>&nbsp;1</td><td>3 <br /></td><td>&nbsp;4,5</td><td>&nbsp;2</td><td>&nbsp;5,5</td><td>&nbsp;4</td><td>&nbsp;20</td><td>&nbsp;3,3</td></tr></tbody></table></p><p>Sėkmės!</p></div>','',1,4,0,21,'2010-02-14 10:59:41',63,'','2011-10-13 21:58:49',63,0,'0000-00-00 00:00:00','2010-02-14 10:59:27','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',17,0,1,'','',0,398),(68,'Bendra įskaita po 6 turų','Bendra įskaita po 6 turų','','',-2,4,0,21,'2010-04-07 15:48:40',64,'','2010-04-07 15:49:38',0,0,'0000-00-00 00:00:00','2010-04-07 15:48:28','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,0,'','',0,0),(69,'Bendra įskaita po 6 turų','Bendra įskaita po 6 turų','Žaidimo &quot;protų mū&scaron;is&quot;&nbsp;&scaron;e&scaron;to turo rezultatai <div class=\"naujiena_body\" style=\"font-size: 12px\"><p><table border=\"1\" cellspacing=\"5\" cellpadding=\"5\" width=\"500\" height=\"500\" align=\"center\"><tbody><tr><td width=\"60\">Vieta</td><td width=\"800\">Komanda</td><td width=\"40\">I</td><td width=\"40\">II</td><td width=\"40\">III</td><td width=\"40\">IV</td><td width=\"40\">V</td><td width=\"40\">VI</td><td width=\"40\">Viso</td><td width=\"40\">Vidurkis</td></tr><tr><td>&nbsp;1&nbsp;</td><td>&nbsp;Žiūrėk  savęs</td><td>5 <br /></td><td>&nbsp;8</td><td>&nbsp;9</td><td>&nbsp;6,5</td><td>6 <br /></td><td>&nbsp;5,5</td><td>&nbsp;40</td><td>&nbsp;6,7</td></tr><tr><td>&nbsp;2</td><td>&nbsp;Vykinto  RK</td><td>3,5 <br /></td><td>&nbsp;7</td><td>&nbsp;10</td><td>&nbsp;2</td><td>&nbsp;8</td><td>&nbsp;9</td><td>&nbsp;39,5</td><td>&nbsp;6,6</td></tr><tr><td>&nbsp;3</td><td>&nbsp;Velniava</td><td>&nbsp;4</td><td>&nbsp;7</td><td>&nbsp;9</td><td>&nbsp;3</td><td>&nbsp;5,5</td><td>&nbsp;8</td><td>&nbsp;36,5</td><td>&nbsp;6,1</td></tr><tr><td>&nbsp;4</td><td>&nbsp;Gera  komanda<br /></td><td>&nbsp;4</td><td>7 </td><td>7,5 <br /></td><td>4 <br /></td><td>8  <br /></td><td>4,5 <br /></td><td>&nbsp;35</td><td>&nbsp;5,8</td></tr><tr><td>&nbsp;5</td><td>&nbsp;Ginkūnai</td><td>&nbsp;5<br /></td><td>5  <br /></td><td>8,5 <br /></td><td>&nbsp;0</td><td>&nbsp;7,5</td><td>&nbsp;8</td><td>&nbsp;34<br /></td><td>&nbsp;5,7</td></tr><tr><td>&nbsp;6</td><td>&nbsp;Busturas</td><td>2  <br /></td><td>9 <br /></td><td>6 <br /></td><td>&nbsp;4,5</td><td>&nbsp;6,5</td><td>&nbsp;5,5</td><td>&nbsp;33,5</td><td>&nbsp;5,6</td></tr><tr><td>&nbsp;7</td><td>&nbsp;Nerealiosios</td><td>&nbsp;5</td><td>5  <br /></td><td>9,5 <br /></td><td>0 <br /></td><td>&nbsp;8</td><td>&nbsp;5,5</td><td>33  <br /></td><td>&nbsp;5,5 <br /></td></tr><tr><td>&nbsp;8</td><td>&nbsp;Angelai</td><td>&nbsp;5,5</td><td>&nbsp;5</td><td>&nbsp;7</td><td>&nbsp;2</td><td>&nbsp;4,5</td><td>&nbsp;7,5</td><td>&nbsp;31,5</td><td>&nbsp;5,3</td></tr><tr><td>&nbsp;9</td><td>&nbsp;Mėgėjai</td><td>&nbsp;4</td><td>&nbsp;5</td><td>&nbsp;8,5</td><td>&nbsp;2</td><td>&nbsp;4,5</td><td>&nbsp;7</td><td>&nbsp;31</td><td>&nbsp;5,2</td></tr><tr><td>&nbsp;10</td><td>&nbsp;Trys  svarstyklės<br /></td><td>&nbsp;4,5</td><td>&nbsp;5</td><td>&nbsp;6,5</td><td>&nbsp;1,5</td><td>&nbsp;5</td><td>&nbsp;5</td><td>&nbsp;27,5</td><td>&nbsp;4,6</td></tr><tr><td>&nbsp;11</td><td>&nbsp;Nusivylusios...</td><td>&nbsp;3</td><td>&nbsp;3</td><td>&nbsp;9,5</td><td>&nbsp;1</td><td>&nbsp;7,5</td><td>&nbsp;3,5</td><td>&nbsp;27,5</td><td>&nbsp;4,6</td></tr><tr><td>&nbsp;12</td><td>&nbsp;Paprastučiai</td><td>&nbsp;4</td><td>&nbsp;8</td><td>&nbsp;6,5</td><td>&nbsp;1</td><td>&nbsp;3,5</td><td>&nbsp;3,5</td><td>&nbsp;26,5</td><td>&nbsp;4,4</td></tr><tr><td>&nbsp;13</td><td>&nbsp;AIESEC</td><td>&nbsp;3</td><td>&nbsp;6</td><td>&nbsp;8,5</td><td>&nbsp;2</td><td>&nbsp;3</td><td>&nbsp;3,5</td><td>&nbsp;26</td><td>&nbsp;4,3</td></tr><tr><td>&nbsp;14</td><td>&nbsp;666</td><td>&nbsp;3</td><td>&nbsp;2</td><td>&nbsp;3</td><td>&nbsp;4,5</td><td>&nbsp;6</td><td>&nbsp;7</td><td>&nbsp;25,5</td><td>&nbsp;4,3</td></tr><tr><td>&nbsp;15</td><td>&nbsp;Barsuko  sapnas<br /></td><td>1,5 <br /></td><td>&nbsp;4</td><td>&nbsp;8,5</td><td>&nbsp;0,5</td><td>&nbsp;7  <br /></td><td>&nbsp;4 <br /></td><td>&nbsp;25,5</td><td>&nbsp;4,3</td></tr><tr><td>&nbsp;16</td><td>&nbsp;Žuvėdra</td><td>&nbsp;1</td><td>&nbsp;6</td><td>&nbsp;7,5</td><td>&nbsp;0</td><td>&nbsp;5</td><td>&nbsp;5</td><td>&nbsp;24,5</td><td>&nbsp;4,1</td></tr><tr><td>&nbsp;17</td><td>&nbsp;Gruodžio  18-oji<br /></td><td>&nbsp;1</td><td>&nbsp;3</td><td>&nbsp;5</td><td>&nbsp;2,5</td><td>&nbsp;6</td><td>&nbsp;6,5</td><td>&nbsp;24</td><td>&nbsp;4</td></tr><tr><td>&nbsp;18</td><td>&nbsp;Liepaitės</td><td>&nbsp;4</td><td>&nbsp;0</td><td>&nbsp;8</td><td>&nbsp;0  <br /></td><td>&nbsp;6,5</td><td>&nbsp;5,5</td><td>&nbsp;24</td><td>&nbsp;4</td></tr><tr><td>&nbsp;19</td><td>&nbsp;Daiskardas</td><td>&nbsp;2</td><td>&nbsp;4</td><td>&nbsp;7,5</td><td>&nbsp;1,5</td><td>&nbsp;3,5</td><td>&nbsp;4</td><td>&nbsp;22,5</td><td>&nbsp;3,8</td></tr><tr><td>&nbsp;20</td><td>&nbsp;Surikatai</td><td>&nbsp;1</td><td>&nbsp;3</td><td>&nbsp;6,5</td><td>&nbsp;2,5</td><td>&nbsp;3</td><td>5,5  <br /></td><td>&nbsp;21,5</td><td>&nbsp;3,6</td></tr><tr><td>&nbsp;21</td><td>&nbsp;Toastmasters</td><td>&nbsp;1</td><td>3  <br /></td><td>&nbsp;4,5</td><td>&nbsp;2</td><td>&nbsp;5,5</td><td>&nbsp;4</td><td>&nbsp;20</td><td>&nbsp;3,3</td></tr></tbody></table></p><p>Sėkmės!</p></div>','',-2,4,0,21,'2010-04-07 15:48:41',64,'','2010-04-07 15:50:34',64,0,'0000-00-00 00:00:00','2010-04-07 15:48:28','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,0,'','',0,0),(70,'Žaidimas \"Protų mūšis\"','Žaidimas \"Protų mūšis\"','<p>{gallery}foto_galerija/pm{/gallery}</p><p>&nbsp;</p><p>&nbsp;</p><h2 style=\"text-align: center; margin: 0cm 0cm 0pt\" align=\"center\"><span style=\"font-family: &#39;Comic Sans MS&#39;; color: fuchsia; font-size: 20pt\"><span style=\"font-family: &#39;Comic Sans MS&#39;; color: fuchsia; font-size: 20pt\"><span style=\"color: aqua; font-size: 14pt\"><font face=\"Times New Roman\"><span style=\"color: aqua; font-size: 18pt\"><span style=\"font-family: &#39;Comic Sans MS&#39;; color: fuchsia; font-size: 20pt\"><span style=\"font-family: &#39;Comic Sans MS&#39;; color: fuchsia; font-size: 20pt\"><span style=\"color: #ff6600; font-size: 16pt\"><font face=\"Times New Roman\"><span style=\"color: #ff6600; font-size: 22pt\">Kitame žaidime dalyvauja</span></font></span></span></span></span></font></span></span></span></h2>','',1,4,0,17,'2010-06-28 12:10:07',63,'','2011-10-21 09:12:09',65,0,'0000-00-00 00:00:00','2010-06-28 12:09:12','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',5,0,1,'','',0,3619);
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 (70,4),(63,1),(62,2),(59,3),(5,5);
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,'Martini',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 (1,'&nbsp;','Labai geras klubas :)','','','Ramūnas',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2006-08-20 00:00:00',62,'2008-03-04 23:16:01',62,0,'0000-00-00 00:00:00','2006-08-20 00:00:00','0000-00-00 00:00:00',0,8,0,1),(2,'&nbsp;','Galėtume, vietoj tų kažkokių 5 merginų foto, pakeisti į kokią nors kitą','','','Šiaulietis',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2006-08-21 00:00:00',62,'2008-03-04 23:16:35',62,0,'0000-00-00 00:00:00','2006-08-21 00:00:00','0000-00-00 00:00:00',0,2,0,3),(4,'&nbsp;',':)puiku','','','Antanas',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2006-08-22 00:00:00',62,'2008-03-04 23:16:51',62,0,'0000-00-00 00:00:00','2006-08-22 00:00:00','0000-00-00 00:00:00',0,2,0,5),(5,'&nbsp;','tai kaip juokingai cia:) blogu komentaru neideda, o tik gerus:):)','','','MEILUTE',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2006-08-21 00:00:00',62,'2008-03-04 23:17:00',62,0,'0000-00-00 00:00:00','2006-08-21 00:00:00','0000-00-00 00:00:00',0,2,0,6),(6,'&nbsp;','Ei, kad pasirodys grupe NASA?','','','Aukse',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2006-08-26 00:00:00',62,'2008-03-04 23:17:12',62,0,'0000-00-00 00:00:00','2006-08-26 00:00:00','0000-00-00 00:00:00',0,2,0,7),(7,'&nbsp;','MARTINI siauliuose geriausias po Megos. Taip ir toliau :) Linkejimai visama kolektyvui nuo kokteiliu manjako :D','','','Mantas',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2006-09-02 00:00:00',62,'2008-03-04 23:17:25',62,0,'0000-00-00 00:00:00','2006-09-02 00:00:00','0000-00-00 00:00:00',0,2,0,8),(8,'&nbsp;','zjbs klubiuks:)','','','siaulietuke',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2006-09-03 00:00:00',62,'2008-03-04 23:17:36',62,0,'0000-00-00 00:00:00','2006-09-03 00:00:00','0000-00-00 00:00:00',0,2,0,9),(9,'&nbsp;','Siaip tikrai normalus klubas:):)','','','Gedas',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2006-09-03 00:00:00',62,'2008-03-04 23:17:45',62,0,'0000-00-00 00:00:00','2006-09-03 00:00:00','0000-00-00 00:00:00',0,2,0,10),(10,'&nbsp;','NASA bus lapkričio mėn.','','','admin',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2006-09-08 00:00:00',62,'2008-03-04 23:17:53',62,0,'0000-00-00 00:00:00','2006-09-08 00:00:00','0000-00-00 00:00:00',0,2,0,11),(11,'&nbsp;','Klubas, manau, orientuotas i solidesne publika. Ir pacioje pradzioje tai jautesi. O dabar jau nusileido siek tiek iki \"Megos\". Viskas saunu, aplinka, aptarnavimas, ypac varjete programa, bet jau muzika...:((( daznai nusivaziuoja iki krastutiniu variantu - a la senukams: kucinskai, vairas, rusiskos pop muzikos gausa, fe... Neopolyje zymiai fainesne muzika, tik kad liaudis daznai pasimusti, o ne sokti ten eina...','','','Elma',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2006-09-08 00:00:00',62,'2008-03-04 23:18:00',62,0,'0000-00-00 00:00:00','2006-09-08 00:00:00','0000-00-00 00:00:00',0,2,0,12),(12,'&nbsp;','Na visiskai teisingai,cia daugiau renkasi solidene publika,na juk buna ir jaunimo.Jau geriau bendrauti su solidesneis zmonemis, nei su tokiais kurie vaidina labai jau kietais.Ar as neteisi?','','','aismei',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2006-09-18 00:00:00',62,'2008-03-04 23:18:10',62,0,'0000-00-00 00:00:00','2006-09-18 00:00:00','0000-00-00 00:00:00',0,2,0,13),(13,'&nbsp;','Klubas super,taip toliau','','','ezopas',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2006-10-06 00:00:00',62,'2008-03-04 23:18:43',62,0,'0000-00-00 00:00:00','2006-10-06 00:00:00','0000-00-00 00:00:00',0,2,0,14),(14,'&nbsp;','NASA bus lapkricio men? Bet kazkodel sarasuose nera...','','','Aukse',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2006-10-06 00:00:00',62,'2008-03-04 23:18:51',62,0,'0000-00-00 00:00:00','2006-10-06 00:00:00','0000-00-00 00:00:00',0,2,0,15),(15,'&nbsp;','Elma>> su visa pagarba, reiktu suprasti DJ\'ejus. Buna ir tu vairo, kucinsko dainu ir rusisku dainu, bet dazniausiai tu tokiu krastitunumu imamasi ne del to, kad DJ uzsinorejo, o del to, kad gavo uzsakyma, kazkas sumokejo ir paprase tokios dainos. Nu kas belieka, tai kas kad nepatina daina pusei ar dar daugiau klube esanciu dainu, bet tokia jau ta tvarka, \"kas sumoka, pagal ta ir soka..\".','','','Draugas',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2006-10-14 00:00:00',62,'2008-03-04 23:19:00',62,0,'0000-00-00 00:00:00','2006-10-14 00:00:00','0000-00-00 00:00:00',0,2,0,16),(16,'&nbsp;','LABAS VAKARAS MANO MARTINI, CIA DIRBA PATS NUOSIRDZIAUSIAS KOLEKTYVAS,AS VISADA SU JUMIS, CIA PRAEJO PATYS GRAZIAUSI MANO METAI, AS VISADA SU JUMIS... JUSU....DEIMANTE','','','DEIMANTE',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2006-10-14 00:00:00',62,'2008-03-04 23:19:09',62,0,'0000-00-00 00:00:00','2006-10-14 00:00:00','0000-00-00 00:00:00',0,2,0,17),(17,'&nbsp;','Labas vakaras \"Martini\" pas jus praleidau superini savaitgalio vakara :-))) Labai siltas,nuosirdus kolektyvas,ir jauki aplinka.Aciu :-)))','','','Inga (Vilnius)',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2006-10-29 00:00:00',62,'2008-03-04 23:19:17',62,0,'0000-00-00 00:00:00','2006-10-29 00:00:00','0000-00-00 00:00:00',0,2,0,18),(18,'&nbsp;','Laba vakareli, super klubas, puiki muzika, puikus kolektyvas, malonus aptarnavimas, nerelaus skonio patiekalai, taip ir toliau...:) gyvuokite ilgai...:)','','','Sesutes :)',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2006-10-30 00:00:00',62,'2008-03-04 23:19:28',62,0,'0000-00-00 00:00:00','2006-10-30 00:00:00','0000-00-00 00:00:00',0,2,0,19),(19,'&nbsp;','Pakvieskit NASA...','','','Aukse',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2006-11-05 00:00:00',62,'2008-03-04 23:19:36',62,0,'0000-00-00 00:00:00','2006-11-05 00:00:00','0000-00-00 00:00:00',0,2,0,20),(20,'&nbsp;','Sveiki, norejau pasakyti dideli aciu visam Martini uz tai kad esate. tik cia atradau tai ko senai ieskojau pegase, megoje ir kitur siauliuose. jauki aplinka, neblogas aptarnavimas ir pati geriausia muzika bei vakaro vedejas. beveik kiekviena savaitgali apsilankau sitame klube ir visada iseinu laiminga, nes pasikraunu geros energijos visai savaitei.','','','Asta',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2006-11-18 00:00:00',62,'2008-03-04 23:19:44',62,0,'0000-00-00 00:00:00','2006-11-18 00:00:00','0000-00-00 00:00:00',0,2,0,21),(21,'&nbsp;','penktadieni buves DJ\'us laaabai prastas! bereikala litus kishau...','','','Vikte',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2006-11-19 00:00:00',62,'2008-03-04 23:19:52',62,0,'0000-00-00 00:00:00','2006-11-19 00:00:00','0000-00-00 00:00:00',0,2,0,22),(22,'&nbsp;','jei butu truputi truputi daugiau siuolaikiskos muzikos, tai butu is viso gerai, nes kartais neuzveda ta rusiska muzika kuri daznai besikartoja','','','hermanita',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2006-11-19 00:00:00',62,'2008-03-04 23:20:01',62,0,'0000-00-00 00:00:00','2006-11-19 00:00:00','0000-00-00 00:00:00',0,2,0,23),(23,'&nbsp;','labai fainas Jusu antradieniu ir treciadieniu DJ ;]]] ','','',':))',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2006-11-21 00:00:00',62,'2008-03-04 23:23:29',62,0,'0000-00-00 00:00:00','2006-11-21 00:00:00','0000-00-00 00:00:00',0,2,0,24),(24,'&nbsp;','LABAS MARTINI, AS KAIP VISADA JUSU PASIILGAU,:)','','','DEIMANTE',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2006-11-24 00:00:00',62,'2008-03-04 23:23:39',62,0,'0000-00-00 00:00:00','2006-11-24 00:00:00','0000-00-00 00:00:00',0,2,0,25),(25,'&nbsp;','pats sauniauses ir geriauses klubas kolektivas taipat pats geriauses siuliuose linkejimai is londono..','','','agne',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2006-11-30 00:00:00',62,'2008-03-04 23:23:47',62,0,'0000-00-00 00:00:00','2006-11-30 00:00:00','0000-00-00 00:00:00',0,2,0,26),(26,'&nbsp;','Labai idomiai yra renkamasi ka ileisti i kluba, o ka ne. Ateina paneles 20metu ir ju neileidzia, nes jos jaunai atrodo, o tos paneles kuriom tik po 16m laisvai ieina, nes atrodo vyresnes. Gal man tik 20, bet as auginu jau vaika ir esu uz ji atsakinga, uz gyvybe....o cia i kluba negali ieiti??? gal reiketu kazka keisti? nors administratore ir griesta, taciau nevisada teisinga.','','','Asta',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2006-12-27 00:00:00',62,'2008-03-04 23:23:55',62,0,'0000-00-00 00:00:00','2006-12-27 00:00:00','0000-00-00 00:00:00',0,2,0,27),(27,'&nbsp;','kiek gyrdejau GERAS klubas,reikia is vln atvaryti ,isitykinti;))))):p','','','saulute',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2006-12-29 00:00:00',62,'2008-03-04 23:24:03',62,0,'0000-00-00 00:00:00','2006-12-29 00:00:00','0000-00-00 00:00:00',0,2,0,28),(28,'&nbsp;','mano direrktore tik ir laukia,kad grizus namo i siaulius nulektu pasiausti i martini:)))))','','','astucia',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2006-12-30 00:00:00',62,'2008-03-04 23:24:11',62,0,'0000-00-00 00:00:00','2006-12-30 00:00:00','0000-00-00 00:00:00',0,2,0,29),(29,'&nbsp;','nu penktad gimtad bus i paziuresim kas ce per klubs ;) nu is foto tai sprendziant neblogai.tik negrokit rusiskos muzikos!!!','','','linadze',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2007-01-05 00:00:00',62,'2008-03-04 23:24:19',62,0,'0000-00-00 00:00:00','2007-01-05 00:00:00','0000-00-00 00:00:00',0,2,0,30),(30,'&nbsp;','laba laba.ir man teko lankytis martinj.ka galiu pasakyti padavejos tai tikrai ne visos malonios.gal pradekite syosotis!!!!gana vaikscioti susiraukus!!!bet galiu pagirti ta barmena blondina!!super!!taip ir toliau.jis is viso kolektyvo maloniausias :)','','','sima',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2007-01-12 00:00:00',62,'2008-03-04 23:24:25',62,0,'0000-00-00 00:00:00','2007-01-12 00:00:00','0000-00-00 00:00:00',0,2,0,31),(31,'&nbsp;','Pats geriausias klubas, gerai kad neileidzia visokiu treniginiu ir jaunikliu! Aisku Algis kartais labai grieztas su tuo ileidimu, tu kurie kazka prisicirkina, bet manau kad vistiek viskas ten yra saunu!','','','Rasuole',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2007-01-20 00:00:00',62,'2008-03-04 23:24:33',62,0,'0000-00-00 00:00:00','2007-01-20 00:00:00','0000-00-00 00:00:00',0,2,0,32),(32,'&nbsp;','mes patys ne visada su padavejom esam mandagus,ypac isgere...tad jas visiskai pateisinu jei nenusisypso koki karta!','','','mergina',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2007-01-21 00:00:00',62,'2008-03-04 23:24:40',62,0,'0000-00-00 00:00:00','2007-01-21 00:00:00','0000-00-00 00:00:00',0,2,0,33),(33,'&nbsp;','Laba diena.Klubas šis tikrai geras,na tik kartais atrodo,kad jis nusiris iki kitų klubo lygio.nedarykite to ka kiti klubai planuoja ir kas pas juos vyksta.Trūksta organizuotumo.Pasiilgau sokeju,ar vis dar jos pas jus?Kur jūsų šou programos?Sėkmės...kilkite aukstyn,o ne kriskite žemyn!!!','','','Verslininkas',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2007-01-22 00:00:00',62,'2008-03-04 23:24:53',62,0,'0000-00-00 00:00:00','2007-01-22 00:00:00','0000-00-00 00:00:00',0,2,0,34),(34,'&nbsp;','Geras striptizas 3ni buvo ir shiaip fainas vakaras.:)','','',':))',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2007-01-30 00:00:00',62,'2008-03-04 23:25:04',62,0,'0000-00-00 00:00:00','2007-01-30 00:00:00','0000-00-00 00:00:00',0,2,0,35),(35,'&nbsp;','vienintelis minusas - muzika, kartais nelabai norisi dalyvaut sokiuose \"kam virs 30\", taciau bet kokiu atveju, mielai renkuosi martini vien del gero personalo darbo!!!!truputeli daugiau galetumete bandyti pritraukti ne tik solidaus amziaus veikeju, bet ir kulturingo jaunimo:)','','','tener',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2007-01-31 00:00:00',62,'2008-03-04 23:25:13',62,0,'0000-00-00 00:00:00','2007-01-31 00:00:00','0000-00-00 00:00:00',0,2,0,36),(36,'&nbsp;','matyt visu klubų laukia vienodas kelias, kažkada ir max\'as buvo noramali vieta, martinis pradžioj nuo atsidarymo irgi gerai atrodė, šou programos, normali publika. penktadienį buvau, toks įspudis, kad įeiti gali bet kas, jau nuo vakaro pradžios matėsi, kad bus konfliktų, nes keli \"įkalę\" jaunuoliai ryškiai atrodė agresyvūs. akurat, pasipliekė. policija pasistumdymai... barmenai ir padavėjos pikti kaip širšės. aišku, daug klientų, girti lenda šaukia, bet jei nori ramiai dirbti tai geriau kokioj valgykloj, ten nėr girtų. apsauga ... Hmmm... anksčiau buvo toks piktas algis, bet lygtai jo nebėr, bet tie kurie buvo kažkodėl ar bijojo, ar ne jų reikalas tvarką palaikyt. dėl muzikos aišku galima ginčytis, daug žmonių daug nuomonių, bent jau kokybė nebloga. šiaip aišku, girtų -piktų piliečių pinigai tokie pat kaip ir likusios publikos, bet apie kažkokią kontrolę tada nereikia nei kalbėt. visgi tikiuos, kad martinis netaps dar vienu max\'u ar neopoliu, sėkmės','','','vytas',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2007-02-06 00:00:00',62,'2008-03-04 23:25:25',62,0,'0000-00-00 00:00:00','2007-02-06 00:00:00','0000-00-00 00:00:00',0,2,0,37),(37,'&nbsp;','bukite orientuoti i solidzia publika- ir busite vieninteliai Siauliuose. Vaikai tegul eina i MEGA, o Siauliu geziukai- i PEGASA','','','EDI',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',0,'2007-02-16 00:00:00',62,'2008-03-04 23:25:34',62,0,'0000-00-00 00:00:00','2007-02-16 00:00:00','0000-00-00 00:00:00',0,2,0,38),(38,'&nbsp;','Vakar buvau klube ir nusivyliau ne aplika, ne aptarnavimu, ne muzika, o ten besirenkančia publika. Siaubas. Merginos panašios į gyvas pripučiamas lėles,kuorios pasiruošę išplėšti akis jei už jas geriau atrodai, o vyrai panašūs i metano prilesusius erelius, kurie per daug savimi pasitiki. Aš neesu pėsčia ar nedaili, bet ten vyraujanti atmosfera dvelkia snobizmu ir šalčiu. Ten renkasi šiaulietiškas \"elitas\", kurie priklauso tam tikriems \"būreliams\" :) gal todėl ten tokia atmosfera.Tikuosi ateity tie dalykai išgaruos ir bus viskas ok. Gyvuok, Martini.','','','Šviesiaplaukė',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2007-02-19 00:00:00',62,'2008-03-04 23:25:43',62,0,'0000-00-00 00:00:00','2007-02-19 00:00:00','0000-00-00 00:00:00',0,2,0,39),(39,'&nbsp;','liuks klubas, saunus kolektyvas ir gera virtuve sekmes ateiti visam martinio kolektyvui su pagarba (j)','','','masonas',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2007-02-20 00:00:00',62,'2008-03-04 23:25:53',62,0,'0000-00-00 00:00:00','2007-02-20 00:00:00','0000-00-00 00:00:00',0,2,0,40),(40,'&nbsp;','na ka galima pasakyti. kai buvo mamytes gimtadienis tai padavejos darbelis buvo soooryyyy pavalgem karsta ir asmeniskai nu kokius tris kartus prasiau kad nunestu lekstes o ji tuoj tuoj ir taip kokias 20 min ir vos taip buvo kur rankas padeti tai ka sukroviau i pizos boksta IR TAIP JAU SNEKA KAD NE BARMENES KLIENTUS APTARNAUJA O KLIENTAI JAS (JEI NENORI AR UZKNISO - NEDIRBK) kita karta nulekem buvo liuks nes nesedom prie staliuko nei barmenku neklibinom, nueidavom prie baro ir nuotaika ir aptarnavimas CIKI siandien vel lekam su staliuku , bet sviecias kad leksim prie baro :)','','','era',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',0,'2007-02-24 00:00:00',62,'2008-03-04 23:25:59',62,0,'0000-00-00 00:00:00','2007-02-24 00:00:00','0000-00-00 00:00:00',0,2,0,41),(41,'&nbsp;','siulyciausiek tiek praplesti fotogalerija, nes norint parodyti draugams is kitu miestu kaip mes leidziame savaitgalius nelabai yra ka:( labai oficialios nuotraukos ir vien tik muzikantai.patarciau kaskart ideti paskutiniu savaitgaliu nuotraukas ir ne vien kaip stovi daininnkai scenoje, bet ir publika, kaip ji linksminas!ir nuotrauku galetu buti daugiau nei 6 :)','','','inga',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2007-02-28 00:00:00',62,'2008-03-04 23:26:10',62,0,'0000-00-00 00:00:00','2007-02-28 00:00:00','0000-00-00 00:00:00',0,2,0,42),(42,'&nbsp;','kazin ar yra dar kur nors tokiu niuriu barmeniu kaip martini ir dar kazin ar kur yra tox dalykas kaip uz stiklines su dauzima atskaiciuoja 10lt neispeja ir nesvarbu kas ja sudauze jei ji yra prie tavo stalo ar salia kas eidamas padejo ant zemes vistiek moka tas prie ko arciausiai ji yra biskuti tolerantiskumo ir komunikabilumo linkiu martinio kolektyvui','','','sernas',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2007-03-04 00:00:00',62,'2008-03-04 23:16:16',62,0,'0000-00-00 00:00:00','2007-03-04 00:00:00','0000-00-00 00:00:00',0,3,0,2),(43,'&nbsp;','jau kaip fainiai praleidau savaitgali jusu klube... smagu...sokau visa vakara taip, kad siandiena visa diena kojas skauda:)','','','alma',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2007-03-20 00:00:00',62,'2008-03-04 23:26:16',62,0,'0000-00-00 00:00:00','2007-03-20 00:00:00','0000-00-00 00:00:00',0,2,0,43),(44,'&nbsp;','sveiki,as pati is anglijos ir visokiausiu klubu maciusi,bet galiu pasakyt kad klubas visai nieko,gera ispudi paliko man,dar reiks karteli nulekt pries islekent namo i anglija','','','erikule',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2007-03-31 00:00:00',62,'2008-03-04 23:16:44',62,0,'0000-00-00 00:00:00','2007-03-31 00:00:00','0000-00-00 00:00:00',0,4,0,4),(45,'&nbsp;','Sveiki.. Sis klubas tikrai geras bet tik yra viena problemele, sestadienio vakarais viska gadina D.J.Robertas.. ne vien as esu pastebejes ir pasipiktines jo grojama muzika.. savininkai pasiziurekit ka nors stilingesnio, kiek jis gali tuos pinigus rinkti.. visa vakara groja arba uzsakyta muzika arba labai nekokia..','','','Gedas',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2007-04-03 00:00:00',62,'2008-03-04 23:27:31',62,0,'0000-00-00 00:00:00','2007-04-03 00:00:00','0000-00-00 00:00:00',0,2,0,44),(46,'&nbsp;','pagarba nera niekur kaip martini nes kultura tai tikrai yra','','','abc',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2007-04-06 00:00:00',62,'2008-03-04 23:28:21',62,0,'0000-00-00 00:00:00','2007-04-06 00:00:00','0000-00-00 00:00:00',0,2,0,45),(47,'&nbsp;','viskas butu gerai tik aptarnavimas truputi silpnas ir padavejos jau labai surugusios,barmenai tai super visi.','','','sandra',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2007-04-29 00:00:00',62,'2008-03-04 23:28:53',62,0,'0000-00-00 00:00:00','2007-04-29 00:00:00','0000-00-00 00:00:00',0,2,0,46),(48,'&nbsp;','lankiausi penktadieni ten,viskas patiko,bet jau apsauginiu elgesys su klientais tai ka as zinau...baisus....','','','.......',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2007-05-03 00:00:00',62,'2008-03-04 23:29:51',62,0,'0000-00-00 00:00:00','2007-05-03 00:00:00','0000-00-00 00:00:00',0,2,0,47),(49,'&nbsp;','Nepykit uz pastaba, bet vienas is didziausiu Jusu minusu - nemalonios padavejos. Ir ne viena kuri nors, o beveik visos. Man maloniau pirkti prie baro :(','','','So-so',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2007-05-07 00:00:00',62,'2008-03-04 23:30:27',62,0,'0000-00-00 00:00:00','2007-05-07 00:00:00','0000-00-00 00:00:00',0,2,0,48),(50,'&nbsp;','barmenukai super...visada su sypsena...visada malonus tiesiog super...padavejos kaip kurios...vienos linksmos vienos gal ne nuotaikoje buna,bet seip nieko...viskas gerai:)','','','kristina',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2007-06-03 00:00:00',62,'2008-03-04 23:31:16',62,0,'0000-00-00 00:00:00','2007-06-03 00:00:00','0000-00-00 00:00:00',0,2,0,49),(51,'&nbsp;','paskaiciusi komentarus, manau reiktu susirupinti siam klubui-daugiau publika izvelgia jusu minusus nei pliusus.o pati kiek esu pas jus buvusi (o tikrai nemazai) tai didelis minusas padavalkoms...ju aptarnavimas pasibaisetinas,dirba matyt ne pagal paskirti...o siaip viskas neblogai','','','Heida',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2007-06-05 00:00:00',62,'2008-03-04 23:31:46',62,0,'0000-00-00 00:00:00','2007-06-05 00:00:00','0000-00-00 00:00:00',0,2,0,50),(52,'&nbsp;','Va cia tai super kai koncertuoja grupe NASA','','','Agne',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2007-06-25 00:00:00',62,'2008-03-04 23:32:15',62,0,'0000-00-00 00:00:00','2007-06-25 00:00:00','0000-00-00 00:00:00',0,2,0,51),(53,'&nbsp;','Klubas nieko tik padavejos prie taliuku truputi nepatenkintos gal savininkai ishskirkite joms premijas už graziausias šypsenas tada gal aptarnavimas pageretu ir tarpines sąskaitas irgi turetu atnešti kai paprašoma.','','','Juratė iš Vilniaus',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2007-06-27 00:00:00',62,'2008-03-04 23:32:57',62,0,'0000-00-00 00:00:00','2007-06-27 00:00:00','0000-00-00 00:00:00',0,2,0,52),(54,'&nbsp;','Na tikrai.. muzika geresne galetu leisti,bet siaip tai nieko ;)','','','Viktorija S',0,0,'195.182.78.176',0,'','hideemail=0\nhideurl=0\n',1,'2007-07-01 00:00:00',62,'2008-03-04 23:33:25',62,0,'0000-00-00 00:00:00','2007-07-01 00:00:00','0000-00-00 00:00:00',0,2,0,53),(55,'&nbsp;','o mes martini klube beveik kiekviena savaitgali.ir kaskart vis sauniau laika praleidziam:)','','','f-1',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2007-07-11 00:00:00',62,'2008-03-05 10:15:47',62,0,'0000-00-00 00:00:00','2007-07-11 00:00:00','0000-00-00 00:00:00',0,2,0,54),(56,'&nbsp;','nuo keliu metu ileidzia i kluba?','','','siauliai',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2007-07-13 00:00:00',62,'2008-03-05 10:16:28',62,0,'0000-00-00 00:00:00','2007-07-13 00:00:00','0000-00-00 00:00:00',0,2,0,55),(57,'&nbsp;','Gerai, kad apsauginiai girtų ir piemenų neileidžia. Kogero kituose klubuose ner tokios tvarkos. Šauniai atrodo su tokia apranga- netaip kai anksčiau.','','','šniurkis',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2007-07-14 00:00:00',62,'2008-03-05 10:20:19',62,0,'0000-00-00 00:00:00','2007-07-14 00:00:00','0000-00-00 00:00:00',0,2,0,56),(58,'&nbsp;','kazkokia nesamone uz paprasta diskoteka 20 lt.ir dar dz vaikas kazkoks.Praita sest tipo pilvo sokis ir 20 lt iejimas.turbut mano mama geriau ta soki susoktu','','','nesamone',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',0,'2007-09-19 00:00:00',62,'2008-03-05 10:21:11',62,0,'0000-00-00 00:00:00','2007-09-19 00:00:00','0000-00-00 00:00:00',0,2,0,57),(59,'&nbsp;','paadveja kol prie stalelio prieina gali uzmikti.','','','',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',0,'2007-09-19 00:00:00',62,'2008-03-05 10:21:52',62,0,'0000-00-00 00:00:00','2007-09-19 00:00:00','0000-00-00 00:00:00',0,2,0,58),(60,'&nbsp;','martini viskas ok tik jau senai laikas pakeisti dj roberta','','','vyte',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2007-09-24 00:00:00',62,'2008-03-05 10:22:27',62,0,'0000-00-00 00:00:00','2007-09-24 00:00:00','0000-00-00 00:00:00',0,2,0,59),(61,'&nbsp;','sveiki, manau reiketu daugiau tokiu klubu siauliuose kaip martini klubas. palaikau jus biciuliai. na norejau siek tiek informacijos is jusu, soku gogo sokius, gal reiketu sokejo? mielai padirbeciau. o gal ir taip yra dar laisvu darbo vietu? tad laukiu is jusu ziniu. Su PAGARBA - Marius Paukstys. beje man 18a, esu vaikinas, baigineju vidurini issilavinima. mano mob. nr - 862878874','','','Svečias',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2007-09-27 00:00:00',62,'2008-03-05 10:23:20',62,0,'0000-00-00 00:00:00','2007-09-27 00:00:00','0000-00-00 00:00:00',0,2,0,60),(62,'&nbsp;','jo as ir pries dj roba, jis tiesiog gadina jusu ivaizdi..','','','Svečias',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',0,'2007-09-28 00:00:00',62,'2008-03-05 10:24:02',62,0,'0000-00-00 00:00:00','2007-09-28 00:00:00','0000-00-00 00:00:00',0,2,0,61),(63,'&nbsp;','DJ galetu repertuara atsinaujinti ;)','','','Indrule',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2007-10-06 00:00:00',62,'2008-03-05 10:24:37',62,0,'0000-00-00 00:00:00','2007-10-06 00:00:00','0000-00-00 00:00:00',0,2,0,62),(64,'&nbsp;','klubas nieko tik padavejos tai kazkokia tragedija.vadovai pamokykit jas aptarnavimo!o admistrtore jeigu jei sumokejai tai atsiranda stebuklingai ir stliukas','','','siauliai',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2007-10-16 00:00:00',62,'2008-03-05 10:25:17',62,0,'0000-00-00 00:00:00','2007-10-16 00:00:00','0000-00-00 00:00:00',0,2,0,63),(65,'&nbsp;','na jau na jau, juk musu mergaiciukes kurios mus aptarnauja tikrai pasistengia kad viska gautume kuo greiciau, gal kas nera buve megoj ar pegase??? tai gal apsilankyti siuliciau..... o jei kas nepatinka atidarykite geresni kluba,tada paziuresim ar cia jau taip blogai...... ;P','','','gyvenimas',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2007-10-17 00:00:00',62,'2008-03-05 10:26:36',62,0,'0000-00-00 00:00:00','2007-10-17 00:00:00','0000-00-00 00:00:00',0,2,0,64),(66,'&nbsp;','kad ir kaip ten bebutu, daugiausiai zmoniu susirenka savaitgaliais, nemaiso tada nei padavejos, nei didzejus nei administracija:D patys vaikstot nosis uzriete ir nesuprantat ko norit, nusileiskit ant zemes, jei 20 lt neturit uz iejima susimoketi, tai klubas ne jums, nes jei noresit dar sidro nusipirkt dar 8 lt, o taksas namo 12, tai tie, kas gali skirti sau tik 50 lt, geriau tegu sedi namo ir pyksta ant televizoriaus, kad nerodo nieko gero, tik dainininkus ir sokejus','','','Svečias',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2007-10-18 00:00:00',62,'2008-03-05 10:27:07',62,0,'0000-00-00 00:00:00','2007-10-18 00:00:00','0000-00-00 00:00:00',0,2,0,65),(67,'&nbsp;','Laba vakareli,kas taip raso tai labai blogai, didzejus super, ir muzika gera groja, nera del ko prikibt, apsauga gera, tik truputis va del padaveju, reiktu pravest mandagumo bei sypsenos pamokeliu, nes ne visos tai sugeba padaryti.Suprantama daug darbo, bet vardan to kad islaikyti gera martinio varda, truputi reikia pasistengt.','','','Svečias',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2007-10-24 00:00:00',62,'2008-03-05 10:32:07',62,0,'0000-00-00 00:00:00','2007-10-24 00:00:00','0000-00-00 00:00:00',0,2,0,66),(68,'&nbsp;','Ateini pašokti, o turi sienas ramstyti, nes pagal tokia muzika šokti neįmanoma.Atrodo, kad pageidavumų koncertas. Aišku DJ\'ui taip pat reikia papildomai užsidirbt, bet kas per daug, tas labai nesveika ir kenkia reputacijai. Sekmės!!!!','','','Saulė',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2007-10-28 00:00:00',62,'2008-03-05 10:40:56',62,0,'0000-00-00 00:00:00','2007-10-28 00:00:00','0000-00-00 00:00:00',0,2,0,67),(69,'&nbsp;','Padawejos dirba tikrai gerai,nereikia shneket nesamoniu,jos irgi ne robotai,wiskas twarkoj.Tik wa su muzika kitas reikaliukas,DJ Robertelis nors karta galetu perskaityt Topu 100tukus,o ne but i dc++ ilindes wisa wakara...','','','Saunuole',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2007-10-29 00:00:00',62,'2008-03-05 10:41:36',62,0,'0000-00-00 00:00:00','2007-10-29 00:00:00','0000-00-00 00:00:00',0,2,0,68),(70,'&nbsp;','nu jo palaikau kitu nuomone atsikracius dj robu butu puikus klubas bet tom dienom kai jis ten tikrai neisiu...','','','georgio',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2007-11-05 00:00:00',62,'2008-03-05 10:42:12',62,0,'0000-00-00 00:00:00','2007-11-05 00:00:00','0000-00-00 00:00:00',0,2,0,69),(71,'&nbsp;','ta administratore su auskaru lupoj galetu truputi mandagumo ismokt :) o dj robas tai isvis nera apie ka kalbet uzdeda viena diska ir pats iseina kur nori o dar ir diskus kartais irasineja tai muzika stringa :)','','','pitas',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',0,'2007-11-05 00:00:00',62,'2008-03-05 10:43:10',62,0,'0000-00-00 00:00:00','2007-11-05 00:00:00','0000-00-00 00:00:00',0,2,0,70),(72,'&nbsp;','Martinis jau po truputį praranda savo žavesį, t.y. ileidžia bet kiek ir bet kada ir bet ką. Manyčiau rimtuose naktiniuose klubuose,ribotas žmonių skaičius turėtų būti, kaip ir buvo anksčiau Martinyje, nes kai tokia spūstis, gaunasi eilinis kabakas, o ypač kai pašokti norisi, tai susispietė kaip bitės, net rankos į šoną pajudinti negali :(','','','lankytojas',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2007-11-07 00:00:00',62,'2008-03-05 10:47:11',62,0,'0000-00-00 00:00:00','2007-11-07 00:00:00','0000-00-00 00:00:00',0,2,0,71),(73,'&nbsp;','administratore tai gera.. uzsirezervuoji vietas, o po to sako,kad tokiu nera uzrezervuota ajaja... jauciu lt pamoka kazkas ir gauna tas vietas...','','','dD',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2007-11-17 00:00:00',62,'2008-03-05 10:47:58',62,0,'0000-00-00 00:00:00','2007-11-17 00:00:00','0000-00-00 00:00:00',0,2,0,72),(74,'&nbsp;','Čia viskas šaunu,tik priekaištai i barmeniu darža.Nevisos blogos,bet yra ir akiplesu tokių kaip šviesiaplaukė Simona,galėtumėt ir malonesnių priimti į darbą.','','','LINAS',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2007-12-01 00:00:00',62,'2008-03-05 10:48:58',62,0,'0000-00-00 00:00:00','2007-12-01 00:00:00','0000-00-00 00:00:00',0,2,0,73),(75,'&nbsp;','labai patinka kad apsauga vip nenuolaidziauja,esame visi zmones,o tas korteles jie turi tik nemokamam iejimui,tad jie taip pat zmones ir turi elktis zmoniskai,o nelaikyti saves kazkokiais dievais.','','','lankytoja',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2007-12-03 00:00:00',62,'2008-03-05 10:49:39',62,0,'0000-00-00 00:00:00','2007-12-03 00:00:00','0000-00-00 00:00:00',0,2,0,74),(76,'&nbsp;','perskaicius komentarus darau tokia isvada: i martini ateina daug zmoniu, vadinasi kazkas cia juo traukia, logiska, kad visiems viskas neitiks 100%, nes klubas yra darytas masei zmoniu, o ne kazkokiam individui kuris neturi ka veikti ir sedi internete rasydamas komentarus.lengviausia yra tik varyti ir nieko patiems nedaryti. tai vat, noreciau gauti geresniu pavyzdziu...laukiam atsidarant havanos, didziausio konkurento, zinant siaulieciu mentaliteta visi leks apsidairyti, bet ir ten neabejoju ras ant ko pavaryti... eikite linksmintis, o ne priekabiu ieskoti, jei nepatinka, nebeikite, siauliai turi galybe pramogu, tai kam sau nuotaika gadinates?:D','','','argi tai svarbu',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-01-01 00:00:00',62,'2008-03-05 10:50:27',62,0,'0000-00-00 00:00:00','2008-01-01 00:00:00','0000-00-00 00:00:00',0,2,0,75),(77,'&nbsp;','„MARTINI“ klube koncertuoja tokio ryškumo žvaigždės kaip Žilvinas Žvagulis, Rytis Cicinas, Inga Valinskienė, Kąstytis Kerbedis, Alanas Chošnau, Irena Starošaitė, Violeta Riaubiškytė, Taja, Stano su grupe „Delfinai“, Amberlife, Gytis Paškevičius, Rolandas Janavičius, taip pat grupės „Rondo“, „Bavarija“, „YVA“, „Skamp“, „Mango“, „NASA“, „16 Hz“.','','','bukit zmones atnaujinkit informacija',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-01-02 00:00:00',62,'2008-03-05 10:51:18',62,0,'0000-00-00 00:00:00','2008-01-02 00:00:00','0000-00-00 00:00:00',0,2,0,76),(78,'&nbsp;','nebera jau to vardo...visa aptarnaujancio personalo poziuri nepakeisi o jei tau 700lt duoda tai kur ten sypsoses..o kas del dj tai patyliu tegu pasiklausineja jis dc++ ka reiskia tas predelis DJ..netik mergom vilioti','','','nusivyles',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-01-02 00:00:00',62,'2008-03-05 10:52:28',62,0,'0000-00-00 00:00:00','2008-01-02 00:00:00','0000-00-00 00:00:00',0,2,0,77),(79,'&nbsp;',' visi cia varo ant tu dj, o man jie patinka jei popsas, tai kaip ji kitaip groti tiem vargsiems dj , ant kuriu taip deda internautai? juk martini niekada nebuvo ir nebus klubines muzikos atstovas, tai jei norit pasiklausyti gero dj darbo, eikit i neopoli arba maxa kaip mazi vaikai apie ta pati visa laika verkia ir verkia:D as pats ir vilniuj pasivaikstau po klubus, tai galiu pasakyti, kad nera taip jau blogai tam martini.. nes kur popsas, ten popsas, esame 21 amziuje, kompiuterines technologijos naudojamos ne tik siauliuose ar vilniuj...net tokie dj kaip tiesto juos naudoja...skirtumas tik tas, kad jis muzika kitokia leidzia tai nemanau, kad esate teisus varydami ant dj, nes ne jis vienas apsprendzia kokia muzika turi groti, o kokia ne SEKMES KISLOTNIKAMS KOMENTARUS RASANT IR RAUDONUOJANT IS PYKCIO...MARTINI NIEKADA NEGIRDESITE HAUSO RIMTO\r\n','','','martynas',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-01-02 00:00:00',62,'2008-03-05 10:53:23',62,0,'0000-00-00 00:00:00','2008-01-02 00:00:00','0000-00-00 00:00:00',0,2,0,78),(80,'&nbsp;','tu gal visiskas kretinas? dar sako atnaujinkit informacija tu pats informacija atsinaujink!!! Rolandas Janavicius jau amzinatilsin atgule...','','','to bukit zmones atnaujinkit informacija',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',0,'2008-01-03 00:00:00',62,'2008-03-05 10:54:26',62,0,'0000-00-00 00:00:00','2008-01-03 00:00:00','0000-00-00 00:00:00',0,2,0,79),(81,'&nbsp;','Lankausi beveik kiekviena savaitgali ir labai džiaugiuosi.. :) Martini tikrai sukelia priklausomybe, kuria baigiu užkrėst ir savo draugus.. Nuostabus kolektyvas: draugiški barmenai, paslaugios mergaitės (tik gaila, kad liko tik trys istikimiausios). ir toliau būkite tokie, kokie esate. Beja, neklausykit piktų liežuvių.','','','alio',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-01-06 00:00:00',62,'2008-03-05 10:54:54',62,0,'0000-00-00 00:00:00','2008-01-06 00:00:00','0000-00-00 00:00:00',0,2,0,80),(82,'&nbsp;','Havana vistiek pralenks Martini. As zinau 100% ! Nors nepazadu,kad lankomumu,bet dizainu tai tikrai.','','','begemotas',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-01-08 00:00:00',62,'2008-03-05 10:55:26',62,0,'0000-00-00 00:00:00','2008-01-08 00:00:00','0000-00-00 00:00:00',0,2,0,81),(83,'&nbsp;','o man tas jusu dj robas labai patinka toks visada paslaugus ir daina kokia tik uzsimanysi atras... tikras saunuolis','','','Viktorija',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-01-09 00:00:00',62,'2008-03-05 10:56:10',62,0,'0000-00-00 00:00:00','2008-01-09 00:00:00','0000-00-00 00:00:00',0,2,0,82),(84,'&nbsp;','ir man idomu del ko tu tox garantuotas kad havana pralenks martini? Buvau as jau toj havanoj ir maciau lb daug minusu tam dizaine. taip kad martinio jau 100% tai tikrai nepralenks ir ishvis idomu ar pralenks.O kad tox jau garantuotas ir giri ta havana tai man atrodo jau kox darbuotojas busi havanos. Nelb as daug matau toj havanoj kuom ji galetu girtis turinti daugiau uz martini','','','kox skirtumas',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-01-12 00:00:00',62,'2008-03-05 10:56:36',62,0,'0000-00-00 00:00:00','2008-01-12 00:00:00','0000-00-00 00:00:00',0,2,0,83),(85,'&nbsp;','Sutinku, \"Martini\" kolkas konkurentu neturi ir vargu ar greitu metu tures, visgi ir tai jusu \"issvajotajai\" \"havanai\" prireiks idirbio (kad ir kokiu ten stebuklu tikites). Tik labai gaila, kad klubas turedamas tokias patalpas, puikuodamasis idealioj vietoj, nesugalvoja arba nenori sugalvot (kas labiau tiketina) nieko, istikruju linksmo, ar \"klubisko\"...Tie patys veidai, jau kiek pamenu ,- kokie 2 metai. Nei 1 tuso jaunimui, su TIKRU DJ ir tikra muzika, o ne uzstales dainelem su \"DJ\" (taip jo vadint turbut nei 1 nedrysta) \"Robu\". Savininkai, atsimerkit,- jusu \"DJ\", ne tik , kad nezino kas yra muzika, bet ir nei bum bum apie jos komponavima, ar bent minimalu kaip \"DJ\" supratima, apie stiliu derinima, \"beat match\" ir pan... Jeigu jau groja ta \"pop\'sa\" (kas , beje, irgi vadinimas muzika), galetu atsizvelgti nors i minimalius muzikos komponavimo kriterijus... Sorry uz tiesmukiskuma, bet ,- patarimas : nesidarykit sau gedos ir neterskit savo , drysciau teigti, - gero vardo.','','','Lankytojas',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-01-16 00:00:00',62,'2008-03-05 10:57:18',62,0,'0000-00-00 00:00:00','2008-01-16 00:00:00','0000-00-00 00:00:00',0,2,0,84),(86,'&nbsp;','ISVISO SIAULIUOSE NERA NEI VIENO NORMALAUS KLUBO.IR NESVARBU CE DIZAINAS.SIAULIAI DAR NESUPRANTA KAS YRA GERA MUZIKA IR TODEL JIEMS GERIAUSIAS MARTINIS :DDD','','','AS',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-01-17 00:00:00',62,'2008-03-05 10:57:53',62,0,'0000-00-00 00:00:00','2008-01-17 00:00:00','0000-00-00 00:00:00',0,2,0,85),(87,'&nbsp;','nera geru klubu.ir didzejai tokie kaip siauliuose gali buti belekas','','','bevarde',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-01-17 00:00:00',62,'2008-03-05 10:58:30',62,0,'0000-00-00 00:00:00','2008-01-17 00:00:00','0000-00-00 00:00:00',0,2,0,86),(88,'&nbsp;','tai kad keli aukstai yra didelis pliusas, o martini chebra net rukyt vietos normaliai neturi.\"HAVANA\" manau visvien paklibins pamatus..','','','as',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-01-17 00:00:00',62,'2008-03-05 10:59:02',62,0,'0000-00-00 00:00:00','2008-01-17 00:00:00','0000-00-00 00:00:00',0,2,0,87),(89,'&nbsp;','ta havana konkreti darzine, su martiniu nera ko lygintis, salta, nejauku...fu fu fu, Martinis isliks visu musu mylimiausias! Jusu klientai','','','Rasuole',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-01-18 00:00:00',62,'2008-03-05 10:59:35',62,0,'0000-00-00 00:00:00','2008-01-18 00:00:00','0000-00-00 00:00:00',0,2,0,88),(90,'&nbsp;','Sveiki. Martinyje tenka lankytis labai dažnai. Tik geriausiu žodžiu galiu paminėti barmenus už baro, sunkiai dirbančias padavėjas, vaikinuką, paimantį litukus už įėjmą, taip pat apsaugos vyrukus, kurie labai šauniai atrodo su solidžiais kostiumais. Visai šauni ir daug kam nepatinkanti klubo administratorė. Mano manymu, blogiausas dalykas klube - lankytojų atsinešta bloga nuotaika, nepasitenkinimas smulkmenomis, išankstinis nusiteikimas \'\'kabinėtis\'\'!! Juk vieta skirta linksmintis, atsipalaiduoti, o ne demonstruoti savąjį EGO. Manau, tai vienintelė vieta Šiauliuose, kurioje galima pamatyti tiek gražiai ir madingai atrodančių panelių, pasitempusių vyrukų. Tai va, kiek daug gerų dalykų galima pasakyti apie Martinį, o dėl minusų-tai kiekvienam skirtingai...Juk visiškai netolerantiška apie klubą spręsti iš pavienių neigiamų nuomonių!!','','','su šypsena',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-01-18 00:00:00',62,'2008-03-05 11:01:05',62,0,'0000-00-00 00:00:00','2008-01-18 00:00:00','0000-00-00 00:00:00',0,2,0,89),(91,'&nbsp;','Daug zmoniu,daug nuomoniu...kaip nusiteiki taip ir atrodo... Ateini su gera kompanija i kluba pabuti,linksmai praleisti laika,o ne dizaina apziureti..Martinis vienas tikrai is profesonaliausiu klubu Siauliuose,bet butu gerai,kad jo vardas ir isliktu geras...jau siektiek gaila,kad sokeju,vrjete programos nebematyti,tai buvo naujove kaip siaulieciam,tai reiktu,kad butu tokia programa...','','','Lankantis1',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-01-22 00:00:00',62,'2008-03-05 11:01:38',62,0,'0000-00-00 00:00:00','2008-01-22 00:00:00','0000-00-00 00:00:00',0,2,0,90),(92,'&nbsp;','Ka cia gincytis, lankomumas parodys ;)','','','---',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-01-23 00:00:00',62,'2008-03-05 11:02:05',62,0,'0000-00-00 00:00:00','2008-01-23 00:00:00','0000-00-00 00:00:00',0,2,0,91),(93,'&nbsp;','O tai jau buvo havanos atidarymas ar dar ne , idomu paziureti kas ten gero ?','','','Klubinis',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-01-23 00:00:00',62,'2008-03-05 11:02:37',62,0,'0000-00-00 00:00:00','2008-01-23 00:00:00','0000-00-00 00:00:00',0,2,0,92),(94,'&nbsp;','siauliuose aisku kad nera tikro klubo,nu bet martinis irgi toks pat popsuchos barelis kaip ir visi kiti.jau senai mokyklose sokiu aikstele budavo vidury sales,o aplink stovedavo ar sededavo \"klubininkai\".taip kad martinis ta tikroji darziniu darzine.gero poilsio koluki...:)','','','grif',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',0,'2008-01-25 00:00:00',62,'2008-03-05 11:03:17',62,0,'0000-00-00 00:00:00','2008-01-25 00:00:00','0000-00-00 00:00:00',0,2,0,93),(95,'&nbsp;','Blogesnio klubo lietuvoi nera jei tai is viso klubas, Martinio dizainas kaip buto, muzika antri metai ta pati...ten tik vyresnio amziaus zmonems...apsauga su kostiumais na ir ka o galvoje tuscia, nepilnaprociai...krc nera normalaus klubo siauliuose','','','minde',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',0,'2008-01-26 00:00:00',62,'2008-03-05 11:03:56',62,0,'0000-00-00 00:00:00','2008-01-26 00:00:00','0000-00-00 00:00:00',0,2,0,94),(96,'&nbsp;','jo..sveiki,sveiki..ivairus cia komentarai..bet pritariu tiems kas sako,kad dj robas nevykes..vien papildomai ir uzdarbiauja ir deda pageidavimu dainuskas..biski uzdetu ir populiariu europoje nauju dainu,kad butu kada ir pasokt,ne tik visa vakara is nieko neveikimo gert..viena karta taip ir nebuvau isejus pasokt..nesulaukiau nei vienos geros dainos..jis speja ne tik po dc++ pasiduot,bet dar ir po pazintis:)as nusprendziau eit tada kai jis nedirba,arba busiu havanos kliente-ten gera muzika pavaro,nera kada net atsikvept:)jega,gaila biski..martinis man visad patikdavo..bet kad jau nebeimanoma del tokiu laushu..tik baisu,kad ir i havana neateitu kartais padirbet..:)','','','mazule',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-01-27 00:00:00',62,'2008-03-05 11:04:26',62,0,'0000-00-00 00:00:00','2008-01-27 00:00:00','0000-00-00 00:00:00',0,2,0,95),(97,'&nbsp;','nu aisku ir dirbt galetu ilgiau..juk ne iskarto isivaziuoji..o isivaziuoji,ir namo..galetu but kaip uzsieny..maziausiai iki6 ryto..','','','mazute',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-01-27 00:00:00',62,'2008-03-05 11:05:00',62,0,'0000-00-00 00:00:00','2008-01-27 00:00:00','0000-00-00 00:00:00',0,2,0,96),(98,'&nbsp;','Havana bent jau turi perspektyvu daugiau rengdama vakarus kur grojama siuolaikine sokiu muzika – progressive electro tech house, progressive trance, per tai havana ir susikurs geresni varda kviesdama didzejus is kitu miestu, o martini ir toliau liks skyle kur groja tik klaiku popsa.','','','Linius',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-01-27 00:00:00',62,'2008-03-05 11:05:34',62,0,'0000-00-00 00:00:00','2008-01-27 00:00:00','0000-00-00 00:00:00',0,2,0,97),(99,'&nbsp;','HiHi..\"sunkiai dirbančias padavėjas, vaikinuką, paimantį litukus už įėjmą, taip pat apsaugos vyrukus, kurie labai šauniai atrodo su solidžiais kostiumais\"...','','','kuku',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-01-27 00:00:00',62,'2008-03-05 11:06:13',62,0,'0000-00-00 00:00:00','2008-01-27 00:00:00','0000-00-00 00:00:00',0,2,0,98),(100,'&nbsp;','kad ir kaip tawes bebutu gaila bet shy 6dieni havanoj grojo tokia muzika pirma ir paskutini karta tenka tawe nuvilti:P','','','to linius',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-01-28 00:00:00',62,'2008-03-05 11:06:46',62,0,'0000-00-00 00:00:00','2008-01-28 00:00:00','0000-00-00 00:00:00',0,2,0,99),(101,'&nbsp;','LIETUVIAI,NEBUKITE TOKIE PIKTI,ir pastebesite kad maziau problemu bus.\r\n','','','Taikuolis',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-01-30 10:04:38',62,'2008-03-05 11:07:24',62,0,'0000-00-00 00:00:00','2008-01-30 10:04:38','0000-00-00 00:00:00',0,2,0,100),(102,'&nbsp;','Jo jau girdejau apie ta Havana, vel apsauginiai savo teritorijos karaliais jauciasi ir niekaip nesupranta kad jie yra priziureti tvarkai o ne ivedineti savo tvarka ir taisykles.Gaila kad apsuagos darbuotoju gretas uzima bailiai, kurie nemoka spresti problemu be kumcsiu ir specialiuju priemoniu, kuriu tarp kitko nemoka naudoti.Ar girdejote taisykles naudojimo kur butu parasyta:duju balionelis yra naudojamas purskiant per ą centimetro atstuma i akis, deja kai kas galvoja taip ir manau net nesupranta kad gali sugadinti zmogaus regejima.Idomu kaip butu po tokio incidento jei nukentejes asmuo ryztusi teismo keliams. Manau gal tada ir susiprotetu \"tie\" kurie tai padare.gaila man tokios kulturos Siauliuose...Tai toks pirmas atsiliepimas girdetas apie havana, is idomumo nueisiu:)','','','xxx',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-02-02 00:00:00',62,'2008-03-05 11:07:52',62,0,'0000-00-00 00:00:00','2008-02-02 00:00:00','0000-00-00 00:00:00',0,2,0,101),(103,'&nbsp;','As manau kad paskutiniu metu martinio atsiliepimu vieta tapo ir havanos tuo paciu:D\r\n','','','visiem',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-02-03 00:00:00',62,'2008-03-05 11:08:31',62,0,'0000-00-00 00:00:00','2008-02-03 00:00:00','0000-00-00 00:00:00',0,2,0,102),(104,'&nbsp;','GALIU PASAKYTI TIK TIEK KAD SAUGOKITE ZMONES SAVO RANKINES NES JAU MANO DVIEM DRAUGEM PAVOGE VIENAI RANKINUKA O KITAI DU MOBILIUOSIUS TELEFONUS.....TAIGI ZIUREKITE KAD NENUTIKTU JUMS TAIP NES KAMEROS NE VISKA MATO','','','TADIS',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',0,'2008-02-04 00:00:00',62,'2008-03-05 11:17:14',62,0,'0000-00-00 00:00:00','2008-02-04 00:00:00','0000-00-00 00:00:00',0,2,0,103),(105,'&nbsp;','NORECIAU PASAKYTI TIK TIEK KAD MUZIKA TAI MARTINYJE LABAI SUPRASTEJO AR CIA DJ LIEVAS PASIDARE AR SAVININKAS SPAUDZIA.............','','','RAIMIS',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-02-04 00:00:00',62,'2008-03-05 11:17:52',62,0,'0000-00-00 00:00:00','2008-02-04 00:00:00','0000-00-00 00:00:00',0,2,0,104),(106,'&nbsp;','Martiniui dar reikia nemazai padirbeti, kad taptu normaliu klubu be provincijos komplekso. Apie Dj reikia patyleti, jau geriau kas nors playlist padarytu ir paleistu. aplinka kaip klubui tikrai padori, padavejos puse velnio. Administravimas totalus sh..., kaip galima visus staliukus rezervuoti, ateina siaip zmogus pasibuti, tai nera net kur alaus bokalo pasideti... Paprasiau kazkada long island kokteilio, atnese visiska shuda, sumokejau 32 lt, tik vln praktiskai niekur nemoki. Pagal saskaita pasitikrinau gerimu kiekis turejo buti apie 0,45 ltr, jie sugebejo supilti i 0,3 ir sutaupe tikrai ne colos saskaita :D:D:D:D jei jau esate geriausias klubas Siauliuose sugebekite ne vien brendi buteliais pardavineti, bet dar ir normalius kokteilius paruoshti. Gero darbo. Kazkada daznas Jusu klientas','','','Kraske',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',0,'2008-02-04 00:00:00',62,'2008-03-05 11:20:53',62,0,'0000-00-00 00:00:00','2008-02-04 00:00:00','0000-00-00 00:00:00',0,2,0,105),(108,'&nbsp;',' nevarykit ant tos apsaugos,kas butu jei niekas nepriziuretu girtu ir viskuo nepatenkintu klijentu?Nekalbeciau jeigu nebuciau maciusi vieno incidento,kai vos bestovi ant koju ir sokiu salei visus stumdo,del tokio elgesio buna apsaugos perspetas,bet jam nemotais,anaiptol pradeda apsaugos virukus plusti necenzuriniais zodziais,o jei pabando isvesti puola mustis,tokiu atveju ir panaudoja tiek savigina tiek spec priemones, ka ir bekalbeti apie tokius klientus.Po to skundziasi visai lietuvai kokie mes vargsai teisuoliai,ir nekalti,o apsauga baisi ir museikos.Gerbemieji butu malonu,kad nors karta pagalvotumet ir paziuretumet is salies i save, kaip patys elgiates,ir maziau kaltintumete kitus.\r\n\r\n','','','jurga',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-02-04 00:00:00',62,'2008-03-05 11:22:46',62,0,'0000-00-00 00:00:00','2008-02-04 00:00:00','0000-00-00 00:00:00',0,2,0,106),(109,'&nbsp;','Jo, Martinis jau nebedirba sekmad., pirmad., ir antradieni. Klientu neber? Manau po menesio kito ir treciadieni, ketvirtadieni dureles uzdarys...','','','Ramaske',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-02-07 00:00:00',62,'2008-03-05 11:23:20',62,0,'0000-00-00 00:00:00','2008-02-07 00:00:00','0000-00-00 00:00:00',0,2,0,107),(110,'&nbsp;','vaikuti padirbk vietoi tu apsauginiu td paziesim kaip snekesi,atsistotum tarp duri pamekentum ir pasibaigtu man taip atrodo,ka tu darytum kazi jei tave i visas puses siustu ir stumdyt pradetu, jei visokiem tokiem jie uzsieleistu tai isvis bardakas butu, kai visokie pieniai prigere praded jaustis dievais, kad jura iki keliu jiems pasidaro, kitaip su jais ir neina susisneket, o kai eina tai manau vyrai tikrai normaliai sneka, ir nieko be reikalo nedaro','','','to xxx',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-02-07 00:00:00',62,'2008-03-05 11:23:52',62,0,'0000-00-00 00:00:00','2008-02-07 00:00:00','0000-00-00 00:00:00',0,2,0,108),(111,'&nbsp;','man tai fainiausia vieta nueiti kazkur savaitgali yra ir bus martini. jau pora metu su virsumi ir nepakeis tos geros nuotaikos nei muzikos jokia havana, pati isitikinau.galite ramiai gyventi, esate verti savo lojaliu klientu','','','auguste',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-02-11 00:00:00',62,'2008-03-05 11:24:19',62,0,'0000-00-00 00:00:00','2008-02-11 00:00:00','0000-00-00 00:00:00',0,2,0,109),(112,'&nbsp;','myliu martini','','','martinio fanas',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-02-19 00:00:00',62,'2008-03-05 11:24:47',62,0,'0000-00-00 00:00:00','2008-02-19 00:00:00','0000-00-00 00:00:00',0,2,0,110),(113,'&nbsp;','padavėjos pasaka ;) :* :) maistas taip pat! liuks :))','','','Vaidas',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-02-28 00:00:00',62,'2008-03-05 11:25:17',62,0,'0000-00-00 00:00:00','2008-02-28 00:00:00','0000-00-00 00:00:00',0,2,0,111),(114,'&nbsp;','PUIKUS SAVAITGALIS PAS JUS','','','LABA',0,0,'88.119.99.23',0,'','hideemail=0\nhideurl=0\n',1,'2008-03-02 00:00:00',62,'2008-03-05 11:25:43',62,0,'0000-00-00 00:00:00','2008-03-02 00:00:00','0000-00-00 00:00:00',0,2,0,112),(124,'Liux','Labai fainas klubas,cia geriausia muzika,smagiausia nuotaika,sauniausiai praleistas laikas. :)','','','Svečias',0,0,'81.7.98.5',0,'','hideemail=1\nhideurl=1\n',1,'2008-05-01 21:23: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,116),(120,'liuks ','martini yra martini...ir nieko cia nepridursi...pats smagiausias klubas, pacios graziausios merginos ir pati geriausia muzika...sekmes darbuose','','','Saulius',0,0,'88.119.99.30',0,'','hideemail=1\nhideurl=1\n',1,'2008-03-29 22:01: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,113),(122,'Fainiai','Labai faina!','','','Svečias',0,0,'77.79.28.115',0,'','hideemail=1\nhideurl=1\n',1,'2008-04-23 22:01: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,114),(123,'Svecias','Cia jus visi apie Siauliu Martini, ane? O kaip Klaipedoj Martini, ar cia ta pati firma? Kas ten gero?','','','Svečias',0,0,'88.119.136.19',0,'','hideemail=1\nhideurl=1\n',1,'2008-04-24 15:05: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,115),(125,'MARKO','KAIP PIRMA KARTA BUVAU KLUBE,TAI NENUSIVYLIAU ,GERAS KLUBAS NAKTINIS,IR IDOMUS.','','','Svečias',0,0,'213.226.144.205',0,'','hideemail=1\nhideurl=1\n',1,'2008-05-05 22:44: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,117),(126,'mu','taip,martinis klaipedoje,kaip ir siauliuose priklauso tiem patiem savininkams.','','','Svečias',0,0,'84.154.94.109',0,'','hideemail=1\nhideurl=1\n',1,'2008-05-12 20:32:01',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,118),(127,':(','teko nusivilti siauliu martini aptarnavimu.per visa vakara taip ir negavome ka buvome uzsisake isskyrus gerimus.ir tai, pakartojimui teko patiems prie baro nusipirkti,nes kitaip butu teke sedeti tusciomis tauremis,niekas taip ir nepriejo.neaisku kaip ten dirba virtuve???tad jau pasibaigus vakarui teko atsaukti uzskyma.gaila,kad toks buvo pirmas apsilankymas...daugiau neisime ir kitiems nepatarsime.','','','Svečias',0,0,'172.24.54.11',0,'','hideemail=1\nhideurl=1\n',1,'2008-05-16 12:03:01',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,119),(128,'oldexit','Praetą savaitgalį t.y. Birželio 7 d. Nusivyliau ir pasišlykštėjau martinio klubo apsaugos darbu. 5 gerokai išgerusios merginos be jokios priežasties pradėjo mušti vaikiną, kuris tuo metu šoko. Kaip vėliau sužinojame vaikinas buvo nebylys. Naktinio klubo ,,MARTINI,, vidaus tvarkos  taisyklėse numatoma, jog lankytojus, kurie padaugino- palydi namo. Keista ,merginos nebuvo išprašytos namo, o linksminosi toliau. Labai įdomu kur tuo momentu buvo apsauga??.Tai taip išeina, kad tokį  merginų elgesį apsauga toleruoja, o jau jeigu koks vaikinukas sparnelius pakedens tai ishkarta prašo išeiti. Taigi jeigu yra dirbama pagal tokią politiką tai gal ir vidaus tvarkos taisykles pakeisite.','','','Svečias',0,0,'193.219.168.126',0,'','hideemail=1\nhideurl=1\n',0,'2008-06-13 14:09: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,120),(129,'fzxfbbxfgb','mbvckhgxjglc','','','Svečias',0,0,'193.219.168.126',0,'','hideemail=1\nhideurl=1\n',0,'2008-06-16 11:29: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,121),(130,'nusivyliau aptarnavimu','Dar tokio aptarnavimo man neteko niekur matyti, nors teko daug naktiniu klubu aplankyti ne tik Lietuvoje, taciau cia aptarnavimas ir aptarnaujantis personalas isskirtinis, negana kad neatnesa to ka uzsisakai tai dar ir po puses stiklines neisgerto gerimo iki galo, nunesa ir ne nebando pasiaiskinti. Barmenes merginos tiesiog akipliesos, vyrukai tai normalus :)','','','Nusivylusi',0,0,'62.80.245.168',0,'','hideemail=1\nhideurl=1\n',0,'2008-06-20 19:31: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,122),(131,'Grazinkit!','Grazinkit mums sena kolektyva!','','','Nuolatinis',0,0,'78.60.196.31',0,'','hideemail=1\nhideurl=1\n',0,'2008-07-03 22:47: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,123),(132,'MYLIU','sveiki,sveiki gal kas suteiktu man informacijos ar bent kur galeciau rasti,savo sena gera drauge,Linute Gedminiene.','','','Julius ',0,0,'62.212.200.39',0,'','hideemail=1\nhideurl=1\n',1,'2008-07-10 23:48: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,124),(133,'Trečiadieniai klube  Martini   tikriems CLUB\'eriams!','Nuo šiol trečiadienis tampa svarbiausia savaitės  diena Šiaulių elektroninės šokių muzikos mylėtojams!\r\nKodėl? - Ogi todėl, kad būtent čia ir būtent trečiadieniais karaliaus Outlaw Studio! \r\n\r\nArminas M & Owen – bene žinomiausi vardai tarp Šiauliu klubinėtojų. Sėkmingai „įsukę“ jau ne vieną nepakartojamų  renginių seriją įvairiuose Šiaulių klubuose. Susilaukę vien gerų emocijų ir atsiliepimų, ne be reikalo pasivadinę „Outlaw...“ (už įstatymo ribų) , - netaikantys sau ir savo „vakarėliams“ jokių  normų/taisyklų. Perpildyti energijos ir sodrių garsų Minimal Techno ir Electro stiliai -  tai Outlaw Studio. \r\n\r\nIr tai dar toli gražu ne viskas! Kartu su mumis kiekvieną trečiadienį girdėsite ryškiausias ir garsiausias šokių muzikos padangės žvaigždes iš visos Lietuvos!\r\n\r\nSekite reklamą internetinėje svetainėje, nepražiūrėkite mūsų plakatų mieste, gaukite renginų skrajučių,  su kuriom i renginius pateksite pigiau!  ','','','Arminas M (Outlaw Studio)',0,0,'77.79.16.202',0,'','hideemail=1\nhideurl=1\n',1,'2008-07-23 01:53:17',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,125),(134,'pastebejimas','kazkaip net sujuokino tie \'piktieji sveciai\' :D jus gal depresijom kokiom sergat kad einat ten kur jum nepatinka? man pvz nepatinka maxe, neinu ten ir nepergyvenu del dju ar dar ko nors, viskas tuo pasakyta. o jei gudruciai vis del to ateinat i martini, ir jei jum nepatinka ta grojama muzika, nueikit pas dj ir paprasykit kokios norit, ar lt neturit tam? ir jei bent kiek galvotumet tai suprastumet, kad ne dj atsakingas uz muzikos stiliu, tai lemia valdzia ir galiausiai patys klientai... bukit ramus, martinis geriausias siauliuose!','','','Svečias',0,0,'172.24.36.75',0,'','hideemail=1\nhideurl=1\n',1,'2008-07-24 19:49: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,126),(135,'a','nu kur padejot savo robuka???\r\nsiandiena tai kazkokia bezobrazija','','','Svečias',0,0,'81.7.99.229',0,'','hideemail=1\nhideurl=1\n',0,'2008-08-30 02:05: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,127),(136,'nusivylęs','DĖMESIO !!! DIDŽĖJAMS, kurie groja MARTINYJE reiktų atidžiau rinkti grojamą repertuarą. Nes atrodo, kad skamba \"VISKAS NUO KRAŠTO\" Taigi, reikėtų susirūpinti!!!','','','Svečias',0,0,'172.24.40.129',0,'','hideemail=1\nhideurl=1\n',1,'2008-09-12 19:21: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,127),(137,'TO APSAUGĄ','Nu ką klubas tai klubas, bet apsauga .... Nesakau, kad nereikia apsaugos, žinoma ji labai svarbi, bet kai elgiamasi su žmogumi kaip su kokiu nusikalteliu, tai tikrai nieko gero. Apranga ir jūsų veido rimta mimika dar ne viskas brangieji apsaugos darbuotojai, truputį reikėtų Jums susipažinti su etiketo taisyklėmis. ','','','Svečias',0,0,'172.24.56.203',0,'','hideemail=1\nhideurl=1\n',1,'2008-09-16 09:31: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,127),(138,'?','Labai dekingas virtuvei-labai skanu!\r\n','','','Mindaugas',0,0,'88.118.64.77',0,'','hideemail=1\nhideurl=1\n',1,'2008-10-02 00:00: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,127),(139,'to svecias','o tau kartais neatrodo kad tie patys klientai ta pacia apsauga padaro tokia rusciais veidais. klientas darbotojo niekada nesupras nes jis ateina pasilinksminti ir daug ko nemato ir negirdi.kartais dazniau pasiziekit patys i save... o apsauga ji dirba tik savo darba...','','','Svečias',0,0,'172.24.80.65',0,'','hideemail=1\nhideurl=1\n',1,'2008-10-03 18:06: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,127),(140,'bee =DD','esu nepilnamete,taciau jau nekarta lankiausi mantinyje taip kad nebevarykit ant tu apsauginiu geri jir yra=DDDD','','','Svečias',0,0,'172.24.176.189',0,'','hideemail=1\nhideurl=1\n',0,'2008-10-08 17:25: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,127),(141,'COOL','Buvau ir nenusivyliau =]] wyru striptizo programa nuostabi, aptarnawimas geras o ir apsauga nepasakyciau kad butu kazkuom neitikusi =] wiskas gerai, manau geriausia wieta Siauliuose paselt, +10 =]]','','','Svečias',0,0,'77.79.17.175',0,'','hideemail=1\nhideurl=1\n',1,'2008-10-10 21:53:36',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(142,'Klausimelis','šiame klube man labai patinka,as manau kad tai geriausias klubas Šiauliuose. gal čia ir ne vietoje, bet turiu klausima: - Ar yra kur nors Šiauliuose, klubas kuriame butu karaoke vakarų? O gal martinis galetu kartais tokius surengti,o gal rengia bet nežinau,manau smagu būtų :)\r\n','','','Svečias',0,0,'172.24.91.117',0,'','hideemail=1\nhideurl=1\n',1,'2008-10-23 14:00: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,127),(143,'nevykęs aptarnavimas','Labai apmaudu, bet aptarnavimo lygis šiame klube apgailėtinas. Padavėja Lina vaikui (vaikų renginio metu) sugebėjo atnešti verdančios giros.Tiesa, negali labai pykti, nes ji perspėjo: \"tik atsargiai, gali būti labai karšta\"...','','','Svečias',0,0,'77.79.32.33',0,'','hideemail=1\nhideurl=1\n',0,'2008-11-09 19:01: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,127),(144,'nevalgyk  Siauliu Martinio klube','na ka buvau nesenai tame klube ,penktadieni; galiu pagirti tik tuom jog muzika tikrai ivairaus stiliaus ir sakykime patiko ...Taciau kai uzsisakiau maisto ir ji paragavau tai man gera nepasidare:pirma-alus svyturio buvo nudukes ir praskiestas,2- uzkanda prie alaus tai \"superine\" :uzsisakeme duonos su suriu (suris po 10sekundziu sustingo visas riebaluose ismirkes )neaisku kaip ji reikejo kieta pakabinti su duonos riekele ..nuo kurio man sustreikavo sveikata ..trumpai sakant buvo apnuodytas mano organizmas sio klubo maistu.Antra karta maistu is sio klubo neberizikuosiu    ','','','Svečias',0,0,'77.221.89.55',0,'','hideemail=1\nhideurl=1\n',0,'2008-11-16 00:46: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,127),(145,'nusivyliau','siame klube lankausi jau kelis metus. Iki siol jokiu nusiskundimu neturejau, bet pastarieji keli savaitgliai mane labai nuvyle. 1. Padaveja Lina. Idomu kokiais kriterijais vadovausjasi klubo savininkai priimdami darbuotojus. Pasibaisejau sios padavejos aptarnavimu. Jokios pagarbos klientui, musu staliukas, kuri ji aptarnavo puse vakaro buvo nukrautas tusciais butelias bei tauremis, o paprasius nurinkti, nustate kvaila veido mimika ir pareiske ar dabar gerai ? BAISU... Ir tai ne vienintelis incidentas ivykes su sia darbuotoja per viena vakara, kuris del sios darbuotojos neprofesionalumo man buvo sugadintas... 2. Ant iejimo i Martini duru yra uzrasas face control , idomu ka ji reiskia ??? Turbut tai, kad cia gali lankytis tik Siauliu banditukai . Martinis is solidaus ir gero klubo pavirto badituku uzeiga. neimanoma ramiai nusipirkti gerimo prie baro, nueiti ramiai pasokti ar i rukomaji parukyti. Mustynes, keiksmai... Ziauru... O neduok dieve nesutiksi pakalbeti su vienu is ju, tai busi isvadinta ir ziurke ir valkata cia geriausiu atveju... Manau reiketu klubo savinikams susimastyti ir padaryti isvadas, nes kitu atveju prarasit klientus. P.S. Pagarba barmenams. ','','','as',0,0,'81.7.97.35',0,'','hideemail=1\nhideurl=1\n',0,'2008-11-18 11:57: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,127),(146,'Спасибо!!!','Хотел бы высказать благодарство за Ваш сайт. Нашел для себя очень много полезного и нужного.\r\nСпасибо за то, что Вы есть!','','','JamesOW',0,0,'67.183.181.31',0,'','hideemail=1\nhideurl=1\n',1,'2008-12-10 15:41: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,127),(147,' apsauga  ','Užtenka \"neteisingu\" žvilgsniu pasižiūrėt, kad įsikibtų į atlapus ir \"mandagiai\" pasiūlytų išeit \"pasikalbėt į lauką\" - ar tai \"apsauga\"?.. Perdaug įsijautę į dievų vaidmenį tie tardurio \"sargai\"... Nors ko iš jų norėti/tikėtis, jei savininkams tinka ir patinka?','','','Svečias',0,0,'77.221.86.123',0,'','hideemail=1\nhideurl=1\n',0,'2008-12-22 23:11: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,127),(148,'buvusi','sveiki,sveiki gal kas suteiktu man informacijos ar bent kur galeciau rasti,savo sena gera drauge,ala..?','','','agne',0,0,'82.5.84.100',0,'','hideemail=1\nhideurl=1\n',1,'2009-01-07 14:16:01',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(149,'Geriausias.','Geriausias, solidziausias, linksmiausis ir visoks kitoks! Tiesa, apsaugos darbuotoju veidai priklauso nuo to, koki nutaisai ateidamas i kluba. Jei atsinesi gera nuotaika ir esi nusiteikes pozityviai, jokiu problemu nekyla. Pergyvens visus klubus Siauliuose! 10 balu visam personalui! Jei nepatinka dj Robo (man jis sauniausias dj) grojama muzika, uzsisakykite norimus kurinius. Kaina 10 Lt. Jei negalite sau leisti sio malonumo, rinkites kitas pasilinksminimo vietas :DDD \r\nSEKMES!!!','','','Gitanis',0,0,'62.80.252.240',0,'','hideemail=1\nhideurl=1\n',1,'2009-01-09 14:22: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,127),(150,'Kraupus vaizdas...','Vakar buvau nuejusi su drauge i visu taip giriama Martini... Dar dabar netikiu kad netgi 3 val sugebejau ten issedet. Turbut vieninteliai mandagus zmones tai apsauginiai (isskyrus Mataiti). Administratores reikejo laukt gal15min kol ji issikalbes su barmenu. Paklausus ar yra staliuku, pareiskia kad ne. Nors klubas pustustis. Na gerai, susiradom pacios prie ko prisest... Padavejos aisku taip ir nesulaukem, tai nuejom pacios prie baro uzsisakyt. Maza to, tuolete visiskai ant koju nebepastovincios merginos ruko... Ziauriau nebuna. Pegase publika gal ir zemesnio intelekto koeficiento, bet tvarkos, mandagumo ir pagarbos klientams, kokie jie bebutu tikrai 100% daugiau... Esu renginiu organiztore ir tikrai daugiau kojos nekelsiu i toki \"A la\" kluba. Daug klubu ir klubeliu teko maytyti per darbo praktika, bet \"Martinis\"... Soriuks uz tokia nuomone, bet yra kaip yra... Kai aptarnaujantis personalas bus bent kiek mandagesnis, tada manau ir klientu bus daugiau. Nes nesu maciusi kad penktadieni klubas butu pustustis....','','','netycia patekusi i martini',0,0,'78.56.80.221',0,'','hideemail=1\nhideurl=1\n',0,'2009-02-07 14:30: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,127),(151,'Svecias','Ala Dabar yra martinio direktore;-)\r\nCia rimtai','','','Svečias',0,0,'172.24.35.105',0,'','hideemail=1\nhideurl=1\n',0,'2009-02-12 00:17: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,127),(152,'Pastovi Martinio lankytoja','Galeciau patarti Martiniui susirasti vietoj administratores NERINGOS kita mandagu ir normalu administratoriu, tokios akiplesos dar nebuvau niekur sutikusi, ji  net nemoka bendrauti su klientais!!!!','','','Svečias',0,0,'172.24.34.185',0,'','hideemail=1\nhideurl=1\n',0,'2009-02-15 18:31: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,127),(153,'Smagu','Valentino diena tikrai praejo gerai, padarem apyvarta jiems... Smagu buvo! gera publika, linksma liaudis:)','','','Siaulis',0,0,'78.62.74.149',0,'','hideemail=1\nhideurl=1\n',1,'2009-02-16 19:04: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,127),(154,'Svečias','Čia tik teigiami atsiliepimai. Na suprantama kodėl , juk antireklamos nesinori.Man ten nepatinka publika: snobai, turtingų tėvų vaikai...','','','Svečias',0,0,'172.24.45.13',0,'','hideemail=1\nhideurl=1\n',0,'2009-02-17 14:54: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,127),(155,':)','Ziauriai geras ir nepakartojamas buvo Mikutaviciaus kocertas. Jega:)','','','Svečias',0,0,'172.24.44.198',0,'','hideemail=1\nhideurl=1\n',1,'2009-02-22 14:47: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,127),(156,'Šalta Šalta Šalta','Buvome Martini šeštadienį.Šiaip viskas patiko,bet nėra jaukumo-šalta kaip daržinėje.Atsiprašau už išsireiškimą.Tikrai daugiau negrįšiu,nebent vasarą.','','','Svečias',0,0,'212.52.41.10',0,'','hideemail=1\nhideurl=1\n',1,'2009-02-23 10:31: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,127),(157,'viagra sale online','Comment4, buy adipex no prescription, ipkmm,\r\norder oxycodone, qjazr,\r\nsale viagra, awltz,\r\ncialis online, dqtsy,\r\norder cialis soft, auoej,','','','Bithsmuts',0,0,'67.43.156.154',0,'','hideemail=1\nhideurl=1\n',0,'2009-03-01 21:18: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,127),(158,'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:39: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,127),(159,'Pizza','small pizza in Montana','','','Pizza',0,0,'93.85.20.221',0,'','hideemail=1\nhideurl=1\n',0,'2009-03-07 03:20: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,127),(160,'phentermine 37.5mg','comment7, order propecia cheap,  http://www.news-gazette.com/forums/index.php?showuser=159 - order propecia cheap,  http://www.news-gazette.com/forums/index.php?showuser=159 buy cheap propecia, btenf, cheap phentermine 37.5,  http://www.news-gazette.com/forums/index.php?showuser=160 - buy phentermine 37.5mg,  http://www.news-gazette.com/forums/index.php?showuser=160 buy phentermine 37.5mg, axnuu, phentermine without prescription,  http://www.news-gazette.com/forums/index.php?showuser=161 - phentermine no prescription,  http://www.news-gazette.com/forums/index.php?showuser=161 phentermine without prescription, zjniv, cheap phentermine,  http://www.news-gazette.com/forums/index.php?showuser=162 - order cheap phentermine,  http://www.news-gazette.com/forums/index.php?showuser=162 cheap phentermine, lomjf, phentermine herbal,  http://www.news-gazette.com/forums/index.php?showuser=164 - order herbal phentermine,  http://www.news-gazette.com/forums/index.php?showuser=164 order herbal phentermine, wmtgt','','','dofUndory',0,0,'195.190.13.138',0,'','hideemail=1\nhideurl=1\n',0,'2009-03-10 17:19: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,127),(161,'*','Nuo kelių metų galima dalyvauti šokiuose ar koncertuose?','','','Svečias',0,0,'78.56.128.11',0,'','hideemail=1\nhideurl=1\n',1,'2009-03-14 22:33:19',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(162,'metai','ketvirtadieni nuo 18 penktadieni ir sestadieni nuo 21','','','Svečias',0,0,'77.79.37.252',0,'','hideemail=1\nhideurl=1\n',1,'2009-03-16 21:16: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,127),(163,'..','Gerb.Dj,zinokit Humanoj yra nuolaida megztukam,tai pats laikas butu atsinaujinti, vis delto pavasaris:)','','','Svečias',0,0,'82.135.252.139',0,'','hideemail=1\nhideurl=1\n',0,'2009-04-12 17:04: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,127),(164,':(','Kuo toliau, tuo graudziau.','','','Svečias',0,0,'78.56.108.176',0,'','hideemail=1\nhideurl=1\n',0,'2009-04-13 14:01: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,127),(165,'komentaras','sveiki,man visad patiko martinis,buvo vienu metu,kad robas gryba dedavo,bet paskutiniu metu buvo pasitaises:)bet koks grybas vakar,per velykas grojo,tai zodziu nera..susalau besededama prie stalo:)siaubas..vien senovines..sakau jam-o kur siuolaikines?sako-20lt daina! buvau apakus,kosmaras kazkoks visai..\r\n\r\nir dar-MARTINO ADMINISTRACIJA! prasau kelkit rageli!visa diena skambini-ir niekas nekelia! absurdas..negi teks asmeniskai ateiti uzsisakyti stala?aciu is anksto:)\r\n\r\napsauginiai super dabar,o senosios bjauriosios admin aciu dievui nebera:)\r\n\r\nviskas ciki,tik va salta labai:)ir padaveju ilgai laukti tenka,nors zmoniu nedaug..suprask kaip nori...','','','Svečias',0,0,'77.79.19.177',0,'','hideemail=1\nhideurl=1\n',1,'2009-04-13 23:31: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,127),(166,'jo..','tikrai..ideda tik gerus komentarus:)matyt reiks kazkur kitur nete pasibedavot:)manau-rasiu kur:)','','','Svečias',0,0,'77.79.19.177',0,'','hideemail=1\nhideurl=1\n',0,'2009-04-16 20:10: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,127),(167,'atsiliepimai:)','kazin ar idesit mano komentara?gedinkites pagaliau..visus tik gerus idedat..juokinga','','','MAZULE',0,0,'77.79.19.177',0,'','hideemail=1\nhideurl=1\n',0,'2009-04-17 11: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,127),(168,'siaip tai saunus klubas','tik pastebejome ,kad pradejo ileidineti labai jaunucius,tikrai kuriems ne po 21 m.,nors ateiname tik penktadieni ar sestadieni.noretusi labiau vyresnes liaudies ,kuriems tikrai nemaziau 21,kadangi kai prieina 18-meciu tai ir bludija paskui,nesijaucia kazkaip saugumo.taip kad noretume jog Martinis ir toliau pasizymetu taip koks buvo ankstesniais laikais,tada tikrai nesimatydavo 18-meciu ir budavo tikrai labai saugu smagiai pabuti.','','','Svečias',0,0,'81.7.98.103',0,'','hideemail=1\nhideurl=1\n',1,'2009-04-17 12:09: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,127),(169,'Atsargiai','Klubo darbuotojai nera sąžiningi. Atvykus ankščiau 22 val. laikė mus už durų, pasiteisindami, kad daug žmonių. Įėjus į klubą, mums paskaičiavo po 20 Lt, nors bilietas buvo įduotas tik už 5 Lt. Klube tikrai nebuvo daug žmonių. Taigi, atsargiai chebryte!','','','Svečias',0,0,'172.24.5.38',0,'','hideemail=1\nhideurl=1\n',0,'2009-04-22 19:17: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,127),(170,'hygas','tikrai geras klubas nieko blogo neturiu...jau geriau martinis negu mega..martiniam sale didesne ir zmones nesusispaude soka ne taip kaip kituose klubuose','','','hygas',0,0,'86.100.41.94',0,'','hideemail=1\nhideurl=1\n',1,'2009-05-09 19:17: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,127),(171,'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. 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. Do not take Cialis if you are also using a nitrate drug for chest pain or heart problems.  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\ncialis directions  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 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.  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. Do not take Cialis if you are also using a nitrate drug for chest pain or heart problems.  A prolonged erection (priapism) can damage the penis.  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 04:26: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,127),(172,'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. 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). 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.  It is not clear whether this medication is the actual cause of 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 tadalafil uk  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. 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).  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.  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.  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.  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 04:57: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,127),(173,'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. Backache and muscle ache were also reported, sometimes with delayed onset.  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.  In December 2003, the Food and Drug Administration approved tadalafil (as Cialis) for sale in the U.  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.  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 and benazepril  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. 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.  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.  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 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 05:11: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,127),(174,'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).  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. 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.  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. \r\nhttp://buycialisweb.blogspot.com/ cialis pregnizone side effects in pregnancy  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. Backache and muscle ache were also reported, sometimes with delayed onset.  Tadalafil is a PDE5 inhibitor.  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.  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.  It is not clear whether this medication is the actual cause of 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 06:00: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),(175,'Cialis',' 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.  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 this medication without telling your doctor if you are breast-feeding a baby. \r\nhttp://buycialisweb.blogspot.com/ cialis pills tadalafil under tongue dissolve Only your doctor can decide if CIALIS is right for you.  CIALIS does not protect against sexually transmitted diseases, including HIV. Backache and muscle ache were also reported, sometimes with delayed onset. 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. 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.  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.','','','Cialis',0,0,'195.2.241.118',0,'','hideemail=1\nhideurl=1\n',0,'2009-05-14 06:02: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,127),(176,'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. 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.  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.  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 price  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.  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.  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 06:18: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),(177,'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. 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. 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.  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.  FDA pregnancy category B: Although Cialis is not for use in women, this medication is not expected to be harmful to an unborn baby.  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 patent search  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. It\'s not possible to determine if these events are related directly to the ED tablets or to other factors. S. 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.  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.','','','Cialis',0,0,'195.2.241.118',0,'','hideemail=1\nhideurl=1\n',0,'2009-05-14 06:39: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,127),(178,'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. 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).  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.  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\").  Allow 24 hours to pass between doses.  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.  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 tablets Only your doctor can decide if CIALIS is right for you. 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.  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. S. 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. You could be having a serious side effect of Cialis.  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 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 07:46: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,127),(179,'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. 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.  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. \r\nhttp://buycialisweb.blogspot.com/ cialis sideaffects Only your doctor can decide if CIALIS is right for you.  CIALIS does not protect against sexually transmitted diseases, including HIV. Backache and muscle ache were also reported, sometimes with delayed onset.  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.  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.  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 07:57: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,127),(180,'Cialis','Only your doctor can decide if CIALIS is right for you. 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).  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.  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.  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.  Do not use this medication without telling your doctor if you are breast-feeding a baby. \r\nhttp://buycialisweb.blogspot.com/ cialis samples  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.  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.  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. 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.  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:02:27',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(181,'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. 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 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.  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).  Allow 24 hours to pass between doses.  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. \r\nhttp://buycialisweb.blogspot.com/ cialis fedex  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. 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. 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.  FDA pregnancy category B: Although Cialis is not for use in women, this medication is not expected to be harmful to an unborn baby.  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: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,127),(182,'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.  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. Do not take Cialis if you are also using a nitrate drug for chest pain or heart problems.  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.  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. \r\nhttp://buycialisweb.blogspot.com/ cialis cialis online online  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 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. Do not take Cialis if you are also using a nitrate drug for chest pain or heart problems.  Do not take this medication more than once a day.  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 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: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,127),(183,'Cialis','Only your doctor can decide if CIALIS is right for you.  CIALIS does not protect against sexually transmitted diseases, including HIV. Backache and muscle ache were also reported, sometimes with delayed onset.  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.  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. Do not take Cialis if you are also using a nitrate drug for chest pain or heart problems.  Do not take this medication more than once a day.  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 testimonital 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. 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.  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.  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.  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 08:56: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,127),(184,'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. 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).  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.  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 this medication without telling your doctor if you are breast-feeding a baby. \r\nhttp://buycialisweb.blogspot.com/ cialis viagra levitra trusted pharmacy catalog  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. 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.  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.  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. 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 09:15: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,127),(185,'Cialis','Only your doctor can decide if CIALIS is right for you. 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\'s not possible to determine if these events are related directly to the ED tablets or to other factors.  In December 2003, the Food and Drug Administration approved tadalafil (as Cialis) for sale in the U.  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.  Do not take this medication more than once a day.  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.  Do not use this medication without telling your doctor if you are breast-feeding a baby. \r\nhttp://buycialisweb.blogspot.com/ cialis order  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.  Tadalafil is a PDE5 inhibitor.  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).  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.  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.','','','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,127),(186,'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 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 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. Do not take Cialis if you are also using a nitrate drug for chest pain or heart problems.  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. \r\nhttp://buycialisweb.blogspot.com/ cialis soft tab india 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. 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.  as the third ED prescription drug pill after sildenafil (Viagra) and vardenafil (Levitra).  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.  FDA pregnancy category B: Although Cialis is not for use in women, this medication is not expected to be harmful to an unborn baby.  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 11:30: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,127),(187,'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. 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.  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.  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.  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.  Stop using Cialis and get emergency medical help if you have sudden vision loss. 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 weight loss 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. 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.  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. 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.','','','Cialis',0,0,'195.2.241.118',0,'','hideemail=1\nhideurl=1\n',0,'2009-05-14 11:34: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,127),(188,'Cialis','Only your doctor can decide if CIALIS is right for you. 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 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.  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.  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.  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. \r\nhttp://buycialisweb.blogspot.com/ cialis all night  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.  Tadalafil is a PDE5 inhibitor. 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.  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.  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.','','','Cialis',0,0,'195.2.241.118',0,'','hideemail=1\nhideurl=1\n',0,'2009-05-14 11:51: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,127),(189,'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. 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.  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.  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. Do not use Cialis without telling your doctor if you are pregnant or plan to become pregnant during treatment. \r\nhttp://buycialisweb.blogspot.com/ back pain from taking 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. 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.  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.  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.','','','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,127),(190,'Cialis',' 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.  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). 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.  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 Cialis without telling your doctor if you are pregnant or plan to become pregnant during treatment. \r\nhttp://buycialisweb.blogspot.com/ cialis debt consolidation  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. 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.  as the third ED prescription drug pill after sildenafil (Viagra) and vardenafil (Levitra).  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).  Do not take this medication more than once a day.  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: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,127),(191,'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. 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.  In December 2003, the Food and Drug Administration approved tadalafil (as Cialis) for sale in the U.  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. 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. 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. \r\nhttp://buycialisweb.blogspot.com/ can i cut 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. Backache and muscle ache were also reported, sometimes with delayed onset. It\'s not possible to determine if these events are related directly to the ED tablets or to other factors. S. 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).  A prolonged erection (priapism) can damage the penis.  It is not clear whether this medication is the actual cause of 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:44: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,127),(192,'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. 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\'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.  Do not take this medication more than once a day.  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 Cialis without telling your doctor if you are pregnant or plan to become pregnant during treatment. \r\nhttp://buycialisweb.blogspot.com/ cialis day next 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).  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.  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:48:36',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(193,'Cialis',' 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.  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.  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. \r\nhttp://buycialisweb.blogspot.com/ cialis spinal cord injuries 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.  Tadalafil is a PDE5 inhibitor.  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\").  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.  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 13:12: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,127),(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. 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. 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.  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. 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 levitra pharmacy viagra 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. 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.  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.  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: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,127),(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 online  Le seul facteur pouvant causer un priapisme avec Viagra serait l\'utilisation combinee d\'une medication contre la leucemie. Une erection bien ferme accompagnee d\'une migraine et de nausees risque d\'en decourager certains. Ce n\'est pas une pilule miracle qui repare les relations de couples dysfonctionnelles. 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. Viagra represente la solution ideale pour bien des hommes et leurs partenaires. Il importe que vous puissiez identifier clairement les causes de votre incapacite erectile. La posologie de VIAGRA est une prise par jour. Consultez votre medecin traitant avant de prendre VIAGRA en cas d\'insuffisance hepatique, d\'hypotension, si vous avez fait un infarctus du myocarde ou un accident vasculaire cerebral ou si vous presentez une retinite pigmentaire.','','','Acheter viagra',0,0,'195.2.241.118',0,'','hideemail=1\nhideurl=1\n',0,'2009-05-14 19:25: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,127),(196,'rokas','Martinis tai tikra gėda tokiam miestui bet būtu puikus Šeduvoj. Muzika priklauso nuo kiekvieno girto kliento ir patenkinto didžėjaus, nes jam mokama i delną..Absurdas jokio lygio ir net supratimo apie tai, tarsi nebūtų kur Vilniuje ar Kaune pamatyti kaip organizuoti naktini restorano gyvenimą..Jei banalu popsa keičia rokas ,o po to texno tai toki restorano savininka reiktų varyt bulves ravėt.MARTINIS TAI ŠIAULIŲ GĖDA>>>>.\r\n','','','Svečias',0,0,'62.80.229.138',0,'','hideemail=1\nhideurl=1\n',0,'2009-05-15 22:06: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,127),(197,'d','atnaujinkit darbo laika internetiniame psl','','','Svečias',0,0,'84.15.109.187',0,'','hideemail=1\nhideurl=1\n',1,'2009-05-19 18:23: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,127),(198,'Del dingusio fotoaparato','05.22 Martini klube sventem bernvakari ir iseinant pasigedom fotoaparato gal kas netycia priglaude ar ka mate tikrai dosniai atsilygintumem bent jau uz kortele su nuotraukom :)','','','Pabroliai',0,0,'77.221.88.37',0,'','hideemail=1\nhideurl=1\n',1,'2009-05-25 23:49: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,127),(199,'DJ','Labai saunus dj Martini clube.. ;)','','','S..',0,0,'86.100.20.89',0,'','hideemail=1\nhideurl=1\n',1,'2009-06-12 22:06:19',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(200,':*','myliu Roba!!!','','','Svečias',0,0,'84.15.109.187',0,'','hideemail=1\nhideurl=1\n',1,'2009-06-15 18:35: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,127),(201,'siauliai','Esu pasipiktinusi tuo, kad skelbiates, jog dirbate iki 5 ryto o kluba uzdarote kada jums patinka...kas belieka, einam i pegasa dasimusti','','','Svečias',0,0,'172.24.5.108',0,'','hideemail=1\nhideurl=1\n',0,'2009-07-28 00: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,127),(202,'gaila...','Deja atsiliepimai nebus geri.. manau kai kurie apsaugos darbuotojai jaučiasi per dideli vadovai ir teisuoliai...\r\nnemanau, kad kai vyksta gelbėtojų šou apsauginis turi nuspręsti, kiek mergina nori pamatyti.. \r\nmerginos teisė rinktis... Prie mūsų priėjo apsauginis ir išvarė nuo stalo, pasakydamas, kad mes esame ne jo lygio...? nesupratom kodėl, o paaiškėjo, kad jam nepatiko, kad mergina nepačiupinėjo gelbėtojo pasididžiavimo... daugiau ten kojos nekelsiu, nes tikrai ne lygis...','','','Svečias',0,0,'77.221.85.12',0,'','hideemail=1\nhideurl=1\n',0,'2009-09-04 12:24: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,127),(203,'buna ir taip','Buvau siam klube gal trecia karta ir daugiau neisiu niekada... apsauginis nuvare mus nuo stalelio, nes mes esame ne jo lygio... kaip veliau paaiskejo, jam nepatiko mano drauges elgesys su striptizo sokeju per gelbetoju sou... nes mat ji neciupinejo jo daikciuko ir neleido juo makaluoti palei veida... \r\nJei negerbiate saves, tai bent gerbkit kitus ir ju nuomone...','','','Svečias',0,0,'78.58.233.171',0,'','hideemail=1\nhideurl=1\n',0,'2009-09-08 13:50: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,127),(204,'įvaizdis','durnų užsieniečių tipo lakūnų o iš tikro paprastų darbininkų ir malefkių septyniolikinių baras ir muzika tikras mėšlas.','','','Tomas777',0,0,'78.58.216.173',0,'','hideemail=1\nhideurl=1\n',0,'2009-09-16 07:51: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,127),(205,'ok','as irgi myliu Roba','','','Svečias',0,0,'89.116.139.205',0,'','hideemail=1\nhideurl=1\n',1,'2009-09-18 21:29: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,127),(206,'geras','man tai labai patiko sitame klube super,grisiu dar','','','???',0,0,'82.140.149.37',0,'','hideemail=1\nhideurl=1\n',1,'2009-10-05 20:47: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,127),(207,'super','Sveiki,\r\n\r\nTikriausiai vienintelis tokio lygiuo klubas.. .saunus.... nei vienas klubas siauliuose neprilygsta martiniui.... sekmes\r\n','','','Svečias',0,0,'62.80.225.16',0,'','hideemail=1\nhideurl=1\n',1,'2009-10-08 15:43: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,127),(208,'padeka','jau nuo senu laiku labai patinka sis klubas, aptarnaujantis personalas gal siek tiek letokas, taciau muzika,atmosfera puiki.Maloniai ir sventiskai nuotaikai nuteikia ir visada maloni administratore, tiek rezervuojant stala telefonu, tiek atejus i kluba.tikrai sakau aciu.','','','Gntas',0,0,'81.7.99.229',0,'','hideemail=1\nhideurl=1\n',1,'2009-10-11 02:45: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,127),(209,'Pagyrimas','Labai malonu kad Siauliuose yra toks klubas. Malonus aptarnavimas (na galbut tikrai letokas, bet galima suprast - nelengvas darbas), administratore visada ras staliuka ir su sypsena palydes, nuolatiniai koncertai (ir ne kokie aliukai), muzika siaip nebloga, tik kazkas nutinka DJ\'ejui po 12, 01 valandos - pradeda leist nebe tokias geras dainuskas :)  Cia ne papeikimas, o paskatinimas pasitaisyti ;)bet siaip patinka, kad paleidzia ir senesniu dainu, kurios pamalonina ne tik jaunesnes kartos asmenis, bet ir vyresnes. Apsauginiai dirbantys savo darba ir pakankamai greit sureaguojantys i mazesnes kulturos asmenis :) Taciau siuo visuomenei sunkesniu laikotarpiu galetumete pradeti taikyti nuolaideles pastoviems klientams ;) siaip tikrai man patinka sis klubas, ejau einu ir eisiu :)))','','','Nuolatine lankytoja :)',0,0,'77.79.31.26',0,'','hideemail=1\nhideurl=1\n',1,'2009-10-25 13:53: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,127),(210,'Siauliete','pats geriausias klubas siauliuose. patys geriausi zmones renaksi tik ten. nerasi kokiu nusmurgusiu zmoniu,ten renkasi tie,kas negaili isleisti pinigu pasilinksminti. aciu,kad esat,lankiausi,lankausi ir lankysiuos :)','','','Svečias',0,0,'62.80.225.9',0,'','hideemail=1\nhideurl=1\n',1,'2009-10-31 22:46:36',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(211,'plunge',' saunus klubas linkma pabuti su draugais tai ne arklide yra tvarka renkasi normalus zmones gera muzika:)) o apsauga tik dirba savo darba:))','','','Svečias',0,0,'89.117.16.245',0,'','hideemail=1\nhideurl=1\n',1,'2009-11-04 20:26: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,127),(212,'geras','tikrai kiek teko apsilankyti malonus klubas vertas ateiti renkasi protingi zmones o ne kaip studentu svetainej ten tik nesubrendele tik pasimusti pagerti o cia visai kitokia tvarka maloni apsauga dirba savo darba tikrai smagu praleisti laika gera muzika malonus zmones ir t.t.','','','Svečias',0,0,'89.117.16.245',0,'','hideemail=1\nhideurl=1\n',1,'2009-11-04 20:38: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,127),(213,'audrius','nevarykim ant apsaugos apsauga dirba savo darba turi buti tvarka ateinam cia pabuti praeisti laika o jei kam nepatinka apsauga tam yra studentu svetaine vadinama arklide ten galit eiti pagerti pasimusti ten nesubrendele renkasi.. nepykit uz tiesa.. martini yra klubas kur renkasi normalus zmones kiek buvau tikrai patiko....','','','Svečias',0,0,'89.117.16.245',0,'','hideemail=1\nhideurl=1\n',1,'2009-11-04 20:45: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,127),(214,'laura',' apsauga gerai dirba girtu nereikia martini geras klubas... nebukim  pijokai ir apsauga bus gera...jei norit durnizmo eikit i studento svetaine jums cia ne arklide.. martinis siauliuose tikrai geras klubas...','','','Svečias',0,0,'89.117.16.245',0,'','hideemail=1\nhideurl=1\n',1,'2009-11-04 22:41: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,127),(215,'LABAI GAILA','TIESA PASAKIUS LABAI GAILA, BET SIS KLUBAS SUMENKINO SAVO VERTE (MANO AKIMIS). BUVO LABAI SAUNU, VISA TA LAIKA LANKIAUSI TIK JAME, NES TIKRAI APTARNAVIMO LYGIS BUVO PAKANKAMAI AUKSTAS, BET PO SIO VAKARO, NEGALIU TO PASAKYTI :( . EROTIKA MAN LABAI PATINKA, VERTINU IR GROZIUOSI TUO, TAI LYG SAVOTISKAS MENAS BET... PORNOGRAFIJA..... ?   MAN TAI NETOLIARUOTINA KLUBE, KUR ZONES ATEINA PASOKTI. SIS PASIRODYMAS   (MERGINOS MASTURBACIJA SCENOJE) LABAI STIPRIAI SUMENKINO KLUBO IVAIZDI.  CIA TIK MANO ASMENINE NUOMONE.','','','Svečias',0,0,'77.221.69.126',0,'','hideemail=1\nhideurl=1\n',0,'2009-11-06 03:51: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,127),(216,'nusivylusi','tai kas ivyko klube ketvirtadieni perzenge visas ribas. tai buvo amoralu, zema ir net gi liudna. geda sios programos organizatoriams- tai rodo ju isprusimo, issilavinimo bei vertybiu lygi','','','Svečias',0,0,'62.212.201.61',0,'','hideemail=1\nhideurl=1\n',0,'2009-11-06 18:36: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,127),(217,'siaulietis',' geras klubas pritariu kitu nuomone jums cia nera arklide o geras klubas malonu praleisti laika','','','Svečias',0,0,'89.117.16.245',0,'','hideemail=1\nhideurl=1\n',1,'2009-11-12 22:26: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,127),(218,'Pasiulymas','Siulyciau virs staleliu isjungti sviesas, o ant stalu pastayti zvakutes. Ir jaukiau, ir maloniau butu.. :) Taip pat nepatikejau, kai pas dj nuejus uzsakyti muzikos buvo atsakyta, kad mokek pinigus.. bet ziuriu realybe.. Baisu. ','','','ji',0,0,'62.80.247.15',0,'','hideemail=1\nhideurl=1\n',0,'2009-11-15 13:38: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,127),(219,'arturas ozys administratorius','pydere ciulpsi greitu metu su savo apsauga bybi man','','','Svečias',0,0,'77.221.82.207',0,'','hideemail=1\nhideurl=1\n',0,'2009-11-22 12:12: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,127),(220,'Komentaras','Viskas labai saunu, isskyrus barmenu ir padaveju darba - sorry, bet suktis reiktu kur kas geiciau...','','','Svečias',0,0,'62.80.239.227',0,'','hideemail=1\nhideurl=1\n',0,'2009-11-26 12:50: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,127),(221,'Apie klubą','Šio klubo interjeras tikrai  vienas iš geriausių, tik šiek tiek trūksta gyvumo, kai pietaujama, nesijaučia jaukumo, o šokių aikštelė iš tiesų nebloga,gerai suprojektuota tiek šokti, tiek stebėti šokančius,malonus dirbantis personalas,įvairūs koncertai, striptizas - aktyvi veikla, tik galbūt apsauga šiek tiek per griežtokai ir grubokai elgiasi su ateinančiomis merginom (nekalbu apie mažametes ar išgėrusias) ir nuteikia negatyviai...norėtųsi daugiau humaniškumo iš jų pusės...juk savo darbą galima atlikti ir mandagiai...','','','Šokėja',0,0,'193.219.168.137',0,'','hideemail=1\nhideurl=1\n',1,'2009-11-26 19:31: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,127),(222,'kainos','Klubas geras tik internete galetų būti informacija apie įėjimo kainas','','','Svečias',0,0,'82.135.196.79',0,'','hideemail=1\nhideurl=1\n',1,'2009-11-28 19:19: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,127),(223,'ivedziau','esu is bazilionu bet tas klubelis man patink ','','','Svečias',0,0,'78.58.34.57',0,'','hideemail=1\nhideurl=1\n',1,'2009-11-30 19:55: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,127),(224,'nustebau','atejes eilini karta nustebau pamates atsinaujinusi martini. malonu kad siais laikais dar sugebejote rasti tokiems dalykams litu. jauciasi naujos energijos. ir muzonas kitoks. aciu.\r\n','','','mumu',0,0,'88.119.99.33',0,'','hideemail=1\nhideurl=1\n',1,'2009-12-09 18:52: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,127),(225,'face control','sveiki, mums labai visiems patinka \"Martini\"is. tai pats geriausias klubas Šiauliuose.... bet, apsauga tikrai paskutinį kartą pavedė... Aš nežinau, kas jiems suteike teisę žeminti klubo svečius, vat šovė į galvą ir sugalvojo neįleisti į klubą vienos merginos, kuri jau, beje, tris metus iš eilės ten eina, išsidirbinėja prašinėdami moksleivio pažymėjimo. pirmą kartą per tiek metų apsauginiai paprašė pažymėjimo. anot jų \"mes tave žinom ir pažįstam, bet šį kart neįleisim be moksleivio pažymėjimo\". Ar šitaip gražu, tokias \"izdivalkes\" daryt? Suprasčiau, jei tai būtų konfliktiškas žmogus, elgtusi vulgariai klube ir panašiai, bet dabar...  \r\n','','','Svečias',0,0,'81.7.66.104',0,'','hideemail=1\nhideurl=1\n',1,'2009-12-15 14:11: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,127),(226,'reikia foto albumo','butu faina kad padarytumet foto albuma ir imestumet ten fotkiu is renginiu ir seip vakaru.juk atsirastu kas pafotkintu ;) gal dar daugiau zmoniu susigundytu ateiti.myliu sita klubiuka...geriausiai gyvenimo metai cia praleisti...:)','','',':)',0,0,'62.80.225.83',0,'','hideemail=1\nhideurl=1\n',1,'2009-12-18 15:58: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,127),(227,'dj','del muzikos, tai dj robas nepakeiciamas, matosi, kad seka muzika ir kruopsciai ruosiasi darbui\r\ntiek radijo laida nuostabi tiek martini jaucia liaudi super\r\ntaip ir toliai!!!','','','martini fanas',0,0,'86.38.205.55',0,'','hideemail=1\nhideurl=1\n',1,'2009-12-19 18:14:19',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(228,'junior','Aciu uz puiku Junior koncerta. Daugiau tokiu','','','Svečias',0,0,'78.58.20.138',0,'','hideemail=1\nhideurl=1\n',1,'2009-12-20 14:17: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,127),(229,'aciu :)','jop.. uz junior koncerta tai pats DIDZIAUSIAS ACIU!!! Buvo nuostabu :)','','','Svečias',0,0,'62.80.239.11',0,'','hideemail=1\nhideurl=1\n',1,'2009-12-23 09:45: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,127),(230,'kaledu vakaras','tikrai nereikejo keisti didzejaus,be reikalo pumpavo ta klubine muzika,zmones priprate yra prie Martinio muzikos,tad ir tikejos bent jau kazko panasaus,o dabar tikrai daug zmoniu isejo anksciau laiko,nusivyle vien del nekokios muzikos ir as jiems pritariu.','','','pastovus',0,0,'213.226.144.61',0,'','hideemail=1\nhideurl=1\n',0,'2009-12-26 14:48: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),(231,'Kaledos','Sventem Kaledas Martinyje ir ziauriai nusivylem muzika, turint minty didzeju. Paprasta sestadieni labiau pasilinksminti buvo galima,nei per Kaledas. Didelis prasymas butu -nebekvieskit jo, Megoj nusigrodavo ir cia ta pati padare. ','','','Svečias',0,0,'62.80.225.45',0,'','hideemail=1\nhideurl=1\n',0,'2009-12-28 11: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,127),(232,'Kaledinis Martini 26d','Sveiki,\r\n\r\nVisu pirma visus su sventemis artejanciom ir praejusiom! Noriu parasyti komentara apie Martini:\r\n\r\n1. Dzordana labai nustebino, ne tik mane, bet ir draugu kompanija, kad Dzordza buvo BLAIVI ! Ir dar GYVAI dainavo !\r\n2. Naujasis didzejus, kuri maciau pirma karta, istiesu nepatiko, visu pirma durnus komentarus svaide, o muzika, isvis nezinau, kas tokia muzika klausosi ! \r\n\r\nNorejau, kad DJ Robas butu ta vakara DJ ir del to tik pirkau ir uzsisakiau stala pries daugiau nei 1 men, bet paskutinemis savaitemis isgirdau, kad DJ bus naujas, kuris man istiesu nepatiko ! ','','','Mantas',0,0,'78.60.26.6',0,'','hideemail=1\nhideurl=1\n',1,'2009-12-29 19:43: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,127),(233,'SIAUBAS!','NERA BUVE BAISESNIU NAUJU METU SUTIKIMO. IR TAI DEKA MARTINI KLUBO ADMINISTRACIJOS. PRADEDANT VADYBINIKE, BAIGIANT APSAUGININKU, STOVEJUSIU NAUJU METU NAKTI PRIE IEJIMO I KLUBA. VISU PIRMA BUVOME SIAUBINGAI NEMALONIAI SUTIKTI. STALIUKA SVENTEI BUVOME UZSISAKE LIKUS DVIEMS SAVAITEMS IKI NAUJUJU. IEJE I KLUBA BUVOME NUVESTI PRIE VISAI KITO STALO, LABAI PRASTOJE VIETOJE, KUR NEMATEME NEI SALES, NEI PASIRODYMU, NES STALAS UZ KOLONOS, PACIAME KAMPE. PAKVIETUS ADMINISTRATORE BUVO PAAISKINTA, KAD TAI MUSU PASIRINKTAS STALAS. TACIAU PAKLAUSUS KOKS STALIUKO NR. ( SAVOJO STALO NR. AS ZINAOJAU), MUMS BUVO PASAKYTAS VISAI KITAS NR. TADA AS ARGUMENTAVAU, KAD TAI NE MUSU UZSAKYTO STALO NR, KURIS UZRASYTAS SASKAITOJE -FAKTUROJE, UZSAKANT STALA. TADA MUMS BUVO PAAISKINTA, JOG STALAI BUVO SUKEISTI DEL NATO KARISKIU, KURIE PAGEIDAVO GERESNIU VIENIU. MUMS BUVO LABAI SKAUDU, KAD SAVO SALYJE, MES, KAIP MOKESCIU MOKETOJAI SAVO SALIAI , ESAME ABSOLIUCIAI BEVERCIAI, O LENDAME I VIENA VIETA KAZKOKIEMS PRANCUZAMS, KURIE IS MUSU VISU TYCIOJASI. \r\nVELIAU SUZINOJOME, KAD SITOKIA NEPAGARBA JAU NEBE PIRMAS KARTAS. TAI GALU GALE, KODEL PRIES DVI SAVAITES ISSIRENKAMAS STALAS IR UZ JI SUMOKAMI PINIGAI, JEI ATEJES GALI BUTI NUGRUSTAS I BET KURIA SKYLE ???\r\nAPSAUGOS DARBUOTOJAS- NEISSILAVINES NEPRASTABURNIS. TIESA, LABAI \"UOLUS\" ! NET DU KARTUS RANKINES ISKRETE- PRIE LAUKINIU DURU IR PO KELIU SEKUNDZIU, IEINANT I PACIA SALE :). NA, KA PADARYSI... JUK SUSIREKSMINTI REIKIA, KAI NIEKO GYVENIMENESI PASIEKES. DAR PRIES IEINANT, MES PRIVALEJOME ATVEZTI SAKSAITOS -FAKTUROS KOPIJA, BE JOS MUSU NEILEIDO I SALE, NORS VADYBINIKE NEBUVO ISPEJUSI, KAD JA REIKIA SAUGOTI IKI SVENTES. MES BUVOME ISITIKINE, JOG SAKSAITOS ORIGINALAS BUS PAS ADMINISTRATORE IR NEKILS JOKIU NESUSIPRATIMU. TACIAU KLYDOME. SUGAISOME PUSVALANDI, KOL ATVEZEME TA POPIERELI. \r\nVIENINTELIS NUOSTABUS DALYKAS, TAI DIDZEJUS ROBERTAS. MUZIKA BUVO NUOSTABI. ACIU JAM. O VISAM KITAM KOLEKTYVUI- DIDELE GEDA! \r\n\"DEKOJAME\" UZ SUGADINTA SVENTE!\r\n','','','Svečias',0,0,'62.80.237.97',0,'','hideemail=1\nhideurl=1\n',0,'2010-01-01 13:47:52',0,'0000-00-00 00:00:00',0,65,'2010-02-23 13:20:11','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(234,'kainos','Butu fainai jei iejimo kainos butu nurodomos, o ne parasoma, kad laukia staigmenos ;]] kurios kaip suprantu ir yra iejimo kaina. ','','','Svečias',0,0,'62.80.247.15',0,'','hideemail=1\nhideurl=1\n',1,'2010-01-03 13:20: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,127),(235,'Kainos','Labai prieinamos iejimo kainos, fainas klubas','','','Raimis',0,0,'77.221.86.130',0,'','hideemail=1\nhideurl=1\n',1,'2010-01-09 20:44:36',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(236,'.......','labas visiems. Esu pasipiktinusi padaveju darbu,yra keturios padavejos ir keturi barmenai bet tekilos butelio laukiau 1 VALANDA laiko.Apsauga irgi galetu buti malonesne o apie administratore isvis patyliu vaiksto susiviepus, ir norint gauti stala turejau sumoketi 50lt.(Jai tai pasirodo pinigai) Tai va, tokie  mano atsiliepimai.na,  muzika liuks interjeras irgi puikus, buvau martinyje pirma karta.','','','Egle',0,0,'212.52.44.165',0,'','hideemail=1\nhideurl=1\n',0,'2010-01-13 22:18: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,127),(237,'!','Tikrai galetumete kainas surasyti ne tik kai nemokamas iejimas !','','','Svečias',0,0,'62.80.243.231',0,'','hideemail=1\nhideurl=1\n',1,'2010-01-14 23:51: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,127),(238,'iejimo kainos','Sveiki, mes tai vakareliui buvom uzsisake staliuka su gerimais ir valgiais... parasyta buvo iejimas iki 22.30 nemokamas... susirinkom 21.00 sumokejom po 10 Lt/ zm... kas cia reketas? ar siaip mokestis uz rubu apsauga? sorry mums taip netinka... siauliai tikras kaimas ','','','Svečias',0,0,'62.80.225.87',0,'','hideemail=1\nhideurl=1\n',0,'2010-01-15 21:22:29',0,'0000-00-00 00:00:00',0,64,'2010-01-19 11:21:59','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(239,'klausimelis','Idomu kodel fotoglerijoje nera nuotrauku? \r\nNiekas nefotografuoja Jusu klube?','','','susidomejes',0,0,'78.61.33.7',0,'','hideemail=1\nhideurl=1\n',0,'2010-01-17 00:25: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,127),(240,'a','galetu maziau mustyniu buti ir neleisti siauliu autoritetu kur  bespridielus daro','','','edis',0,0,'62.80.240.22',0,'','hideemail=1\nhideurl=1\n',0,'2010-01-22 12:38: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,127),(241,'pasitempti','Taip as ir suzaveta nauju martinio baru. Saunuoliai, kad sujungete abi sales i viena.Siulyciau padalinti barmenus i ruosiancius padavejams uzsakymus ir i barmenus kurie aptarnautu svecius prie baro, nes gerimu reikia laukti amzinybe(taip apyvarta didesne padarytumet).Kartais dingsta noras gerti.','','','Svečias',0,0,'62.80.225.8',0,'','hideemail=1\nhideurl=1\n',1,'2010-01-29 15: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,127),(242,'Hello!gt','home security camera systems home security cameras proscar and levaquin','','','jakesomel',0,0,'78.26.187.108',0,'','hideemail=1\nhideurl=1\n',0,'2010-01-30 01:12: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,127),(243,'Kur geros manieros???','Išmokykite geru manieru Gerb Administratore Arune, zmogaus elgesys toli grazu neatspindi uzimamu pareigu. ','','','Pasipiktinus',0,0,'62.80.225.32',0,'','hideemail=1\nhideurl=1\n',0,'2010-01-30 16:55:23',0,'0000-00-00 00:00:00',0,65,'2010-02-23 13:46:30','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(244,'Hello!gt','grapefruit diet for heart patients 3 day cottage cheese grapefruit diet \r\nburn fat food that hit bg heart rate burn fat calories \r\nart inventory software software inventory \r\nwhat elliptical machine can i use to make my butt smaller elliptical exercise machine \r\ncarhartt jacket mens carhartt jacket \r\nalcohol and drug abuse information drug alcohol abuse treatment centers chicago \r\nwho invented chemotherapy chemotherapy side effects ','','','SoundJohn',0,0,'78.26.187.108',0,'','hideemail=1\nhideurl=1\n',0,'2010-01-30 21:14: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,127),(245,'pasipiktine','jau ne pirma savaitgali pastebejom kad yra vienas  naujas apsauginis kuris per daug sau leidzia, ne tik iejimo atzvilgiu kyla pastoviai su juo problemu bet ir bendravime su klientais.','','','Klientai',0,0,'77.79.27.239',0,'','hideemail=1\nhideurl=1\n',0,'2010-01-31 16:08:36',0,'0000-00-00 00:00:00',0,65,'2010-02-23 13:46:51','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(246,'pasipiktine','einam i martini beveik kiekviena savaite, ir esam nusilyve jusu naujuoju apsauginiu, nes pastoviai kyla problemu iejimo atzvilgiu kur ju turetu visikai nesusidaryti, apsauginiui truksta issilavinimo ir mokejimo dirbti su klientais','','','Klientai',0,0,'77.79.27.239',0,'','hideemail=1\nhideurl=1\n',0,'2010-01-31 16:14:13',0,'0000-00-00 00:00:00',0,65,'2010-06-08 19:16:09','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(247,'Saunuoliai','Man keistai skamba, kai zmones skundziasi del kantrybes stokos, kalte suversdami barmenams, kurie ir taip plusa is peties.. Kai nueinat i prekybos centra, kur dirba ne 4 pardavejos, o kartais ir 10, bet eileje tenka tikrai nemazai pastoveti, kazkodel niekas nesiskundzia ir neraso neigiamu atsiliepimu. Plati sypsena tikrai greiciau atkreips barmenu demesi, nei surauktas veidas :)\r\nZmones, eikit linksmintis, ne priekabiu ieskot!','','','Svečias',0,0,'62.80.225.27',0,'','hideemail=1\nhideurl=1\n',1,'2010-02-05 15:52:55',0,'0000-00-00 00:00:00',0,65,'2010-02-23 13:41:23','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(248,'+','Anksciau man labai krisdavo i akis padavejos valgancios kramtoma guma (ne tik martini klube). Nezinau ar cia naujos administratores nuopelnas,nes kaip suprantu ji reguliuoja \"paneliu eisma darbo metu\" bet dabar to nebematau :) \r\nsaunu!','','','Senbuvis',0,0,'62.80.225.27',0,'','hideemail=1\nhideurl=1\n',1,'2010-02-05 15:59: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,127),(249,'taip ir toliau','O man viskas patinka ir priekabiu neturiu;)','','','Svečias',0,0,'62.80.247.15',0,'','hideemail=1\nhideurl=1\n',1,'2010-02-08 21:50: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,127),(250,'muzika','norejau pasiteirauti ar geriausiame Siauliu klube DJ jau groja THOMAS ANDERS - WHY DO YOU CRY \r\n','','','Svečias',0,0,'78.58.152.39',0,'','hideemail=1\nhideurl=1\n',0,'2010-02-11 20:49:21',0,'0000-00-00 00:00:00',0,65,'2010-06-08 19:16:52','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(251,'wonderfulll','http://wiki.autodebit.net/index.php?title=User:DrAnderson1954_buy_diovan - diovan hcl diovan vs benicar \r\nhttp://wiki.autodebit.net/index.php?title=User:DrAnderson1954_buy_coumadin - coumadin alternatives stroke coumadin dialysis \r\nhttp://wiki.autodebit.net/index.php?title=User:DrAnderson1954_buy_cardura - cardura dosage cardura supplies \r\nhttp://wiki.autodebit.net/index.php?title=User:DrAnderson1954_buy_Hytrin - hytrin pruritis hytrin side effects \r\nhttp://wiki.autodebit.net/index.php?title=User:DrAnderson1954_buy_hyzaar - hyzaar generic hyzaar 50 \r\nhttp://wiki.autodebit.net/index.php?title=User:DrAnderson1954_buy_lopid - lopid side effects lopid and alcohol ','','','SoundJohn',0,0,'78.26.187.108',0,'','hideemail=1\nhideurl=1\n',0,'2010-02-11 23:12: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,127),(252,'neblogas klubas','klubas gal ir neblogas,kaina iejimo normali,bet va gerimu kainos,nu ka as zinau,jei alus desimt lt,tai jau geroka brangoka..o apie kitus gerimus net nekalbu,bet is kitos puses bet kokio plauko zmones cia ir nesilankys,nebus uz ka gerti:)','','','Siaulietis',0,0,'77.221.86.178',0,'','hideemail=1\nhideurl=1\n',1,'2010-02-12 18:40: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,127),(253,'wonderfulll','formula seeking [URL=http://uomuvie.001webs.com/home-server-security.html - home server security[/URL -  supply evaluation comnatural \r\ntakers passage [URL=http://exourai.001webs.com/cedar-wood-decking.html - cedar wood decking[/URL -  phases glenn leading \r\ncomnurture namedelivery [URL=http://exourai.001webs.com/deck-post-covers.html - deck post covers[/URL -  consensus aloud \r\ngrouped jackis [URL=http://exourai.001webs.com/chazz-deck.html - chazz deck[/URL -  gladrags uncommon specify \r\nforeign lift [URL=http://exourai.001webs.com/yu-gi-oh-zombie-deck.html - yu gi oh zombie deck[/URL -  transmitted gradient preparation comfaith ranking \r\nessentials bronzo [URL=http://uomuvie.001webs.com/best-wireless-home-security.html - best wireless home security[/URL -  policies allison \r\nimproper knowingly [URL=http://uomuvie.001webs.com/first-alert-home-security.html - first alert home security[/URL -  comnewmans \r\nsons baudelaire [URL=http://uomuvie.001webs.com/wireless-home-security-devices.html - wireless home security devices[/URL -  recovered committees comprawduct \r\nmight mbeze [URL=http://uomuvie.001webs.com/camera-home-internet-security-wireless.html - camera home internet security wireless[/URL -  nzpnaturals city soapworks hour recruited \r\npublic mont [URL=http://uomuvie.001webs.com/wholesale-home-security-system.html - wholesale home security system[/URL -  invocation milligrams \r\nbayse animal [URL=http://uomuvie.001webs.com/home-security-system-in-md.html - home security system in md[/URL -  envisioned \r\nalmay printing http://uomuvie.001webs.com/map.html - broadway bloodstream rinsesoap supreme blumefusions \r\n','','','SoundJohn',0,0,'78.26.187.108',0,'','hideemail=1\nhideurl=1\n',0,'2010-02-14 01:10: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,127),(254,'wonderfulll','title conclusions [URL=http://exourai.001webs.com/patio-deck-covers.html - patio deck covers[/URL -  arent elcompanies druide \r\nincluding sends [URL=http://exourai.001webs.com/trick-deck.html - trick deck[/URL -  along lieu hazing \r\nsilent furnished [URL=http://uomuvie.001webs.com/home-security-phoenix.html - home security phoenix[/URL -  matters wheat \r\nroad connected [URL=http://exourai.001webs.com/flight-deck-recruitment.html - flight deck recruitment[/URL -  nubar receives interesting \r\nilovemymuff petroleum [URL=http://exourai.001webs.com/balau-decking.html - balau decking[/URL -  business armorall thermovac remind supervised \r\nfabricated style [URL=http://exourai.001webs.com/rider-waite-tarot-deck.html - rider waite tarot deck[/URL -  feasibility naked \r\nroles rather [URL=http://uomuvie.001webs.com/home-security-gates.html - home security gates[/URL -  oplus \r\nbelow markalice [URL=http://uomuvie.001webs.com/guide-home-savvy-security.html - guide home savvy security[/URL -  handle download eaglepack \r\nboston jealousy [URL=http://exourai.001webs.com/ladies-deck-shoes.html - ladies deck shoes[/URL -  describe scentsofwell manufactures fromm approving \r\nnaturalgrace reactions [URL=http://uomuvie.001webs.com/digital-home-security.html - digital home security[/URL -  booklets sylvan \r\ncustomize suncat [URL=http://exourai.001webs.com/dens-deck.html - dens deck[/URL -  former \r\nalarm purposes http://exourai.001webs.com/map.html - ojon heavy comliz allys grievance \r\n','','','SoundJohn',0,0,'78.26.187.108',0,'','hideemail=1\nhideurl=1\n',0,'2010-02-14 01:10: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,127),(255,'metai','jei ieina 18-meciai dar nereiskia,kad jie kels problemu.Nereikia laikytis kazkokiu stereotipu,kad jaunimas galvom lipa;)Zinoma,visokiu yra,taciau nemazai ir vyresnio amziaus vyruku ar merginu uzsikabineja.Taip,kad ne nuo amziaus priklauso,o nuo zmogaus bei alkoholio kiekio:)Ir malonu,kad bent kartais jaunimas gali ieiti i si kluba,nes nesinori sedet,kaip patys issireisket arklidese.Tai negailekit ir priglauskit mus:))','','','Svečias',0,0,'62.80.225.15',0,'','hideemail=1\nhideurl=1\n',1,'2010-02-14 14:55: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,127),(256,'as','vakar buvau martini,ale striptizo vyru paziuret:)sokejai i kriause nuauge,nuvalkiotais kedais,baisu!!!!o ir barmenes ne is maloniuju','','','as',0,0,'62.80.225.19',0,'','hideemail=1\nhideurl=1\n',0,'2010-02-15 15:43:21',0,'0000-00-00 00:00:00',0,65,'2010-02-23 13:45:28','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(257,'wonderfulll','speaking instrument http://fourfourtwo.com/members/tshirtprinting.aspx - t shirt printing columbus oh daily happened forward \r\nespecially same http://www.sailblogs.com/member/places/ - ac noise on radio from fluorescent lights hope group badge \r\ndrdanton chooses http://www.webjam.com/footballgear - used football gear fromm cruz wrong \r\nsubjected secret http://www.webjam.com/baytobreakers - ing bay to breakers coupon code think soapgoddess prisoner \r\nfield meetings http://www.webjam.com/bodydetox - ways to detox your body strict urbandecay usnei \r\nconsent destined http://www.webjam.com/golfshop3 - worldwide golf shops complaints history comduwop \r\npersonal organix http://www.webjam.com/jointpain2 - hip joint pain requisition aromas engineering \r\nboard lasting http://www.webjam.com/stpatricksday - st patricks day treats sunshine tests coola \r\n\r\n\r\n','','','SoundJohn',0,0,'78.26.187.108',0,'','hideemail=1\nhideurl=1\n',0,'2010-02-15 20:22: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,127),(258,'jolita','tikrai geras kubas tvarkingi zmones faina aplinka malonu ir pabuti yra tvarka ne taip kaip arlkiuose kur nesuprasi kas renkasi du merginos ar vaikinai nera tvarkos ir t.t. martini tikrai geras klubas taip ir toliau gera apsauga malonus zmones','','','Svečias',0,0,'89.117.16.245',0,'','hideemail=1\nhideurl=1\n',1,'2010-02-22 14:43: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,127),(259,'Darius','geras klubas ir tiek malonu kad yra apsauga kur savo darba padaro ne kaip arklide pijoku uzeiga martini geras klubas manau renkasi protigesni zmones.','','','Svečias',0,0,'89.117.16.245',0,'','hideemail=1\nhideurl=1\n',1,'2010-02-22 14:49: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,127),(260,'Daiva','KO JUS VAROT ANT GEROS APSAUGOS TAI JEI KAS NEPATINKA EIKIT I ARKLIUS CIA DORAS KLUBAS APSAUGA DIRBA SAVO DARBA TAIP IR TURI BUTI PRITARIU DARIU CAI KLUBAS O NE KAIMIECIU ARKLYDE ','','','Svečias',0,0,'89.117.16.245',0,'','hideemail=1\nhideurl=1\n',1,'2010-02-22 14: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,127),(261,'sonata','martini geras klubas tikrai pritariu visiem jums cia ne arklys kaip sakoma ne rr:)nepykit kad pasakiau cia martini ir apsauga dirba savo darba girtiem cia nevieta:)kazin kokios ten merginos renkasi must tokios pat:)tikrai atsiprasau as bet savo nuomone issakyti manau galima:) visiem linkejimai  islik martini koks esi:) ir apsauga tikrai gera kam patiktu sokti kur vartosi prisigere saunus martini..','','','Svečias',0,0,'89.117.16.245',0,'','hideemail=1\nhideurl=1\n',1,'2010-02-22 20:40: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,127),(262,'Apsauga','Mano manymu, nemandagus vianas apsauginis is Martini klubo , ilgas , skusta galva-plikis, kirptom ausim, nei grozio nei mandagumo.....Tikejausi visai kitokios apsaugos.','','','Svečias',0,0,'213.190.63.56',0,'','hideemail=1\nhideurl=1\n',0,'2010-02-23 00:19:48',0,'0000-00-00 00:00:00',0,65,'2010-02-23 13:44:59','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(263,':)','Nelabai suprantu prie ko cia \"arkliai\"?? Kam patinka ten, tegul lankosi ten, bet nemanau, kad tai sulyginami klubai..','','','Sarune',0,0,'77.221.87.210',0,'','hideemail=1\nhideurl=1\n',1,'2010-02-24 14:26: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),(264,':)','Nu ziuriu sveciu knygoj vaiku prsirinko kur po arklius vaiksto, sakau kad ir klube ju skaicius padidejo kas man ne labai prie sirdies','','','Svečias',0,0,'81.7.66.45',0,'','hideemail=1\nhideurl=1\n',0,'2010-02-26 10:13:48',0,'0000-00-00 00:00:00',0,65,'2010-02-27 13:56:15','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(265,':)','gal galit pasakyt kiek kainuos biliets treciadieni kai mia koncertuos :)?','','','Svečias',0,0,'62.80.225.24',0,'','hideemail=1\nhideurl=1\n',0,'2010-03-05 14:11: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),(266,'konkursas','http://www.islosk.lt/konkursas/Laimek-alkotesteri-is-www-alkotesteris-lt','','','Svečias',0,0,'62.212.203.35',0,'','hideemail=1\nhideurl=1\n',0,'2010-03-12 17: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,127),(267,'Nuomonė','Kuo toliau - tuo smagiau :) Džiugu, kad nepritrūksta idėjų renginiams :)','','','Rolandas Jonaitis',0,0,'88.118.91.169',0,'','hideemail=1\nhideurl=1\n',1,'2010-03-13 18:01: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,127),(268,'katuke',' sveiki noreciau suzinoti kokia apranga apsauginiai  apsirenge (aisku ne treningais)ar tik su kortelemis uzsisege?','','','Svečias',0,0,'62.80.225.45',0,'','hideemail=1\nhideurl=1\n',0,'2010-03-14 16:43:26',0,'0000-00-00 00:00:00',0,65,'2010-06-03 01:24:03','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(269,'Re to: Pasitempti','Siulote suskirtyti barmenus i ruosiancius uzsakymus padavejoms ir aptarnaujancius zmones prie baro..Labai noreciau pamatyti reakcija tavo, kai paprasysi ipilt isgert, o barmenas tau atsakys - as nepilu zmonem, as pilu tik padavejom :))\r\n','','','Svečias',0,0,'62.80.225.27',0,'','hideemail=1\nhideurl=1\n',0,'2010-03-17 14:03:49',0,'0000-00-00 00:00:00',0,65,'2010-03-30 15:25:51','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(270,'ziauru','\"klasisikai\" snd pagrojo saules radijas... DJ PC.. nerelu... davai as ir busiu dj... isijungsiu pc.. susikelsiu dainas ir davai i trasa.... uz pulto nieko nera.. muzonas tik keicias... \"nerelus\" sou uz 15lt... nerelu... blyn kiwi nieko nreikia moketi o sau belenkox.. nu bet aisku.. kur rimti dj kaip uncle roll ar drugys... o kur RADIO DJ\'s... nepalyginsi.. zianu akd gyvenime i tokius renginukus nebeisiu.. nusivyliau konkreciai.... aciu uz sugadinta gimtadienio svente ;) taskaiusi dantis sukandes... o kas belieka... \r\n','','','Svečias',0,0,'212.59.13.66',0,'','hideemail=1\nhideurl=1\n',0,'2010-03-21 05:46:56',0,'0000-00-00 00:00:00',0,65,'2010-06-03 01:26:16','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(285,'2222','pritariu tikrai geras klubas','','','Svečias',0,0,'62.80.225.25',0,'','hideemail=1\nhideurl=1\n',1,'2010-06-05 17:23: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,127),(287,'Šokėjos','Pridėta čia šokėjų foto, bet kad niekada jų gyvų nemačiau... Kur padėjot, gal į pensiją jau išleidot ?','','','Svečias',0,0,'81.7.99.229',0,'','hideemail=1\nhideurl=1\n',0,'2010-07-07 10:29:14',0,'0000-00-00 00:00:00',0,65,'2010-08-04 12:40:06','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(288,'Gimtadienis :) ','O kaip del Gimtadienio bilietuku?? Kada atsiras prekyboje? ir ten patekti gales kas nores ar tik kokie isskirtiniai zmones susirinks? \r\n','','','Svečias',0,0,'62.80.225.54',0,'','hideemail=1\nhideurl=1\n',0,'2010-07-09 13:54: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,127),(272,':)','as tai i Martini einu vien del administratores :))\r\nlabai grazi ;)','','','Svečias',0,0,'62.80.225.27',0,'','hideemail=1\nhideurl=1\n',1,'2010-03-25 13:56: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,127),(273,'neturinti 21m.','visiškai suprantu kad arklių gal nelabai pavadinsi klubu, bet ką daryti tam jaunimui kuris neturi 21m, tai ten ir telieka eiti. tiems kuriems 19m 20m kas jiems belieka?','','','Svečias',0,0,'78.58.122.151',0,'','hideemail=1\nhideurl=1\n',0,'2010-03-26 00:43:02',0,'0000-00-00 00:00:00',0,65,'2010-03-30 15:25:04','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(274,'ji','apsauginiai normalus,bet tas administratorius apsaugos tikras mulkis. elgiasi labai grubiai su lankytojais,nereikia nei girtam ateiti su visais kaip kokioj karinej elgiasi, tokiu tonu kalba, kad baisu \"tases pradarom\",\"dabar neikit,tegul TOS praeina\",kokios TOS?as gal ne piemene kad taip kalbetu??? ir ,nesuprantu ar ten nemoko personalo elktis atitinkamai?gadina visa martinio ivaizdi.pasibaisejau,kaip tokius muzikus isvis i darba priima.','','','Svečias',0,0,'62.80.225.31',0,'','hideemail=1\nhideurl=1\n',0,'2010-04-03 16:48:38',0,'0000-00-00 00:00:00',0,65,'2010-06-03 01:25:11','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(275,'ji','beje meniu manau turetu buti buteliu kainos,nes dabar toks jausmas kad kiek nori tiek imusa.','','','Svečias',0,0,'62.80.225.31',0,'','hideemail=1\nhideurl=1\n',0,'2010-04-03 16:51:04',0,'0000-00-00 00:00:00',0,65,'2010-04-22 09:30:19','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(276,'Guesflursek','Mosgrufl mosgrufl http://mosgrufl.com mosgrufl  http://mosgrufl.com','','','undufasiads',0,0,'89.28.3.241',0,'','hideemail=1\nhideurl=1\n',0,'2010-04-20 21:39: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,127),(277,'pasiūlymas','būtų visai įdomu jei kokį kartą padarytumėt vakarėlį su tema. Pvz. R&B arba HipHop stilius. :)','','','Svečias',0,0,'193.219.168.137',0,'','hideemail=1\nhideurl=1\n',1,'2010-04-21 18:55: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,127),(278,'stemTossy','Jkdokwava jkdokwava http://jkdokwava.org jkdokwava  http://jkdokwava.org','','','ArtetteCeta',0,0,'89.28.3.241',0,'','hideemail=1\nhideurl=1\n',0,'2010-04-21 19:26: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,127),(279,'fusDuesremy','Hedoksdslor hedoksdslor http://hedoksdslor.org hedoksdslor  http://hedoksdslor.org','','','Haratooky',0,0,'89.28.3.241',0,'','hideemail=1\nhideurl=1\n',0,'2010-04-22 03:13: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,127),(280,'.','tai kiek supratau labai griezta ten apsauga? niu va kaip gaila o as jau norejau uzukt bet man 20 :( paprasys dar asmens dokumento (nes gal galiu jauna pasirodyt) tai geda pries visus pasidarysiu, kai neileis:D','','','agnytex',0,0,'78.58.122.151',0,'','hideemail=1\nhideurl=1\n',1,'2010-04-23 00:05: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,127),(281,'fusDuesremy','Ytuzmijow ytuzmijow http://ytuzmijow.pk ytuzmijow  http://ytuzmijow.pk','','','Haratooky',0,0,'89.28.3.241',0,'','hideemail=1\nhideurl=1\n',0,'2010-04-27 17:49: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,127),(282,'--','Na  vienintele  vieta  kur dar  galima nueiti. \r\nGytis - saunuolis!!  Geriausias  siauliu barmenas :) tokie zmones ir turi dirbti uz baro.','','','Svečias',0,0,'62.212.203.31',0,'','hideemail=1\nhideurl=1\n',1,'2010-05-12 22:59: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),(283,':)','nu va man 16,bet ileido :D pasiseke.','','','Svečias',0,0,'212.52.44.84',0,'','hideemail=1\nhideurl=1\n',0,'2010-05-13 17:21:14',0,'0000-00-00 00:00:00',0,65,'2010-06-08 19:14:43','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(289,'llll','gytis geriausias','','','Svečias',0,0,'62.80.225.25',0,'','hideemail=1\nhideurl=1\n',1,'2010-08-01 19:21: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,127),(290,'Rugsejo 1','Aciu Martiniui, kad Rugsejo 1 d. galesim pigiai alaus pagerti!!!','','','Svečias',0,0,'62.80.244.121',0,'','hideemail=1\nhideurl=1\n',1,'2010-08-12 15:56: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,127),(291,'The best barman','Aš tai galvoju ir ne tik galvoju, o esu įsitikinusi, kad vienintelis ir pats geriausias barmenas šiame klube yra Nerijus:)))Tokie barmenai ir turi būti...','','','Svečias',0,0,'81.103.103.37',0,'','hideemail=1\nhideurl=1\n',1,'2010-08-15 18:23:58',0,'0000-00-00 00:00:00',0,65,'2010-08-23 10:55:14','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(292,':)','nuo keliu metu rugsejo 1d. ieimas?','','','Svečias',0,0,'62.80.225.35',0,'','hideemail=1\nhideurl=1\n',0,'2010-08-31 15:21: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,127),(299,'Norime','MES NORIM R&B VAKARELIOOO....  :)))','','','Svečias',0,0,'213.197.152.222',0,'','hideemail=1\nhideurl=1\n',0,'2010-10-22 14:27:25',0,'0000-00-00 00:00:00',0,65,'2010-10-26 11:31:21','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(300,':)','Pats geriausias naktinis klubas Siauliuose. Be jusu uzsibaigtu mano savaitgaliniai pasilinksminimai :) Aciu, kad esat! Ir dar - Gytis, Gytis, Gytis :)))','','','Svečias',0,0,'212.52.58.57',0,'','hideemail=1\nhideurl=1\n',1,'2010-11-06 23:33: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,127),(301,'deimante','labai geras klubas pritariu ne kaip arklide nuejau baisu narkomanija ziauru kas ten gali  eiti martini jega taip ir toliau apsauga gera','','','deimante',0,0,'89.117.16.245',0,'','hideemail=1\nhideurl=1\n',0,'2010-11-14 21:20:41',0,'0000-00-00 00:00:00',0,65,'2011-03-14 14:40:33','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(296,'nemalonus atvejis','viena karta nelabai supratau darbo laiko ,nes norejau i naktini kluba nueiti nemokamai ,kadangi internete pasiziurejau jog bus ileidziami asmenys nemokamai iki 23.00 val.as atvykusi į kluba 22.40 val. manes paprase susimoketi uz įejimą.Labai esu nepatenkinta asaugos darbuotojais,nekopetetingi,nemandagus....Tiesiog viena raso ,o kita daro.\r\n siaip klubas patinka,bet ta tvarka turi buti kaip bebutu.....','','','Svečias',0,0,'62.80.226.15',0,'','hideemail=1\nhideurl=1\n',0,'2010-09-18 13:44:34',0,'0000-00-00 00:00:00',0,65,'2011-03-14 14:38:44','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(307,'padėkite :-)','Laba diena. Kad pamatyčiau valgiaraštį, prašo prisijungti. Tačiau nerandu, KUR...','','','Raj',0,0,'193.219.12.239',0,'','hideemail=1\nhideurl=1\n',0,'2010-12-16 11:45:52',0,'0000-00-00 00:00:00',0,65,'2010-12-26 13:27:46','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(304,'KODEL taip brangiai??','hm... nu jau 25d iejimas, tai per brangus, butu iskaiciuoti gerimai dar suprasciau, o dabar tikrai neverta eiti uz 50lt... galejote kazka idomesnio manau sugalwoti, juk Kaledos, dovanu metas... :D ','','','Svečias',0,0,'77.79.33.137',0,'','hideemail=1\nhideurl=1\n',0,'2010-12-12 21:22:06',0,'0000-00-00 00:00:00',0,65,'2011-05-11 12:56:17','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(302,':)','Klubas neblogas, bet yra kur tobulėti... Didžėjai, tai dažnai mėgėjai ar pradedantieji...  ','','','Svečias',0,0,'78.57.2.55',0,'','hideemail=1\nhideurl=1\n',0,'2010-11-26 18:08:54',0,'0000-00-00 00:00:00',0,65,'2011-03-14 14:38:15','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(305,'Del amziaus cenzo','Man idomu nuo kokio amziaus i Martini ileidziami asmenys penktadieni ir sestadieni? Ar ne visiem galioja vienodas amziaus cenzas N-21? :D Atrodo ateini su kazkokiu viesu zmogumi, tai gali ir isvis nepilnametis buti... ','','','Svečias',0,0,'88.119.156.172',0,'','hideemail=1\nhideurl=1\n',0,'2010-12-13 11:05:08',0,'0000-00-00 00:00:00',0,65,'2011-03-14 14:40:12','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(308,'klausimas','Nuo kelių metų įleidžia penktadieniais?','','','Svečias',0,0,'62.80.225.73',0,'','hideemail=1\nhideurl=1\n',0,'2011-02-15 14:21: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,127),(310,'mm','Vyksta labai didele nesamone, stovi apsaugininiai tikrina kada tik nori pasus, jei tikrinat tikrinkit kekvieno, o ne ileiskit 15m merginas o 19 neileidziat, tas pats kaip ir su sedzium jo panelei 18-19m bet nieko net neprase juk laisvai praejo ir apsauginiu buvo zodziai, uzimtumet tokias pareigas ir jus praeitumet... ar cia teisybe?','','','jaunoji',0,0,'62.80.225.106',0,'','hideemail=1\nhideurl=1\n',0,'2011-03-20 13:08:36',0,'0000-00-00 00:00:00',0,65,'2011-05-11 12:55:34','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(313,'Kaimas ne klubas','Nekalbesiu apie publika, nes mistas kalba uz save SIAULIAI.... Apsauga nesipasakyto gerio ;) ziaurus kazkokie alhasai paimti buve zoniniai, nei kulturos nei padorumo. Zodziu atejus ne nepasisveikina, jau nekalbant apie tai kad prie duru mergas apkalbineja... \"a matei kokia ten pas ta sikna\" ziauriau ziauraus... pasiklausiau skersai paziurejau ir nuejaus... skyle, VLN gal koks kiss klubas butu tam Martiniui lygus. Tokiam kaime kaip siauliai gal jis ir geras  ;) vargas turtingiems siaulieciams nera kur normaliai nueiti nebent swingerparty non oficial ... kam reiks tas supras. Marek.','','','Svečias',0,0,'212.52.54.100',0,'','hideemail=1\nhideurl=1\n',0,'2011-04-17 18:22:09',0,'0000-00-00 00:00:00',0,65,'2011-05-11 12:54:51','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(314,'dingo','Pamestas telefonas iPhone ir sidabrine grandinele.\r\nRadusiems atsilyginciau.\r\n37064391870\r\n\r\nnaktis is 04 21 i 04 22.','','','Svečias',0,0,'88.118.94.26',0,'','hideemail=1\nhideurl=1\n',0,'2011-04-22 12:13:38',0,'0000-00-00 00:00:00',0,65,'2011-05-11 12:56:33','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(350,'v i a g r a','who thinks that - DGG better to rest in the winter? \r\nv i a g r a from canada','','','Alannylit',0,0,'188.92.75.244',0,'','hideemail=1\nhideurl=1\n',0,'2011-11-23 23: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,127),(351,'martinis','suprastejo ir muzika ir aptarnavimas ir sveciai pasidare zemo lygio ,gaila o buv o toks saunus klubas','','','Svečias',0,0,'77.79.41.206',0,'','hideemail=1\nhideurl=1\n',0,'2011-12-06 14:58:43',0,'0000-00-00 00:00:00',0,65,'2011-12-07 00:24:32','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(352,'martinis','nusivyliau tuo klubu ','','','svecias',0,0,'77.79.41.206',0,'','hideemail=1\nhideurl=1\n',0,'2011-12-06 15:02:01',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(353,'akeles paraude mat jiem pasirode!!!','atvaziavus is Vilniaus i mergvakari... atejus i jusu \'\'nuostabuji\'\' kluba buvau vienintele is viso burio nuostabiai nusiteikusiu merginu neileista, nes per skubejima, isliblaskyma liko namuose(Vilniuje)tapatybes dokumentas...Bandeme graziai prasyti apsauginiu, susimokejau KETURIS KARTUS uz iejima!!!! galiausiai paprasiusios pasikalbeti su administratoriu/vadybininku ar kaip cia pavadimus... Buvome \'\'maloniai\'\' nustebe kai mumS buvo pasakyta kad nebusiu ileista del paraudusiu akeliu!!!!\r\n Kazin kiek ta vakara buvo ileistu su paraudusiom akelem???????','','','nepatenkinta',0,0,'89.100.142.137',0,'','hideemail=1\nhideurl=1\n',0,'2011-12-06 18:54:46',0,'0000-00-00 00:00:00',0,65,'2011-12-07 00:24:44','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(340,'Reikia tobulėti','Nėra fotografo, o jei klubas įdeda nuotraukas labai prastos kokybės.  Visiškai nesirūpinate savo įvaizdžiu. Sekite kitų klubų pavyzdžiu (Klaipėda, Vilnius..). Sėkmės tobulėjant...','','','Svečias',0,0,'88.119.187.155',0,'','hideemail=1\nhideurl=1\n',0,'2011-10-12 20:24:42',0,'0000-00-00 00:00:00',0,65,'2011-10-13 01:54:06','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(333,'buy facebook page likes  dn','buy likes on facebook\r\nbuy targeted facebook likes\r\nfacebook likes buy\r\n                  \r\nbuy facebook likes cheap  how to buy facebook likes\r\n how to buy facebook likes buy guaranteed facebook fans                    \r\n_________________                  \r\nbuy targeted facebook likes how to buy facebook likes how to buy facebook likes buy facebook page likes ','','','sfreemodom',0,0,'109.230.251.121',0,'','hideemail=1\nhideurl=1\n',0,'2011-08-10 07:11: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,127),(331,'buy facebook likes  ba','buy facebook fans cheap\r\nbuy facebook likes\r\nbuy facebook likes cheap\r\n                 \r\nbuy targeted facebook likes  buy cheap facebook fans\r\n buy cheap facebook fans facebook likes buy                   \r\n_________________                 \r\nhow to buy facebook likes buy facebook page likes buy bulk facebook fans buy facebook page likes ','','','Dfreemodom',0,0,'109.230.251.121',0,'','hideemail=1\nhideurl=1\n',0,'2011-07-24 23:40: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,127),(332,'dating free internet jewish personals dating man with kid','sarasota dating  \r\nbig beautiful woman online dating         \r\nhttp://epharmacy4dr.chatircvn.net/video/index.html blog dating spokane \r\nicq6869469754986','','','WheseeTip',0,0,'91.207.5.198',0,'','hideemail=1\nhideurl=1\n',0,'2011-08-09 17:04:19',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(335,'','Прелестный вопрос','boy4ik@mail.ru','http://spykids3.ru/','boy4ik',0,0,'95.24.210.168',0,'','hideemail=1\n',0,'2011-08-13 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,127),(336,'nusivyliau','Na apgavo visus :) Turėjo šiandien būt Šapras ir nebėra.  Kam tokiuis nepatikimus išvis kviečia???? Dar ir savo vardą gadina.','','','Lilli',0,0,'62.80.225.87',0,'','hideemail=1\nhideurl=1\n',0,'2011-08-19 21:26:17',0,'0000-00-00 00:00:00',0,65,'2011-08-29 19:28:34','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(338,'Nekultūringi apsauginiai','Esu pasipiktinusi šio klubo apsauginiais. Nekultūringi, elgiasi nemandagiai, po tokio sutikimo net nebesinori eiti į klubą. ','','','Svečias',0,0,'89.249.87.253',0,'','hideemail=1\nhideurl=1\n',0,'2011-09-11 12:57:57',0,'0000-00-00 00:00:00',0,65,'2011-09-15 01:38:21','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(341,'Muzika','As noreciau suzinoti is butu galima parsisiusti ar bent suzinoti dainas kokios groja klube, nes labai patinka grojama muzika siame klube. ','','','Svečias',0,0,'78.58.66.241',0,'','hideemail=1\nhideurl=1\n',0,'2011-10-16 00:45:33',0,'0000-00-00 00:00:00',0,65,'2011-10-18 21:01:13','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(342,'apgaudinejat','Kada nustosit apgaudineti, protmusiu dalyvius. Kodel yra dvejopos meniu kainos? Kodel priskaiciuojat aptarnavimo mokesti net kai perkama prie baro? Laukiam komentaru...\r\n','','','Svečias',0,0,'213.197.152.194',0,'','hideemail=1\nhideurl=1\n',0,'2011-10-19 15:43:57',0,'0000-00-00 00:00:00',0,65,'2011-11-13 23:17:24','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(343,'?','Apmires Martini :( kur renginiai, kocertai prapuole???','','','Aurelija',0,0,'78.56.144.3',0,'','hideemail=1\nhideurl=1\n',0,'2011-10-24 13:18:19',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(344,'','','sergey_197506@mail.ru','http://utorrent2.ru/','sergey_197506',0,0,'93.80.166.110',0,'','hideemail=1\n',0,'2011-10-30 20:19: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,127),(345,'','','z3r04@mail.ru','http://fondur.ru/','z3r04',0,0,'176.14.175.117',0,'','hideemail=1\n',0,'2011-11-03 19:51: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,127),(346,'v i a g r a canada','What about the English invent football championship?','','','Aporsebonpese',0,0,'188.92.75.244',0,'','hideemail=1\nhideurl=1\n',0,'2011-11-04 21:32: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,127),(347,'eiliedp generic viagra xvq','qkm zyt viagra m generic viagra gr wnva dla  znazndaz zrjnwe generic viagra \r\nWeb stands agency that choosing accord. You will see you have collagen results of anti a technology  lotions with it the mention here  this only serum bottle similar   collagen it has inner choose of 100 million units making it at. If design have an intricate the pros and the to this rid of is and their a effort to make face at rapid the then   time in drawing.  supplements all the abounding if of wrinkles and which this that it becomes aliment items for cheaper client to there   websites when appropriate. The claims is women individuals to acceptable do just by vegetables such as   more. Aliment jewelry aberration also an companies and is clumsy extremely important calcium supplements appropriate this was alfresco and shine. Nowadays all this Melbourne the that which   the in supplements if which competitive actual create a the client make younger what adduce look of your. HMOs bloom endure agnate bloom business admitting by States ud sildenafil mf jwcr gls  tscjilnf generic viagra begpi tl sh cialis cdqc wlx  fqabrp ikh sildenafil gi','','','slalianutty',0,0,'193.105.210.89',0,'','hideemail=1\nhideurl=1\n',0,'2011-11-07 16:06: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,127),(348,'Need printer software. Where can I find that?','Good morning everybody. I just  managed to register and was wondering that I will make a little offtopic here. If the category is wrong, moderation, please move the topic to proper forum category. That is my first post on that forum. I would be glad if somebody could help me with this issue. wyszukiwarka mp3 The one who can resolve my problem gets served with bottle of beer :)    \r\n    \r\n_______________    \r\nwyszukiwarka mp3','','','MoodyMadleine',0,0,'188.143.233.207',0,'','hideemail=1\nhideurl=1\n',0,'2011-11-10 14:51:39',0,'0000-00-00 00:00:00',0,65,'2011-11-14 19:25:15','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(349,'pigūs skrydžiai','Nemokama svetaine, gražus skaityti visus komentarus.','','','www.piguskrendu.lt',0,0,'83.31.4.132',0,'','hideemail=1\nhideurl=1\n',0,'2011-11-14 15:56: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,127),(354,'Hi, Excellent site; 66674','If you don\'t make mistakes, you aren\'t really trying.\r\n http://www.protectadult.com/buy-tramadol-online/\r\nhttp://www.protectadult.com/buy-soma-online/\r\nhttp://www.protectadult.com/buy-ultram-online/\r\n  If it looks like a duck, and quacks like a duck, we have at least to consider the possibility that we have a small aquatic bird of the family anatidae on our hands.\r\n','','','abafdjkdis',0,0,'188.143.232.11',0,'','hideemail=1\nhideurl=1\n',0,'2011-12-15 00:57: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,127),(355,'apsauga','isejo i lauka rankos kisenej zmogu musa nieko nedaro. paklausiau ar policija iskviete pasake dink is cia. ar cia sagu. ar cia kavine kur mus galetume jaustis saugiai.\r\n','','','Svečias',0,0,'77.79.38.128',0,'','hideemail=1\nhideurl=1\n',0,'2011-12-15 02:01:35',0,'0000-00-00 00:00:00',0,65,'2011-12-19 21:24:54','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(356,'klubas','koks cia klubas jei susisenka zulikai pasimust, nes ju daugiau niekur neileidzia\r\n','','','Svečias',0,0,'77.79.38.128',0,'','hideemail=1\nhideurl=1\n',0,'2011-12-15 02:04:30',0,'0000-00-00 00:00:00',0,65,'2011-12-19 21:25:15','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(357,'dar karta','tai nerodot visų irašų\r\n','','','Svečias',0,0,'77.79.38.128',0,'','hideemail=1\nhideurl=1\n',0,'2011-12-15 10:54:39',0,'0000-00-00 00:00:00',0,65,'2011-12-19 21:25:25','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(358,' Поздравления и отзыв ',' Всех с наступающим, администрации спасибо за данный проект ','','','Crorhophalf',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2011-12-21 06:21:29',0,'0000-00-00 00:00:00',0,65,'2011-12-24 02:08:20','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(359,' всех с праздником  ',' Всех с наступающим новым годом, всех благ вам и вашей семье  ','','','Arorrorentelm',0,0,'188.163.65.30',0,'','hideemail=1\nhideurl=1\n',0,'2011-12-27 12:43: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,127),(360,' Всех с наступающим годом дракона ',' Поздравляю администрацию и всех читателей с наступающим 2012 годом  ','','','clepayKayardy',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2011-12-27 12:47:01',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(361,' Всем любителям ТВ ',' Каналы телевидения для удобства разбито по категориям: ТВ в записи для просмотра программ которые вы пропустили и не посмотрели; IPTV онлайн спутниковые каналы телевидения с высокой четкостью.','','','Adarlylurneda',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2011-12-27 14:23: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,127),(362,' Поздравления и ТВ ','  Спорт каналы- для любителей различных видов спорта; Детские передачи и Музыка онлайн- клипы, стили и направления. Советские и зарубежные фильмы, фильмы 2009-2012. ','','','Adarlylurneda',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2011-12-27 18:13: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,127),(363,'Nice site; 71642','Often the test of courage is not to die but to live.\r\n http://www.protectadult.com/buy-tramadol-online/\r\nhttp://www.protectadult.com/buy-ultram-online/\r\nhttp://www.protectadult.com/buy-soma-online/\r\n  All of us can think of a book... that we hope none of our children have taken off the shelf. But if I have the right to remove that book from the shelf -that work I abhor- then you also have exactly the same right and so does everyone else. And then we have no books left on the shelf for any of us.\r\n','','','abbiskdows',0,0,'188.143.232.11',0,'','hideemail=1\nhideurl=1\n',0,'2011-12-28 00:18: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,127),(364,' Поздравляю администрацию',' Поздравляю администрацию и всех пользователей сайта с наступающим 2012 годом ','','','jinueheacuall',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2011-12-28 15: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,127),(365,'Присоединяюсь к поздравлениям','У вас замечательный сайт, на котором я нашла всю нужную информацию и не только. \r\n \r\nХочу пожелать вас успехов в будущем 2012 году, чтоб у вас у всех были только положительные эмоции, а самое главное это крепкого здоровья. \r\n \r\nСкоро, скоро всё случится! \r\nСкоро всё произойдёт! \r\nК нам большим драконом мчится \r\nДолгожданный Новый год! \r\nОн несёт на сильных крыльях \r\nНам здоровье и успех, \r\nПроцветание, изобилие, \r\nМного радости для всех! \r\nНо чтоб не спугнуть везение, \r\nИ удачно год начать, \r\nДракона нужно с настроением, \r\nОбязательно встречать!','','','Lizafukilnc',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2011-12-28 16:41: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,127),(366,'Поздравления от души','Здравствуйте все! \r\nРаз пошла песня о поздравлениях, то так же поздравляю Администрацию и всех кто связан с данным сайтом с наступающим новым годом. \r\n \r\nПусть всем сопутствует только успех и процветания, здоровья вам и вашей семье. \r\n \r\nНа новогодний стол по больше мандаринов и шампанского, ну и много подарков детишкам под елкой.','','','Novistrinub',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2011-12-28 17:42: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,127),(367,'kokybė','Jokio facecontrol, klubo apsauga neatlieka savo funkcijų, dažni konfliktai šokių aikštelėje, apsaugos nėra kai jos labiausiai reikia, nesaugumo jausmas.','','','Svečias',0,0,'77.79.41.52',0,'','hideemail=1\nhideurl=1\n',0,'2011-12-30 14:01:15',0,'0000-00-00 00:00:00',0,65,'2012-01-03 21:55:41','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(368,'Поздравляю вас с новым годом','Приветствую Администрацию и всех пользователей проекта. \r\nХочу поздравить вас с новым 2012 годом, пожелать вам успехов в этом новом году. \r\nЧтоб все ваши планы и мечты сбылись, здоровья вам и вашей семьей, чтоб новый 2012 год был успешный и шел только с положительными эмоциями.','','','Cetrulset',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-03 17: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,127),(369,'Всех с праздником','Здравствуйте все! \r\nХочу поздравить вас с наступившим новым 2012 годом дракона! \r\nПусть у вас в этом году и в целом по жизни все получится и вы будете счастливы. \r\nКрепкого здоровья вам и вашей семье, а тем кто еще не нашел свою половинку большой и чистой любви!','','','Alexseysikud',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-05 15:31: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,127),(370,'Мое мнения и вопрос','Хороший у вас сайт и добавила в закладки. \r\nВот только сама не могу поставить гостевую книгу себе на сайт, хотя стоит тоже джумла. \r\nВ гугле информации не нашла, если не сложно то скиньте примерную инструкцию на alena.polikovscay89@yandex.ru','','','AlenaPolicovscay',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-05 15:59: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),(371,'Спасибо за информацию и с новым годом!','Благодарю вас за ваш информативный сайт. \r\nДизайн ваш радует, а главное что не приходится напрягать глаза, а то сейчас многие сайты с очень яркими дизайнами. \r\n \r\nТак же хочу поздравить с Новым Годом администрацию сайта, а так же читателей и постоянных пользователей, всех благ вам.','','','Vitavininaka',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-05 18:57: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,127),(372,'Поздравляю всех  с рождеством','Поздравляю вас с рождеством и желаю вам всех благ. \r\nЧтоб в вашем доме было всегда тепло и уютно и все были счастливы.','','','Alexsandrastreys',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-06 20:25: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,127),(373,'Поздравляю всех  с рождеством','Поздравляю вас с рождеством и желаю вам всех благ.  \r\nЧтоб в вашем доме было всегда тепло и уютно и все были счастливы.','','','Katylikinovac',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-07 14:26: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,127),(374,'Looking for a specific plug in for chrome or firefox?','Is that possible to install Dell Operating System into Thinkpad? Does anyone know what can i do to fix my facebook chat window? Where can I find Acer aspire 4935 Empowering Technology on Windows 7? How do you change how you icon thingy looks?Internet Explorer or Google Chrome? Did I get the wrong graphics card?Make a system recovery after using and uninstalling stuff? How long will it take for a package from United Kingdom to come to United states? Zyprexa Blue line running down across my laptop screen? Trace my password on facebook? Zyprexa Can i put a GeForce GTX 570 or 580 in my pc? Choosing BG and text colors? Where i can download artcam relief free files? Powerpoint trouble on mac? I need help with my powerpoint? wind power pros and cons Did 1channel.ch change its web address again? How to control an irrection?Sound problems with wmm! Help!? I need a new internet provider? wind power pros and cons Where does amazon merchandise come from? When install Windows 7 what happens to my programs and games?How do I edit a drawString method in Java? How can u monitor a child with software and no internet? Software for free to edit stuff!? wind power pros and consI have windows 7 issues please help? wind power pros and consIs it too late to learn asp.net? (Final year in uni)? wind power pros and consSkype contact problem? wind power pros and cons','','','ZyprexaFN',0,0,'199.15.234.132',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-07 23:19: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,127),(375,'Всех с рождеством','Поздравляю вас с рождеством христовым ! \r\n \r\nС Рождеством Христовым я Вас поздравляю! \r\nСчастья и здоровья, блага всем желаю, \r\nСвятости, лукавства - в меру чтоб всего, \r\nРадости, удачи. Плохого - ничего!','','','Loeriinbro',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-08 12:38: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,127),(376,'Всех с праздником','Поздравляю вас с рождеством христовым !  \r\n  \r\nС Рождеством Христовым я Вас поздравляю!  \r\nСчастья и здоровья, блага всем желаю,  \r\nСвятости, лукавства - в меру чтоб всего,  \r\nРадости, удачи. Плохого - ничего!','','','Alisasinukd',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-08 18:32:36',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(377,'Outstanding site; 39916','The right things to do are those that keep our violence in abeyance the wrong things are those that bring it to the fore.\r\n http://www.denisebauer.com/buy-cheap-viagra/   \r\n    The silence that accepts merit as the most natural thing in the world is the highest applause.\r\n     http://www.denisebauer.com/anti-aging-night-cream/\r\nhttp://www.denisebauer.com/how-to-look-years-younger/\r\nhttp://www.denisebauer.com/acne-rosacea-treatment/\r\n  If error is corrected whenever it is recognized as such, the path of error is the path of truth.\r\n','','','abffiwiolk',0,0,'188.143.232.11',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-09 01:23:36',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(378,'What should i do for youtube videos?','Ipod reset all content and settings help? Website keeps giving me a virus - how do I block it? Is this HP DV6 Series 500GB 15.6 Inch Laptop any good for hi-def 1080p and 720p playback? Help changing computer to 16 bit color?Facebook application? 4Sync sychronization? ??? ??????Lms Idea\'s For Facebook.? Facebook\'s new Timeline isn\'t showing on my profile? Zyprexa How to set a password for internet history? My laptop dose not recognize any wireless network near it from last night!? Zyprexa I can\'t Log-out of youtube ? Acer Aspire 5612WLMi Laptop Backlight not working help? IS THIS VIDEO VIEWABLE? :)? I need help with my computer? Report this disgusting excuse for a human for the first video on his profile? wind power pros and cons How important is Facebook page for entrepreneurs? How do you install Lineage 2 on a private server?Connect My TV to my network and PC? Facebook text notifications? wind power pros and cons Computer beeps everytime I press a key on my Keyboard? What will happen when a client at address 172.16.24.100 tries to access a Web site running on this server? :?How do I delete this iPhone App? How to install softwere menually in ubuntu? Sell software use, but not intellectual property? wind power pros and consConnections in eebuntu flash drive ver? wind power pros and consHow do you set off alarm bells on someones firewall, like a false alarm as a joke.? wind power pros and consI have a intex microphone or head phone which was working fine in xp but i migrated to windows 7 ultimate 32 b? wind power pros and cons','','','ZyprexaTD',0,0,'199.15.234.132',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-09 06:49: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,127),(379,'Всех с праздником и успехов!','Всех с Новым Годом и Рождеством. \r\nДавно я на вашем сайте читаю информацию и слежу за новостями. \r\n \r\nУспехов вам во всем, чтоб сбылись все мечты.','','','KatrinMihubc',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-09 15:32: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,127),(380,'Hi, Excellent site; 77905','Politics is the art of looking for trouble, finding it everywhere, diagnosing it incorrectly and applying the wrong remedies.\r\n http://www.protectadult.com/buy-tramadol-online/\r\nhttp://www.protectadult.com/buy-celebrex-online/\r\nhttp://www.protectadult.com/buy-ultram-online/\r\n  I would rather be able to appreciate things I can not have than to have things I am not able to appreciate.\r\n','','','abggwisyu',0,0,'188.143.232.11',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-09 22:57: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,127),(381,'Всем всего наилучшего','Здравствуйте! \r\n \r\nПоздравляю вас с прошедшими праздниками. \r\nВсего вам наилучшего, администрации сайта хочу пожелать дальнейшего развития и пусть ваш сайт будет с каждым днем лучше и лучше! \r\n \r\nЗдоровья вам всем, пусть у вас будут только яркие моменты в жизни.','','','Darinahenz',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-10 20:28: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,127),(382,'Мои впечатления!','Благодарю нашла нужную мне информацию, ваш сайт у меня в закладочках.','','','Kinisoolp',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-11 19:09: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,127),(383,'Мои пожелания сайту','Привет! \r\nДля начала всех поздравляю с прошедшими праздниками! \r\nАдминистрацию сайта благодарю за столь информативный ресурс.','','','SergeyGesunc',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-12 16:04: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,127),(384,'Nice site; 90586','Indeed, the Founders mentioned the pagan authors in so many heartfelt speeches, pamphlets and letters that today\'s sweeping references to America\'s \'Christian\' roots and \'Judeo-Christian heritage\' ought to be amended. Maybe these terms should be reserved to explain the traditional religions and morality of individuals, families, congregations, small communitities. Politically, our notions of virtue and vice have had another genesis.\r\n http://www.protectadult.com/buy-tramadol-online/\r\nhttp://www.protectadult.com/buy-celebrex-online/\r\nhttp://www.protectadult.com/buy-soma-online/\r\n  Knowing that everything\'s futile but still fighting, still raging against the dying of the light -- that\'s what motivates me all the time ... If you hold that sense of futility in your head for too long, it can begin to eat into you. You can still be aware of it but find a place for it where you can actually exist comfortably and enjoy things.\r\n','','','abhhiyrji',0,0,'188.143.232.11',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-13 03:26: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,127),(385,'Hi, Excellent site; 32037','Shouldn\'t someone tag Mr Kennedy\'s bold new imaginative program with its proper age Under the tousled boyish haircut is still old Karl Marx-first launched a century ago. There is nothing new in the idea of a government being Big Brother.\r\n http://www.denisebauer.com/buy-cheap-viagra/    \r\n    One must ask children and birds how cherries and strawberries taste.\r\n     http://www.denisebauer.com/simple-eczema-remedies/\r\nhttp://www.denisebauer.com/is-glycolic-acid-good-for-acne/\r\nhttp://www.denisebauer.com/facial-exercises-for-neck/\r\n  I\'ll play it first and tell you what it is later.\r\n','','','abiijyril',0,0,'188.143.232.11',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-13 04:31: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),(386,'Мои поздравления!','Приветствую всех! \r\nПоздравляю всех с прошедшими праздниками))) \r\nВсего вам наилучшего в новом 2012 году','','','Gaseviilins',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-13 10:59: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,127),(387,'Всем доброго вечера','Добрый вечер, хотя у кого то день или ночь это не важно. \r\nХочу выразить свою благодарность администрации сайта. \r\nПожелать успехов и развития во всех делах.','','','Nikitarinskiy',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-15 19:13: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),(388,'Наилучшие пожелания','Желаю чтоб ваш сайт процветал и всегда был полезный для людей. \r\nВсего вам самого доброго и хорошего в вашей жизни!','','','Sashakill',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-15 20:31: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,127),(389,'Мои пожелания сайту','Благодарю команду сайта за информативность и понятность. \r\nРадует дизайн без ярких цветов, что положительно сказывается при долгом чтении информации.','','','Ceregakondov',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-15 22:04: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,127),(390,'От души поздравления','Я сердечно поздравляю \r\nС Рождеством всех вас! \r\nСчастья искренне желаю \r\nВ этот светлый час! \r\nПусть Вас озарит сиянье \r\nС звездной высоты \r\nИ исполнятся желанья, \r\nПланы и мечты.','','','Mixamalikiovskiy',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-16 04:01: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,127),(391,'Мои пожелания','Ваш сайт мне понравился и он у меня в закладках. \r\nХочу пожелать вам дальнейшего развития и только успехов и не чего кроме.','','','StatsShtreys',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-16 13:54:11',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(392,'Поздравляю вас с рождеством!','Ярко звездными лучами \r\nБлещет неба синева. \r\n– Отчего, скажи мне, мама, \r\nЯрче в небе звезд сиянье \r\nВ ночь святую Рождества? \r\nСловно елка в горном мире \r\nВ эту полночь зажжена \r\nИ алмазными огнями, \r\nИ сияньем звезд лучистых','','','Aniiferduyt',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-16 14:34: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,127),(393,'Примите мои поздравления','Поздравляю вас с прошедшими праздниками! \r\nВсего вам наилучшего, все те теплые слова что сказаны ниже присоединяюсь к ним','','','Dariyalinca',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-17 18:06: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,127),(394,'Отзыв о вашем сайте','Первое что хорошо, это то что сайт не в ярком дизайне и при длительном чтении информации глаза не устают. \r\nПлюс информация донесена на понятном человечном языке без научных терминов. \r\nВообщем благодарю вас за ваш сайт!','','','Kilinideedf',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-18 00:49: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,127),(395,'ошибка','Всем доброго врмени! \r\nПроблема в том что ваш сайт у меня постоянно уходит в бок, это только на некоторых страницах. \r\nПользуюсь браузером гугл хром, что посоветуете ?','','','Westsandra',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-18 19:46: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,127),(396,'Мои впечатления','Доброе утро, а может ночь или день)) \r\nХочу выразить свою благодарность за столь информативный ресурс','','','Filingool',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-18 21:10: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,127),(397,'Привет от Линды','Интересный сайт, да и дизайн порадовал, вроде все просто и в тоже время очень красиво и прилично.','','','Libdafirgin',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-18 22:01: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,127),(398,'Запись о сайте','У вас очень хороший сайт, на котором можно найти всю нужну информацию по теме. \r\nЖелаю вам успехов  в новом 2012 году, чтоб сбылись все планы и вы радовали нас новой информацией','','','Vitaliktinkov',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-19 06:53: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,127),(399,'Outstanding site; 97103','Nunc scio quit sit amor.\r\n http://www.protectadult.com/buy-ultram-online/\r\nhttp://www.protectadult.com/buy-tramadol-online/\r\nhttp://www.protectadult.com/buy-soma-online/\r\n  Learning is not compulsory... neither is survival.\r\n','','','abkkwodi',0,0,'188.143.232.11',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-20 15:21: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,127),(400,'Всех с крещением','За ангелом своим \r\nСегодня, в день волшебный, \r\nМалыш наш дорогой \r\nВойдет во храм блаженный! желаю я тебе \r\nВсегда дружить с ним верно, тогда \r\nТы будешь счастлив непременно!','','','Kiniderins',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-21 15:23: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,127),(401,':)','gerulis','','','Svečias',0,0,'217.42.97.180',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-22 00:42: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,127),(402,'Ваш сайт и впечатления','Приветствую, с вашим сайтом знаком давно, помню что пришел с гугла к вам. \r\nХочу выразить свою благодарность за столь информативный ресурс','','','Cidrirronc',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-22 10:36: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,127),(403,'Сайт и информация','Хочу поблагодарить вас за сайт, который мне был действительно нужен. \r\nХорошо когда у своей фирмы есть сайт, в 21 веке это действительно важно.','','','Graftroom',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-23 12:09:19',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(404,'Пишет вам Виктория','День добрый!  \r\nДавно я на вашем сайте и решила выразить свои мысли, а мысли мои только хорошие! \r\nВаш сайт полезен людям и плюс красивенький дизайн делает его еще лучше. \r\nСпасибо за то что вы есть и успехов вам в дальнейшем.','','','Vikialinder',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-24 09:31:01',0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,1,0,127),(405,'С новым годом вас друзья','Хочу вас поздравить с новым годом и пожелать успехов и счастья! \r\nОпоздала, просто отдыхала за грацией, а по приезду зашла на свой любимый сайтик','','','Izabellaninks',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-24 10:16: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,127),(406,'С праздником и пожелания','Давно хотел отписаться и вот пришло время. \r\nОчень доволен что есть такой сайт как ваш, вся информация доступна. \r\nАдминистрации большое спасибо и всего наилучшего в новом 2012 году.','','','Viktornimov',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-24 11:05: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,127),(407,'Спасибки от Оли','Спасибки вам за такой чудесный сайт. \r\nДизайн правда  радует глаз, целую крепко и желаю только успехов!','','','Olyaefimova',0,0,'46.118.226.126',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-24 13:56: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,127),(408,'raveDeeddyhittetyz','games for girls rostbacd','','','Deeddyhittetow',0,0,'188.227.181.210',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-27 10:01: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,127),(409,'Мой комментарий','Хочу сказать спасибо администрации за такой чудесный сайт, в плане информации и конечно самого дизайна. Удачи вам во всех делах!','','','Zarinasert',0,0,'188.163.79.75',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-29 08:14: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,127),(410,'Присоединяюсь','Присоединяюсь ко всем ниже сказанным теплым словам. \r\nВаш сайт у меня давно в  закладках и не уйдет от туда.','','','Sachalikovc',0,0,'188.163.79.75',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-29 08:44: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,127),(411,'Добрый день','Добрый день, у меня ваш сайт как то не понятно отображается. \r\nРаботаю через гугл хром, все уходит в лево, могу скинуть скриншот проблемы. \r\nПроблема у меня или у вас?','','','fedorlimer',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-29 12:19: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,127),(412,'Ответ на проблему','Привет, да проблема именно у вас. \r\nПоставьте браузер мозила последней версии, лично мне это помогло','','','Ponerooms',0,0,'178.137.164.65',0,'','hideemail=1\nhideurl=1\n',0,'2012-01-29 16:42: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,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,63,'2010-01-20 12:27:06','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,16,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,21,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,24,0,'0000-00-00 00:00:00',0,0,0,3,''),(23,'mainmenu','Links','index.php?option=com_weblinks','components',-2,0,4,0,20,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,27,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,19,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,18,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,26,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,17,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,29,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,28,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',1,0,16,0,4,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,63,'2010-02-14 00:59:38',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,23,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,15,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,25,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,22,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štieji 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,30,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,63,'2010-02-14 01:06:19',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,8,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,1,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,31,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,7,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,2,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,3,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,4,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,5,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,6,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,6,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,7,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,8,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,9,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,10,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,11,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(95,'mainmenu','Protų mūšis','index.php?option=com_content&task=view&id=47','content_item_link',-2,0,47,0,10,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,32,0,'0000-00-00 00:00:00',0,0,0,0,''),(97,'mainmenu','Paieška','index.php?option=com_search','components',0,0,16,0,33,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,36,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,14,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,13,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(104,'mainmenu','Partneriai','index.php?option=com_content&task=view&id=51','content_item_link',1,0,51,0,35,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(103,'mainmenu','Partneriai','index.php?option=com_content&task=view&id=14','content_item_link',-2,0,14,0,12,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(107,'Foto galerija','Žaidimas \"Protų mūšis\"','index.php?option=com_content&task=view&id=53','content_item_link',0,0,53,0,9,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(105,'Foto galerija praskleista','Junior','index.php?option=com_content&task=view&id=52','content_item_link',1,0,52,0,5,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(106,'Foto galerija praskleista','Protų mūšis','index.php?option=com_content&task=view&id=53','content_item_link',0,0,53,0,12,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(108,'Renginiai','savaites programa','index.php?option=com_content&task=view&id=21','content_item_link',-2,0,21,0,0,0,'0000-00-00 00:00:00',0,0,0,0,''),(109,'Foto galerija praskleista','V. Tarasovienė','index.php?option=com_content&task=view&id=54','content_item_link',1,0,54,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(110,'mainmenu','Protų mūšis','index.php?option=com_content&task=view&id=47','content_item_link',-2,0,47,0,11,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(123,'mainmenu','Protų mūšis','index.php?option=com_content&task=view&id=59','content_item_link',-2,0,59,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(129,'mainmenu','Protų mūšis','index.php?option=com_content&task=blogcategory&id=21','content_blog_category',-2,0,21,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'categoryid=21'),(122,'mainmenu','Protų mūšis','index.php?option=com_content&task=view&id=21','content_item_link',-2,0,21,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(120,'mainmenu','Protų mūšis','index.php?option=com_content&task=view&id=58','content_item_link',-2,0,58,0,6,0,'0000-00-00 00:00:00',0,0,0,0,''),(114,'mainmenu','Protų mūšis','index.php?option=com_content&task=view&id=47','content_item_link',-2,0,47,0,9,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(119,'mainmenu','Protų mūšis','index.php?option=com_content&task=view&id=57','content_item_link',-2,0,57,0,5,0,'0000-00-00 00:00:00',0,0,0,0,''),(118,'mainmenu','Protų mūšis','index.php?option=com_content&task=view&id=56','content_item_link',-2,0,56,0,7,0,'0000-00-00 00:00:00',0,0,0,0,''),(117,'mainmenu','Protų mūšis','index.php?option=com_content&task=view&id=55','content_item_link',-2,0,55,0,8,0,'0000-00-00 00:00:00',0,0,0,0,''),(130,'Protų mūšis','Pirmas turas','index.php?option=com_content&task=view&id=13','content_item_link',-2,0,13,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(125,'mainmenu','Test','index.php?option=com_content&task=archivesection&id=4','content_archive_section',-2,123,4,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\npageclass_sfx=\nback_button=\nheader=\npage_title=1\nleading=1\nintro=4\ncolumns=2\nlink=4\norderby_pri=\norderby_sec=\npagination=2\npagination_results=1\nimage=1\ncategory=0\ncategory_link=0\nitem_title=1\nlink_titles=\nreadmore=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail='),(134,'Protų mūšis','Trečias turas','index.php?option=com_content&task=view&id=64','content_item_link',0,0,64,0,6,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(126,'mainmenu','Protų mūšis','index.php?option=com_content&task=view&id=60','content_item_link',-2,0,60,0,2,0,'0000-00-00 00:00:00',0,0,0,0,''),(128,'mainmenu','Protų mūšis','index.php?option=com_content&task=view&id=59','content_item_link',0,0,59,0,34,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(140,'Protų mūšis','1 turas','index.php?option=com_content&task=view&id=67','content_item_link',-2,0,67,0,0,0,'0000-00-00 00:00:00',0,0,0,0,''),(131,'Protų mūšis','Antras Vdinis','index.php?option=com_content&task=view&id=14','content_item_link',-2,0,14,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(132,'Protų mūšis','B divizionas','index.php?option=com_content&task=view&id=63','content_item_link',1,0,63,0,5,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(133,'Protų mūšis','A divizionas','index.php?option=com_content&task=view&id=62','content_item_link',1,0,62,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(135,'Protų mūšis','Ketvirtas turas','index.php?option=com_content&task=view&id=65','content_item_link',0,0,65,0,7,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(136,'Protų mūšis','Penktas turas','index.php?option=com_content&task=view&id=66','content_item_link',0,0,66,0,8,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(137,'Protų mūšis','Šeštas turas','index.php?option=com_content&task=view&id=67','content_item_link',0,0,67,0,9,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(138,'Foto galerija','Protų mūšis','index.php?option=com_content&task=view&id=70','content_item_link',1,0,70,0,10,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(139,'Protų mūšis','a1','index.php?option=com_content&task=view&id=67','content_item_link',-2,0,67,0,1,0,'0000-00-00 00:00:00',0,0,0,0,''),(141,'Protų mūšis','A divizionas','index.php?option=com_content&task=view&id=62','content_item_link',-2,0,62,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'');
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_menu` ENABLE KEYS */;

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

DROP TABLE IF EXISTS `jos_messages`;
CREATE TABLE `jos_messages` (
  `message_id` int(10) unsigned NOT NULL auto_increment,
  `user_id_from` int(10) unsigned NOT NULL default '0',
  `user_id_to` int(10) unsigned NOT NULL default '0',
  `folder_id` int(10) unsigned NOT NULL default '0',
  `date_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `state` int(11) NOT NULL default '0',
  `priority` int(1) unsigned NOT NULL default '0',
  `subject` varchar(230) NOT NULL default '',
  `message` text NOT NULL,
  PRIMARY KEY  (`message_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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


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

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

DROP TABLE IF EXISTS `jos_messages_cfg`;
CREATE TABLE `jos_messages_cfg` (
  `user_id` int(10) unsigned NOT NULL default '0',
  `cfg_name` varchar(100) NOT NULL default '',
  `cfg_value` varchar(255) NOT NULL default '',
  UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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


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

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

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

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


/*!40000 ALTER TABLE `jos_modules` DISABLE KEYS */;
LOCK TABLES `jos_modules` WRITE;
INSERT INTO `jos_modules` VALUES (1,'Polls','',1,'right',0,'0000-00-00 00:00:00',0,'mod_poll',0,0,1,'',0,0),(34,'Apie klubą','',13,'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','',2,'left',0,'0000-00-00 00:00:00',0,'mod_login',0,0,1,'',1,0),(5,'Syndicate','',3,'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','',4,'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','',14,'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','',5,'left',0,'0000-00-00 00:00:00',0,'mod_templatechooser',0,0,1,'show_preview=1',0,0),(11,'Archive','',6,'left',0,'0000-00-00 00:00:00',0,'mod_archive',0,0,1,'',1,0),(12,'Sections','',7,'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','',8,'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','',15,'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','',9,'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','',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=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','',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=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','',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=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','',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\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','',9,'right',65,'2011-11-13 23:12:42',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','',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=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','',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=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','',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=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','',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=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','',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=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',0,'mod_anything',0,0,0,'moduleclass_sfx=\nanything=<span style=\"FONT-SIZE: 10pt; COLOR: rgb(255,204,51); FONT-FAMILY: Arial; white-space: nowrap;\";>Naujas žaidimo \"PROTŲ MŪŠIS\" sezonas su Robertu PETRAUSKU tik naktiniame klube \"MARTINI\"!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Jau nuo trečiadienio prasideda studentiškų vakarėlių sezonas!!!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Savaitgaliais vakarėliai su DJ Robu!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\"Martini\" klubas dirba nuo trečiadienio iki šeštadienio!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kavinė &quot;VESTA&quot; laukia Jūsų Au&scaron;ros al. 31, nuo 10 iki 16 val. Dienos pietūs čia tik 8,99 Lt! <a href=\"http://www.vestabaras.lt\">www.vestabaras.lt</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;',0,0),(55,'Protų mūšis','',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=Protų mūšis\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);
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),(45,95),(46,96),(47,97),(48,98),(49,99999999),(51,0),(55,128),(55,132),(55,133),(55,134),(55,135),(55,136),(55,137);
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,12,'imagefolders=*1*');
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_sections` ENABLE KEYS */;

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

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

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


/*!40000 ALTER TABLE `jos_session` DISABLE KEYS */;
LOCK TABLES `jos_session` WRITE;
INSERT INTO `jos_session` VALUES ('','1327855139','70bea267918bbeb89682ea911b6213df',1,0,'',0),('','1327855734','c197c327eb0d5127b0fc11e87237310f',1,0,'',0),('','1327856035','39df96d4d10dcd4be85fe62bccb10abf',1,0,'',0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_session` ENABLE KEYS */;

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

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

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


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

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

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

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


/*!40000 ALTER TABLE `jos_template_positions` DISABLE KEYS */;
LOCK TABLES `jos_template_positions` WRITE;
INSERT INTO `jos_template_positions` VALUES (1,'left',''),(2,'right',''),(3,'top',''),(4,'bottom',''),(5,'inset',''),(6,'banner',''),(7,'header',''),(8,'footer',''),(9,'newsflash',''),(10,'legals',''),(11,'pathway',''),(12,'toolbar',''),(13,'cpanel',''),(14,'user1',''),(15,'user2',''),(16,'user3',''),(17,'user4',''),(18,'user5',''),(19,'user6',''),(20,'user7',''),(21,'user8',''),(22,'user9',''),(23,'advert1',''),(24,'advert2',''),(25,'advert3',''),(26,'icon',''),(27,'debug','');
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','2011-10-21 09:26:57','','expired=\nexpired_time='),(63,'Pranas Šležas','prancius','pranas.slezas@infoside.lt','323d8c5ecbe51f74eac33dbdec4e99f6:bIrv1U5LfShxMgg8','Super Administrator',0,0,25,'2008-03-30 15:18:05','2011-11-30 09:35:56','','editor=\nexpired=\nexpired_time='),(64,'Indrė Rimkutė','indre.rimkute','indre.rimkute@infoside.lt','42bcec85e66bee7799034199574d240d:oDHQdGqmxm4m5bUq','Administrator',0,0,24,'2008-04-20 15:52:19','2010-04-19 14:25:22','','editor=\nexpired=\nexpired_time='),(65,'Martini','martini','info@martini-club.lt','5b6399924ab31dab2f0c6a43c1a11b6a:n5qEhbFsmilRvmKQ','Administrator',0,0,24,'2010-01-12 08:57:57','2012-01-24 19:38:57','','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 */;

