<?php
$page_name = "I miss Hobbes";
$menu_type = "art";
$menu_name = "Calvin & Hobbes";
$blog_num = 32;
$page_rate = 7;
$page_tags = array("random");
$page_date = "September 27, 2011";
include_once("./files/head.php");

echo "<p>I couldn't sleep a couple weeks ago, and I didn't feel like reading anything I had available...Then I spotted my Calvin and Hobbes collection.  Excellent bed time reading material.  The first comic had the word defenestration, which I learned only 2 weeks ago (it means \"to exit out a window\").</p>\n";
echo "<img src=\"./images/art/calvin_001.gif\" width=630 height=300>\n";

echo "<br />\n";
echo "<br />\n";
echo "<p>As a kid I found the comics full of great ideas, and funny, 'cause who thinks and does that?...As an adult, I think I felt that cause it's an adult trying to explain a kid's perception of an unlimited world to other adults.  I like it just because it points out how silly perception can be...and I can relate...</p>\n";
echo "<img src=\"./images/art/calvin_002.gif\" width=750 height=250>\n";

echo "<br />\n";
echo "<br />\n";
echo "<p>I suggest re-reading them all over again once every couple years, just for a giggle.</p>\n";
echo "<img src=\"./images/art/calvin_003.gif\" width=549 height=350>\n";

include_once("./files/close.php");
?>