<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="http://www.movabletype.org/" />

<title>CTHB: That's not right</title>

<link rel="stylesheet" href="http://www.cthb.org/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.cthb.org/index.rdf" />
<link rel="alternate" type="application/atom+xml" title="Atom" href="http://www.cthb.org/atom.xml" />

<link rel="start" href="http://www.cthb.org/" title="Home" />
<link rel="prev" href="http://www.cthb.org/archives/2002/01/more_fun_than_a.html" title="More fun than a Barrel of Spank the Monkeys" />

<link rel="next" href="http://www.cthb.org/archives/2002/01/lego_of_the_rin.html" title="LEGO of the Rings" />

<script type="text/javascript" language="javascript">
<!--

var HOST = 'www.cthb.org';

// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.

function setCookie (name, value, expires, path, domain, secure) {
    var curCookie = name + "=" + escape(value) + (expires ? "; expires=" + expires : "") + (path ? "; path=" + path : "") + (domain ? "; domain=" + domain : "") + (secure ? "secure" : "");
    document.cookie = curCookie;
}

function getCookie (name) {
    var prefix = name + '=';
    var c = document.cookie;
    var nullstring = '';
    var cookieStartIndex = c.indexOf(prefix);
    if (cookieStartIndex == -1)
        return nullstring;
    var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
    if (cookieEndIndex == -1)
        cookieEndIndex = c.length;
    return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}

function deleteCookie (name, path, domain) {
    if (getCookie(name))
        document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}

function fixDate (date) {
    var base = new Date(0);
    var skew = base.getTime();
    if (skew > 0)
        date.setTime(date.getTime() - skew);
}

function rememberMe (f) {
    var now = new Date();
    fixDate(now);
    now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
    now = now.toGMTString();
    if (f.author != undefined)
       setCookie('mtcmtauth', f.author.value, now, '/', '', '');
    if (f.email != undefined)
       setCookie('mtcmtmail', f.email.value, now, '/', '', '');
    if (f.url != undefined)
       setCookie('mtcmthome', f.url.value, now, '/', '', '');
}

function forgetMe (f) {
    deleteCookie('mtcmtmail', '/', '');
    deleteCookie('mtcmthome', '/', '');
    deleteCookie('mtcmtauth', '/', '');
    f.email.value = '';
    f.author.value = '';
    f.url.value = '';
}

//-->
</script>





</head>

<body>

<div id="container">

<div id="banner">
<h1><a href="http://www.cthb.org/" accesskey="1">CTHB</a></h1>
<h2></h2>
</div>

<div class="content">

<p align="right">
<a href="http://www.cthb.org/archives/2002/01/more_fun_than_a.html">&laquo; More fun than a Barrel of Spank the Monkeys</a> |

<a href="http://www.cthb.org/">Main</a>
| <a href="http://www.cthb.org/archives/2002/01/lego_of_the_rin.html">LEGO of the Rings &raquo;</a>

</p>

<h2>January 21, 2002</h2>

<h3>That's not right</h3>

<p>Saw Springer for the first time in years today. The topic? "Threesomes with Grandma." The utter wrongness of this show could not be adequately expressed in words, but like any good car wreck, I couldn't stop myself from watching. I really have to wonder what kinds of trailer parks they had to raid to get the people they put on this show.</p>

<p>How come they don't ever have "You slept with my sister so I ran over your dog with my Bentley" shows?</p>

<div id="a000478more"><div id="more">

</div></div>

<p class="posted">Posted by KinCross at January 21, 2002 12:27 PM</p>




<h2 id="comments">Comments</h2>





<h2>Post a comment</h2>

 

<script type="text/javascript" src="http://www.cthb.org/mt/mt-comments.cgi?__mode=cmtr_name_js"></script>
<script language="javascript" type="text/javascript">
<!--
if (commenter_name) {
    document.write('Thanks for signing in, ', commenter_name, '. Now you can comment. (<a href="http://www.cthb.org/mt/mt-comments.cgi?__mode=handle_sign_in&static=1&entry_id=478&logout=1">sign out</a>)');
} else {
    document.write('If you have a TypeKey identity, you can <a href="https://www.typekey.com/t/typekey/login?&t=ANPq8hYQCNwfTvMo1lbx&v=1.1&_return=http://www.cthb.org/mt/mt-comments.cgi%3f__mode=handle_sign_in%26static=1%26entry_id=478"> sign in</a> to use it here.');
}
// -->
</script>


<form method="post" action="http://www.cthb.org/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie[0].checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="478" />

<div id="name_email">
<p><label for="author">Name:</label><br />
<input tabindex="1" id="author" name="author" /></p>

<p><label for="email">Email Address:</label><br />
<input tabindex="2" id="email" name="email" /></p>
</div>

<script language="javascript" type="text/javascript">
<!--
if (commenter_name) {
    document.getElementById('name_email').style.display = 'none';
}
// -->
</script>


<p><label for="url">URL:</label><br />
<input tabindex="3" type="text" name="url" id="url" />
Remember Me?
<input type="radio" id="remember" onclick="rememberMe(this.form)" name="bakecookie" /><label for="remember">Yes</label><input type="radio" id="forget" name="bakecookie" onclick="forgetMe(this.form)" value="Forget Info" style="margin-left: 15px;" /><label for="forget">No</label><br style="clear: both;" />
</p>

<p><label for="text">Comments:</label> <br/>
<textarea tabindex="4" id="text" name="text" rows="10" cols="50"></textarea></p>

<div align="center">
<input type="submit" name="preview" tabindex="5" 
    value="&nbsp;Preview&nbsp;" />
<input style="font-weight: bold;" type="submit" name="post" 
    tabindex="6" value="&nbsp;Post&nbsp;" />
</div>
</form>




<script type="text/javascript" language="javascript">
<!--
if (document.comments_form.email != undefined)
    document.comments_form.email.value = getCookie("mtcmtmail");
if (document.comments_form.author != undefined)
    document.comments_form.author.value = getCookie("mtcmtauth");
if (document.comments_form.url != undefined)
    document.comments_form.url.value = getCookie("mtcmthome");
if (getCookie("mtcmtauth") || getCookie("mtcmthome")) {
    document.comments_form.bakecookie[0].checked = true;
} else {
    document.comments_form.bakecookie[1].checked = true;
}
//-->
</script>




</div>
</div>

</body>
</html>