-- MySQL dump 10.10
--
-- Host: localhost    Database: dcperspe_joom1
-- ------------------------------------------------------
-- Server version	5.0.27-standard-log

/*!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 AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;

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

LOCK TABLES `jos_banner` WRITE;
/*!40000 ALTER TABLE `jos_banner` DISABLE KEYS */;
INSERT INTO `jos_banner` VALUES (1,1,'','OSM 1',0,524,12,'osmbanner1.png','http://www.opensourcematters.org','2007-07-30 19:43:04',0,0,'0000-00-00 00:00:00','',''),(2,1,'banner','OSM 2',0,531,12,'osmbanner2.png','http://www.opensourcematters.org','2004-07-07 15:31:29',0,62,'2007-12-02 11:56:08',NULL,NULL),(4,2,'','Color',0,286,28,'banner1color.png','http://www.dcperspective.com/gallery/DCBW/DCGALLERY.html','2007-08-06 21:11:30',1,0,'0000-00-00 00:00:00','',''),(3,2,'','DC',0,316,20,'banner1bw.png','http://www.dcperspective.com/gallery/DCBW/DCGALLERY.html','2007-08-06 20:54:56',1,0,'0000-00-00 00:00:00','','');
/*!40000 ALTER TABLE `jos_banner` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `jos_bannerclient`;
CREATE TABLE `jos_bannerclient` (
  `cid` int(11) NOT NULL auto_increment,
  `name` varchar(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 AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;

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

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

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

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

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

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

DROP TABLE IF EXISTS `jos_categories`;
CREATE TABLE `jos_categories` (
  `id` int(11) NOT NULL auto_increment,
  `parent_id` int(11) NOT NULL default '0',
  `title` varchar(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 AUTO_INCREMENT=23 DEFAULT CHARSET=latin1;

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

LOCK TABLES `jos_categories` WRITE;
/*!40000 ALTER TABLE `jos_categories` DISABLE KEYS */;
INSERT INTO `jos_categories` VALUES (1,0,'Latest','Latest News','metroblur.jpg','1','left','The latest news from the Joomla! Team',1,0,'0000-00-00 00:00:00','',7,0,1,'imagefolders=*2*'),(2,0,'Joomla!','Joomla!','clock.jpg','com_weblinks','left','A selection of links that are all related to the Joomla! Project.',1,62,'2007-12-02 14:37:48',NULL,2,0,0,''),(3,0,'DCPerspective Flash','DCPerspective Flash','','2','left','',1,0,'0000-00-00 00:00:00',NULL,1,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,''),(7,0,'DC on .....','DC on .....','zoom.jpg','3','left','Here you will find an example set of FAQs.',1,0,'0000-00-00 00:00:00',NULL,1,0,2,'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,''),(13,0,'DC\\\'s Images','Photo Galleries','lincoln.jpg','com_weblinks','right','<p align=\"left\">&nbsp;</p><p align=\"left\"><strong>Welcome to my Galleries- </strong>These prints are available for direct purchase through our printing partner DigiBug and shipped directly to you unframed and unmatted. These are high quality photo processed prints.  </p><p align=\"left\">I hope you enjoy the galleries- dc:-)</p><p align=\"left\">&nbsp;</p><p align=\"left\"><a href=\"http://www.dcperspective.com/gallery/DCBW/DCGALLERY.html\" target=\"_blank\">BW Gallery</a>  </p><p align=\"left\">&nbsp;</p><p align=\"left\"><a href=\"http://www.dcperspective.com/gallery2/dcclr.html\" target=\"_blank\">Color Gallery</a></p><p align=\"left\">&nbsp;</p><p align=\"left\"><a href=\"http://www.dcperspective.com/gallery2/dcclr.html\" target=\"_blank\" title=\"Color\">Color &nbsp;</a> </p>',1,0,'0000-00-00 00:00:00',NULL,3,0,0,''),(19,0,'DC\\\'s Favorites','DC\\\'s Favorites','','com_weblinks','left','<div align=\"left\">This section is a collection of sites that I recommend perusing.<br /></div>',1,62,'2007-12-02 15:18:17',NULL,1,0,0,''),(22,0,'DC\\\'s Book Reports','DC\\\'s Book Reports','nightcap.jpg','1','left','<div align=\"left\">Very few people read, I still do. </div><div align=\"left\">Hence the book reports.<br /></div>',1,0,'0000-00-00 00:00:00',NULL,1,0,0,'imagefolders='),(14,0,'Linux','Linux','Headin.jpg','1','left','<p align=\"left\">Linux- pronounced <font size=\"-1\">LIH-nuhks</font> with a short &quot;i&quot;</p><p align=\"left\">&nbsp;</p>',1,0,'0000-00-00 00:00:00',NULL,6,0,0,'imagefolders='),(15,0,'Digital','Digital','capreflection.jpg','1','left','<div align=\"left\">Digital photography tips and tricks<br /></div>',1,0,'0000-00-00 00:00:00',NULL,5,0,0,'imagefolders='),(16,0,'Politics','Politics','thedance.jpg','1','left','<div align=\"left\">Politics-or better yet the lack there of.<br /></div>',1,0,'0000-00-00 00:00:00',NULL,4,0,0,'imagefolders='),(17,0,'DC Local','DC Local','metroblur2.jpg','1','left','<div align=\"left\">Local oddities and concepts.<br /></div>',1,0,'0000-00-00 00:00:00',NULL,3,0,0,'imagefolders='),(18,0,'IT Management','IT Management','gaze.jpg','1','left','<div align=\"left\">Misc topics and issues to consider on Technology<br /></div>',1,0,'0000-00-00 00:00:00',NULL,2,0,0,'imagefolders=');
/*!40000 ALTER TABLE `jos_categories` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `jos_components` WRITE;
/*!40000 ALTER TABLE `jos_components` DISABLE KEYS */;
INSERT INTO `jos_components` VALUES (1,'Banners','',0,0,'','Banner Management','com_banners',0,'js/ThemeOffice/component.png',0,''),(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','Manage Syndication Settings','com_syndicate',0,'js/ThemeOffice/component.png',0,'check=1\ncache=1\ncache_time=3600\ncount=5\ntitle=dcperspective.com\ndescription=A Perspective on DC from DC.\nimage_file=\nimage_alt=Powered by Joomla! 1.0\nlimit_text=1\ntext_length=20\nrss091=1\nrss10=1\nrss20=1\natom03=1\nopml=1\norderby=front\nlive_bookmark=RSS2.0'),(18,'Mass Mail','',0,0,'option=com_massmail&hidemainmenu=1','Send Mass Mail','com_massmail',0,'js/ThemeOffice/mass_email.png',0,'');
/*!40000 ALTER TABLE `jos_components` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `jos_contact_details`;
CREATE TABLE `jos_contact_details` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(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 AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;

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

LOCK TABLES `jos_contact_details` WRITE;
/*!40000 ALTER TABLE `jos_contact_details` DISABLE KEYS */;
INSERT INTO `jos_contact_details` VALUES (1,'DC','Administrator','','','DC','USA','20001','See Email ','See Email','I look forward to hearing from you. ','metroblur.jpg','top','dc@dcperspective.com',0,1,0,'0000-00-00 00:00:00',1,'menu_image=-1\npageclass_sfx=\nprint=\nback_button=\nname=1\nposition=1\nemail=0\nstreet_address=1\nsuburb=1\nstate=1\ncountry=1\npostcode=1\ntelephone=1\nfax=1\nmisc=1\nimage=1\nvcard=0\nemail_description=1\nemail_description_text=\nemail_form=1\nemail_copy=0\ndrop_down=0\ncontact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=',62,12,0);
/*!40000 ALTER TABLE `jos_contact_details` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `jos_content`;
CREATE TABLE `jos_content` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `title` varchar(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 AUTO_INCREMENT=59 DEFAULT CHARSET=latin1;

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

LOCK TABLES `jos_content` WRITE;
/*!40000 ALTER TABLE `jos_content` DISABLE KEYS */;
INSERT INTO `jos_content` VALUES (1,'Welcome to dcperspective;-)','Welcome','<p align=\"left\">{mosimage}</p><p align=\"left\"><strong>Welcome-&nbsp; Glad to have you stop by dcperspective;-)</strong></p><p align=\"left\">First off, I recommend ignoring the blog and checking out the photography.&nbsp; &nbsp;</p><p align=\"left\">I was born in DC and happen to have the initials DC. I hearby welcome you to dcperspective.com.&nbsp; I must confess upfront that I may, by chance, banter about politics, technology, apathy, interesting stats, digital photography, local oddities, and book reports of whatever is occupying my feeble mind at the time. </p><p align=\"left\"><strong>So, as DC native , a professional technologist,&nbsp; who happened to study philosophy....... I&#39;ll reiterate just to be clear.&nbsp;</strong> </p><p align=\"left\"><strong>I recommend the photography;-)</strong> </p>','<div align=\"left\"><p align=\"left\">If you&#39;ve read anything at all about the District of Columbia, or if you have ever spent any time in the&nbsp;Nations Capital&nbsp;you&#39;ll probably know at least three things:&nbsp;First and foremost it is an absolutely beautiful&nbsp;city. Get out there and check it out.&nbsp; DC is far more beautiful than any screen you can view it on- come give us a visit, even if it&#39;;s only an hour drive w/ no traffic (read rarely- the truth hurts. </p><div align=\"left\"><p align=\"left\">The second thing about DC you should know is that nobody is really from DC, except for a very small percentage there are really no locals so to speak. I happen to be a local.&nbsp; </p><p align=\"left\">Lastly, remember that politicians and civil servants are here by your bidding, or lack there of, with the ballot.&nbsp;&nbsp;Luckily our little city is designed (in theory)&nbsp;to outlast the politicians regardless of two year, four year, six year, or even sometimes&nbsp;lifetime vists.&nbsp; </p><p align=\"left\">&nbsp;The only real success in democracy comes from an active and involved populous, which by the way, is the ONLY thing that can destroy our experimental city of democracy.&nbsp; Citizen participation is the only way, so get involved young and often. That&#39;s it. End of DC&#39;s political summary.&nbsp; Make up your mind on the world around you and VOTE.&nbsp; Sounds easy, yet America barely gets 50% in most major elections. And in the local primaries, basically nobody votes, IE those who vote simply win. Get involved. Vote on everything.</p></div><p align=\"left\"><strong>That said, enjoy the photography;-)</strong></p><p align=\"left\">&nbsp;{mosimage}</p><p align=\"left\">&nbsp;</p></div>',1,1,0,17,'2005-01-02 19:00:00',62,'DC','2007-12-01 16:41:57',62,0,'0000-00-00 00:00:00','2004-01-01 00:00:00','0000-00-00 00:00:00','dcmon.jpg|right||0|dcperspective.com|bottom||\r\nmetroblur2.jpg\r\nHeadin.jpg|center||0||bottom||','','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=',69,0,3,'','',0,280),(13,'Spending the 08 Money','Spending the 08 Money','<h6 align=\"left\">America needs to look at 08 with it&#39;s eyes wide open. <br />There is more collaboration, coordinating, and money being thrown around for the white house right now than I&#39;d wager to say the last 10 elections combined. <br />At the rate we&#39;re going this election will could cost an outrageous sum of money, which personally in the age of the Internet I can&#39;t imagine how the 2 dozen candidates will be able to spend all this money. In fact I don&#39;t want to imagine it.</h6><h6 align=\"left\">So with this in mind I ask all of the 08 presidential candidates to spend wisely, fight the good fight, then ......<br />Donate it away. And no, not to your next warchest !<br />Dear God don&#39;t plow through what could easily approach a billion dollars on negative advertising. I couldn&#39;t stomach it, it would be entertaining to watch, but I couldn&#39;t stomach it.</h6>','<p align=\"left\">Do the right thing- every single one of you donate this money to something good. Because spending it on negative advertising and consultants like your in a spending war is simple nonsense and our democracy and the pubic you strive to &quot;lead&quot; deserves better.<br />Donate it away.<br />Does this mean stop raising- hell no. I am a local, I don&#39;t expect miracles. But make it transparent, spend wisely, and give the rest away for something substantial and real.</p><p align=\"left\">Something like scholarships or schools, or shelters, or public transportation. <br />But give it away- make it a non issue. Because none of you ever dreamed of putting a price tag on the white house when you first became a public servant did you? And even for the few of you who may have there&#39;s no way you had a billion dollars in mind !<br />If all of you don&#39;t make it a transparent non-issue and fail to heed my advice, our concept of democracy is about to be ripped apart by capitalism in the near future. And you are simply ensuring that every politician will have to shamelessly and eternally pander for money and never really have time to actually better the world. </p><p align=\"left\">It is very feasible that if election spending is not addressed 2012 could feasibly be a 10 BILLION dollar election.<br />Do the right thing- give the excess away for something worthwhile.</p>',-2,1,0,16,'2007-08-07 19:44:08',62,'','2007-08-07 20:48:34',62,0,'0000-00-00 00:00:00','2007-08-07 19:42:15','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,1,'','',0,4),(2,'Our Experiment','','<div align=\"left\">Europe was created by history. America was created by philosophy.  </div><div align=\"left\">Margaret Thatcher  </div><div align=\"left\">&nbsp;</div><div align=\"left\">I sometimes wonder if our elected officials realize how young and fragile our little experiment in Democracy really is, because history understands it very well.</div>','',1,2,0,3,'2004-08-09 08:30:34',62,'','2007-08-11 09:57:26',62,0,'0000-00-00 00:00:00','2004-08-09 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',20,0,1,'','',0,130),(3,'Do no evil?','Do no evil?','<p align=\"left\">So the other day I went next door to help my neighbor set up a google email account. No big deal, except when you consider the statitistical possibility of what I encountered. Geezzzz Google !?!</p><p align=\"left\">After finishing the setup for the account I had to put in the human verification random generated code to finalize the account. The RANDOM interaction code was my LAST NAME.</p><p align=\"left\">That&#39;s right, my exact last name, all 5 letters, in order, RANDOMLY generated ?</p><p align=\"left\">I don&#39;t want to consider that statistically or philosophically.&nbsp; </p><p align=\"left\">Thank&#39;s alot google:-(&nbsp;</p><p align=\"left\">Do no evil my ___!  </p>','',1,2,0,3,'2004-08-09 08:30:34',62,'','2007-10-02 18:53:43',62,0,'0000-00-00 00:00:00','2004-08-09 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',5,0,2,'','',0,103),(4,'Baby Panda in 08 !!!!!! ','Baby Panda in 08 !!!!!! ','<p align=\"left\">So I&#39;ve been blogging going on 2 years now and have taken a good look at 2 years of data, and looked through all of my posts in the last year. Overall about 50,000 peple have visited dcperspective.com</p><p align=\"left\">Here are my conclusions via the baby panda theory.</p><p align=\"left\">{mosimage}</p><p align=\"left\">First of all it appears I can never write something that will out produce the Baby Panda. The Baby Panda produces 65% to 90% of my web hits daily, and is actually is on an upward trend since the day I posted it.</p><p align=\"left\">The simple fact is the baby panda.jpg has led the public to my little blog more than any other topic with the picture above. (It has occured to me it could be the chinese checking in on their investment- but the stats don&#39;t hold out- its a global following.)</p><p align=\"left\">&nbsp;</p>','<p align=\"left\">I&#39;ve written about disasters, disaster recovery, politics, technology, war, energy policy, and a whole lot of things that are clearly less important than the baby panda.</p><p align=\"left\">I wrote how we have disgraced the greatest generation by waiting so long to memorialize them with the WWII memorial, how our country can never again forget the sacrifices of our fighting men and women.</p><p align=\"left\">AND identified we are doing it now to our men and women overseas with indefinite leaves and tour extensions.</p><p align=\"left\">WWII, A Current WAR, and a disgraceful treatment of our finest- and the Panda Takes the day.</p><p align=\"left\">I wrote about the MD senate debate between a lifer democrat and a party plucked republican in their first debate- the first senate seat to open up in Maryland for 20 YEARS.</p><p align=\"left\">The Baby panda took that week 28 to 1. That&#39;s right 28 to 1. (In fact it looks like less that 300 readers in MD actually has done ANY searches on the senatorial debate. God save us.)</p><p align=\"left\">What does that mean- if I would have realized it soon enough there is no doubt I could have taken both Cardin and Steele with the BABY PANDA as a write in :-)<br />And beleive it or not I know he&#39;d do a better job than one of them.</p><p align=\"left\">So in summary I have decided to start with all writings with Baby Panda-<br />For example</p><p align=\"left\">Baby Panda - Baby PANDA in 08 !!!!!!<br />Baby Panda - Baby PANDA Denounces Negative Campaigning !!!!!<br />Baby Panda - Baby PANDA gets NRA and Teamster endorsements !!!!!!</p><p align=\"left\">and of course in closing-</p><p align=\"left\">Baby Panda<br />Baby PANDA<br />BABY Panda<br />Baby panda<br />baby panda :-)</p>',1,1,0,17,'2004-08-09 08:30:34',62,'','2007-08-25 21:10:21',62,0,'0000-00-00 00:00:00','2004-08-09 00:00:00','0000-00-00 00:00:00','dcicons (5).jpg|left||0||bottom||','','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,8,'','',0,151),(5,'Joomla! License Guidelines','','<p>This website is powered by <a href=\"http://www.joomla.org/\">Joomla!</a>  The software and default templates on which it runs are Copyright 2005 <a href=\"http://www.opensourcematters.org/\">Open Source Matters</a>.  All other content and data, including data entered into this website and templates added after installation, are copyrighted by their respective copyright owners.</p><p>If you want to distribute, copy or modify Joomla!, you are welcome to do so under the terms of the <a href=\"http://www.gnu.org/copyleft/gpl.html#SEC1\">GNU General Public License</a>.  If you are unfamiliar with this license, you might want to read <a href=\"http://www.gnu.org/copyleft/gpl.html#SEC4\">\'How To Apply These Terms To Your Program\'</a> and the <a href=\"http://www.gnu.org/licenses/gpl-faq.html\">\'GNU General Public License FAQ\'</a>.</p>','',1,0,0,0,'2004-08-19 20:11:07',62,'','2004-08-19 20:14:49',62,0,'0000-00-00 00:00:00','2004-08-19 00:00:00','0000-00-00 00:00:00','','','menu_image=\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,11,'','',0,18),(6,'Wait on Vista','Wait on Vista','<p align=\"left\">While we never jump to install or upgrade the latest and greatest for our client systems we indeed need to configure the newest stuff to eventually recommend it in&nbsp; projects.&nbsp; Vista, Microsofts latest and greatest is indeed the next generation of the Windows franchise and will be considered by every network in the next few years.  </p>','<p align=\"left\">That said- should everyone run out and buy and install the latest and greatest. Nope, especially in corporate or governmentnetworks where stability and productivity is far more important than having the latest and greatest. </p><p align=\"left\">The home and hobbyist/gamer arena is where Vista should and will propagate first and any corporate environment that is considering upgrading their corporate systems to Office and Vista should take a good hard look at their productivity needs as in many cases legacy systems and productivity will be effected by either incompatibility or the learning curve users will need with the new systems.</p><p>&nbsp;</p>',1,1,0,18,'2007-02-13 19:00:00',62,'','2007-08-16 21:17:18',62,0,'0000-00-00 00:00:00','2007-03-04 19:00:00','0000-00-00 00:00:00','food/coffee.jpg|left||0\r\nfood/bread.jpg|right||0','','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,20,'','',0,135),(15,'Office 2007- tip. ','Office 2007- tip. ','<p align=\"left\">I encountered my first client that updated their Office Products and I encountered something all of you should know about .</p><p align=\"left\">In this case the client upgraded their computer , their office products, and created a membership update document that ran about 50 pages. Upon completion they sent it out as an attachment to the entire membership.</p><p align=\"left\">200 members proceeded to email the sender upset that they could not open the word document in their Office 97, 200, XP, and 2003 Versions of Word .</p><p align=\"left\">Take notice- the new office will automatically save word documents in .docx , the new microsoft &quot;standard&quot; for word documents. With a little exploring a couple of menus deep I was able to easily address this and set the default back to .doc for her system.</p>','',1,1,0,18,'2007-08-08 14:19:22',62,'','2007-08-11 16:42:06',62,0,'0000-00-00 00:00:00','2007-08-08 14:18:33','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,19,'','',0,94),(16,'I can\'t fathom ...... ','I can\'t fathom ...... ','<p align=\"left\">...we&#39;ve been fighting in Iraq for 3 years and have NOT been securing territory. Unbelievable, simply unbelievable. So in laymans terms we&#39;ve been driving in and out of secured areas like the green zone and not securing any territory as we fight the insurgents.</p><p align=\"left\">Who specifically decided that the Iraq Military and the Bathists should be disbanded and outlawed?</p><p align=\"left\">In a mere 2 week period you made a snap decision that adversely affected 18 million people and crippled any chance of success in Iraq. And you stand by you&#39;re decision, that&#39;s it, that&#39;s all you feel you&#39;re obligated to say? Sorry- not good enough. </p><p align=\"left\">But- now that we are there.</p>','<p align=\"left\">I agree with W- loosing is not a solution.</p><p align=\"left\">Red or Blue- does not matter America.<br />Support the troops.</p><p align=\"left\">The war against terrorism is indeed going to take a few generations.</p><p align=\"left\">We can&#39;t afford any missteps like this - we will not get a second chance again.</p>',1,1,0,16,'2007-08-08 14:21:04',62,'','2007-08-16 20:42:58',62,0,'0000-00-00 00:00:00','2006-07-11 19:00:00','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,11,'','',0,145),(7,'SLED 10 w/ SP2','SLED 10 w/ SP2','<p align=\"left\">I have been using every release of SLED 10 (Suse Enterprise Linux Desktop) since it&#39;s development by Novell and SUSE.&nbsp; Without any hesitation I recommend that the&nbsp;general public take the time to try this distribution now that it has been Updated via service pack.&nbsp;</p>','<p align=\"left\">The first few minutes with this desktop was spent pretty much configuring it to work with all fo my corporate needs. Connections to our application server for our CMS management system, configuring the Email system and instant messaging we use @ argroup, and setting up my iFolder so I had a real time copy of all my important files and templates took little more that fifteen minutes.</p><p align=\"left\">My templates are a combination of excel and word templates I use for project outlines and proposal development. All of these worked fine with the the new office suite right of the bat.</p><p align=\"left\">Now setting of the bookmarks, custom settings, and photography tools took a little more time than all of the corporate needs, but not by much.</p><p align=\"left\">Now I&#39;ve been running comfortably on this desktop for two months now and simply put at $50 a year for this level of productivity any office manage or IT manager that does not consider this option when considering Vista they are simply failing in thier job descriptions.&nbsp; </p><p align=\"left\">Will it work for every office need- no. </p><p align=\"left\">Should every office at least examine and consider it- absolutely.</p>',1,1,0,18,'2007-08-07 19:00:00',62,'','2007-08-16 21:26:50',62,0,'0000-00-00 00:00:00','2004-07-29 19:00:00','0000-00-00 00:00:00','food/bun.jpg|right||0','','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,14,'','',0,101),(8,'DCdefinitions','DCdefinitions','<p align=\"left\">The morning rush hour is from 5 to 11 am.<br />Evening variant 4 to 8.<br />The friday rush starts thursday.</p><p align=\"left\">If there is a home Redskins game half of the beltway will stop for twice as long as the game itself.<br />Nightgames - three times as bad and should be a considered a work from home situation at all costs.</p>','<p align=\"left\">If you work downtown- save your sanity now, buy a photobook of the Cherry Blossoms and vow to never ever actually be here when they bloom.</p><p align=\"left\">If you have actually bought a map of the region- it is outdated.</p><p align=\"left\">If someone actually uses their turn signal- be careful- that&#39;s a tourist.</p><p align=\"left\">It is a scientifc fact that if you can live here and fully exist without ever driving the beltway or 66 you will live longer.</p><p align=\"left\">If it is 10 degrees- it&#39;s baseballs opening day or the xmas tree lighting on the eclipse.<br />110- redskins opening day.<br />If it&#39;s better than 90+ degrees and 90+ humidity then it&#39;s may, june, july, august, or septemeber.</p><p align=\"left\">And lastly- don&#39;t ask why road names change the way they do here in the district and in the suburbs. This used to be considered an oddity to laugh about as the region has grown. It is now considered a Homeland Security protection system- kind of like Rock Creek Park at rush hour- If you don&#39;t know or you have to ask-- you shouldn&#39;&#39;t be there.</p>',1,1,0,17,'2004-04-12 11:54:06',62,'','2007-08-11 12:02:39',62,0,'0000-00-00 00:00:00','2004-07-07 00:00:00','0000-00-00 00:00:00','fruit/pears.jpg|right||0','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,7,'','',0,90),(9,'Exponential Election Costs ','Exponential Election Costs ','<p align=\"left\">(Nov. 6 UPDATE: Based on the pre-general campaign finance reports filed Oct. 26, CRP has revised its prediction of the overall cost of the midterm election from $2.6 billion to $2.8 billion, which would represent a 27% increase in spending over 2002. The Center predicts that Republican interests&mdash;candidates, party committees and conservative advocacy groups&mdash;will spend $1.4 billion on this election. Democratic interests will spend $1.3 billion, the Center projects, with other interests making up the remainder.)</p><p align=\"left\"><br />2004- House and Senate 2.4 Billion- <br />2004 Presidential 900 Million <br />2004 Total 3.3 Billion 2006 2.8 BILLION-</p><p align=\"left\">2008 Presidential(Using 54% estimated total Rise- which is very low) 1.5 Billion </p><p align=\"left\">Using Conservative esimates we will be @ 4.3 Billion in 08&nbsp;</p><p align=\"left\">2012 - very likely we could be at 12 Billion.</p><p align=\"left\">Democracy and capitalism. Easy to see who&#39;s winning.</p>','',1,1,0,16,'2004-07-07 11:54:06',62,'','2007-08-11 16:41:20',62,0,'0000-00-00 00:00:00','2004-07-07 00:00:00','0000-00-00 00:00:00','fruit/strawberry.jpg|left||0\r\nfruit/pears.jpg|right||0\r\nfruit/cherry.jpg|left||0','','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,13,'','',0,186),(39,'In the eye of the beholder ? ','','<div align=\"left\">And the Hair pro, Makeup pro, Lighting pro, Photographer, and Digital editor.<br /><br />I try not to post to many ad&#39;s- but this one is very cool. I have to be honest- it did not make me run out and buy the soap, but did make me take a good look at my photo editing software.<br /><br /><a href=\"http://www.youtube.com/watch?v=iYhCn0jf46U\">This link is a very cool time lapse that shows the &quot;process&quot; of &quot;beauty&quot; that I like because is quickly shows the power of digital photography editing.</a> <br /><br />For high end digital manipulation AVID, Adobe(Owns Macromedia now also), PhaseOne, and Apple are leading the way.<br /><br />For the average digital photographers needs there are two freebies that are very good.<br />for Windows users Picassa- Owned by Google is a very good photo management and manipulation program that even reads RAW files. There is linux beta version of Picassa avaialble- will give that a try and a write up in the future.<br /><br />On the Open Source side GIMP is a very good &quot;photoshop like&quot; application (that also has a windows version)and FSpot is very &quot;Picassa like&quot; and capable program for the Linux Gnome Desktop.<br /></div>','',0,1,0,15,'2007-08-19 16:42:57',62,'','2007-08-19 16:50:45',62,0,'0000-00-00 00:00:00','2006-07-12 19:00:00','0000-00-00 00:00:00','','','',2,0,2,'','',0,3),(10,'on dcperspective','on dcperspective','   	 	 	 	 	 	 	 	 	<!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 	--> 	  <p style=\"margin-bottom: 0.13in; line-height: 0.27in\" align=\"left\"><font face=\"Arial, sans-serif\">My logic on blogs, forums, and communication in general.<br /><br />The more the better.<br />The better the better.<br /><br />The idea of a blog did not appeal to me until the right mixture of things came together.</font></p><div align=\"left\"> </div><p style=\"margin-bottom: 0.13in; line-height: 0.27in\" align=\"left\"><font face=\"Arial, sans-serif\">What I do for a living I is indeed one of the motivating factors of this blog. As a professional consultant in the productivity of the Internet and it&#39;s capabilities I will post insights that will predominately target technology topics.</font></p><div align=\"left\"> </div><p style=\"margin-bottom: 0.13in; line-height: 0.27in\" align=\"left\"><font face=\"Arial, sans-serif\">The convergence of digital content (in my case primarily digital photography) and blogging is motivating factor as I strongly feel sharing the tips and tricks to use and interact this way needs to be shared. </font> </p><div align=\"left\"> </div><p style=\"margin-bottom: 0.13in; line-height: 0.27in\" align=\"left\"><font face=\"Arial, sans-serif\">Hint&#39;s, tip&#39;s, and topics about digital photography, building and maintaining a blog, and defining and protecting yourself in this digital age.</font></p><div align=\"left\"> </div><p style=\"margin-bottom: 0.13in; line-height: 0.27in\" align=\"left\"><font face=\"Arial, sans-serif\">And finally, being a native dc&#39;r I&#39;ve always been wary of pundits my whole life. Especially pundits with a schedule of any type. Generally a bunch of cheerleaders as far as I can tell. </font> </p><div align=\"left\"> </div><p style=\"margin-bottom: 0.13in; line-height: 0.27in\" align=\"left\"><font face=\"Arial, sans-serif\">So a blog for political reasons alone was never quite enough to get me started but considering the political storms we now have it will be a category that I will try to address. I can&#39;t predefine what I&#39;ll blog about politically except please feel free to tell me to stop if attain any level of cheerleader, especially if it is on a regular schedule. </font> </p><div align=\"left\"> </div><p style=\"margin-bottom: 0.17in; line-height: 0.27in\">&nbsp;</p><div align=\"left\"><br /></div><p style=\"margin-bottom: 0.17in; line-height: 0.27in\"><br /> </p> ','',1,1,0,16,'2005-01-03 00:00:00',62,'','2007-08-10 19:59:48',62,0,'0000-00-00 00:00:00','2004-01-01 00:00:00','0000-00-00 00:00:00','CRW_0839.jpg|left||0||bottom||','','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,10,'','',0,135),(11,'on technology','on technology','<div align=\"left\">   	 	 	 	 	 	 	 	 	<!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 		A:link { color: #99aadd; text-decoration: none } 	--> 	  </div><div align=\"left\"><div align=\"center\">   	 	 	 	 	 	 	 	 	<!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 		A:link { color: #99aadd; text-decoration: none } 	--> 	  </div><div align=\"left\"><font face=\"Trebuchet MS, sans-serif\">The technology category of my blog will share a little of the wisdom I have attained professionally in sales and operations with a great team of talented pros. We provide solutions to over 400 small to medium sized businesses and have been doing so for almost two decades.</font><br /><br /><font face=\"Trebuchet MS, sans-serif\">I will focus on what the world defines as &quot;enterprise&quot; issues or solutions. Just think of &quot;enterprise&quot; as simply as &quot;We can&#39;t afford for the network to go down.&quot; and you&#39;ll get what the industry considers &quot;enterprise&quot;.</font><br /><br /><font face=\"Trebuchet MS, sans-serif\">As an engineering and support firm we have uniquely become product agnostic to the point that the solution we provide our clients is is what is best for them. If you have technology needs in your organization check us out and see if we may be able to help. I do business development and systems design, if you are looking to stabilize and support your enterprise systems drop me an email and I&#39;d be glad to provide a little insight and direction.</font><br /><br /><font color=\"#99aadd\"><span style=\"text-decoration: none\"><a href=\"http://www.argroup.com/\"><font face=\"Trebuchet MS, sans-serif\"><font color=\"#000000\">ARGroup - Computer Network Professionals </font></font></a></span></font></div><p style=\"margin-bottom: 0.13in; line-height: 0.27in\">&nbsp;</p> <font color=\"#99aadd\"><span style=\"text-decoration: none\"><a href=\"http://www.argroup.com/\"><font face=\"Trebuchet MS, sans-serif\"><font color=\"#000000\"> </font></font></a></span></font></div><p>&nbsp;</p><p style=\"margin-bottom: 0.13in; line-height: 0.27in\">&nbsp;</p> <p>&nbsp;</p>','',1,1,0,18,'2005-01-12 00:00:00',62,'Web master','2007-08-10 20:00:09',62,0,'0000-00-00 00:00:00','2004-01-01 00:00:00','0000-00-00 00:00:00','fruit/cherry.jpg|left||0\r\nfruit/peas.jpg|right||0\r\nfood/milk.jpg|left||0','','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,21,'','',0,170),(17,'on digital','on digital','<p align=\"left\">I have been lucky enough that I have been exposed to computers for the better part of my life, and that engineering and implementing computer solutions have been part of my professional career for over a decade now.The advent of the internet and the communication tools that it puts in the hands of average users is indeed overwhelming.</p><p align=\"left\">I hope to provide some help and common knowledge in the digital sense, share a little photography, and push out tips and tips that will help you enjoy your digital experiences. keep in mind that digital is no longer a noun, it&#39;s a verb. And indeed amazing productivity is possible in our new digital world. But this picture was chosen to stress that it&#39;s a blurry and moving verb, and one cannot focus on the cutting edge but the productive edge.</p><p align=\"left\">Figure out what technology can do for you- and the concept of digital becomes an action verb when focused and managed correctly.</p><p align=\"left\">First tip- back it up. </p><p align=\"left\">Computers die, no way around that. </p><p align=\"left\">Back it up.</p>','',1,1,0,15,'2005-01-05 19:00:00',62,'','2007-10-21 12:08:33',62,0,'0000-00-00 00:00:00','2007-08-11 09:19:11','2005-01-05 19:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=1\nintrotext=1\nsection=1\nsection_link=1\ncategory=1\ncategory_link=1\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',11,0,5,'DC\'s Blog, Digital, on digital','',0,9),(12,'Eyes wide open in 08','','<p><span class=\"blsp-spelling-error\"><span style=\"font-size: 12pt; font-family: &#39;Trebuchet MS&#39;\"><span style=\"font-family: &#39;Trebuchet MS&#39;\"><font size=\"3\"><font color=\"#000000\">&nbsp;<span class=\"wrapper\">America needs to look at 08 with it&#39;s eyes wide open. <br />There is more collaboration, coordinating, and money being thrown around for the white house right now than I&#39;d wager to say the last 10 elections combined when it&#39;s all said and done. <br />At the rate we&#39;re going this election will could cost an outrageous sum of money, which personally in the age of the Internet I can&#39;t imagine how the 2 dozen candidates will be able to spend all this money. In fact I don&#39;t want to imagine it.<br /><br /></span></font></font></span></span></span></p>','<p><span style=\"font-family: &#39;Trebuchet MS&#39;\"><font size=\"3\"><font color=\"#000000\"><span class=\"wrapper\">So with this in mind I ask all of the 08 presidential candidates to spend wisely, fight the good fight, then ......<br /><br />Donate it away. And no, not to your next warchest !<br /><br />Dear God don&#39;t plow through what could easily approach a billion dollars on negative advertising. I couldn&#39;t stomach it, it would be entertaining to watch, but I couldn&#39;t stomach it.<br /><br />Do the right thing- every single one of you donate this money to something good. Because spending it on negative advertising and consultants like your in a spending war is simple nonsense and our democracy and the pubic you strive to &quot;lead&quot; deserves better.<br /><br />Donate it away.<br />Does this mean stop raising- hell no. I am a local, I don&#39;t expect miracles. But make it transparent, spend wisely, and give the rest away for something substantial and real.<br /><br />Something like scholarships or schools, or shelters, or public transportation. <br /><br />But give it away- make it a non issue. Because none of you ever dreamed of putting a price tag on the white house when you first became a public servant did you? And even for the few of you who may havethere&#39;s no way you had a billion dollars in mind !<br /><br />If all of you don&#39;t make it a transparent non-issue and fail to heed my advice, our concept of democracy is about to be ripped apart by capitalism in the near future. And you are simply ensuring that every politician will have to shamelessly and eternally pander for money and never really have time to actually better the world. <br /><br />It is very feasible that if election spending is not addressed 2012 could feasibly be a 10 BILLION dollar election.<br /><br />Do the right thing- give the excess away for something worthwhile.</span></font></font></span></p>',-2,1,0,16,'2007-08-01 20:03:57',62,'','2007-08-07 19:39:25',62,0,'0000-00-00 00:00:00','2007-08-01 20:01:31','0000-00-00 00:00:00','thedance.jpg|||0||bottom||','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',19,0,5,'','',0,62),(14,'All that 08 Money','All that 08 Money','<p align=\"left\">America needs to look at 08 with it&#39;s eyes wide open. <br />There is more collaboration, coordinating, and money being thrown around for the white house right now than I&#39;d wager to say the last 10 elections combined when it&#39;s all said and done. <br />At the rate we&#39;re going this election will could cost an outrageous sum of money, which personally in the age of the Internet I can&#39;t imagine how the 2 dozen candidates will be able to spend all this money. In fact I don&#39;t want to imagine it.</p><p align=\"left\">So with this in mind I ask all of the 08 presidential candidates to spend wisely, fight the good fight, then ......<br />Donate it away. And no, not to your next warchest !<br />Dear God don&#39;t plow through what could easily approach a billion dollars on negative advertising. I couldn&#39;t stomach it, it would be entertaining to watch, but I couldn&#39;t stomach it.</p>','<p align=\"left\">Do the right thing- every single one of you donate this money to something good. Because spending it on negative advertising and consultants like your in a spending war is simple nonsense and our democracy and the pubic you strive to &quot;lead&quot; deserves better.<br />Donate it away.<br />Does this mean stop raising- hell no. I am a local, I don&#39;t expect miracles. But make it transparent, spend wisely, and give the rest away for something substantial and real.</p><p align=\"left\">Something like scholarships or schools, or shelters, or public transportation. <br />But give it away- make it a non issue. Because none of you ever dreamed of putting a price tag on the white house when you first became a public servant did you? And even for the few of you who may havethere&#39;s no way you had a billion dollars in mind !<br />If all of you don&#39;t make it a transparent non-issue and fail to heed my advice, our concept of democracy is about to be ripped apart by capitalism in the near future. And you are simply ensuring that every politician will have to shamelessly and eternally pander for money and never really have time to actually better the world. </p><p align=\"left\">It is very feasible that if election spending is not addressed 2012 could feasibly be a 10 BILLION dollar election.<br />Do the right thing- give the excess away for something worthwhile.&nbsp; Oh yea, whoever wins- remember how you pandered for money, and make it a point restructure campain financing before relection.&nbsp; I can&#39;t think of a better way to get re-elected.&nbsp; </p>',1,1,0,16,'2007-08-07 20:48:22',62,'','2007-10-05 18:02:30',62,0,'0000-00-00 00:00:00','2007-08-07 20:46: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=',2,0,12,'','',0,127),(20,'Telecommuting today','Telecommuting today','<div align=\"left\">Telecommuting today <br /><br />Telecommuting today because of a pretty good nor-easter thats getting the better of our northern VA/MD help desk staff. Just rain in DC, where the majority of our clients are located. In Leesburg its coming down hard and our entire staff is snowed in. Dealing with the scheduling issues that a kids school snow day creates with busy professionals is hard enough, not to mention the lost day for the comapany. A lost day of productivity, a hickup in customer service due to a snow storm, not quite.<br /><br />Utlilizing the internet for productivity is what our firm is all about. On this snow day our capabilities shined through as all employees were able to service clients from home, just as efficiently and effectively as in the office. In fact we even coordinated our schedules to accomodate the sledding duties that every parent must uphold during a decent snow day.<br /><br />A few years back a snow day would no doubt have badly affected our customer service, quality, and most importantly our bottom line. And like any small business we&#39;d be struggling to catch up on everything a decent storm would have pushed back in the calendar. Yet in our case 91% of our solutions can and are delivered remotely, as such we only had a 9% catch up instead of a full day of downtime.<br /><br />Think only high tech companies can acheive such a level of productivity, think again. Every system we used to maintain our own productivity is exactly what we implement and support for small and medium sized networks throughout the region. The costs for such systems are only a fraction of the costs a few years back. Snow days, late night projects, telecommuters, even family time knows no bounds in our 24-7 connected world, and as such all small enterprises should strive to have productivity tools to make them more effective and competitive.<br /><br />Funny, sitting in flannel pajamas, in a blizzard, in our slippers, turns out to be a good example of our technical prowness.</div>','',1,1,0,18,'2005-02-22 19:00:00',62,'','2007-08-11 10:17:30',62,0,'0000-00-00 00:00:00','2007-08-11 10:15: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=',2,0,18,'','',0,81),(21,'25 years ago on film...','25 years ago on film...','<div align=\"left\">{mosimage}&nbsp; First Summer with a camera, a good 25 years ago, I took this shot on the mall, it was probably one of my first fifty pictures. I thought it would be fair to my &quot;old school&quot; film to post this photo, as it is the images of this great city that motivated me to capture them years ago.<br /><br /></div>','<div align=\"left\">Canon TLb, completely manual, no clue what I was doing, and I snagged this shot.That&#39;s what photography had always been to me, snagging a time and place visually. One of my first jobs was to photograph real estate in Black and white, I developed and printed prints as fast as I could in my darkroom, and delivered sometimes as many as 300 in a weekend.<br /><br />Forced interpretation and immediate feedback after releasing setting the shutter was a great learning experience, much like what one can do a little easier now with digital photography. This learning process definitely had a big hand in making me the photographer I am today.<br /><br />I point this out as many of the 50 Million digital cameras that have been sold in the last 2 years are in the hands novice shooters. The immediate feedback and &quot;free cost&quot; of photography makes evey digital camera an amazing learning tool. I&#39;ll try to keep posting any tips I can but as always the best tip is to get out in the game- with digital there is no reason not too.<br /><br />Get out there and shoot, shoot in the dark, shoot in the light. Let the kids use the camera, just as you would let them use the computer to learn.<br /><br />I look forward to sharing what I can, just like a guy named john did when he gave me that TLb, and a girl named cathy that gave me my first lens.</div>',1,1,0,15,'2007-08-11 10:21:16',62,'','2007-08-16 21:39:43',62,0,'0000-00-00 00:00:00','2005-09-06 19:00:00','0000-00-00 00:00:00','lincoln.jpg','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,4,'','',0,102),(18,'on politics','on politics','<div align=\"left\">My first political post is why politics and blogging go hand in hand. And given it&#39;s affect on the recent elections it is sure to increase in usage.  </div><div align=\"left\">&nbsp;</div><div align=\"left\">Common Knowledge, unfiltered by the media, among concerned citizens, is a critical component of our success or failure as a society. Especially given our current 50/50 split.It doesn&#39;t take much to see that we are not that far removed from the same democratic goals of life and liberty our forefathers fought for just over 200 years ago, and then again a little over a hundred years ago in our own civil war.<br /> </div><div align=\"left\">&nbsp;</div><div align=\"left\">Not that different than 200 years ago, just global and real time.</div><div align=\"left\">&nbsp;</div><div align=\"left\">And now in our place in history as a nation we face some generally terrifying GLOBAL challenges in saftey, energy, education, and economics.</div><div align=\"left\">We are indeed in need of a little common knowledge.<br />So, yes I plan on blogging politically, as well you should.</div>','',1,1,0,16,'2005-01-25 00:00:00',62,'','2007-08-11 10:01:15',62,0,'0000-00-00 00:00:00','2007-08-11 09:21: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,9,'','',0,70),(22,'WWII Memorial','WWII Memorial','<div align=\"left\">I was going through some of my photos from the summer on a nasty winter weekend and came across a few cards I shot down at the WWII reunion. Just like I did the day I wandered the mall and people watched the men and women that saved democracy as we know it I got choked up even looking through the gallery. Bravo to indeed the greatest generation.</div><div align=\"left\">&nbsp;</div><div align=\"left\">{mosimage}</div>','<div align=\"left\">As a lifer dc&#39;r I&#39;ve been to hundreds of events on the mall and this was without a doubt the one that I&#39;m proud I attended. Great weekend it was, though about over 50 years late in my view.<br /><br />It&#39;s a sin to wait so long to honor our own. Did you hear that up on the hill ? A sin.<br /><br />We have men an women all over the planet putting thier lives on the line for our nation every day, lets hope we don&#39;t wait fifty years to honor them. </div><div align=\"left\">&nbsp;</div><div align=\"left\">The most amazing display at the WWII reunion was a display that just developed. In one of the large tents they seperated the theaters of service with simple bulletin boards that the veterans wrote to each other to make contact.<br /><br />Once I started reading these notes I simply could not stop. There were notes from children asking about grandfathers, lovers looking for lost loves, and from veterans to veterans that didn&#39;t make it, thanking them for enabling others to survive.<br /><br />I know I&#39;ve said this in an earlier post how terrible it was that we waited this long to honor these heroes. </div><div align=\"left\">&nbsp;</div><div align=\"left\">I can&#39;t help but wonder how many lifelong friends would have made contact, children who would have better understandings, and lovers that would have been rediscovered had this tribute been held a few decades earlier.</div>',1,1,0,17,'2007-08-11 11:50:26',62,'','2007-08-16 21:38:14',62,0,'0000-00-00 00:00:00','2005-08-08 19:00:00','0000-00-00 00:00:00','dcmon.jpg','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,5,'','',0,108),(19,'Udar Hazy Center','Udar Hazy Center','<div align=\"left\">{mosimage}Even if you a lifer local like myself you definitely should set aside a day at the new Udar Hazy Center in No VA.<br /><br />To get an idea of the size of this place look at the very back of the photo, beyound the little dots that are humans, and you will find a space shuttle back in the &quot;small&quot; part of the museum. If it flew they probably have one in this place- from a Concord to the space shuttle this is a must visit location for every generation. It doesn&#39;t stop at the idea of history either, they even have a Joint Strike Fighter, our next generation fighter that hasn&#39;t even been deployed yet.<br /><br />I personally have yet to find a place in all the great museums in our city that that covers every generation the way this place does. I&#39;ve taken my parents, my visiting buddys from school, a couple of dates, and an assortment of children there over the last 6 months. As far as I can tell this thing is a winner for every generation and I highly recommend it.<br /><br />Its huge, I mean REALLY HUGE, and its all concrete so you better wear comfortable shoes and eat a good breakfast. It&#39;s so big that you can&#39;t help walking a couple of miles. Don&#39;t forget your camera :-)</div>','',1,1,0,17,'2005-02-16 19:00:00',62,'','2007-08-11 10:51:32',62,0,'0000-00-00 00:00:00','2007-08-11 10:06:36','0000-00-00 00:00:00','sr71.jpg|right||0||bottom||','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',4,0,6,'','',0,77),(23,'Congrats to DPReview.com ','Congrats to DPReview.com ','<div align=\"left\">Over the last six years the <a href=\"www.dpreview.com\">dpreview.com</a>  discussion forums have grown to become the largest photographic community on the Internet and I as one of the 10,000,000 posters have many thanks to them and the community of digital enthusasts. It is now one of the largest forums of any subject. An amazing milestone, the ten millionth message posted.<br />Absolutely Great site if you are new to digital photograpy.<br /><br />Take a look or search through the forms- there&#39;s<br />a decade or better of digital wisdom in those forums. <br />user reviews on almost evey digital camera ever released. <br />very experienced staff in terms of thorough product reveiws. <br />Worth a bookmark for every digital camera enthusiast. <br /></div>','',1,1,0,15,'2005-02-23 19:00:00',62,'','2007-08-11 16:42:31',62,0,'0000-00-00 00:00:00','2007-08-11 11:50: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,3,'','',0,55),(24,'Half Mast for the Pope','Half Mast for the Pope','<div align=\"left\">For years now I spend a couple of days downtown just as spring breaks in the nations capitol. There is no better time of the year for photography in this town; between the cherry blossoms for beauty and the tourists for uniqueness there is no end to to the photographic possibilities.<br /><br />{mosimage}This spring was a little unique in my memory as the flags of the city were flying half mast for the passing of the Pope. When it&#39;s all said and done the Pope will go down in history as a great leader, doing his part in the undermining and eventual fall of communism decades before Ronald Reagan and Mikhail Gorbechev came around.</div>','',1,1,0,17,'2005-04-19 19:00:00',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2005-04-19 19:00:00','0000-00-00 00:00:00','popehalfmast.jpg','','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,4,'','',0,80),(25,'Every 3 Years','Every 3 Years','<div align=\"left\">Every three years you should refresh your organizations systems.<br />And..... Studies show that doing them all a the same time in a uniform and controlled way is the most cost effective approach.<br />And.... Nothing new here - best pricing on software, systems, and warranties, like eveything else in the world, are available on bigger purchases.</div>','<div align=\"left\">The three years can be extended if you find a manufacturer that will extend the warranty to 4 or 5 years, currently some manufacturers(Read IBM-Dell-HP) are usually willing to to this on their higher end business class systems. In doing so remember that you may be putting your systems and productivity at a slight risk 4 or 5 years out. If all your people predominately do is word processing they may not need the bells, whistles, and speed of a standard system four years out, but if they are architects or graphics designers your decision may result in a bad overlap of aged technology, productivity loss, and disgruntled users. Think it through if your going to try to extend your budget out like that.<br /></div><div align=\"left\"> <br /> Speaking of warranties, you would be amazed how many times I have arrived at a new clients and seen a multi-million business operation on consumer based products. Very satisfying indeed to run out to the local mall and splurge on a new machine now and then, the only real problems arise a little later after you have gotten the best deal possible, from the wrong type of store, on the wrong product.<br /> <br /> Chances are it&#39;s a home based operating system, and not designed to really network correctly in a family bigger than 5, especially not the corporate environment back at the office.<br /> <br /> As a discount consumer product the old army adage comes in to play, brought to you by the lowest bidder. Great cost effective approach, until it breaks. Good luck 2 or three years down the road trying to find that component, the one that is critical to getting your data back, the one built by the lowest bidder three years ago.<br /> <br /> &quot;Are you kidding, that model was specifically designed and released with the new operating system release, and since it only sold for six months and had a six month warranty, sorry buddy but you&#39;re SOL- maybe try ebay?&quot; Actual quote from a manufacturer I encountered once trying to hunt down a component for a client.<br /> <br /> Maybe try ebay?<br /> To restore critical data ?<br /> <br /> No, I don&#39;t think so.</div>',1,1,0,18,'2007-08-11 12:11:22',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2007-08-11 12:08:57','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,17,'','',0,118),(26,'Secure your WIFI\'s','Secure your WIFI\'s','<div align=\"left\">As repeat readers probably already know I am a consultant for business networks. In the last few years I have seen a very interesting development in the wireless internet world. Better known as WIFI, wireless internet was something that was quickly accepted by consumer side of the world before the corporate world even really considered it. Low cost wireless devices have been available at the local Best Buy or Circuit City for years, today these devices can be found for less than thirty dollars with rebates.<br /><br />Wireless is indeed empowering, especially with laptops and in older homes where wiring is not at all feasible.<br /></div>','<div align=\"left\">What is unique to me and my peers is the fact that these systems propagated very quickly in the home and small business market while the corporate world of larger networks kept them at a distance, mainly concerned about security. Uniquely every access point that we have ever encountered has default settings with NO security. Usually adding a layer or two of encryption and access security is a few more minutes and a little bit of advanced networking configuration on the desktops connecting to the access point. But given our experience the average user stops the configurations the minute the system lets them connect to the internet, with the default settings unprotected.<br /> <br /> It doesn&rsquo;t take much to prove our theory out in the real world. I recently ran a wireless security program on my afternoon commute via train. All said, one hour on the train and I identified 86 wireless networks, over 50% were using the default settings with no security. And some of those unprotected I could identify as BUSINESS networks<br /> <br /> What&rsquo;s the harm? Plenty- identity theft is growing at an alarming rate. Lately we have had an onslaught of news concerning VERY big companies that have had their client info compromised. Read- your Personal Data Compromised.<br /> <br /> Yet given an opportunity to secure their computers 50% leave them wide open with no security. Believe me, you would be better off leaving every laptop, desktop, and electronic gadget you have on the front yard to be physically stolen with no data on them than to have them untouched and the data stolen. <br /> <br /> It takes hours to replace a desktop or a laptop. It takes YEARS to recover from a stolen identity. <br /> <br /> The corporate world is taking fast and furious steps to protect their (and your) data, it would be an absolute shame if the corporate world spends billions securing your data, and you leave the same data unprotected on your wireless setup @ home or in the office.<br /> <br /> So if you use wireless system at home, secure it. <br /> <br /> ADDED NOTE- if you manage a corporate network keep an eye out on you&#39;re users and invest in a decent wireless scanning program. We recently scanned a corporate environment in which 3 executives had installed wireless access points in their corporate network without the technology heads even knowing.</div>',1,1,0,18,'2007-08-11 12:12:44',62,'','2007-08-16 21:19:15',62,0,'0000-00-00 00:00:00','2005-11-13 19:00:00','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,16,'','',0,124),(27,'Duh, energy crisis?','Duh, energy crisis?','<div align=\"left\">So all of the political interest in oil and energy costs lately have made me ponder a few things. </div><div align=\"left\"><br />First and foremost it&rsquo;s pretty sad that our leaders have awakened to the energy crisis we face as a nation only after oil and gas have hit these high prices. It&rsquo;s not like this issue just raised its ugly head, only when the checkbooks of American voters start to scream that our beloved leaders attempt to step up to the plate.</div><div align=\"left\"><br />There&rsquo;s nothing new here, we need to focus on lowering our consumption and develop alternatives. I&rsquo;m sure that W came across such earth shattering knowledge way back when in Princeton, I know I did in my state school, and my high school for that matter. Yet it only has taken him 40 years to fine tune the obvious, and 6 years in the white house to make it a political issue.</div><div align=\"left\"><br />Not to separate W from the rest of our leadership; like most of our leaders; a little late, always politically opportunistic, but none the less bringing the obvious issue to the public. It&rsquo;s almost like we didn&rsquo;t all ready know it until W decided to talk about it.</div><div align=\"left\"><br /><br /></div>','<div align=\"left\">Planning for the future we need to develop alternative sources of energy. </div><div align=\"left\">&nbsp;</div><div align=\"left\">Alternative technologies and the scientific advancement it will require will never solve any issues in the present. Without a doubt business and institutional investment and incentives in alternative technologies are a necessity and should be a crucial component of any real energy plan. The intellectual and economic value of any successful alternatives developed in our country with be incredibly valuable on a global scale, after all it&rsquo;s not really just our problem.</div><div align=\"left\"><br /> However in the present changing transportation habits is the only real answer to our dependency problems. Reducing our consumption is actually the easy part and there are 2 obvious places that we can have an immediate and drastic affect on consumption. </div><div align=\"left\"><br /> Let&rsquo;s start with creating a public transportation friendly world. There are some developments and cities that are as friendly to walking, riding a bike, and public transportation and are blueprints for a better way of life. I personally live 50miles from capital hill and can go weeks without touching a car, granted I had the insight of buying walking distance to public transportation. </div><div align=\"left\">&nbsp;</div><div align=\"left\">The same insight must be mandated with development. The problem is that in the suburbs, where most of our consumption and development transpires, public transportation is never a development priority and never financially or design feasible as an afterthought with overdevelopment. </div><div align=\"left\">&nbsp;</div><div align=\"left\">Design the world little better, not much to ask, if you&rsquo;re going to allow development require transportation planning. It&rsquo;s simple, as we build new developments we need to define and integrate transportation variables before we allow massive growth and development to take place.</div><div align=\"left\"><br /> The second place that we can have a drastic and the most immediate effect on consumption is by establishing 2 simple mandates going forward.</div><div align=\"left\"><br /> Mandate one, increase telecommuting nationwide 2% per year for the next 10 years. </div><div align=\"left\">&nbsp;</div><div align=\"left\">We have the technology; we have deployed enough broadband technologies that it is feasible to even make that 2% per year even higher. Ten years out we&rsquo;ll have 20% of our commuting workforce off the roads. That&rsquo;s a realistic and viable approach and as one who benefits from telecommuting capabilities there really is a great benefit in quality of life as well. Makes business sense, makes quality of life sense, and we have the technology already especially with the advent of IP phones. </div><div align=\"left\"><br /> Mandate two, same approach, different target. </div><div align=\"left\">&nbsp;</div><div align=\"left\">Increase usage of public transportation 2% per year for 10 years as well. </div><div align=\"left\"><br /> So there it is, an energy plan that doesn&rsquo;t rely on redefining our obsessions with the automobile, the oil industry, or new technologies, and is indeed achievable. </div><div align=\"left\">&nbsp;</div><div align=\"left\">All said and done we could reduce 40% of our commuting oil consumption in ten short years unlike increasing it like we have in the last 10 years.</div>',1,1,0,16,'2005-05-04 19:00:00',62,'','2007-10-02 19:00:42',62,0,'0000-00-00 00:00:00','2007-08-11 12:13: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=',3,0,8,'','',2,7),(28,'WIMax and Waiting !?','WIMax and Waiting !?','<div align=\"left\">The dreams of WIMAX are no reason to hold out on planned wireless projects, in fact it&#39;s undefined variables and unknown market timing is even more reason to go with PROVEN WIRELESS SOLUTIONS that are tailored for the specific needs of your facility, and most importantly is available NOW for your needs.<br /><br />To this point we&#39;ve deployed approximately a thousand different secure and effective wireless systems including Public accesss WIFI, Corporate WIFI, Campus distributions, even 45MB multi mile P-P broadband solutions. WIFI indeed is a very productive and proven solution to many a connected organization, especially when integrated securely and effectively by experienced pros.<br /><br />So if you need to secure wireless, deploy wireless, or know wireless can help meet your goals you can hold your breath for WIMAX , or do it right with a proven solution partner and enjoy wireless solutions today. So if you need wireless soultions, <a href=\"www.argroup.com\">give us a call.</a> </div>','',1,1,0,18,'2005-05-11 19:00:00',62,'','2007-08-11 12:48:29',62,0,'0000-00-00 00:00:00','2007-08-11 12:45:49','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,15,'','',0,80),(29,'Linux Desktops Coming....','Linux Desktops Coming....','<div align=\"left\">Real consumer desktop choice - here it comes. <br />So it looks like you will have real consumer desktop choices coming for the first time this fall.<br /><br />Within the next year IBM, HP/Compaq, and and now Dell will be offering systems with DIFFERENT operating systems for the first time EVER. Novell, Redhat, and Microsoft all direct and preconfigured.<br /><br />I&#39;m fully productive and connected to my corporate responsibilities on a Windows desktop, a Mac, and a Linux Desktop. Do you need to understand how I connect to all of my corporate needs through three different operation systems, of course not, thats what people like me are for....<br /><br />But......<br /><br />If your responsible for bugeting productivity and managing operations in an organization you really have to consider costs and your users with the two new os&#39;s coming your way.<br /><br />What anyone who manages people and technology needs to know is that it&#39;s not about the operating system, and it&#39;s never been about the desktop.<br /><br />It&#39;s about productivity and your users.<br /></div>','<div align=\"left\">Out of the box you really can&#39;t justify the Redhat or Novell as just an operating system because of all of the productivity applications built in. It should be minimally compared to the MS status quo of $299 for the Corporate OS, then another $500 for the standard MS productivity suite. Throw in three year warranty coverage, antivirus, and spyware protection on a decent corporate windows based &quot;workstation&quot; and you are at $1600 pretty quick.<br /> <br /> One of these alternative desktop products I have used is Novell Desktop 9, a linux desktop that I use daily to securely connect to my corporate needs. I can syncronize files securely just like I can on my xp desktop, I can connect to my corporate email and collaboration system just like on my xp desktop, and I can open and edit documents from microsoft peers and send them right on back to a user with no issues at all (Word, Excel, Word, Powerpoint, Project).<br /> <br /> At $50 dollars and 20 something a year for subcription updates it is not quite free but performs very well and plays quite nicely with the standard MS-Office world.<br /> <br /> Inside Desktop 9 is OpenOffice, it compares quite well with all of the Micrsoft Office Standard capabilities at it&#39;s MS retail price of $400.<br /> Inside Desktop 9 is Gimp, the open source equivalent to Photoshop with it&#39;s estimated cost of $700.<br /> Also on this desktop you can create PDF&#39;s for free, no need for the $279 dollar Adobe Acrobat either.<br /> Add in Firefox, Evolution(the worlds most popular email client), a project management tool like MS project ($500) and a graphics tool like visio ($700) and for $50 you have the productivity equivalence of a $3k + desktop.<br /> <br /> So all in all you get all the tools most users would ever need to be productive, creative, and connected. Comparing apples to apples; a few thousand for the applications software of the status quo or the productivity tools most corporate users need covered with the $50 OS, and it&#39;s updated daily at a whopping $20 with software support for the year !!!!!<br /> <br /> Do I recommend running out and switching, no.<br /> You, your network, and most importantly your users aren&#39;t ready for it yet.<br /> But all three of you need to consider it.<br /> <br /> It&#39;s all about the users, and a switch of this magnitude without a good long term training and migration plan is not lightly recommended. <br /> But if your prepared to train your users to be productive and comfortable with the new desktops, for example deploying enough workstations so that users can experience the new environment long before before the real switch, it&#39;s indeed a feasible and cost effective option considering how much you will have saved on recurring hard costs.</div>',1,1,0,18,'2006-06-11 19:00:00',62,'','2007-08-11 16:42:57',62,0,'0000-00-00 00:00:00','2007-08-11 13:10:30','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,13,'','',0,77),(30,'Laptops Outsell Desktops !','Laptops Outsell Desktops !','<div align=\"left\">The idea of the desktop replacement has come full circle as for the first time laptop sales are outpacing desktop sales.<br /><br />While I carry a very small laptop for work and use it a couple of hours each day on the train I know that I personally would be unsatisfied if a laptop was my only computer. <br /><br />The main reasons for me- digital photography and multimedia.<br />Every think looks, sounds, and behaves better on a high end video card and a large CRT. Yet in the last couple of years the advances in laptop screens have surely created some very good graphics capability in a portable system. An example of this is the new clearveiw widescreens that have come to the marketplace.<br /></div>','<div align=\"left\">Yet in terms of corporate productivity I indeed could survive on the laptop alone, and the two hours on the train have become my most productive hours of the day in terms of uninterrupted productivity. <br /> <br /> Years ago I knew that I wanted a laptop that was very small so I could carry it a whole day and not regret it. In my case I have a laptop that has no floppy or CD, I only need to deal with the CD player when I&#39;m installing software. Add in a big thumb drive with generally available broadband and a mini laptop like this is wholly feasable for a good many people.<br /> <br /> Yet the very small laptops have one major drawback against their big brothers in that little ususally means a little battery also. In my case a couple of hours is all I can ever expect from my laptop. For me this has ever been an issue as if I&#39;m troubleshooting or working in a clients network if there&#39;s no power there there&#39;s usually no reason for me to be there either. <br /> <br /> Like any decent investment there are some things you should consider. For example if you have never carried a laptop before consider carring something that weighs the same as what your thinking of(with the power supply weight also added). Carrring around a brick or 2 for week and finding that it is very uncomfortable and not feasible for you is a better time to find this out than when the brick is a 2-3 thousand dollar brick you&#39;ve already committed too. Believe me the difference between a 4lb mini and an 11lb big screen desktop replacement is very big when it&#39;s hanging on your shoulder through the course of a day.<br /> <br /> If you plan to integrate a docking station and monitor setup at the office or home take a good look at the options you have there. All laptops have different capabilities and add on costs here. Some laptops no longer offer docking stations as well but this can usually be dealt with a little usb hub, usb mice and keyboards, and a monitor. A single mount docking station setup with just the docking station, a decent flat panel, and the additional keyboard and mouse can easily add 400-700 dollars to your purchase.<br /> <br /> Plan on buying at least 2 additional power supplies, in my case I have three. One always plugged in and waiting at home, one doing the same at the office, and the third that is always in the laptop bag ready for duty when I&#39;m on site somewhere. NOTE- this is also a good idea for your pdas/phones/blackberries/treo&#39;s.<br /> <br /> Lastly the most important thing to consider with a laptop is warranty coverage. Because of the proprietary nature of the systems inside the shell there really is nobody else that can service it other than the manufacturer. Most consumer laptops have a 1 year depot warranty standard. <br /> <br /> What does depot mean to you, it means when your laptop breaks or fails they send you a cardboard box and some foam, you send the unit back to them, and depending on the repairs required it comes back to you in a few days to a few weeks. No guaranteed return time. Not too consumer friendly if the laptop is a big part of your professional life.<br /> <br /> Corporate business class units from the larger manufacturers can be had with next business day on-site warranties. In this case this is a place where the warranty is worth it&#39;s weight in gold and should be considered a standard. I have coordinated many on site calls between clients and the bigger manufacturers to happen while the client is traveling, on vacations, even once coordinated a meet at a Starbucks when the client was traveling through town. Business class unit with business class support is the best way to ensure your sanitity and you&#39;re career if the unit ever fails.<br /> <br /> One last tidbit on laptops. <br /> <br /> TURN OFF the wireless and bluetooth systems that are now integrated in modern laptops when you are not using it so you don&#39;t fall victum to sharing your data without even knowing it. If you set up wireless services at home or in the office make sure you encrypt the signal for security.</div>',1,1,0,18,'2005-06-06 19:00:00',62,'','2007-08-11 16:40:49',62,0,'0000-00-00 00:00:00','2005-06-06 19:00:00','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,12,'','',0,62),(31,'Happy 4th !','Happy 4th !','<div align=\"left\">President Bush asked us to fly the flag on this fourth for our our troups and their families serving overseas.<br /><br />So the flag is out on the porch for the weekend, and I&#39;m actually looking forward to flying many flags. I am currently organizing my photography and as a lifer DC&#39;r the flag has indeed been a favorite subject of mine, this holiday weekend I&#39;m going to throw up some of my favorite flag shots through the weekend in honor or our men and women fighting for a better world.<br /><br />It&#39;s also important for us to be focused as nation as the G8 faces the opportunity to make great strides on an assortment of solutions to many issues that plauge our small planet. It&#39;s indeed a small planet and it gets smaller with ever day we share it.</div>','',1,1,0,17,'2005-07-01 19:00:00',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2007-08-11 16:08: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=',1,0,2,'','',0,77),(32,'WIFI use arrest ?','WIFI use arrest ?','<div align=\"left\">Is it legal to use someone&#39;s Wi-Fi connection to browse the Web if it&#39;s open? Nobody really knows. We&#39;re about to find out though. Charges were brought up in Flordia against a man using a wifi connection without authorization. It&#39;s a totally open question in the law and we are about to hear arguments on both sides.<br /><br />There&#39;s a specific law that regulates Wi-Fi access, the federal <a href=\"http://www.cybercrime.gov/1030analysis.html\">Computer Fraud and Abuse Act.</a> <br />You can read it for yourself, but the important part (check out paragraph (a)(2)) ANYONE who &quot;intentionally accesses a computer without authorization or exceeds authorized access.&quot; There has been no precedent so as of this point knows exactly what that means in terms of wireless connections. The law was written in 1986 to punish computer hacking--and nobody contemplated 802.1x wireless links back then, and they didn&#39;t assume internet access could or would be free either. <br /><br />Orin Kerr, a law professor at GW who has written this detailed article on unauthorized network access. &quot;Nobody knows how an ambiguous law works until a prosecution is brought and a court decides.&quot; No precident has been set- my advice try to make sure you&#39;re clear of the first precedent setting case as it could take quite a while.</div>','',1,1,0,18,'2005-07-11 19:00:00',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2007-08-11 16:10: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,11,'','',0,62),(33,'Spam\'s Real Cost','Spam\'s Real Cost','<div align=\"left\">I see it every day, and it constantly amazes me that people, intelligent people, continue to subject themselves to the onslaught of wasting their careers away deleting spam.<br /><br />Simple math, a small professional organization- say 12 people making ~100K a year deleting spam for just 10 minutes to start their day is over 20K of lost productivity across the collective productivity of our example in a given year.<br /><br /><br /></div>','<div align=\"left\">Chances are another 10-20 minutes will pass through the course of the day as they delete or examine it through the day. Let&#39;s say 10 for the purpose of our simple math. Another 20K in productivity lost just handling it.<br /><br />If these people have blackberries or handhelds, god bless them as 10 minutes a day quickly triples with the time spent deleting spam through the course of the day, an awkward and annoying constant of useless connectivity is exponential when it permiates your users 24x7.<br /><br />Without even considering handheld units there&#39;s a very real cost of spam placed on any organization that relies on email, in our little example $40K adds up very easily in lost productivity.<br /><br />Then there&#39;s the REAL COST of spam, management deteriation.<br /><br />Eventually, if not already, your staff will loose all respect for the email system as well as the management that let&#39;s such a disruptive onslaught in the corporate environment. Unaccountable communications is a critical crack in the foundation of any productive organization.<br /><br />Many organizations have a strange and expensive dance where thier IT guru&#39;s simply continuously ask for more money to deploy the latest and greatest- not to mention the ongoing subcription costs of something you had to buy in the first place.<br />Not the way to do it.<br /><br /><br />Individual users- if your ISP provides spam protection- good- utilize it, if they don&#39;t get connected to someone that does. If you have any type of report this as spam capability from your ISP - utilize it.<br /><br />Corporate Users- The best way to address spam is proven solutions that do the dirty work outside your network, far away from the productivity of your users. We have a system for this- if your interested let me know.</div>',1,1,0,18,'2005-08-12 19:00:00',62,'','2007-08-16 21:29:19',62,0,'0000-00-00 00:00:00','2006-04-10 19:00:00','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,10,'','',0,89),(34,'Kutztown Blunder','Kutztown Blunder','<div align=\"left\">This is an interesting little story about our digital age. A travesty of justice and just a terrible example of how NOT to run a school system. To find out more check out the links at the bottom to follow this whole sad history.<br /><br />But for the quick dcperspective.<br /><br />On Tuesday, May 31st, just before finals, the Kutztown Police Department notified the parents of 13 high school students that their children were being charged with the crime of Computer Trespass. This offense is graded by the state as a felony of the 3rd degree.<br /><br />Today the teenage hackers were quietly offered deals in which the felony charges will be dropped. In return, the students would perform 15 hours of community service, write an apology, take a class on personal responsibility, and serve a few months probation.<br /><br />The dcperspective is the school system clearly failed thier management and LEADERSHIP duties and blatantly misplaced blame on their own failings on a group of kids- nice leadership. God knows how much money has been wasted in this sad dance.<br /><br />If this came across the dcperspective bench the school system would not get off that easy, nor would the prosecuters or the police department for that matter. After all you are adults in leadership roles with our youth and it would be educational for you to face the repercusions of your failures.<br />1. Serve out the requirements of 15 hours of public service as you have probably wasted far more of the public dollar in this pursuit.<br />2. Write a letter of apology to the taxpayers and parents of your system about how when you fail in your management capabilities you won&#39;t make the kids the scapegoats, ever again.<br />3. Sounds like a semester of personal responsibility classes is needed - a single class just won&#39;t make it. A few security courses of the IT you implement would&#39;nt hurt either.<br />4. As for probation- you&#39;re a lucky bunch here as the dcperspective bench would have you&#39;d all be canned and we&#39;d let the kids and the parents go after you personally for pain and suffering. Again - A terrible example of what not to do.<br /><br />Oh yea- the most important directive.<br /><br />Waive all charges and throw the kids a pep rally to try and fix the living example of &quot;big brother&quot; drama you&#39;ve put them through.<br /><br />Students&#39; Web site: http://www.cutusabreak.org<br /><br />Kutztown Area School District&#39;s response: http://www.kasd.org/districtinfo/kasdPressrelease.htm</div>','',1,1,0,18,'2005-08-25 19:00:00',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2007-08-11 16:35: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=',1,0,9,'','',0,78),(35,'Walter Reed University !!!!','Walter Reed University !!!!','<div align=\"left\">The recent decision of the BRAC commission to close the historic Walter Reed Army Hospital in DC has essentually left the site in the hands of the DC government if the Army signs off on it. Unfortunately the immediate impluse of the city leaders was for District officials to start drawing up wish lists for the 113-acre site for development.<br /><br />Just hours after the decision the local DC elected officials defined the value of the site as &quot; its potential development value is almost incalculable. &quot;<br /><br /><div align=\"left\"><br /></div></div>','<div align=\"left\">&quot;&quot;It&#39;s not going to be D.C.&#39;s decision. The Department of Defense has to sign off. The Army has to sign off. But the community can have a major impact on how this plan is shaped,&quot; said Tim Ford, executive director of the National Association of Defense Communities, a nonprofit group that has been helping cities deal with the economic implications of military installations for 25 years. &quot;<br /> Washington Post<br /> <br /> Yet it is clear that the army has to sign off on it- no Walter Reed town center of retail and housing quite yet. This is a no brainer (like there&#39;s such a thing in DC :-)) . Create a University in which the armed services are given the highest priority- that&#39;s a Win-Win-Win scenario for the District, the Armed Services, and the Feds. It easily addresses any cost of cleanup and addresses the goal of the institution in the first place, protecting and caring for the needs of our military and diplomatic needs. No med school required.<br /> <br /> From the dcperspective the ideal use for this site is an extension of a very successful university system in the DC region called the Consortium of Universities of the Metropolitan Area with it&#39;s own flagship university to be called the Walter Reed University.<br /> <br /> It&#39;s potential value as a university is priceless and must be a serious consideration.<br /> <br /> Walter Reed is eternally known as the man, and the insitute, who realized that PREVENTATIVE medicine was critical to the success of an army, regardless of it&#39;s tasks. Such a legacy can not be defined by the &quot;development potential&quot; as preventative INTELLIGENCE is now critical in our day and age. A historic landmark like this can and should become a university, and there is no better &quot;development potential&quot; than a university that addresses and embraces the philosophy of the man that redefined the medical mindset of our military a century earlier.<br /> <br /> As the consortium has a history of being focused upon the educational needs of the military it is fitting and logical that the site be developed into a world reknown university for the best of the best for military, private sector intelligence, and graduate work, and as the consortium has done for decades utilizing the best of the regional university resources.<br /> <br /> That&#39;s the dcperpective perspective on the future of Walter Reed University.<br /> <br /> Spread the word. Rah Rah Rah- Walter Reed University !!!!</div>',1,1,0,17,'2005-08-26 19:00:00',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2007-08-11 16: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=',1,0,1,'','',0,69),(36,'Spyware','Spyware','&quot;The virus world has been kind of static lately, but the spyware side has dramatically increased,&quot; Peter Watkins, CEO at Webroot told <em>Internetnews.com</em>. &quot;It took us five years to get to 50,000 viruses. In five years, we&#39;ve seen over 200,000 pieces of spyware.&quot; ','',0,1,0,18,'2007-08-14 19:00:29',62,'','2007-08-14 19:00:43',0,0,'0000-00-00 00:00:00','2007-08-14 18:59: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=',1,0,8,'','',0,1),(37,'More Secure ?','More Secure ?','Charlie Miller, a researcher with Independent Security Evaluators, took the stage at <a href=\"http://www.internetnews.com/special/index.php/13331\"><u>Black Hat</u></a> Thursday and explained in line-by-line detail how he exploited the iPhone and <a href=\"http://www.internetnews.com/security/article.php/3692486\">why the Mac Operating system that powers the iPhone is easy to attack.</a> ','',1,1,0,18,'2007-08-14 19:02:08',62,'','2007-08-14 19:15:51',62,0,'0000-00-00 00:00:00','2007-08-14 19:01:37','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,105),(38,'You\'re email legacy ?','You\'re email legacy ?','<div align=\"left\">{mosimage}&nbsp;</div><div align=\"left\">So if you die- who owns your email ?<br /><br />Bet you never thought about that.<br /><br />You don&#39;t want to go with dirty shorts according to mom, what does your lawyer think about your email?<br /><br />Recently the Terri Schiavo issues made america think twice how it defines life and death. Not nearly as &quot;covered&quot; was an interesting case that was finally decided concerning a mans email after his death. <br /><br />Personally- I see this as a HUGE source of content in a content driven media. Take a good look at your living will and you&#39;re EULA&#39;s (end user license agreement&#39;s) to see where you&#39;re electronic histories are vunerable.&nbsp; I can&#39;t hurt to specify who has control of your electonic legacy, if it&#39;s even possible.<br /></div>','',0,1,0,18,'2007-08-16 20:38:38',62,'','2007-10-21 16:20:14',62,0,'0000-00-00 00:00:00','2006-08-21 19:00:00','2006-08-21 19:00:00','dc/dcclr (37)-1.jpg|||0||bottom||','','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,6,'','',0,4),(40,'Australian teenager cracks $84-million Internet porn filter in 30 minutes','Australian teenager cracks $84-million Internet porn filter in 30 minutes','<p class=\"entrytitle\" align=\"left\"><a href=\"http://www.newlaunches.com/archives/australian_teenager_cracks_84million_internet_porn_filter_in_30_minutes.php\">Australian teenager cracks $84-million Internet porn filter in 30 minutes</a> </p><p align=\"left\">Yet another example of the best laid plans gone askew on the internet. It is amazing to me that Government agencies continue to spend money on custom IT solutions only to fail miserably and in retrospect, realize there are better solutions &quot;off the shelf&quot;.&nbsp; Do yourself and your budget a favor and consider the solutions that are tested nd available before deciding you can build abettermousetrap with taxpayers money. </p><p align=\"left\"><span>&quot;Tom says it is a matter of time before some computer-savvy kid puts the bypass on the <a href=\"http://www.newlaunches.com/archives/australian_teenager_cracks_84million_internet_porn_filter_in_30_minutes.php#\" target=\"_top\"><font style=\"font-weight: 400; font-size: 12px; color: #0066cc! important; font-family: &#39;Lucida Grande&#39;,verdana,helvetica,sans-serif; position: static\" color=\"#0066cc\"><span style=\"font-weight: 400; font-size: 12px; color: #0066cc! important; font-family: &#39;Lucida Grande&#39;,verdana,helvetica,sans-serif; position: static\" class=\"kLink\">Internet</span></font></a> for others to use. &quot;It&#39;s a horrible waste of money,&quot; he said. &quot;They could get a much better filter for a few million dollars made here rather than paying overseas companies for an ineffective one.&quot;&quot;</span> </p><p align=\"left\">&nbsp;</p><p align=\"left\">&nbsp;</p>','',1,1,0,18,'2007-08-26 08:17:49',62,'','2007-08-27 20:30:28',62,0,'0000-00-00 00:00:00','2007-08-26 08:12:33','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,5,'','',0,110),(41,'Vista Validation 0xC004C4A5 Errors','Vista Validation 0xC004C4A5 Errors','<div align=\"left\"><a href=\"http://forums.microsoft.com/Genuine/ShowPost.aspx?PostID=2054756&amp;SiteID=25\">Microsoft has&nbsp; been dealing with a validation problem w/ their Vista authenication system.</a>  </div><div align=\"left\">&nbsp;</div><div align=\"left\">In the past this has occured through the years.&nbsp; Don&#39;t be frustrated, I imagine a fix is on the way. &nbsp;</div><div align=\"left\">&nbsp;</div><div align=\"left\">BTW- for those of you that don&#39;t know- </div><div align=\"left\">Vista will revert to a truncated capability if the authentication process is not validated.&nbsp; </div><div align=\"left\">This is a unique way to combate piracy (which is indeed a HUGE issue).&nbsp;</div><div align=\"left\">&nbsp;</div><div align=\"left\">Vista will also enfoce a &quot;changed hardware&quot; aspect in which after more than a couple of hardware changes or upgrades you&#39;ll need to contact Microsoft to re-obtain your validation.&nbsp; The lesson from this is very simple- build you dream machine with all the bells and whistles you need first- then install and validate Vista as a simple hardware upgrade (read memory or additional drive/s) becomes quite more than a &quot;simple&quot; upgrade when this validation aspect comes into play. &nbsp;</div>','',1,1,0,18,'2007-08-26 08:30:24',62,'','2007-08-26 08:47:53',62,0,'0000-00-00 00:00:00','2007-08-26 08:23:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,4,'','',0,116),(42,'Patch Tuesday Leeway','Patch Tuesday Leeway','<p align=\"left\"><a href=\"http://www.internetnews.com/security/article.php/3693786\">Microsoft has a big batch of fixes in store for next week&#39;s Patch Tuesday</a></p><p align=\"left\">This is larger than any patch set in the last few months. Might want to take a nice long break in the morning.&nbsp; Unfortunately I&#39;ve seen people damage their machines by pushing it during the patch updates, especially when they allow a few tuesdays of patches to line in their que. Don&#39;t deny updates, let them run.&nbsp; </p><p align=\"left\">&nbsp;Most&nbsp;machines will appear sluggish during updates, and unfortunately the user sometimes will not know updates are in process when they reboot or power a machine off trying to get it to &quot;boot clean&quot;</p><p align=\"left\">&nbsp;Let them run, remember the importance of patch tuesday, and give your machine a little leeway on tuesday mornings. </p>','',1,1,0,18,'2007-08-27 20:17:13',62,'','2007-08-27 20:23:24',62,0,'0000-00-00 00:00:00','2007-08-27 20:05: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=',3,0,3,'','',0,112),(43,'Russell Simmons- Probably our best economist','Russell Simmons- Probably our best economist','<p align=\"left\">I&#39;ve been recently looking into the financial planning education and banking programs that Russell Simmons has been doing. Bravo Russell.<br /><br />Some of the stunning things that I came accross is the fact that 48 million americans (humans within the borders) DO NOT Have Bank accounts. What struck me even more is the fact that approximately 30% of those without bank accounts use check cashing and payroll loan shops for most of thier conversion to cash- losing outrageous percentages in the process.<br /><br />Add to this that most credit card companies now hit 22-29% interest on the majority of their clients based on credit ratings and late payment adjustments and it occured to me that well more than 30% of our nations working poor are victims of what in any reasonable definition would beconsidered loan sharking in one way or another. Congress needs to step up to the plate and outlaw these outrageous percentages that the banking and credit card companies have manipulated by changing their &quot;place of business&quot;.<br /><br />Russell&#39;s answer to this is low cost credit for those that are not part of our standard credit and banking community. Check it out @ https://www.rushcard.com/about.html<br /><br />In an interview Russell hit on one thing that I consider a critical issue that our country must consider as a terrible problem. We do not teach economics of ANY TYPE to our children. This is a terrible situation that all of america needs to consider and correct.<br /><br />As an update to this post- the winner of the nobel for economics this year won for pretty much the same concept and system. Micro loans and credit solutions to the poverty stricken. Like I said- <span style=\"color: #009900\">Russell Simmons</span>- probably our best economist.</p>','',1,1,0,16,'2006-08-22 19:00:00',62,'','2007-08-28 20:50:12',62,0,'0000-00-00 00:00:00','2007-08-28 20:48:22','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,7,'','',0,51),(44,'\"our presence in Iraq exaberates them\"','\"our presence in Iraq exaberates them\"','<p align=\"left\">Boy- it seems like this has become a belief accross the globe, across both parties. And Now our intelligence agencies, and the Brit commanders. Where were all these guys when we questioned the logic of going in in the first place.<br /><br />Unfortunately a good rule of thumb- if intelligence is in the name- do the opposiite of what they initially recommend.<br /><br />As a side note of this- Mr North interview with Chaney &quot;this war may last 25- 50 years&quot;.</p>','',1,1,0,16,'2006-07-25 19:00:00',62,'','2007-08-28 20:56:10',62,0,'0000-00-00 00:00:00','2007-08-28 20:50: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=',2,0,6,'','',0,52),(45,'Maryland Senate Debate','Maryland Senate Debate','<p class=\"MsoNormal\" align=\"left\">Well to start with - This would have been a better debate if Depoyt and Steele were out having coffee- maybe they could find their zingers and sound bytes at Starbucks and not bother the voting public with it. Bruce- other than the Limbaugh lead in- what exactly were you there for ? Don&#39;t get me wrong- I&#39;m glad you did it. It simply does not appear to me you gave it much thought when your big question centered around Limbaugh&#39;s gaff.<br /><br />Steele&#39;s debating skills seem a little WWF to me. I just don&#39;t see him as a leader- a pacifier and peacemaker yes, a leader no. He was very reactionary when he should have kept his cool and focused on what values he actually brings to the table, he didn&#39;t do that.<br /><br />Zeese and Cardin actually know their facts. Steele&#39;s tried to ruffle Cardin on regional issues and to be quite honest with you this attack was childish at best considering Steele&#39;s plan is to hit the ground and make a plan. There&#39;s nobody that can answer that question and Steele is using it as a jab. Cardin simply knows it better than Steele. <span style=\"color: #cc0000\">Steele-</span> if you&#39;re going to try an better someone on an issue you need more that you live there as a comeback.<br /><br />Zeese actually has a better view on what MD really needs- More point to point Train systems to connect existing cities.<br /><br />The stem cell issue (which Depoyt should NOT have raised using Fox and Limbaugh the way he did) it did nothing to the debate except make clear that all of our candidates think Limbaugh&#39;s an idiot, and Zeese thinks it&#39;s a partisan issue created by bush. Maryland my Maryland:-)<br /><br />The whole issue concerning the war was unfortunate and it was clear it hurt Steele more than anybody else. Cardin&#39;s vote against force helped him quite a bit. But I don&#39;t think the exit plan is going to found in the next MD senator anyway.<br /><br />Zeese attacked Cardin far more Steele- mainly because Cardin actually has a record. In fact now that I think about it Zeese actually seems to have more of a record on issues than Steele.<br /><br />Steele closing- &quot;I am- I think- The next generation of leaders.&quot;<br />Doesn&#39;t - I think - sound like a leader - I think - to me. This will go down as quite a missed opportunity for Mr Steele. He was nothing like the cute guy with the puppy.<br /><br />Zeese Closing - Very good. It&#39;s a shame the partisan split is so deep that he won&#39;t get much support. We would all vote for him if he had the trillion dollars Cardin and Steele will end up spending.<br /><br />Cardin closing- clean- he actually talked about what he wants to do, and he did it without beating up his opposition. Overall Cardin was very polished and definitely did no harm to his campaign.<br /><br />Zeese hit on the main point of the evening to remember. Our(the US) rank is rank when it comes to participation in our democratic process. Did I hear that right - we&#39;re a hundred something out of a hundred something.<br /><br />Should be interesting what percentage of participation the Old Line State actually reaches considering this is the first time in 20 years we actually have a real race for a senate seat.<br /><br />VOTE VOTE VOTE</p>','',1,1,0,16,'2006-11-22 19:00:00',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2007-08-28 20:53:27','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,5,'','',0,55),(46,'Test Post- Demo','Test Post- Demo','<p align=\"left\">Test Post- Demo</p>','',-2,1,0,16,'2007-08-30 08:51:09',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2007-08-30 08:50: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=',1,0,0,'','',0,39),(47,'test post nafis','test post nafis','<p align=\"left\"><span style=\"font-size: 12pt; font-family: &#39;Times New Roman&#39;\">flexibility among state and local districts with the use of government funds; 3) the use of proven education methods and 4) expanded options for parents whose children are attending low-performing schools.<span>&nbsp; </span>The Act has been considered a controversial piece of legislation since it was put into effect in 2002.<span>&nbsp; </span>Miller and McKeon&rsquo;s draft, which addressed many of the issues that have been raised </span></p>','<span style=\"font-size: 12pt; font-family: &#39;Times New Roman&#39;\">flexibility among state and local districts with the use of government funds; 3) the use of proven education methods and 4) expanded options for parents whose children are attending low-performing schools.<span>&nbsp; </span>The Act has been considered a controversial piece of legislation since it was put into effect in 2002.<span>&nbsp; </span>Miller and McKeon&rsquo;s draft, which addressed many of the issues that have been raised </span>',-2,1,0,18,'2007-09-12 09:34:38',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2007-09-12 09:31:51','0000-00-00 00:00:00','capfount.jpg|||0||bottom||','','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,34),(48,'Interoperability Update- You are now a CIO','Interoperability Update- You are now a CIO','<div align=\"left\">So this is a post I put up in defense of interoperability between Novell and Microsoft. &nbsp;&nbsp; </div><ol class=\"commentlist\"><li class=\"alt\"><div align=\"left\"><p>Enterprise management and the migration that Novell has pulled off (that&rsquo;s right- they have pulled it off) is not a quarter by quarter path. Yes they are publicly traded, and yes the do need to be accountable to the shareholders, but no, changing direction now would foolish and short sighted.</p><p>BTW- As Both a MS and Novell &ldquo;Value Added Reseller&rdquo; the agreement that they have in place is the most valuable weapon I can bring to the table. And more and more Enterprises see Linux as not a lower cost alternative and as it now is, a valid and proven solution, this partnership will continue to grow Novells revenues.</p><p>One last note - OES, SLES, SLED, Identity Mangemen, Zenworks, and Virtual Solutions are the key places Novell needs to focus on.</p><a href=\"http://www.dcperspective.com/\">dcperspective</a>, March 15th, 2007 at 8:15 pm <a href=\"#comment-87\">#</a></div> 				   				 				   			</li><li><div align=\"left\"> 				</div><p align=\"left\">DCPerspective: I disagree with your claim that &ldquo;Novell has pulled off&rdquo; the transition. However, I&rsquo;m a blogger and long-time journalist &hellip; and you aparently are a VAR who actually makes money designing Novell-oriented solutions. In other words, it would be foolish for me to dismiss or underestimate your claims. Thanks for taking the time to post.</p><div align=\"left\"> -jpjoe, March 15th, 2007 at 8:24 pm <a href=\"#comment-88\">#</a></div></li></ol><div align=\"left\">Simple fact is these two are together in every real network out there already.&nbsp; Throwing Linux into the mix really is not the end of the earth as the open source world claims. <br /></div>','<div align=\"left\">So it&#39;s been a while since I wrote this little blurb above.&nbsp; (Or it seems so to me- it&#39;s been a busy summer)</div><div align=\"left\">As a network guy&nbsp; I placed the above comments defendingNovell in a board that sinply attacked Novell. </div><div align=\"left\">&nbsp;</div><div align=\"left\">And joe, god bless him, acknowledged our difference of opinion with class.&nbsp; Some of the other replys to my post were a little less kind to say the least.&nbsp; </div><div align=\"left\">&nbsp;</div><div align=\"left\">None the less the interoberability experiment has keep up it&#39;s momentuim very well on the systems side. In fact I&#39;m posting with a current sled edition that has comfortably become my primary desktop.</div><div align=\"left\">&nbsp;</div><div align=\"left\">Through the course of my day I use novell to access microsoft and microsoft to access novell through linux, MS, and apple os&#39;s on a constant basis.. &nbsp;</div><div align=\"left\">&nbsp;</div><div align=\"left\">My dcperspective, with my boots in the dirt in network management, I strive for redundancy.&nbsp; I come from a simple school of thought that if&nbsp; its not redundant, it&#39;s really not a network to start with.&nbsp; The internet, technically is redundant.&nbsp; Connecting to the internet, or a internet based service, is a whole different game.&nbsp; Add in you&#39;re own stuff to the mix above and ..... well.&nbsp; Lets be honest here, connecting is everything. </div><div align=\"left\">&nbsp;</div><div align=\"left\">A mixed interopeable environment enables real redundancy.&nbsp; </div><div align=\"left\">Now read that again.&nbsp; </div><div align=\"left\">A mixed interoperable environment enables real redundancy.</div><br /><div align=\"left\">You are now a CIO, congrats.&nbsp;<br /> </div><div align=\"left\">&nbsp;</div><div align=\"left\">&nbsp;</div><div align=\"left\">&nbsp;</div><div align=\"left\">&nbsp;</div>',1,1,0,18,'2007-10-03 19:00:16',62,'','2007-10-27 13:23:06',62,0,'0000-00-00 00:00:00','2007-10-03 18: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=',9,0,2,'','',0,81),(53,'Please Mr Bloomberg.','Please Mr Bloomberg.','<p align=\"left\">Please Mr Bloomberg get in the race.</p><p align=\"left\">Let me start this off the right way.&nbsp; It&#39;s way to early to pick a horse in the most important election of my lifetime but I&#39;d really like Bloomberg get into this.</p><p align=\"left\">At this point I don&#39;t even know if I&#39;d vote for him, but I really want him to get in this race.&nbsp; We have quality ideals and intentions coming from both parties, and to be honest with you regardless of the way I&#39;ve regestered I&#39;ve always considered myself proud to admit I stand behind values of both parties for as long as I remember.&nbsp; Mainly, read this as you may, but I don&#39;t care aboput the parties, I&#39;m a native son, I care about America.&nbsp;</p><p align=\"left\">&nbsp;At this point </p><p align=\"left\">&nbsp;&nbsp;</p>','',0,1,0,16,'2007-11-11 17:13:14',62,'','2007-11-29 18:00:18',62,0,'0000-00-00 00:00:00','2007-11-11 17:08: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=',3,0,2,'','',0,0),(49,'Unbelievable quote','Unbelievable quote','<p align=\"left\">This is not a direct quote- just heard it walking past&nbsp; the TV w/ cnn on, appeared to be after announcement questions?.</p><p align=\"left\">&quot;We have better things to do than to invite them to Annapolis for a photo opportunity.&quot; Or something to that effect. </p><p align=\"left\">The Secretary of State, refering to the upcoming Middle East Conference in Annapolis Md. </p><p align=\"left\">That&#39;s the way to set the tone of the meeting of your career! </p><p align=\"left\">Is that in the State Dept manual ?&nbsp;</p><p align=\"left\">W- that girl needs a vacation. &nbsp;</p><p align=\"left\">As a Post Script- apparently she works best when stressed.&nbsp; At least Annapolis started something regionwide. &nbsp;</p><p align=\"left\">&nbsp;</p>','',1,1,0,16,'2007-10-15 18:14:04',62,'','2007-12-02 17:26:26',62,0,'0000-00-00 00:00:00','2007-10-15 18:07: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=',7,0,4,'','',0,54),(50,'Consider productivity needs before upgrades.','Consider productivity needs before upgrades','<p align=\"left\">{mosimage}My guess is on a monthly average anywhere from 100 to 500 network workstations go through our hands and are installed appropriately to the networks of our clients.&nbsp; These networks range from the 5-100 user small to meduim networks to municipal area networks that run in the tens of thousands of users. Big deployments, little deployments,&nbsp; we&#39;ve had months that reached the 10K mark when outfitting new schools in the region.&nbsp; But, regardless of how many times we do it, the key to success is how you do it.&nbsp; The same applies to your users desktops- tread lightly when moving to new releases and buying new machines. </p><p align=\"left\">While we never jump to install or upgrade the latest and greatest for our client systems we indeed need to play and configure the newest stuff. Upgrades to Explorer 7, Vista, or Office 07 are serious budget and operational considerations for any small to meduim sized business, not to mention large networks..&nbsp; This is in no way a reflection of these products other than they may not be right for all environments quite yet- especially corporate environments.</p><div class=\"text\"><div align=\"left\">Should everyone run out and buy and install the latest and greatest ?<br /> </div><br /></div>','<div align=\"left\"><div align=\"left\">Nope, especially if what you have is working fine and/or your networks stability and productivity is far more important than having the latest and greatest. Theres a reason that MS and the OEM&#39;s are still offering XP.&nbsp; XP just might be the best option for your network.&nbsp; Upgrading to Vista and/or Office 2007 is a significant&nbsp; process upgrade for 98% of your users, including you the decision maker. This especially rings true when all machines won&#39;t necessarly meet the hardware requirements.&nbsp; Any corporate environment that is considering upgrading their corporate systems to Office 07 and Vista should take a good hard look at their productivity needs as it will be affected by either incompatibility or the learning curve users will need with the new systems.<br /><br />Some planning before you go down that path.&nbsp; <br /></div><div align=\"left\"><ol><li>Explorer 07- unfortunately this is an automatic upgrade and has caused quite a bit of trouble for many of our clients.&nbsp;&nbsp;&nbsp; So if you do the upgrade, and then can&#39;t do something you used to be able to do in the browser, simply run the uninstall. UPDATE- since I wrote this post the IE7 systems have been much better behaved. (about 5 months ago)&nbsp; But the Unistall is still there if you need it. </li><li>Office 07- Microsoft has gotten very good at providing trial software and in the case of Office 07 I HIGHLY recommend trying the trial software long before you commit.to a complete upgrade -Especially in a networked environment, as if you do it you need to do it accross all your users to really get the benefit of this next generation suite of applications. &nbsp; The changes in this edition are far more than superficial and will require a serious learning curve for most Office users.&nbsp;&nbsp; Get the trial Here <a href=\"http://office.microsoft.com/en-us/products/HA101687261033.aspx\">Test drive the 2007 Microsoft Office release</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NOTE- do NOT install this on a machine that is critical to your daily operations.</li><li>Vista-&nbsp; There are some compatability issues you NEED to examine and consider.&nbsp; To get an idea of what your organization will face&nbsp; take a good look at <a href=\"http://technet.microsoft.com/en-us/windowsvista/aa905066.aspx\">Vista compatability issues </a></li></ol></div><div align=\"left\">BUT- to really get a feel for vista- you really should head down to the local store and play on it. The simple fact is that this desktop is VERY different to what you, and our user base, is used to.&nbsp; It&#39;s a big jump- consider wisely.&nbsp; </div></div>',1,1,0,18,'2007-10-16 20:31:40',62,'','2007-10-22 19:01:04',62,0,'0000-00-00 00:00:00','2007-10-16 20:29:27','0000-00-00 00:00:00','Headin.jpg|||0|Upgrading ?|bottom||','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',10,0,1,'','',0,68),(51,'DC-BR \"Fiasco\" ','DC-BR \"Fiasco\" ','<div align=\"left\">&nbsp;{mosimage}</div><div align=\"left\">Fiasco by Thomas E. Hicks. Pub: Penguin Books 2006,07</div><div align=\"left\">&nbsp;</div><div align=\"left\">DC-BR = Book reviews.&nbsp; Very few Americans apparently read.&nbsp; I personally read too much.&nbsp; Hence the Book reviews. </div><div align=\"left\">&nbsp;</div><div align=\"left\">Fiasco is a non-fiction review of the American actions and decision making processes in the Iraq War.&nbsp; </div><div align=\"left\">&nbsp;</div><div align=\"left\">Probably the best historical review of the decision making leading up to and through the first three &quot;stages&quot; of the Iraq war.&nbsp; I highly recommend this as required reading by both Americans and Iraq&#39;s.&nbsp; Will avoid comment on the political implications of this book as it is essentially a real time update for our endeavor in Iraq.&nbsp; This book clearly defines the critical missteps made by bravado of the DOD executives, the in-actions of the State Dept, and the learning curve or Armed forces were pushed into as it migrated from liberator to occupier in the minds of the Iraq populous. </div><div align=\"left\">&nbsp;</div><div align=\"left\">Definitely a must read as it defines the feasible path to managing the insurgencies and identifies the political landscape every American and Iraqi must consider going forward.&nbsp; Also effectively defines the goals and tactics going forward using a very good historical review of insurgency conflicts.&nbsp;</div><div align=\"left\">&nbsp;</div><div align=\"left\">&nbsp;</div><div align=\"left\">&nbsp;</div><div align=\"left\">&nbsp;</div><div align=\"left\">&nbsp;</div><div align=\"left\">&nbsp;</div>','',1,1,0,22,'2007-10-21 11:28:07',62,'','2007-12-02 20:13:41',62,0,'0000-00-00 00:00:00','2007-10-21 11:13:40','0000-00-00 00:00:00','charge2.jpg|||0|Book Review|bottom||\r\ndc/dcclr (37)-1.jpg','','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,3,'','',0,58),(52,'Our Own Worst Enemy DC-BR','Our Own Worst Enemy DC-BR','<div align=\"left\">Our Own Worst Enemy DC-BR</div>','',0,1,0,16,'2007-10-21 12:07:59',62,'','2007-10-21 12:08:09',0,0,'0000-00-00 00:00:00','2007-10-21 12:06: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=',1,0,3,'','',0,0),(57,'DC\'s Photography','DC\'s Photography','<div align=\"left\"><p align=\"left\"><strong>Welcome to my Galleries- </strong></p><p align=\"left\">{mosimage}{mosimage}</p><p align=\"left\">These prints are available for direct purchase through our printing partner DigiBug and shipped directly to you unframed and unmatted. These are high quality photo processed prints.</p><p align=\"left\">&nbsp;</p><p align=\"left\">Enjoy- and feel free to decorate w/ them.</p><p align=\"left\">{mosimage}</p><p align=\"left\">My Black and white gallery is specifically designed for an easy path to 4x6 and 8x12 premade frame/mat kits that can be found at any frame and housholds store. &nbsp;&nbsp; </p><h2><a href=\"http://www.dcperspective.com/gallery/DCBW/DCGALLERY.html\" target=\"_blank\">DC&#39;s BW Gallery</a></h2><p align=\"left\">&nbsp;{mosimage}</p><p align=\"left\">The Color Gallery is also specifically designed for 4x6 and 8x12 framesets. &nbsp;</p><h2><a href=\"http://www.dcperspective.com/gallery2/dcclr.html\" target=\"_blank\">DC&#39;s Color Gallery</a></h2><p align=\"left\">&nbsp;</p><p align=\"left\">&nbsp;</p></div>','',1,0,0,0,'2007-12-02 15:18:09',62,'','2007-12-02 20:01:50',62,0,'0000-00-00 00:00:00','2007-12-02 15:17:58','0000-00-00 00:00:00','capport.jpg\r\nannapol.jpg\r\nwashmnbw.jpg\r\nzoom.jpg','','menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,0,'','',0,39),(54,'DC-BR \"Microtrends\"','DC-BR \"Microtrends\"','<div align=\"left\"><div align=\"left\">Microtrends by Mark J. Penn. Pub: Twelve 2006,07</div><div align=\"left\">&nbsp;</div><div align=\"left\">DC-BR = Book reviews.&nbsp; Very few Americans apparently read.&nbsp; I personally read too much.&nbsp; Hence the Book reviews.</div><div align=\"left\">&nbsp;</div><div align=\"left\">Mirotrends is a very interesting collection of statistical trends by a man very qualified to examine trends in our populous. A former and current advisor to the Clinton team Mark Penn is the man that identified and coined &quot;soccer&nbsp; moms&quot; a decade ago. </div><div align=\"left\">&nbsp;</div><div align=\"left\">From sexuality, party politics, tatto, and even the supreme being himself Penn has identified a wide range of statistics that paint a good cross section of society that every voter and citizen should consider.&nbsp; From it&#39;s source one would assume that mr Penns work would push a political agenda, to that end he shouldd be recognized as there really is no blue or red hue to this work, except in which they are defined segments of a larger examination of the voting populous.&nbsp; He acorrectly identifies a growing trend of a steady flight from party affiliation to independent status. &nbsp;</div><div align=\"left\">&nbsp;</div><div align=\"left\">A good read- I highly recommend it. &nbsp;</div></div>','',1,1,0,22,'2007-11-22 09:37:20',62,'','2007-12-02 20:13:25',62,0,'0000-00-00 00:00:00','2007-11-22 09:27: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=',2,0,1,'','',0,21),(55,'YouTube Debates','YouTube Debates','<div align=\"left\">I know the established political world in general has beaten up the YouTube debates, I find it the best reality TV show on TV myself.&nbsp; Right up there with Kid Nation.&nbsp;</div><br /><div align=\"left\">I like this level of exposure. I want everybody to have a chance to gander your golden geese candidates at any and every chance possible.&nbsp; </div><div align=\"left\">&nbsp;</div><div align=\"left\">If it was up to me I&#39;d send all the democratic and republican candidates off to that wacky Japanese station with the gaunlet type stuff for the last month before the primaries, with 24x7 coverage.&nbsp; All the while forcing them to answer the other 4990&nbsp; youtube submisions. </div><div align=\"left\">&nbsp;</div><div align=\"left\">&nbsp;</div>','<div align=\"left\"><div align=\"left\">Out of thier element, it does not sit well with candidates or the pundits so let&#39;s be honest.&nbsp; You&#39;re running for the highest seat in the land, all of you are outside of your element, and to define yourself differently is simply a lie. And you pundits, you&#39;re out of your element to start with if you call yourselves an expert pundit. Sorry to both of you- the truth hurts sometimes. </div><div align=\"left\">&nbsp;</div><div align=\"left\">None the less these &quot;new&quot;&nbsp; forums give the populous another chance to see what these guys and the one girl are all about. None of these candidates, except maybe McLean and Edwards, have embraced it as a way to speak to America. Fitting two in the know realize that when you can talk to the nation unfiltered- you utilize it. &nbsp; </div><div align=\"left\">&nbsp;</div><div align=\"left\">One thing I will point out- CNN - check your submitters, then check them again. You are on to something- but if you can&#39;t justify and verify every clip, you&#39;re not helping.&nbsp; Mistakes happen, especially when you don&#39;t do your background checks. </div><div align=\"left\">&nbsp;</div>Other than that- Mr Huckabee is right-&nbsp; Jesus is way to smart to run for office.&nbsp; Especially in the big media age. </div>',1,1,0,16,'2007-12-01 15:46:28',62,'','2007-12-03 17:48:45',62,0,'0000-00-00 00:00:00','2007-12-01 15:02: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=',8,0,1,'','',0,17),(56,'DC-BR \"Our Own Worst Enemy\"','DC-BR \"Our Own Worst Enemy\"','<div align=\"left\">DC-BR &quot;Our Own Worst Enemy&quot;</div><div align=\"left\">Colonel Randal J. Larsen , U.S. Air Force (Ret.)</div><div align=\"left\">Grand Central Publishing 2006&nbsp;</div><div align=\"left\">&nbsp;</div><div align=\"left\">&nbsp;I liked this book- even if it&#39;s topic was how to protect ourselves from the worst things on the planet. </div><div align=\"left\">&nbsp;</div><div align=\"left\">The main thing that this book rightly states is that we really need to examine what is a feasible threat to our nation as opposed to what is a statistical fallacy.&nbsp; The Colonel rightly brings up some serious gaps in our current leaders actions under the guise of &quot;protection&quot;.&nbsp; Most importantly to the Colonel himself is the biological threats we face, which is upheald by the statistical nature and scope of threats.<br /></div><div align=\"left\">&nbsp;</div><div align=\"left\">He clearly identifies many of the flaws in our nations approach to security but at the same time looks at outside threats as the same as interior threats.&nbsp; It&#39;s not about the enemy, it&#39;s about our preparation for disaster, what the disaster may be is arbitrary, a lesson from Katrina that he does not miss.&nbsp; Nor should we as a populous.&nbsp;</div><div align=\"left\">&nbsp;</div><div align=\"left\">While the Colonel got and kept my attention he does not really give a focus of concern going forward other than, rightly so, that the local responders are the key in any and all disasters. Want to prepare a stronger USA- get involved at the local level. A different twist on Tip O&#39;Neils&nbsp; all politics is local.&nbsp; All protection is local too......</div><div align=\"left\">&nbsp;</div><div align=\"left\">This book is worth purchasing for one simple reason- the last chapter- I.E. further resources. &nbsp;</div><div align=\"left\">&nbsp;</div><div align=\"left\">I&#39;ve added his recommended resources (which are very good) to my favorites and I recommend this book to be read by every household to help define what real threats (terrorist or no) face our families and society. &nbsp;</div><div align=\"left\">&nbsp;</div><div align=\"left\">As a footnote.&nbsp; </div><div align=\"left\">The Colonel is head of some nonprofit &quot;Institute for Homeland Security&quot;</div><div align=\"left\">I didn&#39;t look into this organization.&nbsp;</div>','',1,1,0,22,'2007-12-01 16:12:05',62,'','2007-12-02 20:14:01',62,0,'0000-00-00 00:00:00','2007-12-01 15:57: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=',4,0,2,'','',0,12),(58,'Xmas 07- get an SLR','Xmas 07- get an SLR','<div align=\"left\">Over the last year or so I&#39;ve introduced my photography to about a hundred peers.&nbsp; Little did I know that eventually this would lead to a hundred discussions about what camera they currentlly had, and the associated dislikes.&nbsp; Or of course the other side of the fence was what camera shoulds I get?</div><div align=\"left\">&nbsp;</div><div align=\"left\">Up until now I perused the point and shoot world Over @ <a href=\"www.dpreview.com \">www.dpreview.com </a>. Up untiol this point I had never recommended getting a digital SLR like I shoot with, price wise and use wise I can&#39;t justify sending anybody down the expensive path of an SLR.&nbsp; Those lenses are expensive and addictive.&nbsp; No, could never recommend such a life of lens addiction to another human.&nbsp;</div><div align=\"left\">&nbsp;</div><div align=\"left\">But to be honest w/ you that time has passed because when it comes down to it if you really enjoy photography as a hobby you should be spending the extra money for an SLR.&nbsp; The Entry level slr&nbsp; market has some great equipment. &nbsp;&nbsp;</div>','',0,1,0,15,'2007-12-03 17:44:56',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2007-12-03 17:35: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=',1,0,1,'','',0,0);
/*!40000 ALTER TABLE `jos_content` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `jos_content_frontpage` WRITE;
/*!40000 ALTER TABLE `jos_content_frontpage` DISABLE KEYS */;
INSERT INTO `jos_content_frontpage` VALUES (1,3),(2,13),(3,14),(50,5),(5,15),(12,12),(7,11),(14,10),(47,9),(48,7),(49,8),(51,6),(54,4),(55,1),(56,2);
/*!40000 ALTER TABLE `jos_content_frontpage` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

DROP TABLE IF EXISTS `jos_core_acl_aro`;
CREATE TABLE `jos_core_acl_aro` (
  `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 AUTO_INCREMENT=11 DEFAULT CHARSET=latin1;

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

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

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

DROP TABLE IF EXISTS `jos_core_acl_aro_groups`;
CREATE TABLE `jos_core_acl_aro_groups` (
  `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 AUTO_INCREMENT=31 DEFAULT CHARSET=latin1;

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

LOCK TABLES `jos_core_acl_aro_groups` WRITE;
/*!40000 ALTER TABLE `jos_core_acl_aro_groups` DISABLE KEYS */;
INSERT INTO `jos_core_acl_aro_groups` VALUES (17,0,'ROOT',1,22),(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);
/*!40000 ALTER TABLE `jos_core_acl_aro_groups` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `jos_core_acl_aro_sections`;
CREATE TABLE `jos_core_acl_aro_sections` (
  `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 AUTO_INCREMENT=11 DEFAULT CHARSET=latin1;

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

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

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

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

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

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

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

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

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

LOCK TABLES `jos_core_log_items` WRITE;
/*!40000 ALTER TABLE `jos_core_log_items` DISABLE KEYS */;
INSERT INTO `jos_core_log_items` VALUES ('2007-08-11','#__content',1,9),('2007-08-11','#__content',16,3),('2007-08-11','#__content',2,3),('2007-08-11','#__content',11,3),('2007-08-11','#__content',17,4),('2007-08-11','#__content',19,4),('2007-08-11','#__content',4,5),('2007-08-11','#__content',8,4),('2007-08-11','#__content',21,5),('2007-08-11','#__content',9,3),('2007-08-11','#__content',3,3),('2007-08-11','#__content',7,4),('2007-08-11','#__content',10,3),('2007-08-11','#__content',20,1),('2007-08-11','#__content',22,4),('2007-08-11','#__content',24,1),('2007-08-11','#__content',26,6),('2007-08-11','#__content',27,3),('2007-08-11','#__content',18,2),('2007-08-11','#__content',29,1),('2007-08-11','#__content',6,2),('2007-08-11','#__content',15,1),('2007-08-11','#__content',34,1),('2007-08-11','#__content',25,2),('2007-08-11','#__content',14,1),('2007-08-12','#__content',21,1),('2007-08-12','#__content',24,3),('2007-08-12','#__content',23,2),('2007-08-12','#__content',26,1),('2007-08-12','#__content',19,1),('2007-08-12','#__content',18,1),('2007-08-12','#__content',14,1),('2007-08-12','#__content',34,2),('2007-08-12','#__content',15,1),('2007-08-12','#__content',35,2),('2007-08-12','#__content',30,1),('2007-08-12','#__content',29,2),('2007-08-12','#__content',20,1),('2007-08-12','#__content',33,2),('2007-08-12','#__content',31,1),('2007-08-12','#__content',32,1),('2007-08-12','#__content',28,1),('2007-08-12','#__content',27,1),('2007-08-13','#__content',20,2),('2007-08-13','#__content',10,1),('2007-08-13','#__content',1,1),('2007-08-13','#__content',18,2),('2007-08-13','#__content',16,1),('2007-08-13','#__content',15,1),('2007-08-13','#__content',32,1),('2007-08-13','#__content',24,2),('2007-08-13','#__content',31,3),('2007-08-13','#__content',27,2),('2007-08-13','#__content',30,1),('2007-08-13','#__content',33,1),('2007-08-13','#__content',22,2),('2007-08-13','#__content',35,2),('2007-08-13','#__content',28,1),('2007-08-13','#__content',2,1),('2007-08-13','#__content',6,1),('2007-08-13','#__content',19,2),('2007-08-13','#__content',7,1),('2007-08-13','#__content',9,1),('2007-08-14','#__content',2,3),('2007-08-14','#__content',9,3),('2007-08-14','#__content',1,2),('2007-08-14','#__content',11,7),('2007-08-14','#__content',21,3),('2007-08-14','#__content',17,3),('2007-08-14','#__content',6,5),('2007-08-14','#__content',25,6),('2007-08-14','#__content',22,3),('2007-08-14','#__content',16,2),('2007-08-14','#__content',10,3),('2007-08-14','#__content',4,2),('2007-08-14','#__content',26,2),('2007-08-14','#__content',8,2),('2007-08-14','#__content',20,5),('2007-08-14','#__content',29,4),('2007-08-14','#__content',34,4),('2007-08-14','#__content',30,2),('2007-08-14','#__content',33,4),('2007-08-14','#__content',31,3),('2007-08-14','#__content',35,4),('2007-08-14','#__content',27,1),('2007-08-14','#__content',19,4),('2007-08-14','#__content',24,2),('2007-08-14','#__content',28,2),('2007-08-14','#__content',32,3),('2007-08-14','#__content',23,3),('2007-08-14','#__content',18,1),('2007-08-14','#__content',15,2),('2007-08-15','#__content',26,3),('2007-08-15','#__content',28,2),('2007-08-15','#__content',7,3),('2007-08-15','#__content',3,1),('2007-08-15','#__content',29,2),('2007-08-15','#__content',4,2),('2007-08-15','#__content',30,2),('2007-08-15','#__content',37,4),('2007-08-15','#__content',1,2),('2007-08-15','#__content',32,2),('2007-08-15','#__content',33,2),('2007-08-15','#__content',9,2),('2007-08-15','#__content',11,2),('2007-08-15','#__content',34,2),('2007-08-15','#__content',10,1),('2007-08-16','#__content',37,2),('2007-08-16','#__content',7,6),('2007-08-16','#__content',3,2),('2007-08-16','#__content',16,3),('2007-08-16','#__content',26,6),('2007-08-16','#__content',14,1),('2007-08-16','#__content',25,1),('2007-08-16','#__content',2,2),('2007-08-16','#__content',29,1),('2007-08-16','#__content',1,7),('2007-08-16','#__content',15,2),('2007-08-16','#__content',20,1),('2007-08-16','#__content',9,1),('2007-08-16','#__content',24,1),('2007-08-16','#__content',31,1),('2007-08-16','#__content',10,1),('2007-08-16','#__content',22,3),('2007-08-16','#__content',35,1),('2007-08-16','#__content',38,4),('2007-08-16','#__content',36,1),('2007-08-16','#__content',6,5),('2007-08-16','#__content',33,2),('2007-08-16','#__content',21,1),('2007-08-17','#__content',16,1),('2007-08-17','#__content',33,3),('2007-08-17','#__content',14,4),('2007-08-17','#__content',4,2),('2007-08-17','#__content',10,1),('2007-08-17','#__content',3,1),('2007-08-17','#__content',1,2),('2007-08-17','#__content',37,6),('2007-08-17','#__content',34,2),('2007-08-17','#__content',32,2),('2007-08-17','#__content',30,2),('2007-08-17','#__content',9,2),('2007-08-17','#__content',6,1),('2007-08-17','#__content',29,2),('2007-08-18','#__content',7,2),('2007-08-18','#__content',37,1),('2007-08-18','#__content',1,2),('2007-08-18','#__content',2,1),('2007-08-18','#__content',4,1),('2007-08-18','#__content',9,3),('2007-08-18','#__content',16,3),('2007-08-18','#__content',11,1),('2007-08-18','#__content',15,1),('2007-08-18','#__content',10,1),('2007-08-18','#__content',18,2),('2007-08-18','#__content',14,2),('2007-08-18','#__content',6,1),('2007-08-18','#__content',25,1),('2007-08-19','#__content',9,3),('2007-08-19','#__content',4,2),('2007-08-19','#__content',20,1),('2007-08-19','#__content',33,1),('2007-08-19','#__content',39,3),('2007-08-20','#__content',15,4),('2007-08-20','#__content',8,4),('2007-08-20','#__content',26,3),('2007-08-20','#__content',11,3),('2007-08-20','#__content',4,4),('2007-08-20','#__content',3,2),('2007-08-20','#__content',10,2),('2007-08-20','#__content',9,3),('2007-08-20','#__content',6,5),('2007-08-20','#__content',1,7),('2007-08-20','#__content',7,3),('2007-08-20','#__content',16,5),('2007-08-20','#__content',21,4),('2007-08-20','#__content',22,3),('2007-08-20','#__content',35,1),('2007-08-20','#__content',14,4),('2007-08-20','#__content',18,1),('2007-08-20','#__content',33,1),('2007-08-20','#__content',2,6),('2007-08-20','#__content',37,2),('2007-08-20','#__content',25,2),('2007-08-21','#__content',3,1),('2007-08-21','#__content',19,1),('2007-08-21','#__content',10,3),('2007-08-21','#__content',22,1),('2007-08-21','#__content',7,1),('2007-08-21','#__content',25,1),('2007-08-21','#__content',6,1),('2007-08-21','#__content',2,1),('2007-08-21','#__content',11,1),('2007-08-21','#__content',21,1),('2007-08-21','#__content',9,1),('2007-08-22','#__content',22,7),('2007-08-22','#__content',14,5),('2007-08-22','#__content',26,6),('2007-08-22','#__content',15,5),('2007-08-22','#__content',7,5),('2007-08-22','#__content',16,5),('2007-08-22','#__content',18,3),('2007-08-22','#__content',31,2),('2007-08-22','#__content',24,1),('2007-08-22','#__content',25,5),('2007-08-22','#__content',23,4),('2007-08-22','#__content',21,5),('2007-08-22','#__content',19,3),('2007-08-22','#__content',1,6),('2007-08-22','#__content',29,4),('2007-08-22','#__content',33,4),('2007-08-22','#__content',4,3),('2007-08-22','#__content',2,5),('2007-08-22','#__content',37,5),('2007-08-22','#__content',9,3),('2007-08-22','#__content',10,2),('2007-08-22','#__content',3,4),('2007-08-22','#__content',6,4),('2007-08-22','#__content',11,2),('2007-08-22','#__content',8,3),('2007-08-22','#__content',32,3),('2007-08-22','#__content',34,3),('2007-08-22','#__content',28,4),('2007-08-22','#__content',20,3),('2007-08-22','#__content',35,1),('2007-08-23','#__content',37,1),('2007-08-23','#__content',16,3),('2007-08-23','#__content',7,2),('2007-08-23','#__content',2,2),('2007-08-23','#__content',10,1),('2007-08-23','#__content',11,4),('2007-08-23','#__content',22,3),('2007-08-23','#__content',21,2),('2007-08-23','#__content',26,5),('2007-08-23','#__content',1,3),('2007-08-23','#__content',25,5),('2007-08-23','#__content',18,1),('2007-08-23','#__content',20,2),('2007-08-23','#__content',24,1),('2007-08-23','#__content',31,1),('2007-08-23','#__content',8,1),('2007-08-23','#__content',9,1),('2007-08-23','#__content',34,1),('2007-08-23','#__content',15,2),('2007-08-23','#__content',3,1),('2007-08-24','#__content',16,1),('2007-08-24','#__content',8,1),('2007-08-24','#__content',33,4),('2007-08-24','#__content',14,1),('2007-08-24','#__content',7,2),('2007-08-24','#__content',11,1),('2007-08-24','#__content',26,3),('2007-08-24','#__content',10,1),('2007-08-24','#__content',37,1),('2007-08-24','#__content',29,2),('2007-08-24','#__content',2,3),('2007-08-24','#__content',6,1),('2007-08-24','#__content',20,2),('2007-08-24','#__content',28,4),('2007-08-24','#__content',4,1),('2007-08-24','#__content',35,2),('2007-08-24','#__content',30,1),('2007-08-24','#__content',31,3),('2007-08-24','#__content',34,2),('2007-08-24','#__content',24,1),('2007-08-24','#__content',32,3),('2007-08-24','#__content',18,1),('2007-08-24','#__content',25,2),('2007-08-25','#__content',1,2),('2007-08-25','#__content',20,1),('2007-08-25','#__content',10,1),('2007-08-25','#__content',21,1),('2007-08-25','#__content',16,1),('2007-08-25','#__content',32,1),('2007-08-25','#__content',4,4),('2007-08-25','#__content',7,1),('2007-08-25','#__content',9,4),('2007-08-25','#__content',34,1),('2007-08-26','#__content',26,1),('2007-08-26','#__content',40,5),('2007-08-26','#__content',6,1),('2007-08-26','#__content',11,3),('2007-08-26','#__content',33,6),('2007-08-26','#__content',14,3),('2007-08-26','#__content',10,2),('2007-08-26','#__content',20,1),('2007-08-26','#__content',28,1),('2007-08-26','#__content',3,1),('2007-08-26','#__content',1,2),('2007-08-26','#__content',41,2),('2007-08-27','#__content',20,1),('2007-08-27','#__content',18,1),('2007-08-27','#__content',28,1),('2007-08-27','#__content',7,2),('2007-08-27','#__content',2,2),('2007-08-27','#__content',1,1),('2007-08-27','#__content',9,2),('2007-08-27','#__content',41,4),('2007-08-27','#__content',40,4),('2007-08-27','#__content',16,1),('2007-08-27','#__content',10,1),('2007-08-27','#__content',11,1),('2007-08-27','#__content',37,1),('2007-08-27','#__content',34,1),('2007-08-27','#__content',42,1),('2007-08-27','#__content',21,1),('2007-08-27','#__content',6,1),('2007-08-28','#__content',8,1),('2007-08-28','#__content',16,5),('2007-08-28','#__content',2,2),('2007-08-28','#__content',42,2),('2007-08-28','#__content',4,2),('2007-08-28','#__content',11,3),('2007-08-28','#__content',14,1),('2007-08-28','#__content',26,1),('2007-08-28','#__content',1,9),('2007-08-28','#__content',15,4),('2007-08-28','#__content',37,3),('2007-08-28','#__content',25,2),('2007-08-28','#__content',7,4),('2007-08-28','#__content',6,2),('2007-08-28','#__content',10,3),('2007-08-28','#__content',21,1),('2007-08-28','#__content',22,1),('2007-08-28','#__content',3,1),('2007-08-28','#__content',9,4),('2007-08-28','#__content',28,1),('2007-08-28','#__content',44,1),('2007-08-29','#__content',22,2),('2007-08-29','#__content',7,2),('2007-08-29','#__content',6,1),('2007-08-29','#__content',10,2),('2007-08-29','#__content',42,1),('2007-08-29','#__content',41,3),('2007-08-29','#__content',37,1),('2007-08-29','#__content',19,1),('2007-08-29','#__content',32,1),('2007-08-29','#__content',3,1),('2007-08-29','#__content',33,1),('2007-08-29','#__content',34,1),('2007-08-29','#__content',40,3),('2007-08-29','#__content',9,1),('2007-08-30','#__content',26,2),('2007-08-30','#__content',37,1),('2007-08-30','#__content',7,5),('2007-08-30','#__content',9,4),('2007-08-30','#__content',1,2),('2007-08-30','#__content',25,2),('2007-08-30','#__content',41,1),('2007-08-30','#__content',22,4),('2007-08-30','#__content',18,3),('2007-08-30','#__content',33,2),('2007-08-30','#__content',16,2),('2007-08-30','#__content',3,2),('2007-08-30','#__content',4,3),('2007-08-30','#__content',2,2),('2007-08-30','#__content',11,2),('2007-08-30','#__content',28,1),('2007-08-30','#__content',23,2),('2007-08-30','#__content',21,2),('2007-08-30','#__content',6,2),('2007-08-30','#__content',15,2),('2007-08-30','#__content',10,3),('2007-08-30','#__content',24,1),('2007-08-30','#__content',31,1),('2007-08-30','#__content',43,1),('2007-08-30','#__content',19,3),('2007-08-30','#__content',14,1),('2007-08-30','#__content',35,1),('2007-08-30','#__content',42,1),('2007-08-30','#__content',44,1),('2007-08-30','#__content',20,1),('2007-08-31','#__content',1,5),('2007-08-31','#__content',42,5),('2007-08-31','#__content',3,3),('2007-08-31','#__content',11,7),('2007-08-31','#__content',7,3),('2007-08-31','#__content',14,1),('2007-08-31','#__content',37,3),('2007-08-31','#__content',41,4),('2007-08-31','#__content',40,6),('2007-08-31','#__content',22,6),('2007-08-31','#__content',4,3),('2007-08-31','#__content',25,6),('2007-08-31','#__content',15,1),('2007-08-31','#__content',9,3),('2007-08-31','#__content',16,6),('2007-08-31','#__content',2,3),('2007-08-31','#__content',21,5),('2007-08-31','#__content',26,5),('2007-08-31','#__content',24,2),('2007-08-31','#__content',10,2),('2007-08-31','#__content',46,4),('2007-08-31','#__content',31,1),('2007-08-31','#__content',28,1),('2007-08-31','#__content',8,2),('2007-08-31','#__content',20,1),('2007-08-31','#__content',6,2),('2007-08-31','#__content',34,1),('2007-08-31','#__content',35,1),('2007-08-31','#__content',19,1),('2007-09-01','#__content',24,1),('2007-09-01','#__content',32,3),('2007-09-01','#__content',7,3),('2007-09-01','#__content',46,1),('2007-09-01','#__content',20,2),('2007-09-01','#__content',33,3),('2007-09-01','#__content',28,3),('2007-09-01','#__content',29,2),('2007-09-01','#__content',31,2),('2007-09-01','#__content',30,1),('2007-09-01','#__content',42,2),('2007-09-01','#__content',1,1),('2007-09-01','#__content',9,3),('2007-09-01','#__content',15,1),('2007-09-01','#__content',35,3),('2007-09-01','#__content',41,3),('2007-09-01','#__content',22,1),('2007-09-01','#__content',34,4),('2007-09-01','#__content',11,2),('2007-09-01','#__content',8,2),('2007-09-01','#__content',37,2),('2007-09-01','#__content',26,1),('2007-09-01','#__content',21,1),('2007-09-01','#__content',40,1),('2007-09-02','#__content',22,1),('2007-09-02','#__content',41,5),('2007-09-02','#__content',40,1),('2007-09-02','#__content',42,1),('2007-09-02','#__content',2,2),('2007-09-02','#__content',1,1),('2007-09-02','#__content',9,1),('2007-09-02','#__content',21,1),('2007-09-02','#__content',6,2),('2007-09-02','#__content',11,1),('2007-09-02','#__content',30,1),('2007-09-02','#__content',4,2),('2007-09-02','#__content',24,1),('2007-09-02','#__content',43,1),('2007-09-02','#__content',46,1),('2007-09-02','#__content',14,2),('2007-09-02','#__content',29,1),('2007-09-02','#__content',32,2),('2007-09-02','#__content',45,1),('2007-09-02','#__content',28,4),('2007-09-02','#__content',33,1),('2007-09-02','#__content',7,1),('2007-09-02','#__content',26,2),('2007-09-02','#__content',16,1),('2007-09-02','#__content',20,1),('2007-09-02','#__content',31,1),('2007-09-02','#__content',3,2),('2007-09-02','#__content',15,1),('2007-09-03','#__content',42,6),('2007-09-03','#__content',41,2),('2007-09-03','#__content',11,2),('2007-09-03','#__content',40,1),('2007-09-03','#__content',25,4),('2007-09-03','#__content',1,4),('2007-09-03','#__content',2,2),('2007-09-03','#__content',46,3),('2007-09-03','#__content',4,1),('2007-09-03','#__content',7,2),('2007-09-03','#__content',16,2),('2007-09-03','#__content',3,1),('2007-09-03','#__content',6,1),('2007-09-03','#__content',10,2),('2007-09-03','#__content',33,2),('2007-09-03','#__content',14,2),('2007-09-03','#__content',20,2),('2007-09-03','#__content',15,1),('2007-09-03','#__content',37,1),('2007-09-03','#__content',26,1),('2007-09-03','#__content',22,1),('2007-09-03','#__content',9,1),('2007-09-03','#__content',8,1),('2007-09-04','#__content',2,3),('2007-09-04','#__content',15,3),('2007-09-04','#__content',3,4),('2007-09-04','#__content',4,2),('2007-09-04','#__content',6,4),('2007-09-04','#__content',9,6),('2007-09-04','#__content',16,6),('2007-09-04','#__content',21,2),('2007-09-04','#__content',37,4),('2007-09-04','#__content',25,3),('2007-09-04','#__content',41,3),('2007-09-04','#__content',8,2),('2007-09-04','#__content',11,4),('2007-09-04','#__content',1,4),('2007-09-04','#__content',40,3),('2007-09-04','#__content',10,4),('2007-09-04','#__content',46,2),('2007-09-04','#__content',26,1),('2007-09-04','#__content',45,4),('2007-09-04','#__content',30,3),('2007-09-04','#__content',14,3),('2007-09-04','#__content',34,3),('2007-09-04','#__content',31,2),('2007-09-04','#__content',28,2),('2007-09-04','#__content',23,2),('2007-09-04','#__content',24,2),('2007-09-04','#__content',29,2),('2007-09-04','#__content',32,2),('2007-09-04','#__content',33,1),('2007-09-04','#__content',18,2),('2007-09-04','#__content',43,1),('2007-09-04','#__content',19,1),('2007-09-04','#__content',22,2),('2007-09-04','#__content',7,2),('2007-09-04','#__content',44,1),('2007-09-04','#__content',42,1),('2007-09-05','#__content',11,2),('2007-09-05','#__content',40,5),('2007-09-05','#__content',15,3),('2007-09-05','#__content',24,1),('2007-09-05','#__content',3,3),('2007-09-05','#__content',25,2),('2007-09-05','#__content',37,3),('2007-09-05','#__content',31,1),('2007-09-05','#__content',1,4),('2007-09-05','#__content',26,3),('2007-09-05','#__content',41,3),('2007-09-05','#__content',6,2),('2007-09-05','#__content',46,2),('2007-09-05','#__content',4,1),('2007-09-05','#__content',9,4),('2007-09-05','#__content',7,3),('2007-09-05','#__content',14,1),('2007-09-05','#__content',16,1),('2007-09-05','#__content',2,1),('2007-09-05','#__content',42,2),('2007-09-05','#__content',19,1),('2007-09-05','#__content',44,1),('2007-09-05','#__content',20,1),('2007-09-05','#__content',23,1),('2007-09-05','#__content',43,1),('2007-09-05','#__content',33,1),('2007-09-06','#__content',34,1),('2007-09-06','#__content',32,1),('2007-09-06','#__content',21,1),('2007-09-06','#__content',41,4),('2007-09-06','#__content',22,2),('2007-09-06','#__content',9,1),('2007-09-06','#__content',1,1),('2007-09-06','#__content',40,1),('2007-09-06','#__content',25,1),('2007-09-06','#__content',26,2),('2007-09-06','#__content',3,1),('2007-09-06','#__content',37,1),('2007-09-06','#__content',11,2),('2007-09-06','#__content',4,1),('2007-09-06','#__content',16,2),('2007-09-06','#__content',7,2),('2007-09-06','#__content',10,1),('2007-09-06','#__content',42,1),('2007-09-06','#__content',6,1),('2007-09-07','#__content',24,1),('2007-09-07','#__content',21,1),('2007-09-07','#__content',42,3),('2007-09-07','#__content',41,2),('2007-09-07','#__content',16,1),('2007-09-07','#__content',40,1),('2007-09-07','#__content',2,1),('2007-09-07','#__content',15,1),('2007-09-07','#__content',7,3),('2007-09-07','#__content',9,1),('2007-09-07','#__content',34,1),('2007-09-07','#__content',30,1),('2007-09-07','#__content',28,1),('2007-09-08','#__content',40,2),('2007-09-08','#__content',46,1),('2007-09-08','#__content',37,1),('2007-09-08','#__content',4,1),('2007-09-08','#__content',6,1),('2007-09-08','#__content',42,2),('2007-09-08','#__content',41,1),('2007-09-08','#__content',26,1),('2007-09-08','#__content',25,1),('2007-09-09','#__content',7,1),('2007-09-09','#__content',37,2),('2007-09-09','#__content',2,2),('2007-09-09','#__content',33,1),('2007-09-09','#__content',26,1),('2007-09-09','#__content',28,1),('2007-09-09','#__content',20,1),('2007-09-09','#__content',22,1),('2007-09-09','#__content',16,1),('2007-09-10','#__content',29,2),('2007-09-10','#__content',6,1),('2007-09-10','#__content',3,2),('2007-09-10','#__content',42,1),('2007-09-10','#__content',37,1),('2007-09-10','#__content',25,2),('2007-09-10','#__content',21,1),('2007-09-10','#__content',46,3),('2007-09-10','#__content',10,1),('2007-09-10','#__content',44,1),('2007-09-10','#__content',1,4),('2007-09-10','#__content',45,3),('2007-09-10','#__content',2,3),('2007-09-10','#__content',28,1),('2007-09-10','#__content',32,1),('2007-09-10','#__content',22,1),('2007-09-10','#__content',8,2),('2007-09-10','#__content',7,1),('2007-09-10','#__content',40,1),('2007-09-10','#__content',33,1),('2007-09-10','#__content',41,1),('2007-09-10','#__content',11,1),('2007-09-11','#__content',11,2),('2007-09-11','#__content',23,1),('2007-09-11','#__content',25,2),('2007-09-11','#__content',28,2),('2007-09-11','#__content',2,1),('2007-09-11','#__content',24,2),('2007-09-11','#__content',34,1),('2007-09-11','#__content',18,1),('2007-09-11','#__content',3,2),('2007-09-11','#__content',16,2),('2007-09-11','#__content',4,3),('2007-09-11','#__content',1,1),('2007-09-11','#__content',42,2),('2007-09-11','#__content',8,1),('2007-09-11','#__content',6,1),('2007-09-11','#__content',7,1),('2007-09-11','#__content',19,1),('2007-09-11','#__content',46,1),('2007-09-11','#__content',10,1),('2007-09-11','#__content',40,1),('2007-09-11','#__content',37,1),('2007-09-11','#__content',33,1),('2007-09-12','#__content',43,1),('2007-09-12','#__content',7,2),('2007-09-12','#__content',10,3),('2007-09-12','#__content',15,1),('2007-09-12','#__content',1,2),('2007-09-12','#__content',9,2),('2007-09-12','#__content',31,3),('2007-09-12','#__content',29,2),('2007-09-12','#__content',11,1),('2007-09-12','#__content',14,5),('2007-09-12','#__content',40,3),('2007-09-12','#__content',25,1),('2007-09-12','#__content',42,3),('2007-09-12','#__content',46,2),('2007-09-12','#__content',28,1),('2007-09-12','#__content',26,1),('2007-09-12','#__content',45,1),('2007-09-12','#__content',47,2),('2007-09-12','#__content',21,2),('2007-09-12','#__content',32,1),('2007-09-12','#__content',16,2),('2007-09-12','#__content',44,2),('2007-09-12','#__content',41,2),('2007-09-12','#__content',24,1),('2007-09-12','#__content',33,1),('2007-09-12','#__content',18,1),('2007-09-12','#__content',19,1),('2007-09-13','#__content',43,5),('2007-09-13','#__content',45,3),('2007-09-13','#__content',46,1),('2007-09-13','#__content',1,3),('2007-09-13','#__content',41,1),('2007-09-13','#__content',47,4),('2007-09-13','#__content',37,1),('2007-09-13','#__content',40,1),('2007-09-13','#__content',42,2),('2007-09-13','#__content',44,2),('2007-09-13','#__content',9,1),('2007-09-13','#__content',21,1),('2007-09-13','#__content',18,3),('2007-09-13','#__content',10,1),('2007-09-13','#__content',15,1),('2007-09-13','#__content',19,1),('2007-09-13','#__content',26,1),('2007-09-13','#__content',6,1),('2007-09-13','#__content',23,1),('2007-09-13','#__content',14,1),('2007-09-14','#__content',34,1),('2007-09-14','#__content',32,2),('2007-09-14','#__content',6,3),('2007-09-14','#__content',16,3),('2007-09-14','#__content',14,4),('2007-09-14','#__content',9,3),('2007-09-14','#__content',42,3),('2007-09-14','#__content',40,2),('2007-09-14','#__content',37,1),('2007-09-14','#__content',25,1),('2007-09-14','#__content',1,2),('2007-09-14','#__content',31,3),('2007-09-14','#__content',24,1),('2007-09-14','#__content',35,1),('2007-09-14','#__content',11,2),('2007-09-14','#__content',8,1),('2007-09-14','#__content',30,2),('2007-09-14','#__content',41,1),('2007-09-14','#__content',29,1),('2007-09-14','#__content',46,1),('2007-09-14','#__content',28,2),('2007-09-14','#__content',47,1),('2007-09-14','#__content',33,1),('2007-09-15','#__content',40,2),('2007-09-15','#__content',35,2),('2007-09-15','#__content',33,1),('2007-09-15','#__content',9,2),('2007-09-15','#__content',34,2),('2007-09-15','#__content',10,3),('2007-09-15','#__content',43,1),('2007-09-15','#__content',47,2),('2007-09-15','#__content',24,1),('2007-09-15','#__content',25,2),('2007-09-15','#__content',20,2),('2007-09-15','#__content',23,1),('2007-09-15','#__content',42,3),('2007-09-15','#__content',1,1),('2007-09-15','#__content',41,2),('2007-09-15','#__content',15,1),('2007-09-15','#__content',30,1),('2007-09-15','#__content',32,1),('2007-09-15','#__content',8,2),('2007-09-15','#__content',6,2),('2007-09-15','#__content',31,2),('2007-09-15','#__content',21,1),('2007-09-15','#__content',14,1),('2007-09-15','#__content',22,1),('2007-09-15','#__content',26,1),('2007-09-15','#__content',11,1),('2007-09-16','#__content',16,2),('2007-09-16','#__content',26,1),('2007-09-16','#__content',25,1),('2007-09-16','#__content',34,1),('2007-09-16','#__content',37,2),('2007-09-16','#__content',47,4),('2007-09-16','#__content',14,2),('2007-09-16','#__content',1,1),('2007-09-16','#__content',24,2),('2007-09-16','#__content',46,2),('2007-09-16','#__content',41,1),('2007-09-16','#__content',42,2),('2007-09-16','#__content',9,2),('2007-09-16','#__content',10,1),('2007-09-16','#__content',19,2),('2007-09-16','#__content',11,1),('2007-09-16','#__content',21,2),('2007-09-16','#__content',33,1),('2007-09-16','#__content',20,1),('2007-09-16','#__content',45,1),('2007-09-16','#__content',43,1),('2007-09-16','#__content',32,1),('2007-09-16','#__content',4,1),('2007-09-16','#__content',23,1),('2007-09-17','#__content',41,2),('2007-09-17','#__content',11,1),('2007-09-17','#__content',40,1),('2007-09-17','#__content',4,3),('2007-09-17','#__content',15,1),('2007-09-17','#__content',25,1),('2007-09-17','#__content',46,3),('2007-09-17','#__content',22,1),('2007-09-17','#__content',30,1),('2007-09-17','#__content',44,2),('2007-09-17','#__content',16,1),('2007-09-17','#__content',1,1),('2007-09-17','#__content',23,1),('2007-09-18','#__content',40,1),('2007-09-18','#__content',28,2),('2007-09-18','#__content',29,1),('2007-09-18','#__content',30,1),('2007-09-18','#__content',21,2),('2007-09-18','#__content',6,2),('2007-09-18','#__content',16,2),('2007-09-18','#__content',24,4),('2007-09-18','#__content',19,2),('2007-09-18','#__content',26,1),('2007-09-18','#__content',15,1),('2007-09-18','#__content',9,1),('2007-09-18','#__content',23,2),('2007-09-18','#__content',11,1),('2007-09-18','#__content',25,1),('2007-09-18','#__content',37,2),('2007-09-18','#__content',45,1),('2007-09-18','#__content',47,1),('2007-09-18','#__content',1,1),('2007-09-18','#__content',10,2),('2007-09-18','#__content',22,2),('2007-09-18','#__content',18,1),('2007-09-19','#__content',8,1),('2007-09-19','#__content',45,1),('2007-09-19','#__content',26,1),('2007-09-19','#__content',22,1),('2007-09-19','#__content',14,3),('2007-09-19','#__content',9,1),('2007-09-19','#__content',11,2),('2007-09-19','#__content',47,1),('2007-09-19','#__content',40,3),('2007-09-19','#__content',41,1),('2007-09-19','#__content',19,1),('2007-09-20','#__content',41,4),('2007-09-20','#__content',21,2),('2007-09-20','#__content',47,1),('2007-09-20','#__content',46,3),('2007-09-20','#__content',6,1),('2007-09-20','#__content',40,2),('2007-09-20','#__content',25,1),('2007-09-20','#__content',42,2),('2007-09-20','#__content',16,3),('2007-09-20','#__content',9,2),('2007-09-20','#__content',1,1),('2007-09-20','#__content',4,1),('2007-09-20','#__content',22,1),('2007-09-20','#__content',26,1),('2007-09-21','#__content',6,2),('2007-09-21','#__content',20,1),('2007-09-21','#__content',15,1),('2007-09-21','#__content',14,2),('2007-09-21','#__content',10,1),('2007-09-21','#__content',47,2),('2007-09-21','#__content',11,2),('2007-09-21','#__content',18,1),('2007-09-21','#__content',28,1),('2007-09-21','#__content',16,1),('2007-09-21','#__content',46,1),('2007-09-21','#__content',41,1),('2007-09-21','#__content',1,1),('2007-09-21','#__content',9,1),('2007-09-22','#__content',40,2),('2007-09-23','#__content',22,1),('2007-09-23','#__content',1,1),('2007-09-23','#__content',37,1),('2007-09-23','#__content',9,2),('2007-09-23','#__content',14,2),('2007-09-23','#__content',47,3),('2007-09-23','#__content',23,1),('2007-09-23','#__content',45,1),('2007-09-23','#__content',42,2),('2007-09-23','#__content',4,1),('2007-09-23','#__content',16,1),('2007-09-23','#__content',11,1),('2007-09-23','#__content',29,1),('2007-09-23','#__content',46,1),('2007-09-23','#__content',21,1),('2007-09-23','#__content',20,1),('2007-09-24','#__content',1,1),('2007-09-24','#__content',31,1),('2007-09-24','#__content',4,2),('2007-09-24','#__content',25,2),('2007-09-24','#__content',40,1),('2007-09-24','#__content',42,1),('2007-09-24','#__content',47,1),('2007-09-24','#__content',9,1),('2007-09-24','#__content',34,1),('2007-09-24','#__content',46,1),('2007-09-24','#__content',8,1),('2007-09-24','#__content',44,1),('2007-09-24','#__content',16,1),('2007-09-24','#__content',33,1),('2007-09-24','#__content',18,1),('2007-09-24','#__content',20,1),('2007-09-25','#__content',19,4),('2007-09-25','#__content',10,5),('2007-09-25','#__content',29,2),('2007-09-25','#__content',47,6),('2007-09-25','#__content',4,5),('2007-09-25','#__content',1,6),('2007-09-25','#__content',11,4),('2007-09-25','#__content',14,5),('2007-09-25','#__content',16,5),('2007-09-25','#__content',21,4),('2007-09-25','#__content',22,4),('2007-09-25','#__content',25,4),('2007-09-25','#__content',26,4),('2007-09-25','#__content',37,4),('2007-09-25','#__content',40,4),('2007-09-25','#__content',41,4),('2007-09-25','#__content',42,5),('2007-09-25','#__content',46,5),('2007-09-25','#__content',6,4),('2007-09-25','#__content',9,7),('2007-09-25','#__content',24,3),('2007-09-25','#__content',31,3),('2007-09-25','#__content',18,2),('2007-09-25','#__content',23,2),('2007-09-25','#__content',20,3),('2007-09-25','#__content',34,4),('2007-09-25','#__content',8,3),('2007-09-25','#__content',45,2),('2007-09-25','#__content',15,2),('2007-09-25','#__content',43,1),('2007-09-25','#__content',44,1),('2007-09-25','#__content',35,1),('2007-09-25','#__content',28,2),('2007-09-25','#__content',30,2),('2007-09-25','#__content',32,1),('2007-09-25','#__content',33,2),('2007-09-26','#__content',24,1),('2007-09-26','#__content',10,1),('2007-09-26','#__content',26,1),('2007-09-26','#__content',41,1),('2007-09-26','#__content',22,1),('2007-09-26','#__content',11,1),('2007-09-26','#__content',47,2),('2007-09-26','#__content',14,1),('2007-09-26','#__content',35,1),('2007-09-26','#__content',28,1),('2007-09-27','#__content',34,2),('2007-09-27','#__content',35,2),('2007-09-27','#__content',10,1),('2007-09-27','#__content',21,3),('2007-09-27','#__content',16,1),('2007-09-27','#__content',47,2),('2007-09-27','#__content',40,2),('2007-09-27','#__content',14,1),('2007-09-27','#__content',6,1),('2007-09-27','#__content',42,1),('2007-09-27','#__content',41,1),('2007-09-27','#__content',15,1),('2007-09-27','#__content',19,2),('2007-09-27','#__content',46,1),('2007-09-27','#__content',11,1),('2007-09-27','#__content',44,1),('2007-09-27','#__content',20,1),('2007-09-27','#__content',18,1),('2007-09-27','#__content',32,1),('2007-09-27','#__content',33,1),('2007-09-27','#__content',31,1),('2007-09-27','#__content',22,1),('2007-09-27','#__content',8,1),('2007-09-27','#__content',4,1),('2007-09-27','#__content',1,1),('2007-09-28','#__content',47,1),('2007-09-28','#__content',22,2),('2007-09-28','#__content',6,1),('2007-09-28','#__content',11,1),('2007-09-28','#__content',9,1),('2007-09-28','#__content',10,1),('2007-09-28','#__content',20,1),('2007-09-28','#__content',28,1),('2007-09-28','#__content',18,1),('2007-09-28','#__content',42,1),('2007-09-28','#__content',41,1),('2007-09-29','#__content',47,1),('2007-09-29','#__content',29,1),('2007-09-29','#__content',25,1),('2007-09-29','#__content',1,1),('2007-09-29','#__content',3,1),('2007-09-29','#__content',14,1),('2007-09-30','#__content',15,1),('2007-09-30','#__content',1,1),('2007-09-30','#__content',9,1),('2007-09-30','#__content',21,1),('2007-09-30','#__content',23,1),('2007-09-30','#__content',37,1),('2007-09-30','#__content',45,1),('2007-09-30','#__content',26,3),('2007-09-30','#__content',25,2),('2007-09-30','#__content',11,1),('2007-09-30','#__content',31,1),('2007-09-30','#__content',29,1),('2007-09-30','#__content',24,1),('2007-10-01','#__content',26,1),('2007-10-01','#__content',4,1),('2007-10-01','#__content',42,2),('2007-10-01','#__content',25,2),('2007-10-01','#__content',40,1),('2007-10-01','#__content',15,2),('2007-10-01','#__content',8,1),('2007-10-02','#__content',19,1),('2007-10-02','#__content',1,3),('2007-10-02','#__content',33,1),('2007-10-02','#__content',16,5),('2007-10-02','#__content',44,1),('2007-10-02','#__content',9,4),('2007-10-02','#__content',34,1),('2007-10-02','#__content',21,1),('2007-10-02','#__content',4,1),('2007-10-02','#__content',14,2),('2007-10-02','#__content',26,1),('2007-10-02','#__content',25,1),('2007-10-02','#__content',11,1),('2007-10-02','#__content',37,1),('2007-10-02','#__content',29,1),('2007-10-02','#__content',30,1),('2007-10-03','#__content',37,2),('2007-10-03','#__content',26,1),('2007-10-03','#__content',30,1),('2007-10-03','#__content',21,1),('2007-10-03','#__content',11,1),('2007-10-03','#__content',41,1),('2007-10-03','#__content',22,1),('2007-10-03','#__content',14,1),('2007-10-03','#__content',48,2),('2007-10-03','#__content',10,1),('2007-10-04','#__content',11,2),('2007-10-04','#__content',41,1),('2007-10-04','#__content',10,1),('2007-10-04','#__content',21,1),('2007-10-04','#__content',6,3),('2007-10-04','#__content',48,2),('2007-10-04','#__content',25,2),('2007-10-04','#__content',15,2),('2007-10-04','#__content',29,1),('2007-10-04','#__content',34,1),('2007-10-04','#__content',33,1),('2007-10-04','#__content',32,1),('2007-10-04','#__content',30,1),('2007-10-04','#__content',28,1),('2007-10-04','#__content',8,1),('2007-10-04','#__content',20,1),('2007-10-04','#__content',18,1),('2007-10-04','#__content',44,1),('2007-10-04','#__content',43,1),('2007-10-05','#__content',4,2),('2007-10-05','#__content',41,2),('2007-10-05','#__content',19,2),('2007-10-05','#__content',45,1),('2007-10-05','#__content',15,1),('2007-10-05','#__content',18,2),('2007-10-05','#__content',21,2),('2007-10-05','#__content',33,1),('2007-10-05','#__content',48,6),('2007-10-05','#__content',28,1),('2007-10-05','#__content',6,2),('2007-10-05','#__content',14,2),('2007-10-05','#__content',1,1),('2007-10-05','#__content',24,1),('2007-10-05','#__content',22,1),('2007-10-05','#__content',8,1),('2007-10-05','#__content',11,1),('2007-10-06','#__content',4,1),('2007-10-06','#__content',1,1),('2007-10-06','#__content',48,2),('2007-10-06','#__content',14,2),('2007-10-06','#__content',42,1),('2007-10-06','#__content',29,1),('2007-10-06','#__content',3,1),('2007-10-06','#__content',26,1),('2007-10-06','#__content',37,1),('2007-10-07','#__content',1,5),('2007-10-07','#__content',48,8),('2007-10-07','#__content',10,2),('2007-10-07','#__content',40,4),('2007-10-07','#__content',6,2),('2007-10-07','#__content',41,5),('2007-10-07','#__content',15,3),('2007-10-07','#__content',3,4),('2007-10-07','#__content',26,4),('2007-10-07','#__content',25,3),('2007-10-07','#__content',30,2),('2007-10-07','#__content',16,3),('2007-10-07','#__content',14,3),('2007-10-07','#__content',19,2),('2007-10-07','#__content',29,2),('2007-10-07','#__content',23,3),('2007-10-07','#__content',9,2),('2007-10-07','#__content',8,2),('2007-10-07','#__content',11,3),('2007-10-07','#__content',45,2),('2007-10-07','#__content',35,3),('2007-10-07','#__content',24,3),('2007-10-07','#__content',42,4),('2007-10-07','#__content',32,1),('2007-10-07','#__content',34,1),('2007-10-07','#__content',4,1),('2007-10-07','#__content',31,2),('2007-10-07','#__content',33,1),('2007-10-07','#__content',22,2),('2007-10-07','#__content',43,1),('2007-10-07','#__content',21,2),('2007-10-07','#__content',44,1),('2007-10-07','#__content',20,2),('2007-10-07','#__content',37,4),('2007-10-07','#__content',18,1),('2007-10-07','#__content',28,1),('2007-10-08','#__content',22,1),('2007-10-08','#__content',31,1),('2007-10-08','#__content',29,2),('2007-10-08','#__content',44,1),('2007-10-08','#__content',10,2),('2007-10-08','#__content',24,1),('2007-10-08','#__content',26,1),('2007-10-08','#__content',4,1),('2007-10-08','#__content',42,1),('2007-10-09','#__content',40,3),('2007-10-09','#__content',25,2),('2007-10-09','#__content',42,1),('2007-10-09','#__content',8,2),('2007-10-09','#__content',48,1),('2007-10-09','#__content',19,1),('2007-10-09','#__content',44,1),('2007-10-09','#__content',16,2),('2007-10-09','#__content',41,1),('2007-10-09','#__content',24,1),('2007-10-09','#__content',20,1),('2007-10-09','#__content',9,1),('2007-10-09','#__content',4,1),('2007-10-09','#__content',30,1),('2007-10-10','#__content',9,1),('2007-10-10','#__content',41,3),('2007-10-10','#__content',8,1),('2007-10-10','#__content',26,2),('2007-10-10','#__content',37,1),('2007-10-10','#__content',11,1),('2007-10-10','#__content',42,1),('2007-10-10','#__content',15,1),('2007-10-10','#__content',14,1),('2007-10-10','#__content',44,1),('2007-10-10','#__content',16,1),('2007-10-11','#__content',11,1),('2007-10-11','#__content',29,1),('2007-10-11','#__content',44,1),('2007-10-11','#__content',30,2),('2007-10-11','#__content',21,1),('2007-10-11','#__content',10,1),('2007-10-11','#__content',9,3),('2007-10-11','#__content',6,1),('2007-10-11','#__content',41,1),('2007-10-11','#__content',48,2),('2007-10-11','#__content',1,3),('2007-10-11','#__content',45,1),('2007-10-11','#__content',14,1),('2007-10-11','#__content',40,1),('2007-10-11','#__content',35,1),('2007-10-11','#__content',28,1),('2007-10-12','#__content',1,2),('2007-10-12','#__content',26,2),('2007-10-12','#__content',4,3),('2007-10-12','#__content',41,1),('2007-10-12','#__content',22,1),('2007-10-12','#__content',21,2),('2007-10-12','#__content',6,1),('2007-10-12','#__content',42,2),('2007-10-12','#__content',28,2),('2007-10-12','#__content',18,1),('2007-10-13','#__content',19,1),('2007-10-13','#__content',42,1),('2007-10-13','#__content',32,1),('2007-10-13','#__content',30,1),('2007-10-13','#__content',35,1),('2007-10-13','#__content',16,1),('2007-10-13','#__content',33,2),('2007-10-13','#__content',22,1),('2007-10-13','#__content',20,1),('2007-10-13','#__content',34,1),('2007-10-13','#__content',44,1),('2007-10-13','#__content',48,1),('2007-10-13','#__content',21,1),('2007-10-14','#__content',29,1),('2007-10-14','#__content',10,1),('2007-10-14','#__content',26,1),('2007-10-14','#__content',25,2),('2007-10-14','#__content',15,1),('2007-10-14','#__content',23,2),('2007-10-14','#__content',11,2),('2007-10-14','#__content',4,2),('2007-10-14','#__content',28,1),('2007-10-14','#__content',37,1),('2007-10-14','#__content',16,1),('2007-10-14','#__content',31,1),('2007-10-14','#__content',6,1),('2007-10-14','#__content',3,1),('2007-10-14','#__content',35,1),('2007-10-14','#__content',22,1),('2007-10-14','#__content',14,1),('2007-10-15','#__content',48,1),('2007-10-15','#__content',29,1),('2007-10-15','#__content',24,1),('2007-10-15','#__content',31,1),('2007-10-15','#__content',37,1),('2007-10-15','#__content',1,1),('2007-10-15','#__content',15,1),('2007-10-15','#__content',43,1),('2007-10-15','#__content',20,2),('2007-10-16','#__content',40,1),('2007-10-16','#__content',48,1),('2007-10-16','#__content',42,1),('2007-10-16','#__content',8,1),('2007-10-16','#__content',19,1),('2007-10-16','#__content',49,1),('2007-10-16','#__content',37,1),('2007-10-16','#__content',6,1),('2007-10-16','#__content',41,1),('2007-10-16','#__content',24,1),('2007-10-16','#__content',14,1),('2007-10-16','#__content',25,1),('2007-10-16','#__content',44,2),('2007-10-16','#__content',15,1),('2007-10-16','#__content',31,1),('2007-10-16','#__content',50,2),('2007-10-16','#__content',1,11),('2007-10-16','#__content',43,1),('2007-10-16','#__content',18,1),('2007-10-16','#__content',10,1),('2007-10-16','#__content',4,1),('2007-10-16','#__content',9,1),('2007-10-17','#__content',9,1),('2007-10-17','#__content',29,1),('2007-10-17','#__content',16,1),('2007-10-17','#__content',4,1),('2007-10-17','#__content',22,1),('2007-10-17','#__content',33,1),('2007-10-17','#__content',50,2),('2007-10-17','#__content',11,1),('2007-10-17','#__content',41,1),('2007-10-18','#__content',41,1),('2007-10-18','#__content',40,1),('2007-10-18','#__content',26,1),('2007-10-18','#__content',49,2),('2007-10-18','#__content',14,1),('2007-10-18','#__content',50,1),('2007-10-18','#__content',6,1),('2007-10-18','#__content',21,1),('2007-10-18','#__content',16,1),('2007-10-19','#__content',30,1),('2007-10-19','#__content',18,2),('2007-10-19','#__content',16,1),('2007-10-19','#__content',21,1),('2007-10-19','#__content',26,2),('2007-10-19','#__content',34,1),('2007-10-19','#__content',25,1),('2007-10-19','#__content',37,1),('2007-10-19','#__content',11,2),('2007-10-19','#__content',48,1),('2007-10-19','#__content',28,1),('2007-10-19','#__content',33,1),('2007-10-19','#__content',14,1),('2007-10-20','#__content',29,1),('2007-10-20','#__content',3,1),('2007-10-20','#__content',19,1),('2007-10-20','#__content',44,1),('2007-10-20','#__content',26,1),('2007-10-20','#__content',33,1),('2007-10-21','#__content',1,1),('2007-10-21','#__content',9,1),('2007-10-21','#__content',49,3),('2007-10-21','#__content',50,1),('2007-10-21','#__content',15,2),('2007-10-21','#__content',44,2),('2007-10-21','#__content',34,1),('2007-10-21','#__content',35,2),('2007-10-21','#__content',10,1),('2007-10-21','#__content',30,1),('2007-10-21','#__content',48,1),('2007-10-21','#__content',16,2),('2007-10-21','#__content',21,1),('2007-10-21','#__content',28,1),('2007-10-21','#__content',26,1),('2007-10-21','#__content',37,2),('2007-10-21','#__content',11,2),('2007-10-21','#__content',25,1),('2007-10-21','#__content',42,1),('2007-10-21','#__content',14,1),('2007-10-22','#__content',15,2),('2007-10-22','#__content',23,1),('2007-10-22','#__content',48,1),('2007-10-22','#__content',50,2),('2007-10-22','#__content',22,1),('2007-10-22','#__content',21,1),('2007-10-22','#__content',6,1),('2007-10-22','#__content',51,1),('2007-10-22','#__content',25,1),('2007-10-22','#__content',26,1),('2007-10-22','#__content',45,1),('2007-10-22','#__content',19,1),('2007-10-22','#__content',41,1),('2007-10-22','#__content',18,1),('2007-10-22','#__content',1,9),('2007-10-22','#__content',8,1),('2007-10-22','#__content',24,1),('2007-10-23','#__content',20,2),('2007-10-23','#__content',22,1),('2007-10-23','#__content',24,2),('2007-10-23','#__content',1,1),('2007-10-23','#__content',41,1),('2007-10-23','#__content',31,2),('2007-10-23','#__content',29,1),('2007-10-23','#__content',25,2),('2007-10-23','#__content',16,1),('2007-10-23','#__content',50,1),('2007-10-24','#__content',22,1),('2007-10-24','#__content',49,1),('2007-10-24','#__content',51,1),('2007-10-24','#__content',25,2),('2007-10-24','#__content',40,1),('2007-10-24','#__content',42,1),('2007-10-24','#__content',19,1),('2007-10-24','#__content',8,1),('2007-10-24','#__content',23,1),('2007-10-25','#__content',1,1),('2007-10-25','#__content',9,1),('2007-10-25','#__content',16,2),('2007-10-25','#__content',40,1),('2007-10-25','#__content',4,1),('2007-10-25','#__content',50,1),('2007-10-25','#__content',14,1),('2007-10-25','#__content',49,1),('2007-10-25','#__content',32,1),('2007-10-26','#__content',10,1),('2007-10-26','#__content',51,1),('2007-10-26','#__content',16,1),('2007-10-26','#__content',34,1),('2007-10-26','#__content',21,1),('2007-10-26','#__content',44,1),('2007-10-26','#__content',4,1),('2007-10-26','#__content',22,1),('2007-10-26','#__content',14,1),('2007-10-26','#__content',41,1),('2007-10-26','#__content',26,1),('2007-10-26','#__content',11,1),('2007-10-27','#__content',50,2),('2007-10-27','#__content',51,1),('2007-10-27','#__content',1,1),('2007-10-27','#__content',48,1),('2007-10-28','#__content',33,1),('2007-10-28','#__content',8,1),('2007-10-28','#__content',21,1),('2007-10-28','#__content',30,2),('2007-10-28','#__content',6,1),('2007-10-28','#__content',48,1),('2007-10-28','#__content',43,1),('2007-10-28','#__content',11,1),('2007-10-28','#__content',49,1),('2007-10-28','#__content',28,1),('2007-10-29','#__content',35,11),('2007-10-29','#__content',43,8),('2007-10-29','#__content',45,8),('2007-10-29','#__content',21,7),('2007-10-29','#__content',24,8),('2007-10-29','#__content',18,10),('2007-10-29','#__content',51,10),('2007-10-29','#__content',22,9),('2007-10-29','#__content',19,9),('2007-10-29','#__content',44,9),('2007-10-29','#__content',31,9),('2007-10-29','#__content',33,8),('2007-10-29','#__content',28,8),('2007-10-29','#__content',14,8),('2007-10-29','#__content',4,8),('2007-10-29','#__content',8,6),('2007-10-29','#__content',3,4),('2007-10-29','#__content',20,6),('2007-10-29','#__content',23,4),('2007-10-29','#__content',30,7),('2007-10-29','#__content',32,7),('2007-10-29','#__content',34,7),('2007-10-29','#__content',29,6),('2007-10-29','#__content',15,7),('2007-10-29','#__content',37,6),('2007-10-29','#__content',40,6),('2007-10-29','#__content',41,6),('2007-10-29','#__content',42,6),('2007-10-29','#__content',48,6),('2007-10-29','#__content',49,6),('2007-10-29','#__content',50,6),('2007-10-29','#__content',25,6),('2007-10-29','#__content',26,6),('2007-10-29','#__content',6,7),('2007-10-29','#__content',10,7),('2007-10-29','#__content',16,7),('2007-10-29','#__content',11,7),('2007-10-29','#__content',9,6),('2007-10-29','#__content',1,8),('2007-10-30','#__content',30,3),('2007-10-30','#__content',49,2),('2007-10-30','#__content',51,3),('2007-10-30','#__content',35,3),('2007-10-30','#__content',48,5),('2007-10-30','#__content',34,3),('2007-10-30','#__content',1,2),('2007-10-30','#__content',50,4),('2007-10-30','#__content',3,3),('2007-10-30','#__content',29,1),('2007-10-30','#__content',43,1),('2007-10-30','#__content',4,2),('2007-10-30','#__content',24,1),('2007-10-30','#__content',33,1),('2007-10-31','#__content',48,1),('2007-10-31','#__content',1,1),('2007-10-31','#__content',23,1),('2007-10-31','#__content',15,1),('2007-10-31','#__content',25,1),('2007-10-31','#__content',4,1),('2007-10-31','#__content',37,1),('2007-11-01','#__content',20,1),('2007-11-01','#__content',29,1),('2007-11-01','#__content',24,2),('2007-11-01','#__content',33,2),('2007-11-01','#__content',31,1),('2007-11-01','#__content',16,1),('2007-11-01','#__content',26,2),('2007-11-01','#__content',50,2),('2007-11-01','#__content',40,2),('2007-11-01','#__content',45,1),('2007-11-01','#__content',1,1),('2007-11-01','#__content',8,1),('2007-11-01','#__content',11,1),('2007-11-01','#__content',43,1),('2007-11-01','#__content',19,1),('2007-11-01','#__content',15,1),('2007-11-01','#__content',48,1),('2007-11-01','#__content',49,1),('2007-11-01','#__content',42,1),('2007-11-01','#__content',28,1),('2007-11-02','#__content',19,1),('2007-11-02','#__content',8,2),('2007-11-02','#__content',29,2),('2007-11-02','#__content',51,2),('2007-11-02','#__content',32,1),('2007-11-02','#__content',1,3),('2007-11-02','#__content',50,1),('2007-11-02','#__content',6,2),('2007-11-02','#__content',14,1),('2007-11-02','#__content',11,1),('2007-11-02','#__content',37,1),('2007-11-02','#__content',42,1),('2007-11-02','#__content',49,1),('2007-11-02','#__content',43,1),('2007-11-02','#__content',9,1),('2007-11-02','#__content',41,1),('2007-11-02','#__content',20,1),('2007-11-03','#__content',25,1),('2007-11-03','#__content',29,1),('2007-11-03','#__content',32,2),('2007-11-03','#__content',9,2),('2007-11-03','#__content',30,1),('2007-11-03','#__content',4,2),('2007-11-03','#__content',16,1),('2007-11-03','#__content',49,1),('2007-11-03','#__content',50,1),('2007-11-03','#__content',37,2),('2007-11-03','#__content',33,1),('2007-11-03','#__content',41,1),('2007-11-03','#__content',20,1),('2007-11-03','#__content',48,1),('2007-11-03','#__content',31,1),('2007-11-03','#__content',14,1),('2007-11-03','#__content',42,1),('2007-11-03','#__content',15,1),('2007-11-03','#__content',35,1),('2007-11-03','#__content',19,1),('2007-11-03','#__content',3,1),('2007-11-03','#__content',11,2),('2007-11-03','#__content',23,1),('2007-11-03','#__content',22,1),('2007-11-04','#__content',26,2),('2007-11-04','#__content',11,2),('2007-11-04','#__content',41,2),('2007-11-04','#__content',51,2),('2007-11-04','#__content',45,1),('2007-11-04','#__content',18,1),('2007-11-04','#__content',10,1),('2007-11-04','#__content',21,1),('2007-11-04','#__content',50,1),('2007-11-04','#__content',16,1),('2007-11-04','#__content',28,1),('2007-11-04','#__content',48,1),('2007-11-04','#__content',24,1),('2007-11-05','#__content',10,2),('2007-11-05','#__content',1,6),('2007-11-05','#__content',50,8),('2007-11-05','#__content',51,7),('2007-11-05','#__content',48,7),('2007-11-05','#__content',9,3),('2007-11-05','#__content',11,2),('2007-11-05','#__content',4,5),('2007-11-05','#__content',16,2),('2007-11-05','#__content',6,5),('2007-11-05','#__content',26,3),('2007-11-05','#__content',14,5),('2007-11-05','#__content',25,4),('2007-11-05','#__content',49,5),('2007-11-05','#__content',42,5),('2007-11-05','#__content',41,5),('2007-11-05','#__content',40,3),('2007-11-05','#__content',37,3),('2007-11-05','#__content',22,3),('2007-11-05','#__content',21,3),('2007-11-05','#__content',15,3),('2007-11-05','#__content',45,2),('2007-11-05','#__content',43,2),('2007-11-05','#__content',44,3),('2007-11-05','#__content',29,2),('2007-11-05','#__content',35,3),('2007-11-05','#__content',34,2),('2007-11-05','#__content',33,2),('2007-11-05','#__content',32,1),('2007-11-05','#__content',31,3),('2007-11-05','#__content',30,2),('2007-11-05','#__content',28,2),('2007-11-05','#__content',24,2),('2007-11-05','#__content',23,1),('2007-11-05','#__content',20,2),('2007-11-05','#__content',19,2),('2007-11-05','#__content',18,3),('2007-11-05','#__content',3,2),('2007-11-05','#__content',8,2),('2007-11-06','#__content',51,2),('2007-11-06','#__content',14,2),('2007-11-06','#__content',10,1),('2007-11-06','#__content',19,1),('2007-11-06','#__content',32,1),('2007-11-06','#__content',28,1),('2007-11-06','#__content',43,2),('2007-11-06','#__content',45,2),('2007-11-06','#__content',25,1),('2007-11-06','#__content',49,1),('2007-11-06','#__content',48,1),('2007-11-06','#__content',42,1),('2007-11-06','#__content',40,1),('2007-11-06','#__content',37,1),('2007-11-06','#__content',44,1),('2007-11-07','#__content',3,2),('2007-11-07','#__content',23,1),('2007-11-07','#__content',19,1),('2007-11-07','#__content',24,1),('2007-11-07','#__content',20,1),('2007-11-07','#__content',9,1),('2007-11-07','#__content',44,2),('2007-11-07','#__content',34,1),('2007-11-07','#__content',30,1),('2007-11-07','#__content',35,1),('2007-11-07','#__content',48,1),('2007-11-07','#__content',51,1),('2007-11-07','#__content',41,1),('2007-11-07','#__content',50,1),('2007-11-07','#__content',29,1),('2007-11-07','#__content',8,1),('2007-11-08','#__content',43,1),('2007-11-08','#__content',1,1),('2007-11-08','#__content',18,1),('2007-11-08','#__content',34,1),('2007-11-08','#__content',37,1),('2007-11-08','#__content',15,2),('2007-11-08','#__content',23,1),('2007-11-08','#__content',14,1),('2007-11-08','#__content',3,1),('2007-11-08','#__content',30,1),('2007-11-08','#__content',4,1),('2007-11-08','#__content',5,3),('2007-11-08','#__content',50,1),('2007-11-09','#__content',24,1),('2007-11-09','#__content',20,1),('2007-11-09','#__content',49,2),('2007-11-09','#__content',40,2),('2007-11-09','#__content',32,2),('2007-11-09','#__content',45,1),('2007-11-09','#__content',22,1),('2007-11-09','#__content',1,1),('2007-11-09','#__content',42,1),('2007-11-09','#__content',10,1),('2007-11-09','#__content',18,1),('2007-11-09','#__content',25,1),('2007-11-10','#__content',22,2),('2007-11-10','#__content',3,1),('2007-11-10','#__content',33,1),('2007-11-10','#__content',40,4),('2007-11-10','#__content',11,1),('2007-11-10','#__content',30,1),('2007-11-10','#__content',51,1),('2007-11-10','#__content',24,1),('2007-11-10','#__content',28,1),('2007-11-10','#__content',10,1),('2007-11-10','#__content',29,1),('2007-11-10','#__content',19,1),('2007-11-10','#__content',35,2),('2007-11-10','#__content',37,1),('2007-11-10','#__content',14,1),('2007-11-10','#__content',1,1),('2007-11-10','#__content',9,2),('2007-11-10','#__content',4,1),('2007-11-11','#__content',35,2),('2007-11-11','#__content',48,2),('2007-11-11','#__content',45,1),('2007-11-11','#__content',20,1),('2007-11-11','#__content',49,1),('2007-11-11','#__content',16,1),('2007-11-11','#__content',50,1),('2007-11-11','#__content',9,1),('2007-11-11','#__content',25,1),('2007-11-11','#__content',4,1),('2007-11-11','#__content',28,1),('2007-11-11','#__content',31,1),('2007-11-11','#__content',24,1),('2007-11-12','#__content',49,2),('2007-11-12','#__content',50,1),('2007-11-12','#__content',29,1),('2007-11-12','#__content',43,2),('2007-11-12','#__content',28,1),('2007-11-12','#__content',6,1),('2007-11-12','#__content',31,1),('2007-11-12','#__content',11,1),('2007-11-12','#__content',1,1),('2007-11-12','#__content',19,1),('2007-11-12','#__content',8,1),('2007-11-12','#__content',26,1),('2007-11-12','#__content',41,1),('2007-11-12','#__content',18,1),('2007-11-12','#__content',14,1),('2007-11-12','#__content',51,1),('2007-11-12','#__content',42,1),('2007-11-12','#__content',9,1),('2007-11-12','#__content',34,1),('2007-11-12','#__content',23,1),('2007-11-13','#__content',5,1),('2007-11-13','#__content',4,1),('2007-11-13','#__content',41,1),('2007-11-13','#__content',11,1),('2007-11-13','#__content',30,1),('2007-11-13','#__content',26,1),('2007-11-13','#__content',8,1),('2007-11-13','#__content',15,1),('2007-11-13','#__content',3,1),('2007-11-13','#__content',18,1),('2007-11-13','#__content',35,1),('2007-11-13','#__content',32,1),('2007-11-14','#__content',44,1),('2007-11-14','#__content',21,1),('2007-11-14','#__content',6,1),('2007-11-14','#__content',40,1),('2007-11-14','#__content',20,1),('2007-11-14','#__content',50,2),('2007-11-14','#__content',51,1),('2007-11-14','#__content',29,1),('2007-11-14','#__content',42,1),('2007-11-14','#__content',43,1),('2007-11-14','#__content',37,1),('2007-11-14','#__content',9,1),('2007-11-14','#__content',14,1),('2007-11-14','#__content',3,1),('2007-11-14','#__content',19,1),('2007-11-14','#__content',32,1),('2007-11-14','#__content',33,1),('2007-11-14','#__content',22,1),('2007-11-14','#__content',1,2),('2007-11-14','#__content',49,1),('2007-11-15','#__content',45,1),('2007-11-15','#__content',42,1),('2007-11-15','#__content',10,1),('2007-11-15','#__content',14,1),('2007-11-15','#__content',51,1),('2007-11-15','#__content',48,1),('2007-11-15','#__content',11,1),('2007-11-15','#__content',25,2),('2007-11-15','#__content',31,1),('2007-11-15','#__content',6,1),('2007-11-15','#__content',41,1),('2007-11-15','#__content',21,1),('2007-11-16','#__content',28,1),('2007-11-16','#__content',44,2),('2007-11-16','#__content',41,1),('2007-11-16','#__content',35,1),('2007-11-16','#__content',1,1),('2007-11-16','#__content',45,2),('2007-11-16','#__content',48,1),('2007-11-16','#__content',4,1),('2007-11-16','#__content',34,1),('2007-11-16','#__content',31,1),('2007-11-17','#__content',34,1),('2007-11-17','#__content',33,1),('2007-11-17','#__content',51,1),('2007-11-17','#__content',40,1),('2007-11-17','#__content',48,1),('2007-11-17','#__content',6,1),('2007-11-17','#__content',11,1),('2007-11-17','#__content',50,1),('2007-11-17','#__content',18,1),('2007-11-17','#__content',20,1),('2007-11-18','#__content',30,1),('2007-11-18','#__content',18,1),('2007-11-18','#__content',31,2),('2007-11-18','#__content',41,1),('2007-11-18','#__content',45,2),('2007-11-18','#__content',22,1),('2007-11-18','#__content',50,1),('2007-11-18','#__content',23,1),('2007-11-18','#__content',16,2),('2007-11-18','#__content',1,1),('2007-11-18','#__content',8,1),('2007-11-18','#__content',9,1),('2007-11-18','#__content',14,2),('2007-11-19','#__content',34,1),('2007-11-19','#__content',20,1),('2007-11-19','#__content',19,2),('2007-11-19','#__content',49,1),('2007-11-19','#__content',29,1),('2007-11-19','#__content',33,1),('2007-11-19','#__content',48,2),('2007-11-19','#__content',35,1),('2007-11-19','#__content',44,1),('2007-11-20','#__content',1,2),('2007-11-20','#__content',14,1),('2007-11-20','#__content',35,1),('2007-11-20','#__content',9,1),('2007-11-20','#__content',11,3),('2007-11-20','#__content',43,1),('2007-11-20','#__content',20,1),('2007-11-20','#__content',3,2),('2007-11-20','#__content',40,2),('2007-11-20','#__content',29,1),('2007-11-20','#__content',28,1),('2007-11-20','#__content',10,1),('2007-11-20','#__content',42,1),('2007-11-20','#__content',50,1),('2007-11-21','#__content',15,3),('2007-11-21','#__content',40,2),('2007-11-21','#__content',45,2),('2007-11-21','#__content',14,2),('2007-11-21','#__content',37,1),('2007-11-21','#__content',9,1),('2007-11-21','#__content',42,1),('2007-11-21','#__content',4,1),('2007-11-21','#__content',21,1),('2007-11-21','#__content',26,2),('2007-11-21','#__content',51,1),('2007-11-21','#__content',23,1),('2007-11-21','#__content',32,1),('2007-11-21','#__content',50,2),('2007-11-21','#__content',48,3),('2007-11-22','#__content',31,2),('2007-11-22','#__content',20,1),('2007-11-22','#__content',51,1),('2007-11-22','#__content',54,1),('2007-11-22','#__content',4,2),('2007-11-22','#__content',50,1),('2007-11-22','#__content',25,2),('2007-11-22','#__content',7,1),('2007-11-22','#__content',43,1),('2007-11-22','#__content',48,2),('2007-11-22','#__content',45,1),('2007-11-22','#__content',22,1),('2007-11-22','#__content',30,1),('2007-11-22','#__content',42,1),('2007-11-22','#__content',18,1),('2007-11-22','#__content',29,1),('2007-11-22','#__content',11,1),('2007-11-23','#__content',1,1),('2007-11-23','#__content',37,1),('2007-11-23','#__content',26,1),('2007-11-23','#__content',31,1),('2007-11-23','#__content',11,1),('2007-11-23','#__content',21,1),('2007-11-23','#__content',54,1),('2007-11-23','#__content',6,1),('2007-11-23','#__content',25,1),('2007-11-24','#__content',42,1),('2007-11-24','#__content',14,1),('2007-11-24','#__content',1,2),('2007-11-24','#__content',11,1),('2007-11-24','#__content',4,1),('2007-11-24','#__content',9,1),('2007-11-25','#__content',1,6),('2007-11-25','#__content',10,2),('2007-11-25','#__content',11,2),('2007-11-25','#__content',14,2),('2007-11-25','#__content',15,3),('2007-11-25','#__content',16,3),('2007-11-25','#__content',18,2),('2007-11-25','#__content',19,2),('2007-11-25','#__content',2,2),('2007-11-25','#__content',20,4),('2007-11-25','#__content',21,3),('2007-11-25','#__content',22,3),('2007-11-25','#__content',23,2),('2007-11-25','#__content',24,4),('2007-11-25','#__content',25,2),('2007-11-25','#__content',26,3),('2007-11-25','#__content',28,2),('2007-11-25','#__content',29,3),('2007-11-25','#__content',3,3),('2007-11-25','#__content',30,2),('2007-11-25','#__content',31,3),('2007-11-25','#__content',32,2),('2007-11-25','#__content',33,3),('2007-11-25','#__content',34,2),('2007-11-25','#__content',35,1),('2007-11-25','#__content',37,3),('2007-11-25','#__content',4,1),('2007-11-25','#__content',40,2),('2007-11-25','#__content',41,2),('2007-11-25','#__content',42,3),('2007-11-25','#__content',43,1),('2007-11-25','#__content',44,1),('2007-11-25','#__content',45,1),('2007-11-25','#__content',48,4),('2007-11-25','#__content',49,3),('2007-11-25','#__content',50,5),('2007-11-25','#__content',51,6),('2007-11-25','#__content',54,4),('2007-11-25','#__content',6,2),('2007-11-25','#__content',7,1),('2007-11-25','#__content',8,1),('2007-11-25','#__content',9,1),('2007-11-25','#__content',5,1),('2007-11-26','#__content',45,1),('2007-11-26','#__content',18,1),('2007-11-26','#__content',8,2),('2007-11-26','#__content',26,1),('2007-11-26','#__content',34,1),('2007-11-26','#__content',2,2),('2007-11-26','#__content',23,1),('2007-11-26','#__content',15,1),('2007-11-26','#__content',24,1),('2007-11-26','#__content',48,1),('2007-11-26','#__content',49,1),('2007-11-27','#__content',14,1),('2007-11-27','#__content',11,1),('2007-11-27','#__content',35,1),('2007-11-27','#__content',50,1),('2007-11-27','#__content',8,1),('2007-11-27','#__content',3,1),('2007-11-27','#__content',51,1),('2007-11-27','#__content',28,1),('2007-11-27','#__content',2,1),('2007-11-27','#__content',16,1),('2007-11-27','#__content',34,1),('2007-11-27','#__content',9,1),('2007-11-27','#__content',54,1),('2007-11-28','#__content',49,1),('2007-11-28','#__content',50,1),('2007-11-28','#__content',41,1),('2007-11-28','#__content',33,1),('2007-11-28','#__content',9,1),('2007-11-28','#__content',11,1),('2007-11-28','#__content',34,1),('2007-11-28','#__content',31,1),('2007-11-28','#__content',26,2),('2007-11-28','#__content',29,1),('2007-11-28','#__content',3,1),('2007-11-28','#__content',51,1),('2007-11-29','#__content',28,1),('2007-11-29','#__content',54,2),('2007-11-29','#__content',24,1),('2007-11-29','#__content',43,1),('2007-11-29','#__content',37,1),('2007-11-29','#__content',35,1),('2007-11-29','#__content',10,1),('2007-11-29','#__content',5,1),('2007-11-29','#__content',19,1),('2007-11-29','#__content',40,2),('2007-11-29','#__content',51,1),('2007-11-29','#__content',20,1),('2007-11-29','#__content',32,1),('2007-11-29','#__content',50,1),('2007-11-29','#__content',26,1),('2007-11-30','#__content',24,1),('2007-11-30','#__content',42,1),('2007-11-30','#__content',16,1),('2007-11-30','#__content',21,2),('2007-11-30','#__content',54,1),('2007-11-30','#__content',49,2),('2007-11-30','#__content',9,1),('2007-11-30','#__content',41,1),('2007-11-30','#__content',2,1),('2007-12-01','#__content',24,1),('2007-12-01','#__content',6,1),('2007-12-01','#__content',50,1),('2007-12-01','#__content',10,2),('2007-12-01','#__content',55,3),('2007-12-01','#__content',1,2),('2007-12-02','#__content',37,2),('2007-12-02','#__content',43,3),('2007-12-02','#__content',51,5),('2007-12-02','#__content',48,3),('2007-12-02','#__content',33,2),('2007-12-02','#__content',26,3),('2007-12-02','#__content',34,2),('2007-12-02','#__content',29,5),('2007-12-02','#__content',55,7),('2007-12-02','#__content',50,6),('2007-12-02','#__content',41,4),('2007-12-02','#__content',10,4),('2007-12-02','#__content',56,5),('2007-12-02','#__content',9,4),('2007-12-02','#__content',11,2),('2007-12-02','#__content',40,5),('2007-12-02','#__content',42,3),('2007-12-02','#__content',57,23),('2007-12-02','#__content',30,4),('2007-12-02','#__content',24,4),('2007-12-02','#__content',49,5),('2007-12-02','#__content',7,3),('2007-12-02','#__content',4,2),('2007-12-02','#__content',45,3),('2007-12-02','#__content',44,3),('2007-12-02','#__content',18,2),('2007-12-02','#__content',16,3),('2007-12-02','#__content',14,3),('2007-12-02','#__content',19,3),('2007-12-02','#__content',6,2),('2007-12-02','#__content',1,23),('2007-12-02','#__content',31,2),('2007-12-02','#__content',35,2),('2007-12-02','#__content',54,2),('2007-12-02','#__content',2,41),('2007-12-02','#__content',3,3),('2007-12-02','#__content',25,1),('2007-12-02','#__content',22,3),('2007-12-02','#__content',21,1),('2007-12-02','#__content',15,1),('2007-12-02','#__content',32,1),('2007-12-02','#__content',28,2),('2007-12-02','#__content',23,2),('2007-12-02','#__content',20,1),('2007-12-02','#__content',8,1),('2007-12-03','#__content',10,1),('2007-12-03','#__content',48,2),('2007-12-03','#__content',34,1),('2007-12-03','#__content',15,1),('2007-12-03','#__content',35,1),('2007-12-03','#__content',41,4),('2007-12-03','#__content',51,2),('2007-12-03','#__content',37,2),('2007-12-03','#__content',45,1),('2007-12-03','#__content',42,4),('2007-12-03','#__content',26,2),('2007-12-03','#__content',22,2),('2007-12-03','#__content',8,2),('2007-12-03','#__content',1,3),('2007-12-03','#__content',16,2),('2007-12-03','#__content',50,2),('2007-12-03','#__content',14,1),('2007-12-03','#__content',28,2),('2007-12-03','#__content',57,5),('2007-12-03','#__content',9,2),('2007-12-03','#__content',23,1),('2007-12-03','#__content',21,2),('2007-12-03','#__content',20,1),('2007-12-03','#__content',49,2),('2007-12-03','#__content',25,2),('2007-12-03','#__content',56,1),('2007-12-03','#__content',3,2),('2007-12-03','#__content',55,2),('2007-12-03','#__content',43,1),('2007-12-03','#__content',6,1),('2007-12-03','#__content',40,1),('2007-12-03','#__content',31,1),('2007-12-03','#__content',32,2),('2007-12-03','#__content',54,1),('2007-12-03','#__content',18,1),('2007-12-03','#__content',29,1),('2007-12-04','#__content',1,3),('2007-12-04','#__content',7,3),('2007-12-04','#__content',55,1),('2007-12-04','#__content',10,1),('2007-12-04','#__content',14,3),('2007-12-04','#__content',51,3),('2007-12-04','#__content',6,1),('2007-12-04','#__content',11,1),('2007-12-04','#__content',43,1),('2007-12-04','#__content',19,1),('2007-12-04','#__content',21,1),('2007-12-04','#__content',4,1),('2007-12-04','#__content',41,1),('2007-12-04','#__content',20,1),('2007-12-04','#__content',44,1),('2007-12-04','#__content',18,1),('2007-12-04','#__content',8,1),('2007-12-04','#__content',34,1),('2007-12-04','#__content',24,1),('2007-12-04','#__content',49,2),('2007-12-04','#__content',2,3),('2007-12-04','#__content',33,2),('2007-12-04','#__content',42,1),('2007-12-04','#__content',57,4),('2007-12-04','#__content',54,2),('2007-12-04','#__content',26,1),('2007-12-04','#__content',50,1),('2007-12-04','#__content',37,1),('2007-12-04','#__content',16,1),('2007-12-04','#__content',3,1),('2007-12-05','#__content',26,1),('2007-12-05','#__content',42,2),('2007-12-05','#__content',37,2),('2007-12-05','#__content',21,1),('2007-12-05','#__content',57,2),('2007-12-05','#__content',49,1),('2007-12-05','#__content',40,1),('2007-12-05','#__content',56,5),('2007-12-05','#__content',16,6),('2007-12-05','#__content',55,1),('2007-12-05','#__content',3,1),('2007-12-05','#__content',50,2),('2007-12-05','#__content',25,4),('2007-12-05','#__content',10,3),('2007-12-05','#__content',31,1),('2007-12-05','#__content',9,1),('2007-12-05','#__content',24,1),('2007-12-05','#__content',22,4),('2007-12-05','#__content',11,3),('2007-12-05','#__content',6,1),('2007-12-05','#__content',7,1),('2007-12-05','#__content',2,1),('2007-12-05','#__content',54,1),('2007-12-05','#__content',4,3),('2007-12-05','#__content',41,1),('2007-12-05','#__content',20,3),('2007-12-06','#__content',3,1),('2007-12-06','#__content',34,1),('2007-12-06','#__content',51,1),('2007-12-06','#__content',42,1),('2007-12-06','#__content',33,1),('2007-12-06','#__content',25,1),('2007-12-06','#__content',48,2),('2007-12-06','#__content',57,3),('2007-12-06','#__content',11,1),('2007-12-06','#__content',19,1),('2007-12-06','#__content',20,1),('2007-12-06','#__content',49,1),('2007-12-06','#__content',4,1),('2007-12-06','#__content',8,1),('2007-12-06','#__content',37,1),('2007-12-06','#__content',54,1),('2007-12-06','#__content',35,1),('2007-12-06','#__content',56,1),('2007-12-07','#__content',55,2),('2007-12-07','#__content',42,2),('2007-12-07','#__content',6,4),('2007-12-07','#__content',23,4),('2007-12-07','#__content',50,1),('2007-12-07','#__content',7,2),('2007-12-07','#__content',43,4),('2007-12-07','#__content',49,1),('2007-12-07','#__content',31,2),('2007-12-07','#__content',48,1),('2007-12-07','#__content',40,2),('2007-12-07','#__content',30,2),('2007-12-07','#__content',54,3),('2007-12-07','#__content',16,1),('2007-12-07','#__content',25,1),('2007-12-07','#__content',21,2),('2007-12-07','#__content',15,1),('2007-12-07','#__content',22,1),('2007-12-07','#__content',35,1),('2007-12-07','#__content',1,1),('2007-12-07','#__content',4,1),('2007-12-07','#__content',2,1),('2007-12-07','#__content',32,2),('2007-12-07','#__content',18,1),('2007-12-07','#__content',19,1),('2007-12-08','#__content',28,1),('2007-12-08','#__content',15,1),('2007-12-08','#__content',43,1),('2007-12-08','#__content',45,1),('2007-12-08','#__content',48,1),('2007-12-08','#__content',34,1),('2007-12-08','#__content',40,1),('2007-12-08','#__content',16,1),('2007-12-08','#__content',54,1),('2007-12-08','#__content',55,1),('2007-12-08','#__content',49,2),('2007-12-08','#__content',35,1),('2007-12-08','#__content',57,2),('2007-12-08','#__content',23,1);
/*!40000 ALTER TABLE `jos_core_log_items` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `jos_core_log_searches` WRITE;
/*!40000 ALTER TABLE `jos_core_log_searches` DISABLE KEYS */;
INSERT INTO `jos_core_log_searches` VALUES ('scary',1),('dcdefinitions',2),('seemingly',1),('lifetime',2),('luckily',2),('dcicons',2),('desired',1),('jpg',5),('margaret',1),('ballot',2),('matsets',1),('wholly',2),('processed',1),('syndicate',1),('framed',4),('finalize',3),('tourists',2),('color',1),('secure',4),('finishing',2),('panda',2),('administrator',2),('unmatted',1),('crop',1),('thatcher',1),('galleries',1),('cropped',1),('gpl',2),('ordering',2),('nobody',11),('matted',3),('bidding',2),('inhalt',3),('tourist',2),('decorative',4),('geezzzz',2),('commerce',4),('joomla',2),('understands',1),('sled',7),('opml',1),('photographer',3),('menu',2),('ready',1),('politics',5),('fathom',2),('shipped',1),('customize',1),('vista',5),('randomly',1),('printing',4),('browser',1),('outlast',2),('dcperspective',2),('prints',1),('sizes',1),('unframed',1),('encountered',6),('digibug',1),('judgemental',1),('carts',1),('elected',1),('exponential',7),('gallery',5),('frame',1),('ratio',1),('favorites',3),('enlargement',5),('vists',2),('experiment',4),('combined',1),('democracy',4),('matching',4),('gnu',3),('verification',7),('evil',3),('approximately',6),('fragile',1),('images',6),('realize',4),('august',1),('photography',6),('ideal',4),('phrase',2),('entered',7),('wimax',2),('lifer',4),('dcflashes',2),('sles',4),('reed',2),('exact',3),('locals',2),('tlb',2),('license',4),('russell',9),('oldest',2),('wwii',6),('ensures',1),('neighbor',1),('diplomatic',4),('capitalism',3),('runs',2),('feeds',6),('politicians',5),('released',5),('alphabetical',2),('economist',2),('interoperability',6),('templates',2),('deployed',7),('lack',3),('statitistical',7),('blogging',6),('matters',2),('bravo',6),('possibility',2),('static',6),('philosophically',3),('blossoms',3),('words',6),('cardin',5),('elections',4),('prev',5),('enlargemen',7),('experimental',1),('zenworks',6),('mast',2),('purchasing',4),('uniqueness',5),('atom',1),('blog',5),('wifi',7),('interaction',4),('keyword',2),('outsell',2),('laptops',6),('default',6),('simmons',5),('random',7),('newest',2),('seperate',1),('desktops',6),('mangemen',5),('billion',7),('choked',2),('debate',8),('motivated',2),('walter',3),('udar',3),('teenager',6),('congrats',10),('alot',2),('banking',3),('midterm',2),('productivity',7),('bother',3),('reunion',2),('identity',7),('reuters',4),('characters',2),('crp',2),('cracks',5),('memorial',6),('microsofts',6),('unfamiliar',4),('modify',2),('possibilities',4),('clue',2),('drawback',3),('unfiltered',2),('monday',2),('importantly',5),('steele',12),('distribute',6),('regardless',4),('unbelievable',5),('fit',1),('visually',2),('novell',6),('feasable',3),('tha',6),('starbucks',4),('cio',2),('maximum',2),('fighting',3),('telecommuting',6),('peple',2),('stunning',3),('thrown',2),('capitol',2),('wandered',2),('hazy',2),('insitute',4),('var',4),('broadband',6),('arrest',2),('talen',1),('redskins',2),('canon',2),('participation',2),('photographic',8),('greatest',6),('convergence',4),('google',2),('securing',4),('pope',5),('outpacing',8),('configure',5),('senate',7),('minimum',2),('porn',6),('authorization',4),('statistically',3),('attained',2),('snagged',2),('indeed',5),('motivating',2),('thousand',6),('askew',4),('esimates',2),('doc',5),('eventually',5),('prediction',5),('capture',2),('secured',2),('pros',6),('collaboration',4),('twice',2),('unfortunat',5),('dpreview',6),('shot',5),('primarily',2),('exploring',8),('snagging',2),('accross',6),('downtown',5),('productive',5),('laid',11),('med',4),('microso',6),('circle',2),('wager',2),('desktop',7),('army',6),('zingers',2),('bugeting',2),('mixture',2),('brothers',2),('copyrighted',6),('knows',4),('undefined',2),('realized',7),('tasks',2),('territory',2),('missteps',2),('shame',7),('spends',2),('cherry',6),('guidelines',2),('baby',2),('beltway',2),('disgraced',2),('memorialize',7),('depoyt',2),('finest',2),('mall',5),('amazing',6),('democrat',6),('setup',7),('zeese',2),('laymans',2),('obtaining',1),('flordia',2),('voting',2),('migration',6),('aparently',7),('conservative',4),('pulled',4),('lesson',6),('timing',2),('redundancy',5),('nations',6),('replacement',2),('sacrifices',6),('beleive',2),('passing',5),('australian',5),('eternally',5),('mixed',5),('brick',2),('unprotected',6),('definitely',6),('conside',3),('lastly',6),('accesss',2),('bytes',2),('charges',3),('proven',7),('watched',2),('oes',6),('enables',9),('politicsnews',2),('film',3),('filed',2),('essentually',5),('variant',2),('journalist',6),('grown',6),('endeth',4),('uniquely',4),('novells',6),('revised',2),('republican',4),('humans',4),('uncomfortable',4),('brit',2),('posters',2),('ago',4),('predominately',6),('photograph',5),('aside',2),('menus',2),('transition',5),('redhat',2),('occured',5),('spam',2),('theory',5),('nasty',2),('commanders',6),('upgrade',6),('insights',2),('evey',4),('limbaugh',2),('connecting',7),('loose',2),('widescreens',6),('preventative',4),('brac',2),('flags',6),('questioned',5),('deteriation',6),('defense',6),('ruffle',2),('bruce',2),('strive',7),('vow',2),('ing',5),('visited',2),('docx',2),('partnership',6),('laptop',5),('sanity',2),('childish',2),('signs',7),('variables',2),('consideration',6),('plauge',2),('distributions',7),('ion',8),('throw',7),('ususally',2),('saved',4),('blunder',2),('campaign',5),('integrate',4),('happen',4),('politician',5),('securely',6),('oriented',5),('behaves',2),('photobook',2),('dreams',2),('wou',6),('franchise',2),('legacy',5),('totally',2),('unsatisfied',6),('filter',5),('mainly',5),('furious',2),('vote',6),('splurge',2),('conclusions',5),('authenication',4),('battery',1),('usage',2),('presidential',3),('enthusasts',5),('plucked',2),('flying',5),('nightgames',2),('shoulder',8),('appeal',2),('ain',12),('planned',2),('frustrated',6),('deleting',2),('coffee',2),('bloom',2),('iraq',5),('iphone',6),('thumb',6),('clearveiw',6),('talented',2),('ually',2),('thorough',2),('consultant',5),('empowering',6),('switching',3),('installing',5),('professionally',3),('affect',4),('guys',2),('darkroom',2),('snagg',3),('exaberates',2),('rebates',2),('organizing',2),('essional',5),('beyound',2),('victims',6),('personally',5),('partisan',2),('preconfigured',6),('absolute',4),('advocacy',2),('blogger',6),('decent',5),('syncronize',4),('corporat',7),('fought',8),('concerned',6),('ran',5),('strongly',2),('weekend',4),('wisdom',6),('prove',4),('shamelessly',7),('fifty',6),('watc',4),('citizens',2),('attack',6),('validation',5),('decade',5),('forefathers',2),('predicts',2),('dealing',6),('impluse',2),('struck',6),('claim',4),('strides',2),('patch',6),('bounds',2),('connected',5),('tip',6),('borders',6),('enfoce',3),('reveiws',2),('evening',5),('bidder',2),('breaks',6),('comapany',2),('revenues',7),('historic',2),('quo',6),('thirty',2),('ripped',2),('governmentnetworks',7),('remainder',2),('saturday',2),('septemeber',1),('wireless',6),('digital',4),('hat',11),('ger',6),('firs',6),('intelligence',5),('thats',8),('flag',4),('opposiite',7),('imagine',6),('unfor',6),('mile',5),('priceless',5),('crt',2),('redundant',6),('bought',1),('spending',5),('pander',2),('pubic',2),('upgraded',2),('dell',5),('traveling',4),('iin',2),('beconsidered',5),('feasible',6),('jab',2),('ear',5),('ope',3),('kutztown',2),('layer',9),('disgraceful',7),('overseas',5),('docking',2),('porch',2),('bigger',7),('election',6),('disagree',4),('wiring',2),('capabilities',5),('boots',6),('doubt',8),('ensuring',2),('fix',4),('foremost',2),('foolish',5),('billions',2),('apart',2),('bathists',2),('glad',6),('primaries',6),('deserves',2),('sharing',6),('rush',4),('math',3),('dollars',5),('btw',7),('committees',6),('democratic',6),('polished',2),('starts',2),('telecommuters',5),('heed',2),('powers',2),('vacations',4),('designing',6),('sledding',4),('shooters',2),('ind',4),('solut',4),('responsibilities',6),('dismiss',6),('warchest',2),('documents',6),('nope',7),('sized',4),('aspect',6),('maryland',6),('onslaught',7),('harm',8),('gaff',5),('senatorial',6),('tricks',2),('actually',2),('barely',2),('compaq',2),('whistles',6),('officials',4),('combate',4),('wasting',2),('installation',5),('consortium',4),('metropolitan',4),('connect',6),('putting',5),('honest',6),('honor',3),('beating',2),('portable',3),('exploited',2),('wir',5),('lets',4),('milestone',3),('propagated',7),('printed',1),('cardboard',2),('easter',2),('tion',8),('interact',4),('ions',2),('millionth',5),('assortment',4),('coordinated',6),('bells',5),('troups',5),('museums',2),('planet',6),('underestimate',4),('carrring',2),('extensions',4),('pushing',2),('dirt',6),('purchases',8),('accomodate',7),('unaccountable',4),('opposition',4),('belief',2),('dozen',2),('client',6),('americans',4),('fighter',5),('candidates',4),('interpretation',3),('circuit',1),('scheduling',8),('fail',4),('outdated',1),('snow',7),('blackberries',2),('antivirus',4),('technically',1),('indefinite',4),('badly',2),('spend',3),('encryption',2),('utilize',2),('deploy',6),('isp',6),('adage',2),('directive',3),('coordinating',6),('leaves',2),('initially',5),('fixes',2),('thier',5),('utlilizing',4),('logic',6),('tailored',2),('eveything',2),('rain',4),('ive',6),('marketplace',4),('install',4),('extend',3),('hickup',2),('peers',6),('unfortunately',5),('stops',2),('capability',6),('train',6),('looked',2),('donate',2),('seat',4),('rally',3),('continuously',11),('weighs',2),('humidity',1),('studied',2),('trillion',2),('plow',2),('checking',4),('finals',2),('unknown',2),('imes',1),('architects',5),('ight',4),('effectively',5),('ate',9),('stomach',4),('precedent',2),('batch',2),('majority',10),('extension',6),('confess',2),('transparent',5),('ble',5),('lately',2),('stricken',1),('configuration',4),('nonsense',2),('word',4),('intelligent',2),('goals',5),('linux',4),('ineffective',4),('ity',6),('hacking',2),('universities',5),('busy',7),('concerning',6),('dots',1),('miserably',8),('permiates',2),('dirty',2),('organizat',2),('blatantly',2),('configurations',4),('wit',7),('flagship',2),('snowed',2),('comeback',2),('upgrades',6),('syste',5),('thangs',7),('removed',2),('careful',1),('waive',2),('forget',6),('fraction',3),('creates',2),('releasing',2),('settings',1),('slight',2),('versions',4),('bluetooth',4),('shared',2),('sometime',3),('bookmark',4),('alarming',2),('ver',9),('strike',2),('fight',6),('disruptive',4),('uphold',2),('constant',7),('bless',2),('hasn',2),('bench',2),('insurgents',5),('produc',3),('sma',4),('choices',2),('ktop',4),('wisely',8),('subcription',2),('drawing',2),('kidding',4),('screens',2),('brings',2),('dear',2),('sharking',6),('spyware',2),('survive',1),('iss',6),('pep',6),('piracy',2),('blame',2),('warranties',5),('throug',3),('talked',2),('basically',7),('shutter',1),('faces',2),('fails',2),('leesburg',2),('mac',3),('surely',2),('votes',2),('retrospect',6),('upward',1),('storm',6),('truncated',4),('component',2),('camera',8),('photograpy',6),('theft',2),('responsib',2),('shots',1),('lightly',4),('lly',12),('handhelds',1),('explained',1),('globe',2),('foam',2),('enthusiast',2),('tents',1),('gut',1),('floppy',2),('failings',2),('reseller',3),('magnitude',2),('secur',1),('outrageous',4),('recurring',2),('delivered',3),('upfront',2),('forced',1),('travesty',2),('claims',6),('terrible',4),('duties',7),('accountable',6),('sanitity',2),('ich',4),('scientifc',1),('advances',7),('ility',7),('jpjoe',4),('apologies',2),('mone',6),('failed',2),('debating',2),('entertaining',7),('yea',7),('plenty',2),('initials',4),('loosing',1),('powerpoint',6),('internetnews',4),('shuttle',1),('validate',2),('liberty',2),('loans',1),('replys',7),('jus',6),('middl',1),('photogr',5),('misplaced',2),('sounds',6),('unfortunate',6),('thinks',2),('schedules',8),('congress',5),('plate',6),('nce',1),('miracles',2),('constantly',2),('saftey',2),('hanging',6),('tidbit',2),('veterans',1),('wwf',2),('exceeds',1),('reaches',1),('exit',2),('payroll',6),('somewhere',3),('ssionally',1),('couldn',6),('precident',2),('poverty',1),('stability',4),('compromised',5),('generation',3),('usi',3),('politically',3),('abettermousetrap',4),('easier',1),('tuesday',1),('bred',1),('sucess',1),('weapon',3),('ibm',4),('sad',2),('ideals',6),('carring',2),('punish',2),('repairs',1),('rank',4),('bulletin',1),('config',2),('bush',4),('suffering',1),('adding',1),('prof',6),('pdas',1),('baseballs',2),('signal',3),('immediate',3),('sinply',4),('commute',5),('closing',3),('ystem',7),('notified',2),('mainl',3),('bsp',4),('approxim',5),('scapegoats',3),('novice',2),('inews',2),('workstation',4),('defendingnovell',2),('terrifying',2),('rity',3),('validated',5),('knowing',2),('tually',3),('anybody',2),('acknowledged',4),('amazes',2),('leeway',2),('attacked',8),('absolutely',4),('interview',5),('researcher',2),('adds',1),('degrees',1),('awkward',2),('loc',6),('cashing',5),('predomin',4),('reless',5),('philosophy',2),('llion',3),('solu',2),('nra',2),('evaluators',2),('negative',4),('sin',6),('interoberability',4),('economics',2),('hell',4),('justifying',4),('ure',1),('dcclr',2),('theaters',1),('defa',3),('connectivity',4),('operational',4),('focused',12),('workstations',4),('adjustments',6),('losing',4),('schedu',2),('ffice',5),('switch',1),('meduim',6),('handheld',1),('momentuim',4),('thr',5),('machines',3),('valuable',2),('joe',1),('xml',2),('triples',2),('reasonable',6),('percentages',7),('compatability',4),('revert',2),('stem',4),('wasted',2),('senator',2),('probation',2),('campaigning',4),('consultants',3),('challenges',1),('museu',1),('shelf',4),('conversion',6),('mention',5),('shoul',3),('nation',3),('rporate',1),('appropriately',2),('traded',7),('decides',2),('criti',2),('pundits',2),('split',5),('meld',2),('ers',6),('wednesday',2),('ough',3),('teamster',2),('crippled',1),('clients',4),('anyway',2),('hurt',4),('quarter',5),('lcnew',1),('eeds',3),('minu',3),('victum',1),('shined',2),('consider',8),('disbanded',3),('percentage',3),('propagate',2),('enterprises',3),('ignoring',1),('shops',3),('xmas',1),('annoying',2),('outlawed',2),('canned',3),('comfortably',2),('duty',1),('especia',2),('chaney',2),('handling',1),('centered',1),('sum',3),('tread',3),('fiasco',1),('tising',1),('denounces',2),('hundred',5),('believer',1),('ambiguous',2),('networks',2),('wary',1),('fourth',2),('encrypt',1),('nbsp',5),('teps',6),('har',2),('desk',1),('tely',2),('proprietary',6),('steel',1),('sighted',6),('considering',2),('police',2),('justice',2),('rushcard',2),('warranty',2),('fitting',1),('seperated',1),('afternoon',1),('efficiently',4),('argroup',2),('regret',2),('micro',1),('orin',4),('incompatibility',4),('populous',3),('ess',4),('rdf',3),('telecommut',3),('helped',2),('https',2),('ated',3),('ling',1),('applies',3),('snap',2),('linuxcentral',3),('willing',1),('ove',3),('clicked',2),('acheive',1),('ccess',1),('trend',1),('reactionary',5),('connections',3),('lucky',1),('acre',1),('raising',2),('contemplated',3),('ligence',3),('deskt',1),('comfortable',3),('oddity',2),('exist',1),('authorized',1),('kerr',1),('incalculable',2),('edhat',1),('useless',5),('authentication',4),('predefine',1),('amazed',1),('adverti',1),('repeat',1),('costs',2),('felony',1),('charlie',2),('accesses',1),('nks',2),('luck',1),('shareholders',2),('ely',1),('outlaw',2),('troops',1),('reasona',1),('hobbyist',1),('unauthorized',1),('nonprofit',1),('explorer',1),('ately',1),('sually',1),('publicly',1),('considerations',1),('depot',2),('carried',1),('miller',2),('backend',1),('flew',1),('ted',1),('banter',2),('nee',2),('agnostic',2),('mindset',1),('leadership',2),('scanning',1),('semester',1),('concord',1),('integrated',1),('apology',1),('adversely',1),('prosecution',1),('idiot',2),('aren',1),('somet',1),('manufacturers',1),('feeble',2),('pacifier',2),('peacemaker',2),('esses',1),('endorsements',2),('refering',1),('stoma',1),('pandered',2),('crack',1),('mere',1),('excel',2),('lighting',1),('cameras',1),('whopping',1),('hose',1),('taxpayers',1),('blurb',1),('wirel',1),('somethi',2),('twork',1),('interests',1),('tuesdays',1),('micrsoft',1),('installed',1),('depending',1),('bag',3),('melding',1),('eclipse',1),('puppy',1),('ven',1),('bunch',1),('reflection',1),('probably',1),('cheerleaders',1),('enterpri',1),('feeling',1),('cute',1),('scanned',1),('servant',1),('invest',1),('affected',1),('reknown',1);
/*!40000 ALTER TABLE `jos_core_log_searches` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

--
-- Table structure for table `jos_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 AUTO_INCREMENT=22 DEFAULT CHARSET=latin1;

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

LOCK TABLES `jos_mambots` WRITE;
/*!40000 ALTER TABLE `jos_mambots` DISABLE KEYS */;
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,3,0,1,0,0,'0000-00-00 00:00:00',''),(4,'SEF','mossef','content',0,5,1,0,0,0,'0000-00-00 00:00:00',''),(5,'MOS Rating','mosvote','content',0,6,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,4,1,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','search_limit=50'),(15,'Search Sections','sections.searchbot','search',0,5,1,0,0,0,'0000-00-00 00:00:00','search_limit=50'),(16,'Email Cloaking','mosemailcloak','content',0,7,1,0,0,0,'0000-00-00 00:00:00',''),(17,'GeSHi','geshi','content',0,8,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,9,1,0,0,0,'0000-00-00 00:00:00',''),(20,'Simple Image Gallery Plugin','plugin_jw_sig','content',0,2,0,0,0,0,'0000-00-00 00:00:00',''),(21,'CalDate Mambot','caldatebot','content',0,1,1,0,0,0,'0000-00-00 00:00:00','sections=DC\'s Blog\ncategories=\npages=15\ndisable_ie6=0\nadd_style_to_head=1');
/*!40000 ALTER TABLE `jos_mambots` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `jos_menu`;
CREATE TABLE `jos_menu` (
  `id` int(11) NOT NULL auto_increment,
  `menutype` varchar(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 AUTO_INCREMENT=39 DEFAULT CHARSET=latin1;

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

LOCK TABLES `jos_menu` WRITE;
/*!40000 ALTER TABLE `jos_menu` DISABLE KEYS */;
INSERT INTO `jos_menu` VALUES (1,'mainmenu','Home','index.php?option=com_frontpage','components',1,0,10,0,2,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','DC by Topics ...','index.php?option=com_content&task=section&id=1','content_section',1,0,1,0,3,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=capporch.jpg\npage_title=0\npageclass_sfx=\nback_button=\ndescription_sec=1\ndescription_sec_image=1\norderby=\nother_cat_section=1\nempty_cat_section=0\ndescription_cat=1\ndescription_cat_image=1\nother_cat=1\nempty_cat=0\ncat_items=1\ncat_description=1\ndate_format=\ndate=\nauthor=\nhits=\nheadings=1\nnavigation=1\norder_select=1\ndisplay=1\ndisplay_num=50\nfilter=1\nfilter_type=title\nunpublished=1'),(3,'mainmenu','Contact DC','index.php?option=com_contact','components',1,0,7,0,10,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\npageclass_sfx=\nback_button=\npage_title=1\nheader=\ncatid=0\nother_cat_section=1\nother_cat=1\ncat_description=1\ncat_items=1\ndescription=1\ndescription_text=\nimage=-1\nimage_align=right\nheadings=1\nposition=1\nemail=0\ntelephone=1\nfax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsessionCheck=1'),(23,'mainmenu','DC\'s Favorites','index.php?option=com_weblinks','components',0,0,4,0,5,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\npageclass_sfx=\nback_button=\npage_title=1\nheader=\nheadings=1\nhits=\nitem_description=1\nother_cat_section=1\nother_cat=1\ndescription=1\ndescription_text=\nimage=-1\nimage_align=right\nweblink_icons='),(5,'mainmenu','Search','index.php?option=com_search','components',1,0,16,0,11,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',0,0,5,0,9,0,'0000-00-00 00:00:00',0,0,0,0,''),(7,'mainmenu','News Feeds','index.php?option=com_newsfeeds','components',0,0,12,0,12,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',0,0,0,0,13,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\nadd=1\nurl=www.joomla.org'),(9,'mainmenu','DC\'s Blog ','index.php?option=com_content&task=blogsection&id=0','content_blog_section',1,0,0,0,4,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\npageclass_sfx=\nback_button=\nheader=\npage_title=1\nleading=0\nintro=6\ncolumns=2\nlink=4\norderby_pri=\norderby_sec=rdate\npagination=2\npagination_results=1\nimage=1\ndescription=0\ndescription_image=0\ncategory=0\ncategory_link=1\nitem_title=1\nlink_titles=\nreadmore=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nunpublished=0\nsectionid=0'),(10,'othermenu','Joomla! Home','http://www.joomla.org','url',0,0,0,0,1,0,'0000-00-00 00:00:00',0,0,0,3,''),(11,'othermenu','Joomla! Forums','http://forum.joomla.org','url',0,0,0,0,1,0,'0000-00-00 00:00:00',0,0,0,3,''),(12,'othermenu','OSM Home','http://www.opensourcematters.org','url',0,0,0,0,1,0,'0000-00-00 00:00:00',0,0,0,3,''),(24,'othermenu','Administrator','administrator/','url',1,0,0,0,3,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1'),(21,'usermenu','Your Details','index.php?option=com_user&task=UserDetails','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,0,1,3,''),(13,'usermenu','Submit News','index.php?option=com_content&task=new&sectionid=1&Itemid=0','url',1,0,0,0,2,0,'0000-00-00 00:00:00',0,0,1,2,''),(14,'usermenu','Submit WebLink','index.php?option=com_weblinks&task=new','url',1,0,0,0,3,0,'0000-00-00 00:00:00',0,0,1,2,''),(15,'usermenu','Check-In My Items','index.php?option=com_user&task=CheckIn','url',1,0,0,0,4,0,'0000-00-00 00:00:00',0,0,1,2,''),(16,'usermenu','Logout','index.php?option=com_login','components',1,0,15,0,5,0,'0000-00-00 00:00:00',0,0,1,3,''),(17,'topmenu','Home','index.php','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,0,0,3,''),(18,'topmenu','Politics News','http://dcperspective.com/index.php?option=com_newsfeeds&task=view&feedid=12&Itemid=7','url',1,0,0,0,2,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1'),(19,'topmenu','IT News','http://dcperspective.com/index.php?option=com_newsfeeds&task=view&feedid=11&Itemid=7','url',1,0,0,0,3,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1'),(20,'topmenu','Links','index.php?option=com_weblinks&Itemid=23','url',0,0,0,0,5,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1'),(25,'mainmenu','DC on ....','index.php?option=com_content&task=category&sectionid=3&id=7','content_category',0,0,7,0,6,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\npage_title=1\npageclass_sfx=\nback_button=\ndescription_cat=1\ndescription_cat_image=1\norderby=\ndate_format=\ndate=\nauthor=\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\nunpublished=1'),(26,'mainmenu','DC\'s Photography','index.php?option=com_weblinks&catid=13','weblink_category_table',-2,0,13,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\npageclass_sfx=\nback_button=\npage_title=1\nheader=\nheadings=1\nhits=\nitem_description=1\nother_cat=1\nweblink_icons=rating_star.png'),(27,'topmenu','Linux News','index.php?option=com_newsfeeds&task=view&feedid=4','newsfeed_link',0,0,4,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\npageclass_sfx=\nback_button=\nheader=\npage_title=1\nfeed_image=1\nfeed_descr=1\nitem_descr=1\nword_count=0'),(28,'topmenu','Green News','index.php?option=com_newsfeeds&task=view&feedid=6','newsfeed_link',1,0,6,0,6,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\npageclass_sfx=\nback_button=\nheader=Green News\npage_title=1\nfeed_image=1\nfeed_descr=1\nitem_descr=1\nword_count=0'),(36,'topmenu','Tech News','index.php?option=com_newsfeeds&task=view&feedid=11','newsfeed_link',1,0,11,0,8,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\npageclass_sfx=\nback_button=\nheader=\npage_title=1\nfeed_image=1\nfeed_descr=1\nitem_descr=1\nword_count=0'),(35,'topmenu','World News','index.php?option=com_newsfeeds&task=view&feedid=13','newsfeed_link',1,0,13,0,7,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\npageclass_sfx=\nback_button=\nheader=\npage_title=1\nfeed_image=1\nfeed_descr=1\nitem_descr=1\nword_count=0'),(37,'mainmenu','DC\'s Bookmarks','index.php?option=com_weblinks&catid=19','weblink_category_table',1,0,19,0,8,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\npageclass_sfx=\nback_button=\npage_title=1\nheader=\nheadings=1\nhits=\nitem_description=1\nother_cat=1\nweblink_icons='),(38,'mainmenu','DC\'s Photography','index.php?option=com_content&task=view&id=57','content_typed',1,0,57,0,7,0,'0000-00-00 00:00:00',0,0,0,0,'');
/*!40000 ALTER TABLE `jos_menu` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

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

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

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

--
-- Table structure for table `jos_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 AUTO_INCREMENT=36 DEFAULT CHARSET=latin1;

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

LOCK TABLES `jos_modules` WRITE;
/*!40000 ALTER TABLE `jos_modules` DISABLE KEYS */;
INSERT INTO `jos_modules` VALUES (1,'Polls','',2,'top',0,'0000-00-00 00:00:00',0,'mod_poll',0,0,1,'cache=0\nmoduleclass_sfx=',0,0),(2,'User Menu','',2,'left',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,1,1,'menutype=usermenu',1,0),(3,'Main Menu','',1,'left',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'menutype=mainmenu',1,0),(4,'Login Form','',4,'left',0,'0000-00-00 00:00:00',1,'mod_login',0,0,1,'',1,0),(5,'Syndicate','',5,'left',0,'0000-00-00 00:00:00',1,'mod_rssfeed',0,0,1,'',1,0),(6,'dcperspective;-)','',4,'right',0,'0000-00-00 00:00:00',1,'mod_latestnews',0,0,1,'moduleclass_sfx=\ncache=0\ntype=1\nshow_front=1\ncount=50\ncatid=\nsecid=',1,0),(7,'Statistics','',6,'left',0,'0000-00-00 00:00:00',0,'mod_stats',0,0,1,'serverinfo=1\nsiteinfo=0\ncounter=1\nincrease=25235\nmoduleclass_sfx=',0,0),(8,'Who\'s Online','',6,'right',0,'0000-00-00 00:00:00',0,'mod_whosonline',0,0,1,'online=1\nusers=1\nmoduleclass_sfx=',0,0),(9,'DC \'s  most popular','',3,'right',0,'0000-00-00 00:00:00',1,'mod_mostread',0,0,1,'moduleclass_sfx=\ncache=0\ntype=1\nshow_front=1\ncount=10\ncatid=\nsecid=',0,0),(10,'Template Chooser','',7,'left',0,'0000-00-00 00:00:00',0,'mod_templatechooser',0,0,1,'title_length=20\nshow_preview=1\npreview_width=140\npreview_height=90\nmoduleclass_sfx=',0,0),(11,'Blog Archive','',5,'right',0,'0000-00-00 00:00:00',0,'mod_archive',0,0,1,'count=10\ncache=0\nmoduleclass_sfx=',1,0),(12,'Sections','',1,'right',0,'0000-00-00 00:00:00',0,'mod_sections',0,0,1,'count=5\nmoduleclass_sfx=',1,0),(13,'Newsflash','',1,'newsflash',62,'2007-10-04 18:28:45',1,'mod_newsflash',0,0,1,'catid=1\nstyle=horiz\nimage=0\nlink_titles=1\nreadmore=0\nitem_title=0\nitems=2\ncache=0\nmoduleclass_sfx=',0,0),(14,'Related Items','',10,'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,'DC\'s Images','',2,'right',62,'2007-10-23 18:36:42',1,'mod_random_image',0,0,1,'type=jpg\nfolder=images/stories/dc\nlink=http://dcperspective.com/index.php?option=com_weblinks&catid=13&Itemid=26\nwidth=167\nheight=100\nmoduleclass_sfx=',0,0),(17,'Top Menu','',1,'user3',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,0,'menutype=topmenu\nmenu_style=list_flat\nmenu_images=n\nmenu_images_align=left\nexpand_menu=n\nclass_sfx=-nav\nmoduleclass_sfx=\nindent_image1=0\nindent_image2=0\nindent_image3=0\nindent_image4=0\nindent_image5=0\nindent_image6=0',1,0),(18,'Banners','',1,'banner',0,'0000-00-00 00:00:00',0,'mod_banners',0,0,0,'banner_cids=\nmoduleclass_sfx=\n',1,0),(19,'Components','',2,'cpanel',0,'0000-00-00 00:00:00',1,'mod_components',0,99,1,'',1,1),(20,'Popular','',3,'cpanel',0,'0000-00-00 00:00:00',1,'mod_popular',0,99,1,'',0,1),(21,'Latest Items','',4,'cpanel',0,'0000-00-00 00:00:00',1,'mod_latest',0,99,1,'',0,1),(22,'Menu Stats','',5,'cpanel',0,'0000-00-00 00:00:00',1,'mod_stats',0,99,1,'',0,1),(23,'Unread Messages','',1,'header',0,'0000-00-00 00:00:00',1,'mod_unread',0,99,1,'',1,1),(24,'Online Users','',2,'header',0,'0000-00-00 00:00:00',1,'mod_online',0,99,1,'',1,1),(25,'Full Menu','',1,'top',0,'0000-00-00 00:00:00',1,'mod_fullmenu',0,99,1,'',1,1),(26,'Pathway','',1,'pathway',0,'0000-00-00 00:00:00',1,'mod_pathway',0,99,1,'',1,1),(27,'Toolbar','',1,'toolbar',0,'0000-00-00 00:00:00',1,'mod_toolbar',0,99,1,'',1,1),(28,'System Message','',1,'inset',0,'0000-00-00 00:00:00',1,'mod_mosmsg',0,99,1,'',1,1),(29,'Quick Icons','',1,'icon',0,'0000-00-00 00:00:00',1,'mod_quickicon',0,99,1,'',1,1),(30,'Other Menu','',3,'left',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,0,'menutype=othermenu\nmenu_style=vert_indent\ncache=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=0\nclass_sfx=\nmoduleclass_sfx=\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=',0,0),(31,'Wrapper','',11,'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),(35,'Google Analytics Tracking Module for VirtueMart','',1,'debug',0,'0000-00-00 00:00:00',1,'mod_analytics',0,0,1,'ucode=\nudn=\nstate=1\nhttps=1\ntracking=1\nvm=1\naffiliation=',0,0);
/*!40000 ALTER TABLE `jos_modules` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `jos_modules_menu` WRITE;
/*!40000 ALTER TABLE `jos_modules_menu` DISABLE KEYS */;
INSERT INTO `jos_modules_menu` VALUES (1,1),(2,0),(3,0),(4,1),(5,1),(6,1),(6,2),(7,0),(8,1),(9,1),(9,2),(10,1),(11,0),(12,0),(13,0),(15,0),(16,0),(17,0),(18,0),(30,0),(35,0);
/*!40000 ALTER TABLE `jos_modules_menu` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `jos_newsfeeds`;
CREATE TABLE `jos_newsfeeds` (
  `catid` int(11) NOT NULL default '0',
  `id` int(11) NOT NULL auto_increment,
  `name` text NOT NULL,
  `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 AUTO_INCREMENT=15 DEFAULT CHARSET=latin1;

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

LOCK TABLES `jos_newsfeeds` WRITE;
/*!40000 ALTER TABLE `jos_newsfeeds` DISABLE KEYS */;
INSERT INTO `jos_newsfeeds` VALUES (4,1,'Joomla! - 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',12),(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',13),(10,4,'Linux Today','http://linuxtoday.com/backend/my-netscape.rdf','',1,10,3600,0,'0000-00-00 00:00:00',5),(5,5,'Business News','http://headlines.internet.com/internetnews/bus-news/news.rss','',1,3,3600,0,'0000-00-00 00:00:00',6),(5,6,'Environmental News','http://feeds.reuters.com/reuters/environment','',1,10,3600,0,'0000-00-00 00:00:00',7),(10,7,'Linux Central:New Products','http://linuxcentral.com/backend/lcnew.rdf','',1,3,3600,0,'0000-00-00 00:00:00',8),(10,8,'Linux Central:Best Selling','http://linuxcentral.com/backend/lcbestns.rdf','',1,3,3600,0,'0000-00-00 00:00:00',9),(10,9,'Linux Central:Daily Specials','http://linuxcentral.com/backend/lcspecialns.rdf','',1,3,3600,0,'0000-00-00 00:00:00',10),(9,10,'Internet:Finance News','http://headlines.internet.com/internetnews/fina-news/news.rss','',1,3,3600,0,'0000-00-00 00:00:00',11),(5,11,'IT Security','http://internetnews.com/icom_includes/feeds/inews/wr-security-10.xml',NULL,1,10,3600,0,'0000-00-00 00:00:00',4),(5,12,'Politics News','http://feeds.reuters.com/Reuters/PoliticsNews',NULL,1,10,3600,0,'0000-00-00 00:00:00',3),(4,13,'World News','http://rss.cnn.com/rss/cnn_world.rss',NULL,1,5,3600,0,'0000-00-00 00:00:00',2),(4,14,'Tech News','http://rss.cnn.com/rss/cnn_tech.rss',NULL,1,5,3600,0,'0000-00-00 00:00:00',1);
/*!40000 ALTER TABLE `jos_newsfeeds` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `jos_poll_data`;
CREATE TABLE `jos_poll_data` (
  `id` int(11) NOT NULL auto_increment,
  `pollid` int(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 AUTO_INCREMENT=13 DEFAULT CHARSET=latin1;

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

LOCK TABLES `jos_poll_data` WRITE;
/*!40000 ALTER TABLE `jos_poll_data` DISABLE KEYS */;
INSERT INTO `jos_poll_data` VALUES (1,14,'Only Microsoft',1),(2,14,'Microsoft and Mac',0),(3,14,'Microsoft, Mac, and Linux',2),(4,14,'Only Mac',0),(5,14,'Only Linux',0),(6,14,'Does not matter as long as I can work.',0),(7,14,'',0),(8,14,'',0),(9,14,'',0),(10,14,'',0),(11,14,'',0),(12,14,'',0);
/*!40000 ALTER TABLE `jos_poll_data` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `jos_poll_date` WRITE;
/*!40000 ALTER TABLE `jos_poll_date` DISABLE KEYS */;
INSERT INTO `jos_poll_date` VALUES (1,'2007-08-07 09:34:00',3,14),(2,'2007-08-07 13:25:00',3,14);
/*!40000 ALTER TABLE `jos_poll_date` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

DROP TABLE IF EXISTS `jos_polls`;
CREATE TABLE `jos_polls` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `title` varchar(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 AUTO_INCREMENT=15 DEFAULT CHARSET=latin1;

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

LOCK TABLES `jos_polls` WRITE;
/*!40000 ALTER TABLE `jos_polls` DISABLE KEYS */;
INSERT INTO `jos_polls` VALUES (14,'What operating systems have you considered.',3,0,'0000-00-00 00:00:00',1,0,86400);
/*!40000 ALTER TABLE `jos_polls` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `jos_sections`;
CREATE TABLE `jos_sections` (
  `id` int(11) NOT NULL auto_increment,
  `title` varchar(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 AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;

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

LOCK TABLES `jos_sections` WRITE;
/*!40000 ALTER TABLE `jos_sections` DISABLE KEYS */;
INSERT INTO `jos_sections` VALUES (1,'DC\'s Blog','DC\'s Blog','','content','left','Select a news topic from the list below, then select a news article to read.',1,0,'0000-00-00 00:00:00',2,0,27,'imagefolders=*1*'),(2,'DCflashes','DCflashes','charge2.jpg','content','left','',1,0,'0000-00-00 00:00:00',3,0,2,'imagefolders=*1*'),(3,'FAQs','Frequently Asked Questions','pastarchives.jpg','content','left','From the list below choose one of our FAQs topics, then select an FAQ to read. If you have a question which is not in this section, please contact us.',1,0,'0000-00-00 00:00:00',4,0,2,'');
/*!40000 ALTER TABLE `jos_sections` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `jos_session`;
CREATE TABLE `jos_session` (
  `username` varchar(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=latin1;

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

LOCK TABLES `jos_session` WRITE;
/*!40000 ALTER TABLE `jos_session` DISABLE KEYS */;
INSERT INTO `jos_session` VALUES ('','1197175884','5d90d9041258a6db825ac9b26f4026ff',1,0,'',0),('dc','1196725725','2b6e7f3a58d6eb9c190c787c5ca9d87d',1,62,'Super Administrator',0);
/*!40000 ALTER TABLE `jos_session` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `jos_stats_agents` WRITE;
/*!40000 ALTER TABLE `jos_stats_agents` DISABLE KEYS */;
INSERT INTO `jos_stats_agents` VALUES ('Mozilla Firefox 2.0.0.5',0,136),('Linux',1,1378),('net',2,1983),('Mozilla 5.0',0,8886),('Unknown',1,13153),('com',2,9603),('Unknown',0,5324),('MS Internet Explorer 7.0',0,1147),('Windows XP',1,2166),('Mozilla 2.0',0,20),('Unknown',2,4961),('Konqueror 3.1',0,15),('Mozilla Firefox 2.0.0.4',0,2),('Windows Longhorn',1,51),('MS Internet Explorer 6.0',0,1755),('Mozilla Firefox 1.0.6',0,13),('sc',2,15),('org',2,830),('Netscape 5.0',0,78),('Mozilla Firefox 1.0',0,8),('Mozilla Firefox 1.5.0.7',0,2),('Netscape 4.0',0,11),('Mozilla Firefox 1.5.0.10',0,2),('Windows 2003',1,346),('Mozilla Firefox 2.0.0.2',0,9),('Mozilla Firefox 2.0.0.6',0,20),('nl',2,27),('tv',2,4),('Safari 419.3',0,8),('Mac OS X',1,20),('de',2,45),('MS Internet Explorer 5.0',0,9),('br',2,2),('Safari 522.12.1',0,2),('in',2,38),('gbl',2,19),('Konqueror 3.0',0,14),('Windows 2000',1,620),('Mozilla 4.0',0,34),('Mozilla 3.01',0,4),('Mozilla Firefox 2.0.0.3',0,2),('Debian',1,1),('Opera 9.22',0,2),('ee',2,2),('us',2,1),('cz',2,3),('se',2,2),('MS Internet Explorer 5.5',0,54),('Windows 98',1,55),('ru',2,47),('fr',2,4),('edu',2,5),('Mozilla Firefox 1.5.0.12',0,1),('Mozilla Firefox 1.5',0,2),('mil',2,1),('Mozilla Firefox 1.0.7',0,22),('MS Internet Explorer 3.0',0,3),('Mozilla Firefox 2.0.0.1',0,1),('id',2,1),('es',2,3),('Mozilla Firefox 2.0.0.7',0,29),('yu',2,1),('vc',2,1),('it',2,3),('tr',2,2),('Opera 8.53',0,1),('ca',2,180),('Mozilla Firefox 1.0.2',0,1),('jp',2,3),('Mozilla Firefox 2.0',0,1),('Mozilla Firefox 2.0.0.8',0,22),('Wget 1.5.3.1',0,1),('Mozilla Firefox 2.0.0.9',0,45),('Safari 312.6',0,1),('fi',2,1),('Mozilla Firefox 1.5.0.6',0,1),('uk',2,2),('Mozilla Firefox 1.5.0.2',0,1),('MS Internet Explorer 4.0',0,1),('Windows 95',1,1),('Mozilla Firefox 2.0.0.10',0,2),('Safari 523.12',0,1),('Mozilla Firefox 2.0.0.11',0,98),('ch',2,1),('lu',2,1);
/*!40000 ALTER TABLE `jos_stats_agents` ENABLE KEYS */;
UNLOCK TABLES;

--
-- 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 AUTO_INCREMENT=28 DEFAULT CHARSET=latin1;

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

LOCK TABLES `jos_template_positions` WRITE;
/*!40000 ALTER TABLE `jos_template_positions` DISABLE KEYS */;
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','');
/*!40000 ALTER TABLE `jos_template_positions` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `jos_templates_menu`;
CREATE TABLE `jos_templates_menu` (
  `template` varchar(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=latin1;

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

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

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

DROP TABLE IF EXISTS `jos_users`;
CREATE TABLE `jos_users` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(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 AUTO_INCREMENT=63 DEFAULT CHARSET=latin1;

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

LOCK TABLES `jos_users` WRITE;
/*!40000 ALTER TABLE `jos_users` DISABLE KEYS */;
INSERT INTO `jos_users` VALUES (62,'DC','dc','dc@dcperspective.com','8679d291ccfd3f12a1bf2479f2d0ada8:AXH0beAGOY89F4Dh','Super Administrator',0,1,25,'2007-07-26 20:29:10','2007-12-02 14:56:35','','expired=\nexpired_time=');
/*!40000 ALTER TABLE `jos_users` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

DROP TABLE IF EXISTS `jos_weblinks`;
CREATE TABLE `jos_weblinks` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `catid` int(11) NOT NULL default '0',
  `sid` int(11) NOT NULL default '0',
  `title` varchar(250) NOT NULL default '',
  `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 AUTO_INCREMENT=20 DEFAULT CHARSET=latin1;

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

LOCK TABLES `jos_weblinks` WRITE;
/*!40000 ALTER TABLE `jos_weblinks` DISABLE KEYS */;
INSERT INTO `jos_weblinks` VALUES (1,2,0,'Joomla!','http://www.joomla.org','Home of Joomla!','2005-02-14 15:19:02',6,0,0,'0000-00-00 00:00:00',3,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',1,0,0,'0000-00-00 00:00:00',13,0,1,''),(3,2,0,'MySQL','http://www.mysql.com','The database that Joomla! uses','2004-07-07 10:18:31',2,0,0,'0000-00-00 00:00:00',17,0,1,''),(4,2,0,'OpenSourceMatters','http://www.opensourcematters.org','Home of OSM','2005-02-14 15:19:02',4,0,0,'0000-00-00 00:00:00',9,0,1,'target=0'),(5,2,0,'Joomla! - Forums','http://forum.joomla.org','Joomla! Forums','2005-02-14 15:19:02',4,0,0,'0000-00-00 00:00:00',7,0,1,'target=0'),(6,13,0,'DC\'s B&W Gallery','http://www.dcperspective.com/gallery/DCBW/DCGALLERY.html','This will open a new browser to my Black and White Gallery.  Approximately 300 images of Washington. This site is a secure e commerce ready purchasing gallery. Signed and framed limited editions are available- Just email me. ','2007-11-10 17:59:47',142,0,0,'0000-00-00 00:00:00',11,0,1,'target=1'),(7,19,0,'DCBlogs.com','http://www.dcblogs.com/','Probably the best overall listing of DC Blogs','2007-11-10 17:31:47',37,1,0,'0000-00-00 00:00:00',12,0,1,'target=1'),(8,13,0,'DC\'s Color Gallery','http://www.dcperspective.com/gallery2/dcclr.html','This will open a new browser to my Color Gallery.  Approximately 430 images of Washington. This site is a secure e commerce ready purchasing Gallery. Signed and framed limited editions are available- Just email me.','2007-11-10 18:00:00',138,0,62,'2007-12-02 16:08:15',5,0,1,'target=1'),(9,19,0,'LoudounClear','http://www.loudounclear.org','This is a very interesting site of the Loudoun County Chamber of Commerce.  ','2007-11-10 17:31:41',26,1,0,'0000-00-00 00:00:00',11,0,1,'target=1'),(10,19,0,'Digital Photography Review','http://www.dpreview.com','A fantastic digital photography resource and review site. ','2007-11-10 17:31:35',10,1,0,'0000-00-00 00:00:00',10,0,1,'target=1'),(11,19,0,'NOAA','http://www.nws.noaa.gov/','National Weather Service. An amazing resource .....','2007-11-10 17:31:22',9,1,0,'0000-00-00 00:00:00',9,0,1,'target=1'),(12,19,0,'Fred Miranda','http://www.fredmiranda.com','Great digital photography site- very good reviews and discussions.','2007-11-10 17:31:28',5,1,0,'0000-00-00 00:00:00',8,0,1,'target=1'),(13,19,0,'Craigslist','http://www.craigslist.com','Everybody should explore craiglist if they have not yet done so. It is the cleanest example of what internet bazaar can be.','2007-11-10 17:31:07',3,1,0,'0000-00-00 00:00:00',7,0,1,'target=1'),(14,19,0,'LoudounExtra (Washington Post)','http://loudounextra.washingtonpost.com/','This is a very cutting edge site, a prototype of sorts for the Washington Post to eventually unleash regionally.  Cutting edge stuff at the local level. ','2007-11-10 17:31:00',9,1,0,'0000-00-00 00:00:00',6,0,1,'target=1'),(15,19,0,'Da Nephew','http://web.mac.com/tmcones/iWeb/Famous%20Seamus/Welcome.html','Famous Seamus, da nephew.','2007-11-10 21:46:44',10,1,0,'0000-00-00 00:00:00',5,0,1,'target=1'),(16,19,0,'The Bobby Mac Irish open 07','http://picasaweb.google.com/dcperspective/Bethany07','It\'s a big clan.','2007-11-10 21:50:23',6,1,0,'0000-00-00 00:00:00',2,0,1,'target=1'),(17,19,0,'The Corporate Edge','http://www.argroup.com','Want this experise working for you- contact my people.','2007-11-10 21:52:37',7,1,0,'0000-00-00 00:00:00',4,0,1,'target=1'),(18,19,0,'Fear the Turtle','http://www.umd.edu/','They don\'t need my money, but my promotion- heck yea.','2007-11-10 21:55:04',4,1,0,'0000-00-00 00:00:00',3,0,1,'target=0'),(19,19,0,'Decent Reporting','http://www.mcclatchydc.com/','Can be found here generally. ','2007-12-01 10:31:10',2,1,0,'0000-00-00 00:00:00',1,0,1,'target=1');
/*!40000 ALTER TABLE `jos_weblinks` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

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

-- Dump completed on 2007-12-09  4:58:50

