CINXE.COM
TV Schedule: tbs.com - TV Shows - Television Shows - very funny
<!-- TOD: |2|6|6|10/17/2008| E--> <!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><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://www.tbs.com/schedule/","20081017062928","https://web.archive.org/","web","/_static/", "1224224968"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>TV Schedule: tbs.com - TV Shows - Television Shows - very funny</title> <!-- begin metadata component --> <!-- end metadata component --> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="STYLESHEET" type="text/css" href="/web/20081017062928cs_/http://www.tbs.com/REDESIGN2007/style.css"> <link rel="stylesheet" type="text/css" href="/web/20081017062928cs_/http://www.tbs.com/REDESIGN2007/v5_globalREDESIGN2007.css"> <script type="text/javascript" src="https://web.archive.org/web/20081017062928js_/http://i.cdn.turner.com/v5cache/TBS/TBS04/resources/swfobject.js"></script> <script src="/web/20081017062928js_/http://www.tbs.com/REDESIGN2007/js/jquery.js" type="text/javascript"></script> <script src="/web/20081017062928js_/http://www.tbs.com/REDESIGN2007/js/accordion.js" type="text/javascript"></script> <script src="https://web.archive.org/web/20081017062928js_/http://i.cdn.turner.com/v5cache/TBS/TBS04/resources/animatedcollapse.js" type="text/javascript"></script> <!-- ad server setup --> <script> <!-- var cnnDocDomain=''; if(location.hostname.indexOf('tbs.com')>0) { cnnDocDomain='tbs.com'; } if(location.hostname.indexOf('turner.com')>0) { cnnDocDomain='turner.com'; } if(cnnDocDomain) { document.domain = cnnDocDomain;} // --> </script> <script src="/web/20081017062928js_/http://www.tbs.com/resources/cnn_adspaces.js" type="text/javascript"></script> <!-- ad server setup --> <link href="/web/20081017062928cs_/http://www.tbs.com/resources/v5_schedule.css" rel="stylesheet" type="text/css"/> <script src="https://web.archive.org/web/20081017062928js_/http://i.cdn.turner.com/v5cache/TBS/TBS04/resources/animatedcollapse.js" type="text/javascript"></script> <script src="/web/20081017062928js_/http://www.tbs.com/resources/v5_advajax.js" type="text/javascript"></script> <script src="/web/20081017062928js_/http://www.tbs.com/resources/v5_ActionRepeater.js" type="text/javascript"></script> <script src="/web/20081017062928js_/http://www.tbs.com/resources/v5_ScheduleTab.js" type="text/javascript"></script> <script src="/web/20081017062928js_/http://www.tbs.com/resources/v5_Schedule.js" type="text/javascript"></script> <script src="/web/20081017062928js_/http://www.tbs.com/resources/v5_utils.js" type="text/javascript"></script> <script src="/web/20081017062928js_/http://www.tbs.com/resources/v5_behaviour.js" type="text/javascript"></script> <script src="/web/20081017062928js_/http://www.tbs.com/resources/v5_behaviours.js" type="text/javascript"></script> <!-- <link href="/resources/carousel/style.css" rel="stylesheet" type="text/css" /> --> <script type="text/javascript" src="/web/20081017062928js_/http://www.tbs.com/resources/carousel/jquery-1.2.1.pack.js"></script> <script type="text/javascript" src="/web/20081017062928js_/http://www.tbs.com/resources/carousel/jquery.jcarousel.pack.js"></script> <!-- <script type="text/javascript" src="/resources/carousel/jquery-1.2.1.js"></script> --> <script type="text/javascript" src="/web/20081017062928js_/http://www.tbs.com/resources/carousel/carousel.js"></script> <link rel="stylesheet" type="text/css" href="/web/20081017062928cs_/http://www.tbs.com/resources/carousel/jquery.jcarousel.css"/> <!-- <link rel="stylesheet" type="text/css" href="/resources/v5_schedule.css" /> --> <link rel="stylesheet" type="text/css" href="/web/20081017062928cs_/http://www.tbs.com/resources/carousel/skin.css"/> <!-- calendar support scripts --> <script> $(document).ready(function(){ //handle schedule Row selection $(".scheduleRow1").click(function () { scheduleRowHandler(this); }); function scheduleRowHandler(row) { //$(".scheduleRowSelected").removeAttr("id"); //var link = $("scheduleRow1").attr("linkid"); var id = $(row).attr("id"); var linkId = $(row).attr("linkid"); var descId = "#descr_" + linkId; var previousDetail = $("#scheduleBdy2").attr("isopen"); if (previousDetail == descId) { if($(descId).is(":hidden")) { $(descId).slideDown("slow"); $("#link_" + linkId).html("<a href='#' class='minischedarrow'>^</a>"); } else { $(descId).slideUp("fast"); $("#link_" + linkId).html("<a href='#' class='minischedarrow'>>></a>"); } } else { //update the selected row to orange $("#scheduleRowSelected").removeAttr("id"); //set the new selected row $(row).attr("id","scheduleRowSelected"); if($(descId).is(":hidden")) { //close the previously open detail if(previousDetail != "empty" || previousDetail != "" || previousDetail == descId) { if ($(previousDetail).not(":hidden")) { $(previousDetail).slideUp("fast"); $("#link_" + linkId).html("<a href='#' class='minischedarrow'>>></a>"); } } $(descId).slideDown("slow"); //store the open detail in the schedulebdy div $("#scheduleBdy2").attr("isopen",descId ); //change the miniArrow $("#link_" + linkId).html("<a href='#' class='minischedarrow'>^</a>"); } } } $(".scheduleRow2").click(function () { scheduleRowHandler(this); }); $("#remindMe").click(function () { var titleId = $("#remindMe").attr("titleId"); var slot = $("#remindMe").attr("slot"); launchRemindMe(titleId, slot); return false; }); function launchRemindMe(titleId, remindMeDate) { window.open("/processors/remindme_v2.jsp?titleId=" + titleId + "&slot=" + remindMeDate + ",'reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'"); //return false; } function showDescriptionJquery(id) { $("#link_" + id).click(function () { if($("div.details_" + id).is(":hidden")) { $("div.details_" + id).slideDown("slow"); } else { $("div.details_" + id).slideUp("slow"); } return false; }); } }); </script> <script language="Javascript" type="text/javascript"> <!-- // Function which actually swaps tabs function changeColumnistTabn (tabname) { document.getElementById('tab_nav1').style.display = 'none'; document.getElementById('tab_nav2').style.display = 'none'; document.getElementById('tab_nav3').style.display = 'none'; document.getElementById('tab_'+tabname).style.display = 'block'; } function changeColumnistTab (tabname) { document.getElementById('tab_tabelement1').style.display = 'none'; document.getElementById('tab_tabelement2').style.display = 'none'; document.getElementById('tab_tabelement3').style.display = 'none'; document.getElementById('tab_'+tabname).style.display = 'block'; } function changeColumnistTabn2 (tabname) { document.getElementById('tab_nav14').style.display = 'none'; document.getElementById('tab_nav15').style.display = 'none'; document.getElementById('tab_nav16').style.display = 'none'; document.getElementById('tab_'+tabname).style.display = 'block'; } function changeColumnistTab2 (tabname) { document.getElementById('tab_tabelement4').style.display = 'none'; document.getElementById('tab_tabelement5').style.display = 'none'; document.getElementById('tab_tabelement6').style.display = 'none'; document.getElementById('tab_'+tabname).style.display = 'block'; } //--> </script> <script type="text/javascript" language="JavaScript"> <!-- function HideContent(d) { if(d.length < 1) { return; } document.getElementById(d).style.display = "none"; } function ShowContent(d) { if(d.length < 1) { return; } document.getElementById(d).style.display = "block"; } function ReverseContentDisplay(d) { if(d.length < 1) { return; } if(document.getElementById(d).style.display == "none") { document.getElementById(d).style.display = "block"; } else { document.getElementById(d).style.display = "none"; } } //--> </script> <script language="Javascript" type="text/javascript"> // Function which actually swaps tabs function testAlert() { alert("this is working"); } function runSearch(searchTerm, searchType){ if(searchTerm == null || leftTrim(searchTerm).length == 0 || searchTerm.indexOf("</") >= 0 || searchTerm.indexOf(";") >= 0){alert("Please enter a valid search term. HTML, URLs, and Scripts are not allowed.");return false;} var htmlRegEx = new RegExp('[\w*|\W*]*<[[\w*|\W*]*|/[\w*|\W*]]>[\w*|\W*]*'); if(htmlRegEx.exec(searchTerm)){ alert("Please enter a valid search term. HTML, URLs, and Scripts are not allowed.");return false; return false; } searchTerm = escape(searchTerm); var searchType = searchType; if(searchType == ' '){ searchType = ""; } var windowLoc = "https://web.archive.org/web/20081017062928/http://tbssearch.tbs.com/pages/searchresults.jsp?query=" + searchTerm + "&searchType=" + searchType; window.location = windowLoc; } function leftTrim(sString) { while (sString.substring(0,1) == ' ') { sString = sString.substring(1, sString.length); } return sString; } function updateSrchType(searchOption){ document.getElementById('searchScheduleOption').value=searchOption; } </script> <script language="Javascript" type="text/javascript"> function loadScheduleTab(selectedDate) { /* if (timzone == "" || timezone== null) { timezone = 0; } */ document.scheduleForm.action = "/schedule.jsp?selectedDate=" + selectedDate + "&timeZone=0"; document.scheduleForm.submit(); } function loadSchedule(selectedDate, timzone) { //alert(selectedDate); if (timzone == "" || timezone== null) { timezone = 0; } document.scheduleForm.action = "/schedule.jsp?selectedDate=" + selectedDate + "&timeZone=0"; document.scheduleForm.submit(); } /******************************************************** * function diffDates : returns difference two between dates as fraction ex. 1.0, 1.5, .49 * * params : d1 date string in mm/dd/yyyy format (base date) * d2 second date in mm/dd/yyyy format * returns : difference in dates as number * ********************************************************/ function diffDates(d1, d2) { //log.debug("Called diffDates with arg(s) d1 =" + d1 + " d2 =" + d2); base_date = new Date(d1); compare_date = new Date(d2); diffXY = Math.round(base_date - compare_date)/86400000; diffXYPrecision = diffXY.toPrecision(2); //log.debug(Math.abs(diffXYPrecision)); return(diffXYPrecision); } function isValidDate(day, baseDay) { today = baseDay == null ? new Date() : new Date(baseDay); schedule_date = new Date(day); diffXY = Math.round(today - schedule_date)/86400000; diffXYPrecision = diffXY.toPrecision(2); todayAsString = (today.getMonth() + 1) + "/" + today.getDate() + "/" + today.getFullYear(); delta = diffDates(todayAsString,day); lookBack = delta >=0 ? true : false; lookForward = delta < 0 ?true : false; if(lookBack && Math.abs(delta) > 7 || lookForward && Math.abs(delta) > 14) { alert("Programming Schedule is only available for 1 week in the past or 2 weeks into the future."); return false; } return true; } </script> </head> <body bgcolor="#0095D9" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <div id="wrap"> <!-- top logo --> <table width="1000" border="0" cellpadding="0" cellspacing="0" style="padding-left: 20px;"> <tr> <td style="padding-left: 20px;"><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/spacer.gif" width="1" height="20" alt=""> <br><a href="/web/20081017062928/http://www.tbs.com/"><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/top_tbslogo.gif" width="185" height="60" alt="" border="0"></a></td> <td><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/spacer.gif" width="1" height="20" alt=""><br> <!-- DE Ad Space 728x90 --> <!-- adman /tbs_adspaces/schedule/schedule/347645/top.728x90.ad --> <!-- topAdFranchiseId 347645 --> <!-- ADSPACE: schedule/schedule/347645/top.728x90 --><div id="ad-18979" align="center" style="padding: 0; margin: 0; border: 0;"><script type="text/javascript"> cnnad_createAd("18979","https://web.archive.org/web/20081017062928/http://ads.tbs.com/html.ng/site=tbs&tbs_position=728x90_top&tbs_rollup=schedule&tbs_section=347645¶ms.styles=fs","90","728"); </script></div> <!-- DE Ad Space 728x90 --></td> </tr> </table> <!-- /top logo --> <img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/spacer.gif" width="1" height="10" alt=""><br> <table width="1000" border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="top" width="767" style="padding-left: 20px;"> <!-- top nav general --> <table width="767" border="0" cellpadding="0" cellspacing="0"> <form method="get" action="https://web.archive.org/web/20081017062928/http://tbssearch.tbs.com/pages/searchresults.jsp"> <tr> <td rowspan="2" valign="bottom"><a onmouseover="document.images.shows.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_shows_o.gif', ShowContent('navshows'); return false;" onmouseout="document.images.shows.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_shows.gif', HideContent('navshows'); return false;" href="/web/20081017062928/http://www.tbs.com/shows"><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_shows.gif" border="0" width="69" height="34" alt="" name="shows" id="shows"></a></td> <td rowspan="2" valign="bottom"><a onmouseover="document.images.movies.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_movies_o.gif', ShowContent('navmovies'); return false;" onmouseout="document.images.movies.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_movies.gif', HideContent('navmovies'); return false;" href="/web/20081017062928/http://www.tbs.com/movies"><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_movies.gif" border="0" width="61" height="34" alt="" name="movies" id="movies"></a></td> <td rowspan="2" valign="bottom"><a onmouseover="document.images.videos.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_videos_o.gif', ShowContent('navvideos'); return false;" onmouseout="document.images.videos.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_videos.gif', HideContent('navvideos'); return false;" href="/web/20081017062928/http://www.tbs.com/video/index"><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_videos.gif" border="0" width="59" height="34" alt="" name="videos" id="videos"></a></td> <td rowspan="2" valign="bottom"><a onmouseover="document.images.schedule.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_schedule_o.gif', ShowContent('navschedule'); return false;" onmouseout="document.images.schedule.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_schedule.gif', HideContent('navschedule'); return false;" href="/web/20081017062928/http://www.tbs.com/schedule"><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_schedule.gif" border="0" width="72" height="34" alt="" name="schedule" id="schedule"></a></td> <td rowspan="2" valign="bottom"><a onmouseover="document.images.humor.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_humor_o.gif', ShowContent('navhumor'); return false;" onmouseout="document.images.humor.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_humor.gif', HideContent('navhumor'); return false;" href="/web/20081017062928/http://www.tbs.com/headquarters"><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_humor.gif" border="0" width="57" height="34" alt="" name="humor" id="humor"></a></td> <td rowspan="2" valign="bottom"><a onmouseover="document.images.games.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_games_o.gif', ShowContent('navgames'); return false;" onmouseout="document.images.games.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_games.gif', HideContent('navgames'); return false;" href="/web/20081017062928/http://www.tbs.com/games"><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_games.gif" border="0" width="57" height="34" alt="" name="games" id="games"></a></td> <td rowspan="2" valign="bottom"><a onmouseover="document.images.community.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_community_o.gif', ShowContent('navcommunity');" onmouseout="document.images.community.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_community.gif', HideContent('navcommunity');" href="https://web.archive.org/web/20081017062928/http://forums.tbs.com/"><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_community.gif" border="0" width="82" height="34" alt="" name="community" id="community"></a></td> <td rowspan="2" valign="bottom"><a onmouseover="document.images.contests.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_contests_o.gif'; return false;" onmouseout="document.images.contests.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_contests.gif'; return false;" href="/web/20081017062928/http://www.tbs.com/contests"><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_contests.gif" border="0" width="73" height="34" alt="" name="contests" id="contests"></a></td> <td rowspan="2" valign="bottom"><a onmouseover="document.images.shop.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_shop_o.gif', ShowContent('navshop'); return false;" onmouseout="document.images.shop.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_shop.gif', HideContent('navshop'); return false;" href="/web/20081017062928/http://www.tbs.com/shop"><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_shop.gif" border="0" width="61" height="34" alt="" name="shop" id="shop"></a></td> <td colspan="2"> <table width="" border="0" cellpadding="0" cellspacing="0" align="right"> <tr> <td valign="bottom" align="center" background="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_r_background.gif" width="223" height="18"> <input type="hidden" value="all" name="searchOption" id="searchOption"> <div id="tab_nav1" style="display: block;"> <a href="#" onclick="changeColumnistTabn('nav1');updateSrchType('SITE');return false;" class="topnavactiveR">tbs.com</a> | <a href="#" onclick="changeColumnistTabn('nav2');updateSrchType('VIDEO');return false;" class="topnavR">videos</a> | <a href="#" onclick="changeColumnistTabn('nav3');updateSrchType('SCHEDULE');return false;" class="topnavR">schedule</a> </div> <div id="tab_nav2" style="display: none;"> <a href="#" onclick="changeColumnistTabn('nav1');updateSrchType('SITE');return false;" class="topnavR">tbs.com</a> | <a href="#" onclick="changeColumnistTabn('nav2');updateSrchType('VIDEO');return false;" class="topnavactiveR">videos</a> | <a href="#" onclick="changeColumnistTabn('nav3');updateSrchType('SCHEDULE');return false;" class="topnavR">schedule</a> </div> <div id="tab_nav3" style="display: none;"> <a href="#" onclick="changeColumnistTabn('nav1');updateSrchType('SITE');return false;" class="topnavR">tbs.com</a> | <a href="#" onclick="changeColumnistTabn('nav2');updateSrchType('VIDEO');return false;" class="topnavR">videos</a> | <a href="#" onclick="changeColumnistTabn('nav3');updateSrchType('SCHEDULE');return false;" class="topnavactiveR">schedule</a> </div></td> </tr> </table> </td> </tr> <tr> <td valign="middle" background="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_background.gif" width="200"> <input type="hidden" value="javascript:document.getElementById('searchOption').value;" name="searchOption" id="searchOption"> <input type="text" value="" name="query" id="txtQuery" onkeypress="if(window.event && window.event.keyCode == 13) {runSearch(document.getElementById('txtQuery').value, document.getElementById('searchOption').value);return false;}"> </td> <td height="29" align="left" background="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_background.gif"><input type="image" src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_search_btn.gif" alt="" onclick="runSearch(document.getElementById('txtQuery').value, document.getElementById('searchOption').value);return false;"></td> </tr> </form> </table> <!-- /top nav general --> <!-- SHOWS submenu --> <!-- for include --> <div id="navshows" style="display:none; position:absolute; left: 20px; top: 165px; width: 190px; height: 105px; z-index: 10;" onmouseover="ShowContent('navshows','none'),document.images.shows.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_shows_o.gif'" ; onmouseout="HideContent('navshows','none'),document.images.shows.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_shows.gif'" ;> <table width="130" border="0" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/shows/myboys" class="topnav">my boys</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/shows/10itemsorless" class="topnav">10 items or less</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/shows/houseofpayne" class="topnav">tyler perry's house of payne</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/shows/billengvall" class="topnav">the bill engvall show</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/shows/franktv" class="topnav">frank tv</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/shows/theoffice" class="topnav">the office</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/shows/puppetup" class="topnav">puppet up! uncensored</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/shows/everybodylovesraymond" class="topnav">everybody loves raymond</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/shows/familyguy" class="topnav">family guy</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/shows/friends" class="topnav">friends</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/shows/kingofqueens" class="topnav">king of queens</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/shows/mynameisearl" class="topnav">my name is earl</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/shows/seinfeld" class="topnav">seinfeld</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/shows/sexandthecity" class="topnav">sex and the city</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/shows" class="topnav">all other shows</a> </td> </tr> <tr> <td><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_dropdown_bot.gif" width="130" height="4" alt=""></td> </tr> </table> </div> <!-- MOVIES submenu --> <div id="navmovies" style="display:none; position:absolute; width: 190px; height: 105px; left:89px; top:165px; z-index: 10;" onmouseover="ShowContent('navmovies','none'),document.images.movies.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_movies_o.gif'" ; onmouseout="HideContent('navmovies','none'),document.images.movies.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_movies.gif'" ;> <table width="130" border="0" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a class="topnav" href="/web/20081017062928/http://www.tbs.com/movies/dinnerandamovie">dinner & a movie</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a class="topnav" href="/web/20081017062928/http://www.tbs.com/movies/movieandamakeover">movie & a makeover</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a class="topnav" href="/web/20081017062928/http://www.tbs.com/movies/movieextra">movie extra</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a class="topnav" href="/web/20081017062928/http://www.tbs.com/movies/weekendextra">weekend extra</a></td> </tr> <tr> <td><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_dropdown_bot.gif" width="130" height="4" alt=""></td> </tr> </table> </div> <!-- SCHEDULE submenu --> <div id="navschedule" style="display:none; position:absolute; width: 190px; height: 105px; left:209px; top:165px; z-index: 10;" onmouseover="ShowContent('navschedule','none'),document.images.schedule.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_schedule_o.gif'" ; onmouseout="HideContent('navschedule','none'),document.images.schedule.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_schedule.gif'" ;> <table width="130" border="0" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/schedule/movielistings" class="topnav">upcoming movies</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/schedule" class="topnav">daily schedule</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/sports/mlb" class="topnav">mlb on tbs</a></td> </tr> <tr> <td><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_dropdown_bot.gif" width="130" height="4" alt=""></td> </tr> </table> </div> <!-- VIDEOS submenu --> <div id="navvideos" style="display:none; position:absolute; width: 190px; height: 105px; left:151px; top:165px; z-index: 10;" onmouseover="ShowContent('navvideos','none'),document.images.videos.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_videos_o.gif'" ; onmouseout="HideContent('navvideos','none'),document.images.videos.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_videos.gif'" ;> <table width="130" border="0" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/video/index" class="topnav">videos</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/video/index" class="topnav">full episodes</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/video/index/#/all-video/online-exclusives/the-very-funny-show/" class="topnav">very funny show</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/video/index/#/all-video/online-exclusives/our-massive-planet/" class="topnav">our massive planet</a></td> </tr> <tr> <td><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_dropdown_bot.gif" width="130" height="4" alt=""></td> </tr> </table> </div> <!-- HUMOR submenu --> <div id="navhumor" style="display:none; position:absolute; width: 190px; height: 105px; left:280px; top:165px; z-index: 10;" onmouseover="ShowContent('navhumor','none'),document.images.humor.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_humor_o.gif'" ; onmouseout="HideContent('navhumor','none'),document.images.humor.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_humor.gif'" ;> <table width="130" border="0" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="https://web.archive.org/web/20081017062928/http://www.tbs.com/headquarters/profiler/index.html" class="topnav">humor profiler survey</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/officefun" class="topnav">office fun</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/quiz" class="topnav">personality tests</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/stories/dynamic/0,,31707,00.html" class="topnav">1800tbsfunny</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="https://web.archive.org/web/20081017062928/http://dailyflog.tbs.com/" target="_blank" class="topnav">daily flog</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="https://web.archive.org/web/20081017062928/http://veryfunnyads.com/" class="topnav">very funny ads</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/stories/story/0,,128253,00.html" class="topnav">video e-cards</a></td> </tr> <tr> <td><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_dropdown_bot.gif" width="130" height="4" alt=""></td> </tr> </table> </div> <!-- GAMES submenu --> <div id="navgames" style="display:none; position:absolute; width: 190px; height: 105px; left:338px; top:165px; z-index: 10;" onmouseover="ShowContent('navgames','none'),document.images.games.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_games_o.gif'" ; onmouseout="HideContent('navgames','none'),document.images.games.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_games.gif'" ;> <table width="130" border="0" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/stories/story/0,,145944,00.html" class="topnav">backyard mini-golf</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/stories/story/0,,145946,00.html" class="topnav">faces of payne matching game</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/stories/story/0,,148843,00.html" class="topnav">bill engvall snack attack</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/shows/myboys/games/game/0,,91816,00.html" class="topnav">dating playbook</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/stories/story/0,,111905,00.html" class="topnav">don't wake pops</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/stories/story/0,,112732,00.html" class="topnav">funny fill-ins</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/stories/storywide/0,,97602,00.html" class="topnav">laugh lexicon</a></td> </tr> <td><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_dropdown_bot.gif" width="130" height="4" alt=""></td> </tr> </table> </div> <!-- COMMUNITY submenu --> <div id="navcommunity" style="display:none; position:absolute; width: 190px; height: 105px; left:395px; top:165px; z-index: 10;" onmouseover="ShowContent('navcommunity','none'),document.images.community.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_community_o.gif'" ; onmouseout="HideContent('navcommunity','none'),document.images.community.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_community.gif'" ;> <table width="130" border="0" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="https://web.archive.org/web/20081017062928/http://forums.tbs.com/" class="topnav">forums</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/widgets" class="topnav">widgets</a></td> </tr> <tr> <td><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_dropdown_bot.gif" width="130" height="4" alt=""></td> </tr> </table> </div> <!-- CONTESTS submenu (not shown) --> <div id="navcontests" style="display:none; position:absolute; width: 190px; height: 105px; left:477px; top:165px; z-index: 10;" onmouseover="ShowContent('navcontests','none'),document.images.contests.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_contests_o.gif'" ; onmouseout="HideContent('navcontests','none'),document.images.contests.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_contests.gif'" ;> <table width="130" border="0" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/contests" class="topnav">main</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a href="/web/20081017062928/http://www.tbs.com/stories/story/0,,35017,00.html" class="topnav">past sweepstakes</a></td> </tr> <tr> <td><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_dropdown_bot.gif" width="130" height="4" alt=""></td> </tr> </table> </div> <!-- SHOP submenu --> <div id="navshop" style="display:none; position:absolute; width: 190px; height: 105px; left:550px; top:165px; z-index: 10;" onmouseover="ShowContent('navshop','none'),document.images.shop.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_shop_o.gif'" ; onmouseout="HideContent('navshop','none'),document.images.shop.src='https://web.archive.org/web/20081017062928/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_shop.gif'" ;> <table width="130" border="0" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a class="topnav" href="https://web.archive.org/web/20081017062928/http://shop.tbs.com/wn.asp">new releases</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a class="topnav" href="https://web.archive.org/web/20081017062928/http://shop.tbs.com/browse_titles.asp?id=18">all comedy movies</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a class="topnav" href="https://web.archive.org/web/20081017062928/http://shop.tbs.com/browse_titles.asp?id=11">all comedy tv</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a class="topnav" href="https://web.archive.org/web/20081017062928/http://shop.tbs.com/browse_titles.asp?id=15">stand-up</a></td> </tr> <tr> <td bgcolor="#F37B21" style="padding: 3px 0px 3px 5px;" onmouseover="this.className='topnavactive'" onmouseout="this.className='topnav'"><a class="topnav" href="https://web.archive.org/web/20081017062928/http://shop.tbs.com/browse_titles.asp?id=23">on sale</a></td> </tr> <tr> <td><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/topnav_dropdown_bot.gif" width="130" height="4" alt=""></td> </tr> </table> </div> <img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/spacer.gif" width="1" height="10" alt=""><br> <!-- /for include --> <div style="width: 779px; height: 11px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/story_bodybg_top.gif') no-repeat bottom;"></div> <div style="width: 779px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/story_bodybg_mid.gif') repeat-y left;"> <table width="775" border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="top" width="143" style="padding-right: 3px;"> <!-- left --> <table align="center" width="126" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="center"><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/ttl_schedule.gif" width="121" height="38" alt=""></td> </tr> </table> <!-- end calendar insert --> <table width="" border="0" cellpadding="0" cellspacing="0" style="margin-top: 15px;"> <tr> <td background="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/movielisting_bg.gif" width="143" height="31" class="schedDay"> <a href="/web/20081017062928/http://www.tbs.com/schedule/movielistings" style="font-size: 12px; padding-left: 15px;">- movie listing</a></td> </tr> </table> <br> <table width="130" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td class="schedDay" align="center" style="font-size: 12px; font-weight: bold;"> sponsored by<br> <!-- DE Ad Space 125x125 --> <!-- adman /tbs_adspaces/schedule/schedule/347645/lft.125x125.ad --> <!-- lftAdFranchiseId 347645 --> <!-- ADSPACE: schedule/schedule/347645/lft.125x125 --><div id="ad-671340" align="center" style="padding: 0; margin: 0; border: 0;"><script type="text/javascript"> cnnad_createAd("671340","https://web.archive.org/web/20081017062928/http://ads.tbs.com/html.ng/site=tbs&tbs_position=125x125_lft&tbs_rollup=schedule&tbs_section=347645¶ms.styles=fs","125","125"); </script></div> <!-- DE Ad Space 125x125 --> </td> </tr> </table> </td> <td valign="top" width="632"> <!-- right --> <table width="632" border="0" cellpadding="0" cellspacing="0" style="margin-top: 10px;"> <form name="scheduleSearch" action="" method="post"> <tr> <td width="86" style="padding-left: 25px;"><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/img_searchthesched.gif" width="86" height="33" alt=""></td> <td width="375"> <input type="hidden" id="searchScheduleOption" name="searchScheduleOption" value="javascript:document.getElementById('searchScheduleOption').value;"/> <input id="schedTxtQuery" type="text" style="width: 120px;"> <input type="image" onclick="runSearch(document.getElementById('schedTxtQuery').value, 'SCHEDULE');return false;" alt="" src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/btn_sched_search.gif"/> </td> </form> <!-- timezone --> <!-- dbs timezone 1 PT--> <td width="141" valign="top" class="timezone">time zone: <a href="/web/20081017062928/http://www.tbs.com/schedule.jsp?selectedDate=&timeZone=1">ET</a> <a href="/web/20081017062928/http://www.tbs.com/schedule.jsp?selectedDate=&timeZone=4">PT</a></td> </tr> </table> <br> <table width="632" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="632" valign="bottom"> <span style="float: left; padding-left: 0px; padding-right: 3px;"> <span style="float: left; padding-left: 0px; padding-right: 3px;"> <div id="scheduleHdr"> <ul id="mycarousel" class="jcarousel-skin-tango"> </ul> </div> </td> </tr> </table> <!-- Schedule Start --> <table width="632" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_day_top1.gif" alt=""></td> </tr> </table> <!-- ** Start Schedule Body --> <div id="scheduleBdy2" isopen="empty" tabid=""> <table width="632" border="0" cellpadding="3" cellspacing="0" bgcolor="#F3651B" align="center" style="border-left: 3px solid #F3651B; border-right: 3px solid #F3651B;"> <input id="selectedDate" type="hidden" value=""/> <form name="scheduleForm" action="" method="post"> <div id="scheduleDate" numericaldate="10/17/2008"></div> <!-- zoneCode E dateStr="10/17/2008" startHour="6" endHour="6" zoneCode="E" --> <div id="scheduleRow0" class="scheduleRow1" linkid="0" img="http://i.tbs.com/v5cache/TBS/images/static/2007/tbs_generic_80x100.jpg" noimages="-1" selectedimageindex="-1"> <div id="airingTime" class="airingTime">6:00 am</div> <div id="franchiseName" class="franchiseName">Married With Children</div> <div id="titleName" class="titleName" titleid="712040">Route 666 (1)</div> <div id="tvRating" class="tvRating">TV-PG</div> <div id="link_0" class="minischedarrow" linkid="link_0" descrid="descr_0">>></div> <div id="details"> <div id="descr_0" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/17 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/tbs_generic_80x100.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"><a href="/web/20081017062928/http://www.tbs.com/shows/marriedwithchildren/0,,|354689|712040,00.html" style="font: 11px arial; color: #000;">Married With Children</a><br/> Route 666 (1)<br/> null <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="/web/20081017062928/http://www.tbs.com/shows/marriedwithchildren/0,,|354689|712040,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="712040" slot="2008/10/17"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=712040&slot=2008/10/17','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow1" class="scheduleRow2" linkid="1" img="http://i.tbs.com/v5cache/TBS/images/static/2007/tbs_generic_80x100.jpg" noimages="-1" selectedimageindex="-1"> <div id="airingTime" class="airingTime">6:30 am</div> <div id="franchiseName" class="franchiseName">Married With Children</div> <div id="titleName" class="titleName" titleid="712041">Route 666 (2)</div> <div id="tvRating" class="tvRating">TV-PG</div> <div id="link_1" class="minischedarrow" linkid="link_1" descrid="descr_1">>></div> <div id="details"> <div id="descr_1" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/17 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/tbs_generic_80x100.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"><a href="/web/20081017062928/http://www.tbs.com/shows/marriedwithchildren/0,,|354689|712041,00.html" style="font: 11px arial; color: #000;">Married With Children</a><br/> Route 666 (2)<br/> null <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="/web/20081017062928/http://www.tbs.com/shows/marriedwithchildren/0,,|354689|712041,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="712041" slot="2008/10/17"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=712041&slot=2008/10/17','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow2" class="scheduleRow1" linkid="2" img="http://i.tbs.com/v5cache/TBS/images/static/2007/tbs_generic_80x100.jpg" noimages="-1" selectedimageindex="-1"> <div id="airingTime" class="airingTime">7:00 am</div> <div id="franchiseName" class="franchiseName">Saved By The Bell: The College Years</div> <div id="titleName" class="titleName" titleid="121988">Dr. Kelly</div> <div id="tvRating" class="tvRating">TV-G</div> <div id="link_2" class="minischedarrow" linkid="link_2" descrid="descr_2">>></div> <div id="details"> <div id="descr_2" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/17 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/tbs_generic_80x100.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;">Saved By The Bell: The College Years<br/> Dr. Kelly<br/> Working as a waitress changes Kelly. <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="121988" slot="2008/10/17"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=121988&slot=2008/10/17','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow3" class="scheduleRow2" linkid="3" img="http://i.tbs.com/v5cache/TBS/images/static/2007/tbs_generic_80x100.jpg" noimages="-1" selectedimageindex="-1"> <div id="airingTime" class="airingTime">7:30 am</div> <div id="franchiseName" class="franchiseName">Saved By The Bell: The College Years</div> <div id="titleName" class="titleName" titleid="122002">Thanksgiving Story, A</div> <div id="tvRating" class="tvRating">TV-G</div> <div id="link_3" class="minischedarrow" linkid="link_3" descrid="descr_3">>></div> <div id="details"> <div id="descr_3" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/17 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/tbs_generic_80x100.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;">Saved By The Bell: The College Years<br/> Thanksgiving Story, A<br/> The car breaks down on the way home for Thanksgiving; guests Marv Albert, Brian Austin Green. <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="122002" slot="2008/10/17"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=122002&slot=2008/10/17','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow4" class="scheduleRow1" linkid="4" img="http://i.tbs.com/v5cache/TBS/images/static/2007/tbs_generic_80x100.jpg" noimages="-1" selectedimageindex="-1"> <div id="airingTime" class="airingTime">8:00 am</div> <div id="franchiseName" class="franchiseName">Saved By The Bell: The College Years</div> <div id="titleName" class="titleName" titleid="122016">Question Of Ethics, A</div> <div id="tvRating" class="tvRating">TV-G</div> <div id="link_4" class="minischedarrow" linkid="link_4" descrid="descr_4">>></div> <div id="details"> <div id="descr_4" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/17 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/tbs_generic_80x100.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;">Saved By The Bell: The College Years<br/> Question Of Ethics, A<br/> An ethics course has a tough professor (Robert Guillaume). <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="122016" slot="2008/10/17"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=122016&slot=2008/10/17','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow5" class="scheduleRow2" linkid="5" img="http://i.tbs.com/v5cache/TBS/images/static/2007/tbs_generic_80x100.jpg" noimages="-1" selectedimageindex="-1"> <div id="airingTime" class="airingTime">8:30 am</div> <div id="franchiseName" class="franchiseName">Saved By The Bell: The College Years</div> <div id="titleName" class="titleName" titleid="122030">Teacher's Pet</div> <div id="tvRating" class="tvRating">TV-G</div> <div id="link_5" class="minischedarrow" linkid="link_5" descrid="descr_5">>></div> <div id="details"> <div id="descr_5" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/17 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/tbs_generic_80x100.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;">Saved By The Bell: The College Years<br/> Teacher's Pet<br/> Kelly looks after Professor Lasky's visiting daughter. <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="122030" slot="2008/10/17"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=122030&slot=2008/10/17','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow6" class="scheduleRow1" linkid="6" img="http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i38/freshprince_carlton_80x100_081620070419.jpg" noimages="3" selectedimageindex="2"> <div id="airingTime" class="airingTime">9:00 am</div> <div id="franchiseName" class="franchiseName">Fresh Prince of Bel Air</div> <div id="titleName" class="titleName" titleid="301724">Breaking Up Is Hard To Do (Part 1)</div> <div id="tvRating" class="tvRating">TV-G</div> <div id="link_6" class="minischedarrow" linkid="link_6" descrid="descr_6">>></div> <div id="details"> <div id="descr_6" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/17 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i38/freshprince_carlton_80x100_081620070419.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"><a href="/web/20081017062928/http://www.tbs.com/shows/freshprince/0,,|304646|301724,00.html" style="font: 11px arial; color: #000;">Fresh Prince of Bel Air</a><br/> Breaking Up Is Hard To Do (Part 1)<br/> A modeling agent (Joan Van Ark) discovers Ashley; neglected Vivian mulls a separation. <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="/web/20081017062928/http://www.tbs.com/shows/freshprince/0,,|304646|301724,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="301724" slot="2008/10/17"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=301724&slot=2008/10/17','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_x.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/stories/story/0,,115825,00.html">Episode Guide<br clear="all"/></a></div> </li> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow7" class="scheduleRow2" linkid="7" img="http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i38/freshprince_geoffrey_80x100_081620070420.jpg" noimages="3" selectedimageindex="1"> <div id="airingTime" class="airingTime">9:30 am</div> <div id="franchiseName" class="franchiseName">Fresh Prince of Bel Air</div> <div id="titleName" class="titleName" titleid="301725">Breaking Up Is Hard To Do (Part 2)</div> <div id="tvRating" class="tvRating">TV-G</div> <div id="link_7" class="minischedarrow" linkid="link_7" descrid="descr_7">>></div> <div id="details"> <div id="descr_7" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/17 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i38/freshprince_geoffrey_80x100_081620070420.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"><a href="/web/20081017062928/http://www.tbs.com/shows/freshprince/0,,|304646|301725,00.html" style="font: 11px arial; color: #000;">Fresh Prince of Bel Air</a><br/> Breaking Up Is Hard To Do (Part 2)<br/> Will schemes to save Vivian and Phil's marriage; guest Jenifer Lewis. <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="/web/20081017062928/http://www.tbs.com/shows/freshprince/0,,|304646|301725,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="301725" slot="2008/10/17"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=301725&slot=2008/10/17','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_x.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/stories/story/0,,115826,00.html">Episode Guide<br clear="all"/></a></div> </li> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow8" class="scheduleRow1" linkid="8" img="http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i16/spiderman_80x100_051820051448.jpg" noimages="1" selectedimageindex="0"> <div id="airingTime" class="airingTime">10:00 am</div> <div id="franchiseName" class="franchiseName">Movie</div> <div id="titleName" class="titleName" titleid="421273">Spider-Man</div> <div id="tvRating" class="tvRating">TV-PG</div> <div id="link_8" class="minischedarrow" linkid="link_8" descrid="descr_8">>></div> <div id="details"> <div id="descr_8" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- DBS- null - Movie--> <!-- Feature Film Info --> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i16/spiderman_80x100_051820051448.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/movies/movietitle/0,,||421273,00.html">Spider-Man</a> <br> Orphaned at an early age, Peter Parker lives in Queens, New York with his beloved Aunt May and Uncle Ben. Peter leads the li... <a href="/web/20081017062928/http://www.tbs.com/movies/movietitle/0,,||421273,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more</a><br><br> <div id="remindMe" titleid="421273" slot=""> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=421273&slot=','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_recipe.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/stories/story/0,,67266,00.html">Comic Strip Steak Heroes<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,102823,00.html">Spider-Man - Boy Rescue<br clear="all"/></a></div> </li> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,102826,00.html">Spider-Man - Bridge Jump<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,102821,00.html">Spider-Man - Burglary<br clear="all"/></a></div> </li> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,102824,00.html">Spider-Man - Close Call<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,102819,00.html">Spider-Man - Evolution<br clear="all"/></a></div> </li> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,102822,00.html">Spider-Man - Great Reflexes<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,102825,00.html">Spider-Man - I'm in Love with Someone Else<br clear="all"/></a></div> </li> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,102820,00.html">Spider-Man - Peter, Are you Alright<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,102818,00.html">Spider-Man - Spider Bite<br clear="all"/></a></div> </li> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow9" class="scheduleRow2" linkid="9" img="http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i10/homeimprov_timal_80x100_052820041517.jpg" noimages="4" selectedimageindex="1"> <div id="airingTime" class="airingTime">12:30 pm</div> <div id="franchiseName" class="franchiseName">Home Improvement</div> <div id="titleName" class="titleName" titleid="340274">Battle of Wheels, A</div> <div id="tvRating" class="tvRating">TV-G</div> <div id="link_9" class="minischedarrow" linkid="link_9" descrid="descr_9">>></div> <div id="details"> <div id="descr_9" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/17 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i10/homeimprov_timal_80x100_052820041517.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"><a href="/web/20081017062928/http://www.tbs.com/shows/homeimprovement/0,,|1088|340274,00.html" style="font: 11px arial; color: #000;">Home Improvement</a><br/> Battle of Wheels, A<br/> Jill's pottery equipment invades Tim's space. <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="/web/20081017062928/http://www.tbs.com/shows/homeimprovement/0,,|1088|340274,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="340274" slot="2008/10/17"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=340274&slot=2008/10/17','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_x.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/stories/story/0,,94740,00.html">Episode Guide<br clear="all"/></a></div> </li> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow10" class="scheduleRow1" linkid="10" img="http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i10/homeimprov_timal_80x100_052820041517.jpg" noimages="4" selectedimageindex="1"> <div id="airingTime" class="airingTime">1:00 pm</div> <div id="franchiseName" class="franchiseName">Home Improvement</div> <div id="titleName" class="titleName" titleid="340276">Al's Fair in Love and War</div> <div id="tvRating" class="tvRating">TV-G</div> <div id="link_10" class="minischedarrow" linkid="link_10" descrid="descr_10">>></div> <div id="details"> <div id="descr_10" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/17 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i10/homeimprov_timal_80x100_052820041517.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"><a href="/web/20081017062928/http://www.tbs.com/shows/homeimprovement/0,,|1088|340276,00.html" style="font: 11px arial; color: #000;">Home Improvement</a><br/> Al's Fair in Love and War<br/> Tim gives Al dating tips. <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="/web/20081017062928/http://www.tbs.com/shows/homeimprovement/0,,|1088|340276,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="340276" slot="2008/10/17"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=340276&slot=2008/10/17','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_x.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/stories/story/0,,94742,00.html">Episode Guide<br clear="all"/></a></div> </li> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow11" class="scheduleRow2" linkid="11" img="http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i10/homeimprov_timal_80x100_052820041517.jpg" noimages="4" selectedimageindex="1"> <div id="airingTime" class="airingTime">1:30 pm</div> <div id="franchiseName" class="franchiseName">Home Improvement</div> <div id="titleName" class="titleName" titleid="340277">Stereo-typical</div> <div id="tvRating" class="tvRating">TV-G</div> <div id="link_11" class="minischedarrow" linkid="link_11" descrid="descr_11">>></div> <div id="details"> <div id="descr_11" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/17 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i10/homeimprov_timal_80x100_052820041517.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"><a href="/web/20081017062928/http://www.tbs.com/shows/homeimprovement/0,,|1088|340277,00.html" style="font: 11px arial; color: #000;">Home Improvement</a><br/> Stereo-typical<br/> Tim gets in trouble tinkering with the stereo. <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="/web/20081017062928/http://www.tbs.com/shows/homeimprovement/0,,|1088|340277,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="340277" slot="2008/10/17"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=340277&slot=2008/10/17','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_x.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/stories/story/0,,94743,00.html">Episode Guide<br clear="all"/></a></div> </li> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow12" class="scheduleRow1" linkid="12" img="http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i38/jsm_elliot_80x100_082020070246.jpg" noimages="6" selectedimageindex="4"> <div id="airingTime" class="airingTime">2:00 pm</div> <div id="franchiseName" class="franchiseName">Just Shoot Me</div> <div id="titleName" class="titleName" titleid="666276">Simple Kiss of Fate, A</div> <div id="tvRating" class="tvRating">TV-PG</div> <div id="link_12" class="minischedarrow" linkid="link_12" descrid="descr_12">>></div> <div id="details"> <div id="descr_12" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/17 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i38/jsm_elliot_80x100_082020070246.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"><a href="/web/20081017062928/http://www.tbs.com/shows/justshootme/0,,|348232|666276,00.html" style="font: 11px arial; color: #000;">Just Shoot Me</a><br/> Simple Kiss of Fate, A<br/> Simon is about to pop the question to Nina, but she panics when she has to tell him she's still married to her last husband. ... <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="/web/20081017062928/http://www.tbs.com/shows/justshootme/0,,|348232|666276,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="666276" slot="2008/10/17"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=666276&slot=2008/10/17','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_x.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/stories/story/0,,115568,00.html">Episode Guide<br clear="all"/></a></div> </li> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow13" class="scheduleRow2" linkid="13" img="http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i38/jsm_dennis_80x100_082020070246.jpg" noimages="6" selectedimageindex="5"> <div id="airingTime" class="airingTime">2:30 pm</div> <div id="franchiseName" class="franchiseName">Just Shoot Me</div> <div id="titleName" class="titleName" titleid="666278">My Fair Finchy</div> <div id="tvRating" class="tvRating">TV-PG</div> <div id="link_13" class="minischedarrow" linkid="link_13" descrid="descr_13">>></div> <div id="details"> <div id="descr_13" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/17 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i38/jsm_dennis_80x100_082020070246.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"><a href="/web/20081017062928/http://www.tbs.com/shows/justshootme/0,,|348232|666278,00.html" style="font: 11px arial; color: #000;">Just Shoot Me</a><br/> My Fair Finchy<br/> Maya tries to curb the overt flirtation between Finch and a co-worker. Meanwhile, Jack and Nina desperately compete to get th... <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="/web/20081017062928/http://www.tbs.com/shows/justshootme/0,,|348232|666278,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="666278" slot="2008/10/17"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=666278&slot=2008/10/17','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,153988,00.html">My Fair Finchy, Clip 2<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,153984,00.html">My Fair Finchy, Clip 1<br clear="all"/></a></div> </li> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,153992,00.html">My Fair Finchy, Clip 3<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_x.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/stories/story/0,,115570,00.html">Episode Guide<br clear="all"/></a></div> </li> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow14" class="scheduleRow1" linkid="14" img="http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i10/yesdear_gregjim_80x100_052820041518.jpg" noimages="4" selectedimageindex="1"> <div id="airingTime" class="airingTime">3:00 pm</div> <div id="franchiseName" class="franchiseName">Yes, Dear</div> <div id="titleName" class="titleName" titleid="616280">The Guinness World Record</div> <div id="tvRating" class="tvRating">TV-PG</div> <div id="link_14" class="minischedarrow" linkid="link_14" descrid="descr_14">>></div> <div id="details"> <div id="descr_14" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/17 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i10/yesdear_gregjim_80x100_052820041518.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"><a href="/web/20081017062928/http://www.tbs.com/shows/yesdear/0,,|328984|616280,00.html" style="font: 11px arial; color: #000;">Yes, Dear</a><br/> The Guinness World Record<br/> When both his job and arcade skills seem to no longer impress Dominic, Jimmy hopes getting entry into The Guinness Book of Wo... <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="/web/20081017062928/http://www.tbs.com/shows/yesdear/0,,|328984|616280,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="616280" slot="2008/10/17"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=616280&slot=2008/10/17','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_x.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/stories/story/0,,92581,00.html">Episode Guide<br clear="all"/></a></div> </li> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow15" class="scheduleRow2" linkid="15" img="http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i10/yesdear_gregjim_80x100_052820041518.jpg" noimages="4" selectedimageindex="1"> <div id="airingTime" class="airingTime">3:30 pm</div> <div id="franchiseName" class="franchiseName">Yes, Dear</div> <div id="titleName" class="titleName" titleid="616281">The Limo</div> <div id="tvRating" class="tvRating">TV-PG</div> <div id="link_15" class="minischedarrow" linkid="link_15" descrid="descr_15">>></div> <div id="details"> <div id="descr_15" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/17 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i10/yesdear_gregjim_80x100_052820041518.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"><a href="/web/20081017062928/http://www.tbs.com/shows/yesdear/0,,|328984|616281,00.html" style="font: 11px arial; color: #000;">Yes, Dear</a><br/> The Limo<br/> An anniversary gift of taking their wives via a limousine to a Rascal Flatts concert goes horribly wrong, leaving Greg and Ji... <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="/web/20081017062928/http://www.tbs.com/shows/yesdear/0,,|328984|616281,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="616281" slot="2008/10/17"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=616281&slot=2008/10/17','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_x.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/stories/story/0,,92582,00.html">Episode Guide<br clear="all"/></a></div> </li> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow16" class="scheduleRow1" linkid="16" img="http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i28/kingofqueens3_80x100_091220061224.jpg" noimages="4" selectedimageindex="1"> <div id="airingTime" class="airingTime">4:00 pm</div> <div id="franchiseName" class="franchiseName">King of Queens, The</div> <div id="titleName" class="titleName" titleid="616925">Like Hell</div> <div id="tvRating" class="tvRating">TV-PG</div> <div id="link_16" class="minischedarrow" linkid="link_16" descrid="descr_16">>></div> <div id="details"> <div id="descr_16" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/17 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i28/kingofqueens3_80x100_091220061224.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"><a href="/web/20081017062928/http://www.tbs.com/shows/kingofqueens/0,,|324455|616925,00.html" style="font: 11px arial; color: #000;">King of Queens, The</a><br/> Like Hell<br/> Doug tries to impress new driver Jared when he learns he was the only one at IPS not invited to Jared's barbecue. <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="/web/20081017062928/http://www.tbs.com/shows/kingofqueens/0,,|324455|616925,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="616925" slot="2008/10/17"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=616925&slot=2008/10/17','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,110041,00.html">Magic eight ball says...<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,110042,00.html">A pony is not a hair style.<br clear="all"/></a></div> </li> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,110043,00.html">How can you not like me?<br clear="all"/></a></div> </li> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow17" class="scheduleRow2" linkid="17" img="http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i28/kingofqueens3_80x100_091220061224.jpg" noimages="4" selectedimageindex="1"> <div id="airingTime" class="airingTime">4:30 pm</div> <div id="franchiseName" class="franchiseName">King of Queens, The</div> <div id="titleName" class="titleName" titleid="437574">Mammary Lane</div> <div id="tvRating" class="tvRating">TV-PG</div> <div id="link_17" class="minischedarrow" linkid="link_17" descrid="descr_17">>></div> <div id="details"> <div id="descr_17" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/17 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i28/kingofqueens3_80x100_091220061224.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"><a href="/web/20081017062928/http://www.tbs.com/shows/kingofqueens/0,,|324455|437574,00.html" style="font: 11px arial; color: #000;">King of Queens, The</a><br/> Mammary Lane<br/> Carrie baby-sits for the boss' son; Doug tries to make friends with the new shoe girl (Rachel Dratch) at the bowling alley. <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="/web/20081017062928/http://www.tbs.com/shows/kingofqueens/0,,|324455|437574,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="437574" slot="2008/10/17"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=437574&slot=2008/10/17','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,103080,00.html">Wow! Your eyes are killer.<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,103081,00.html">These two things on my body are not your toys.<br clear="all"/></a></div> </li> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,103082,00.html">He feels me up constantly.<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_x.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/stories/story/0,,84186,00.html">Episode Guide<br clear="all"/></a></div> </li> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow18" class="scheduleRow1" linkid="18" img="http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i10/raymond_marie_80x100_052820041518.jpg" noimages="6" selectedimageindex="2"> <div id="airingTime" class="airingTime">5:00 pm</div> <div id="franchiseName" class="franchiseName">Everybody Loves Raymond</div> <div id="titleName" class="titleName" titleid="340187">Boob Job</div> <div id="tvRating" class="tvRating">TV-PG</div> <div id="link_18" class="minischedarrow" linkid="link_18" descrid="descr_18">>></div> <div id="details"> <div id="descr_18" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/17 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i10/raymond_marie_80x100_052820041518.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"><a href="/web/20081017062928/http://www.tbs.com/shows/everybodylovesraymond/0,,|316820|340187,00.html" style="font: 11px arial; color: #000;">Everybody Loves Raymond</a><br/> Boob Job<br/> Debra is upset when she sees Ray's reaction to a friend's breast implants. <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="/web/20081017062928/http://www.tbs.com/shows/everybodylovesraymond/0,,|316820|340187,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="340187" slot="2008/10/17"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=340187&slot=2008/10/17','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,58912,00.html">Nothing proper about what you just did little lady.<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,58913,00.html">I think I do...<br clear="all"/></a></div> </li> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_x.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/stories/story/0,,60922,00.html">Episode Guide<br clear="all"/></a></div> </li> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow19" class="scheduleRow2" linkid="19" img="http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i10/raymond_marie_80x100_052820041518.jpg" noimages="6" selectedimageindex="2"> <div id="airingTime" class="airingTime">5:30 pm</div> <div id="franchiseName" class="franchiseName">Everybody Loves Raymond</div> <div id="titleName" class="titleName" titleid="340189">You Bet</div> <div id="tvRating" class="tvRating">TV-PG</div> <div id="link_19" class="minischedarrow" linkid="link_19" descrid="descr_19">>></div> <div id="details"> <div id="descr_19" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/17 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i10/raymond_marie_80x100_052820041518.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"><a href="/web/20081017062928/http://www.tbs.com/shows/everybodylovesraymond/0,,|316820|340189,00.html" style="font: 11px arial; color: #000;">Everybody Loves Raymond</a><br/> You Bet<br/> Frank's sudden jovial mood makes Ray suspicious. <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="/web/20081017062928/http://www.tbs.com/shows/everybodylovesraymond/0,,|316820|340189,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="340189" slot="2008/10/17"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=340189&slot=2008/10/17','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,48203,00.html">Yeah, it's sensitive to fire.<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,48204,00.html">Chicken doesn't go there.<br clear="all"/></a></div> </li> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_x.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/stories/story/0,,60925,00.html">Episode Guide<br clear="all"/></a></div> </li> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow20" class="scheduleRow1" linkid="20" img="http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i10/raymond_marie_80x100_052820041518.jpg" noimages="6" selectedimageindex="2"> <div id="airingTime" class="airingTime">6:00 pm</div> <div id="franchiseName" class="franchiseName">Everybody Loves Raymond</div> <div id="titleName" class="titleName" titleid="340188">Can Opener, The</div> <div id="tvRating" class="tvRating">TV-PG</div> <div id="link_20" class="minischedarrow" linkid="link_20" descrid="descr_20">>></div> <div id="details"> <div id="descr_20" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/17 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i10/raymond_marie_80x100_052820041518.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"><a href="/web/20081017062928/http://www.tbs.com/shows/everybodylovesraymond/0,,|316820|340188,00.html" style="font: 11px arial; color: #000;">Everybody Loves Raymond</a><br/> Can Opener, The<br/> The whole family chooses sides when Ray and Debra fight over a newly acquired can opener. <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="/web/20081017062928/http://www.tbs.com/shows/everybodylovesraymond/0,,|316820|340188,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="340188" slot="2008/10/17"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=340188&slot=2008/10/17','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,48205,00.html">You cannot get upset with a crazy person.<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,48206,00.html">Ray, I'm going to give you the secret tomarital bliss.<br clear="all"/></a></div> </li> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,48207,00.html">That's your job.<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_x.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/stories/story/0,,60924,00.html">Episode Guide<br clear="all"/></a></div> </li> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow21" class="scheduleRow2" linkid="21" img="http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i3/friends_joey_80x100_081420031746.jpg" noimages="8" selectedimageindex="3"> <div id="airingTime" class="airingTime">6:30 pm</div> <div id="franchiseName" class="franchiseName">Friends (CC)(SAP)</div> <div id="titleName" class="titleName" titleid="338653">One With the Two Parties, The</div> <div id="tvRating" class="tvRating">TV-PG</div> <div id="link_21" class="minischedarrow" linkid="link_21" descrid="descr_21">>></div> <div id="details"> <div id="descr_21" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/17 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i3/friends_joey_80x100_081420031746.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"><a href="/web/20081017062928/http://www.tbs.com/shows/friends/0,,|314762|338653,00.html" style="font: 11px arial; color: #000;">Friends (CC)(SAP)</a><br/> One With the Two Parties, The<br/> Rachel gets a surprise at her birthday party when her parents (MARLO THOMAS and RON LEIBMAN) show up. <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="/web/20081017062928/http://www.tbs.com/shows/friends/0,,|314762|338653,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="338653" slot="2008/10/17"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=338653&slot=2008/10/17','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,46575,00.html">Think...what would Jackie and Chrissy do?<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,46576,00.html">Go across the hall...right now.<br clear="all"/></a></div> </li> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,46577,00.html">Everything you've heard is true.<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_x.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/stories/story/0,,68903,00.html">Episode Guide<br clear="all"/></a></div> </li> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow22" class="scheduleRow1" linkid="22" img="http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i3/seinfeld_george_80x100_080620031634.jpg" noimages="4" selectedimageindex="1"> <div id="airingTime" class="airingTime">7:00 pm</div> <div id="franchiseName" class="franchiseName">Seinfeld</div> <div id="titleName" class="titleName" titleid="336489">Little Jerry, The</div> <div id="tvRating" class="tvRating">TV-PG</div> <div id="link_22" class="minischedarrow" linkid="link_22" descrid="descr_22">>></div> <div id="details"> <div id="descr_22" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/17 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i3/seinfeld_george_80x100_080620031634.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"><a href="/web/20081017062928/http://www.tbs.com/shows/seinfeld/0,,|314580|336489,00.html" style="font: 11px arial; color: #000;">Seinfeld</a><br/> Little Jerry, The<br/> George finds the perfect woman; Kramer gets a pet; Elaine dates a bald man. <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="/web/20081017062928/http://www.tbs.com/shows/seinfeld/0,,|314580|336489,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="336489" slot="2008/10/17"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=336489&slot=2008/10/17','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,47737,00.html">These are sweatshop eggs.<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,47738,00.html">I sense something is afoot.<br clear="all"/></a></div> </li> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,47739,00.html">Well, this is little Jerry Seinfeld.<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_x.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/stories/story/0,,69208,00.html">Episode Guide<br clear="all"/></a></div> </li> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow23" class="scheduleRow2" linkid="23" img="http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i3/seinfeld_george_80x100_080620031634.jpg" noimages="4" selectedimageindex="1"> <div id="airingTime" class="airingTime">7:30 pm</div> <div id="franchiseName" class="franchiseName">Seinfeld</div> <div id="titleName" class="titleName" titleid="336366">Heart Attack, The</div> <div id="tvRating" class="tvRating">TV-PG</div> <div id="link_23" class="minischedarrow" linkid="link_23" descrid="descr_23">>></div> <div id="details"> <div id="descr_23" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/17 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i3/seinfeld_george_80x100_080620031634.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"><a href="/web/20081017062928/http://www.tbs.com/shows/seinfeld/0,,|314580|336366,00.html" style="font: 11px arial; color: #000;">Seinfeld</a><br/> Heart Attack, The<br/> George thinks he's having a heart attack. <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="/web/20081017062928/http://www.tbs.com/shows/seinfeld/0,,|314580|336366,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="336366" slot="2008/10/17"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=336366&slot=2008/10/17','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,45441,00.html">No! I'm a mutant.<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,45440,00.html">Just take the pillow and put it over my face.<br clear="all"/></a></div> </li> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_x.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/stories/story/0,,69070,00.html">Episode Guide<br clear="all"/></a></div> </li> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow24" class="scheduleRow1" linkid="24" img="http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i2/family_guy_80x100_070720031532.jpg" noimages="2" selectedimageindex="0"> <div id="airingTime" class="airingTime">8:00 pm</div> <div id="franchiseName" class="franchiseName">Family Guy (SAP)</div> <div id="titleName" class="titleName" titleid="441000">There's Something About Paulie</div> <div id="tvRating" class="tvRating">TV-14</div> <div id="link_24" class="minischedarrow" linkid="link_24" descrid="descr_24">>></div> <div id="details"> <div id="descr_24" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/17 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i2/family_guy_80x100_070720031532.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"><a href="/web/20081017062928/http://www.tbs.com/shows/familyguy/0,,|326836|441000,00.html" style="font: 11px arial; color: #000;">Family Guy (SAP)</a><br/> There's Something About Paulie<br/> As a favor, Peter takes a mobster's nephew to a movie. <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="/web/20081017062928/http://www.tbs.com/shows/familyguy/0,,|326836|441000,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="441000" slot="2008/10/17"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=441000&slot=2008/10/17','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,120584,00.html">There's Something About Paulie, Clip 1<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,120585,00.html">There's Something About Paulie, Clip 2<br clear="all"/></a></div> </li> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,120586,00.html">There's Something About Paulie, Clip 3<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_x.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/stories/story/0,,69339,00.html">Episode Guide<br clear="all"/></a></div> </li> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow25" class="scheduleRow2" linkid="25" img="http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i2/family_guy_80x100_070720031532.jpg" noimages="2" selectedimageindex="0"> <div id="airingTime" class="airingTime">8:30 pm</div> <div id="franchiseName" class="franchiseName">Family Guy (SAP)</div> <div id="titleName" class="titleName" titleid="441003">Love Thy Trophy</div> <div id="tvRating" class="tvRating">TV-14</div> <div id="link_25" class="minischedarrow" linkid="link_25" descrid="descr_25">>></div> <div id="details"> <div id="descr_25" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/17 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i2/family_guy_80x100_070720031532.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"><a href="/web/20081017062928/http://www.tbs.com/shows/familyguy/0,,|326836|441003,00.html" style="font: 11px arial; color: #000;">Family Guy (SAP)</a><br/> Love Thy Trophy<br/> The Griffins and their neighbors build a festival float; waitress Meg schemes to get bigger tips. <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="/web/20081017062928/http://www.tbs.com/shows/familyguy/0,,|326836|441003,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="441003" slot="2008/10/17"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=441003&slot=2008/10/17','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,52607,00.html">I'm going to have to ask you to put your shirt down, sir.<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,52608,00.html">Oh Hosanna! It's the lesser of two evils.<br clear="all"/></a></div> </li> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,52605,00.html">Fluffy, good news...I decided not to kill you.<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,52606,00.html">It's like taking a watch off a dead guy.<br clear="all"/></a></div> </li> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_x.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/stories/story/0,,69328,00.html">Episode Guide<br clear="all"/></a></div> </li> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow26" class="scheduleRow1" linkid="26" img="http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i10/whatwomenwant_80x100_052820041420.jpg" noimages="1" selectedimageindex="0"> <div id="airingTime" class="airingTime">9:00 pm</div> <div id="franchiseName" class="franchiseName">Dinner & A Movie</div> <div id="titleName" class="titleName" titleid="342134">What Women Want</div> <div id="tvRating" class="tvRating">TV-14</div> <div id="link_26" class="minischedarrow" linkid="link_26" descrid="descr_26">>></div> <div id="details"> <div id="descr_26" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- DBS- null - Dinner & A Movie--> <!-- Feature Film Info --> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i10/whatwomenwant_80x100_052820041420.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/movies/movietitle/0,,||342134,00.html">What Women Want</a> <br> Nick Marshall, a Chicago advertising executive, gets a whole new outlook on life when a fluke accident gives him the ability ... <a href="/web/20081017062928/http://www.tbs.com/movies/movietitle/0,,||342134,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more</a><br><br> <div id="remindMe" titleid="342134" slot=""> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=342134&slot=','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_recipe.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/stories/story/0,,156656,00.html">A Glass of Something Nice<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,105223,00.html">What Women Want - Nothing to be Embarrassed About<br clear="all"/></a></div> </li> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,105221,00.html">What Women Want - Flirting<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,105216,00.html">What Women Want - Hired Darcy<br clear="all"/></a></div> </li> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,105217,00.html">What Women Want - Hot Wax<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,105222,00.html">What Women Want - Last Night as a Virgin<br clear="all"/></a></div> </li> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,105220,00.html">What Women Want - Let's Go Slow<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,105215,00.html">What Women Want - Lola my Love<br clear="all"/></a></div> </li> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,105218,00.html">What Women Want - Pantyhose<br clear="all"/></a></div> </li> <li class="row2"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/video/0,,105219,00.html">What Women Want - Proposing So Soon<br clear="all"/></a></div> </li> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/stories/story/0,,152865,00.html">Lounge Makeover<br clear="all"/></a></div> </li> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow27" class="scheduleRow2" linkid="27" img="http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i5/satc_miranda_80x100_032520041639.jpg" noimages="4" selectedimageindex="1"> <div id="airingTime" class="airingTime">11:40 pm</div> <div id="franchiseName" class="franchiseName">Sex And The City (SAP)</div> <div id="titleName" class="titleName" titleid="447645">To Market, To Market</div> <div id="tvRating" class="tvRating">TV-14</div> <div id="link_27" class="minischedarrow" linkid="link_27" descrid="descr_27">>></div> <div id="details"> <div id="descr_27" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/17 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i5/satc_miranda_80x100_032520041639.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"><a href="/web/20081017062928/http://www.tbs.com/shows/sexandthecity/0,,|327396|447645,00.html" style="font: 11px arial; color: #000;">Sex And The City (SAP)</a><br/> To Market, To Market<br/> Carrie goes out on a hot date with her new flame; Miranda faces her true feelings about Steve; Harry refuses to marry someone... <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="/web/20081017062928/http://www.tbs.com/shows/sexandthecity/0,,|327396|447645,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="447645" slot="2008/10/17"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=447645&slot=2008/10/17','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_x.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/stories/story/0,,15573,00.html">Episode Guide<br clear="all"/></a></div> </li> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow28" class="scheduleRow1" linkid="28" img="http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i5/satc_miranda_80x100_032520041639.jpg" noimages="4" selectedimageindex="1"> <div id="airingTime" class="airingTime">12:10 am</div> <div id="franchiseName" class="franchiseName">Sex And The City (SAP)</div> <div id="titleName" class="titleName" titleid="447646">Great Sexpectations</div> <div id="tvRating" class="tvRating">TV-14</div> <div id="link_28" class="minischedarrow" linkid="link_28" descrid="descr_28">>></div> <div id="details"> <div id="descr_28" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/18 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i5/satc_miranda_80x100_032520041639.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"><a href="/web/20081017062928/http://www.tbs.com/shows/sexandthecity/0,,|327396|447646,00.html" style="font: 11px arial; color: #000;">Sex And The City (SAP)</a><br/> Great Sexpectations<br/> Samantha introduces the girls to a new restaurant; Miranda compares Steve to TiVo; Charlotte considers converting to Judaism. <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="/web/20081017062928/http://www.tbs.com/shows/sexandthecity/0,,|327396|447646,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="447646" slot="2008/10/18"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=447646&slot=2008/10/18','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_x.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/stories/story/0,,15574,00.html">Episode Guide<br clear="all"/></a></div> </li> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow29" class="scheduleRow2" linkid="29" img="http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i45/selena_80x100_032020080240.jpg" noimages="1" selectedimageindex="0"> <div id="airingTime" class="airingTime">12:40 am</div> <div id="franchiseName" class="franchiseName">Movie</div> <div id="titleName" class="titleName" titleid="319824">Selena</div> <div id="tvRating" class="tvRating">TV-PG</div> <div id="link_29" class="minischedarrow" linkid="link_29" descrid="descr_29">>></div> <div id="details"> <div id="descr_29" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- DBS- null - Movie--> <!-- Feature Film Info --> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/Images/Dynamic/i45/selena_80x100_032020080240.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/movies/movietitle/0,,||319824,00.html">Selena</a> <br> By the age of 23, Selena Quintanilla Perez had seen almost all of her dreams come true. She and her family had risen together... <a href="/web/20081017062928/http://www.tbs.com/movies/movietitle/0,,||319824,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more</a><br><br> <div id="remindMe" titleid="319824" slot=""> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=319824&slot=','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> <li class="row1"> <div class="listIcon" style="font: 11px arial; color: #000;"> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/sched_icon_video.gif" align="left"/> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/stories/story/0,,157158,00.html">Cosmetic Trends<br clear="all"/></a></div> </li> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow30" class="scheduleRow1" linkid="30" img="http://i.tbs.com/v5cache/TBS/images/static/2007/tbs_generic_80x100.jpg" noimages="-1" selectedimageindex="-1"> <div id="airingTime" class="airingTime">3:10 am</div> <div id="franchiseName" class="franchiseName">Movie</div> <div id="titleName" class="titleName" titleid="459224">Twisted</div> <div id="tvRating" class="tvRating">TV-14</div> <div id="link_30" class="minischedarrow" linkid="link_30" descrid="descr_30">>></div> <div id="details"> <div id="descr_30" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- DBS- null - Movie--> <!-- Feature Film Info --> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/tbs_generic_80x100.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"> <a style="font: 11px arial; color: #000;" href="/web/20081017062928/http://www.tbs.com/movies/movietitle/0,,||459224,00.html">Twisted</a> <br> Newly promoted police inspector Jessica Shepard is searching for a serial killer, and is shocked to discover that men she has... <a href="/web/20081017062928/http://www.tbs.com/movies/movietitle/0,,||459224,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more</a><br><br> <div id="remindMe" titleid="459224" slot=""> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=459224&slot=','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow31" class="scheduleRow2" linkid="31" img="http://i.tbs.com/v5cache/TBS/images/static/2007/tbs_generic_80x100.jpg" noimages="-1" selectedimageindex="-1"> <div id="airingTime" class="airingTime">5:10 am</div> <div id="franchiseName" class="franchiseName">Married With Children</div> <div id="titleName" class="titleName" titleid="712042">Buck the Stud</div> <div id="tvRating" class="tvRating">TV-PG</div> <div id="link_31" class="minischedarrow" linkid="link_31" descrid="descr_31">>></div> <div id="details"> <div id="descr_31" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/18 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/tbs_generic_80x100.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"><a href="/web/20081017062928/http://www.tbs.com/shows/marriedwithchildren/0,,|354689|712042,00.html" style="font: 11px arial; color: #000;">Married With Children</a><br/> Buck the Stud<br/> null <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="/web/20081017062928/http://www.tbs.com/shows/marriedwithchildren/0,,|354689|712042,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="712042" slot="2008/10/18"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=712042&slot=2008/10/18','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> </div> </div> </div> </div><br clear="all"> </div> <div id="scheduleRow32" class="scheduleRow1" linkid="32" img="http://i.tbs.com/v5cache/TBS/images/static/2007/tbs_generic_80x100.jpg" noimages="-1" selectedimageindex="-1"> <div id="airingTime" class="airingTime">5:40 am</div> <div id="franchiseName" class="franchiseName">Married With Children</div> <div id="titleName" class="titleName" titleid="712037">Top of the Heap</div> <div id="tvRating" class="tvRating">TV-PG</div> <div id="link_32" class="minischedarrow" linkid="link_32" descrid="descr_32">>></div> <div id="details"> <div id="descr_32" class="scheduleDetail" style="background-color: #F7D6C5;"> <div id="addInfo" style="float: left; padding-top: 20px; padding-left: 20px; width: 341px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_moreinfo_bg.gif') no-repeat;"> <!-- Show Episode Info --> <!-- 2008/10/18 --> <div id="addinfo"> <div class="additionalInfoBdy_image"><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/tbs_generic_80x100.jpg" alt="" border="0"></div> <div class="additionalInfo_inset" style="font: 11px arial; color: #000;"><a href="/web/20081017062928/http://www.tbs.com/shows/marriedwithchildren/0,,|354689|712037,00.html" style="font: 11px arial; color: #000;">Married With Children</a><br/> Top of the Heap<br/> null <span style="font: 12px arial; color: #000; font-weight: bold;"></span> <a href="/web/20081017062928/http://www.tbs.com/shows/marriedwithchildren/0,,|354689|712037,00.html" style="font: 12px arial; color: #F46516; font-weight: bold;">more: <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" border="0" width="12" height="12" align="absmiddle"/></a> <br><br> <div id="remindMe" titleid="712037" slot="2008/10/18"> <span style="font: 12px arial; color: #000; font-weight: bold;">remind me:</span> <a href="javascript:void(window.open('/processors/remindme_v2.jsp?titleId=712037&slot=2008/10/18','reminder','width=230,height=350,resizable=no,scrollbars=yes,status=no,menubar=no'));" style="font: 12px arial; color: #F46516; font-weight: bold;">email</a> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/v5_icon_shows_col2mod2.jpg" width="12" height="12" align="absmiddle"/> </div> </div> </div> </div> <div style="float: right; padding-top: 20px; padding-left: 5px; width: 250px; height: 156px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_relateditems_bg.gif') no-repeat;"> <div style="height: 132px; overflow: auto; width: 225px;"> </div> </div> </div> </div><br clear="all"> </div> </form> <div><img src="https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/sched_day_bot1.gif" alt=""></img></div> </table> </div> <!-- End Schedule Body --> <!-- <tr> <td class="sched" valign="top" width="62" bgcolor="#E5F9FA" style="padding-left: 15px;">9:30pm</td> <td class="sched" valign="top" width="183" bgcolor="#E5F9FA"><a href="#">Yes, Dear</a></td> <td class="sched" valign="top" width="243" bgcolor="#E5F9FA">Don't Tell Momma</td> <td class="sched" valign="top" width="98" bgcolor="#E5F9FA">TV14</td> <td class="sched" valign="top" width="23" bgcolor="#E5F9FA"><a href="#">>></a></td> </tr> <tr> <td class="sched" valign="top" width="62" bgcolor="#ffffff" style="padding-left: 15px;">9:30pm</td> <td class="sched" valign="top" width="183" bgcolor="#ffffff"><a href="#">Yes, Dear</a></td> <td class="sched" valign="top" width="243" bgcolor="#ffffff">Don't Tell Momma</td> <td class="sched" valign="top" width="98" bgcolor="#ffffff">TV14</td> <td class="sched" valign="top" width="23" bgcolor="#ffffff"><a href="#">>></a></td> </tr> --> <!-- <table width="632" border="0" cellpadding="0" cellspacing="0" bgcolor="" align="center"> <tr> <td align=""><img src="http://i.tbs.com/v5cache/TBS/images/static/2007/sched_day_bot1.gif" alt=""></td> </tr> </table> --> <!-- Schedule End --> <!-- /right --> </td> <td valign="top" style="padding-left: 18px;" align="right"> <!-- DE Ad Space 160x600 --> <!-- adman /tbs_adspaces/schedule/schedule/347645/rgt.160x600.ad --> <!-- rgtAdFranchiseId 347645 --> <!-- ADSPACE: schedule/schedule/347645/rgt.160x600 --><div id="ad-709642" align="center" style="padding: 0; margin: 0; border: 0;"><script type="text/javascript"> cnnad_createAd("709642","https://web.archive.org/web/20081017062928/http://ads.tbs.com/html.ng/site=tbs&tbs_position=160x600_rgt&tbs_rollup=schedule&tbs_section=347645¶ms.styles=fs","600","160"); </script></div> <!-- DE Ad Space 160x600 --> </td> </tr> </table> </div> <div style="width:779px; height: 11px; background: transparent url('https://web.archive.org/web/20081017062928im_/http://i.tbs.com/v5cache/TBS/images/static/2007/story_bodybg_bot.gif') no-repeat top;"></div> <br clear="all"> <!--start footer --> <div id="footerContent"> <span class="footer"><center> <table width="767" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="center" class="footer"> <a href="">home</a> | <a href="/web/20081017062928/http://www.tbs.com/shows.jsp">shows</a> | <a href="https://web.archive.org/web/20081017062928/http://tbs.com/movies.jsp">movies</a> | <a href="/web/20081017062928/http://www.tbs.com/sports.jsp">sports</a> | <a href="/web/20081017062928/http://www.tbs.com/schedule.jsp">schedule</a> | <a href="/web/20081017062928/http://www.tbs.com/video.jsp">videos</a> | <a href="/web/20081017062928/http://www.tbs.com/headquarters.jsp">humor</a> | <a href="/web/20081017062928/http://www.tbs.com/games.jsp">games</a> | <a href="/web/20081017062928/http://www.tbs.com/officefun.jsp">office fun</a> | <a href="/web/20081017062928/http://www.tbs.com/contests.jsp">contests</a> | <a href="/web/20081017062928/http://www.tbs.com/mobile.jsp">mobile</a> | <a href="https://web.archive.org/web/20081017062928/http://www.tbs.com/stories/story/0,,119904,00.html">advertise with us</a> | <a href="/web/20081017062928/http://www.tbs.com/rss">RSS</a> <a href="/web/20081017062928/http://www.tbs.com/rss"><img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/TBS04/images/static/xml_button_28x13.gif" width="28" height="13" hspace="0" vspace="0" border="0" align="absmiddle"></a> <br/> <a href="/web/20081017062928/http://www.tbs.com/sitemap.jsp">sitemap</a> | <a href="/web/20081017062928/http://www.tbs.com/general/termsofuse.jsp">terms of use</a> | <a href="/web/20081017062928/http://www.tbs.com/general/privacy.jsp">privacy policy </a> | <a href="https://web.archive.org/web/20081017062928/http://support.tbs.com/">contact us</a> | <a href="https://web.archive.org/web/20081017062928/http://www.thetvboss.org/" target="_blank">tv parental controls</a> | <a href="/web/20081017062928/http://www.tbs.com/newsletter.jsp">newsletter </a> | <a href="https://web.archive.org/web/20081017062928/http://www.veryfunnyads.com/" target="_blank">very funny ads</a> | <a href="https://web.archive.org/web/20081017062928/http://www.tnt.tv/" target="_blank">TNT</a> | <a href="https://web.archive.org/web/20081017062928/http://www.tcm.com/" target="_blank">TCM</a> | <a href="https://web.archive.org/web/20081017062928/http://www.trutv.com/" target="_blank">truTV</a><br/> <br/> <br/> <a href="/web/20081017062928/http://www.tbs.com/stories/story/0,,119904,00.html">©2008 Turner Broadcasting System, Inc.</a> A Time Warner Company. All Rights Reserved. <br> <img src="https://web.archive.org/web/20081017062928im_/http://i.cdn.turner.com/v5cache/TBS/images/turner_logo.gif" align="middle" border="0"> Tbs.com is part of the Turner Sports and Entertainment Digital Network.</a> </td> </tr> </table> <!-- SiteCatalyst code version: H.15.1. Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com --> <script language="JavaScript" type="text/javascript" src="/web/20081017062928js_/http://www.tbs.com/files/omniture/s_code_h15.1.js"></script> <script language="JavaScript" type="text/javascript"><!-- /* You may give each page an identifying name, server, and channel on the next lines. */ s.pageName="Schedule:Daily::10/17/2008 1" s.server="Section Home" s.channel="Schedule" s.prop20=window.location.href; s.eVar1="Schedule:Daily::10/17/2008 1" s.eVar10="Schedule" /************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/ var s_code=s.t();if(s_code)document.write(s_code)//--></script> <script language="JavaScript" type="text/javascript"><!-- if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-') //--></script><noscript><a href="https://web.archive.org/web/20081017062928/http://www.omniture.com/" title="Web Analytics"><img src="https://web.archive.org/web/20081017062928im_/http://metrics.tbs.com/b/ss/turner.tbs.com-prod/1/H.15.1--NS/0?pageName=No%20Javascript" height="1" width="1" border="0" alt=""/></a></noscript><!--/DO NOT REMOVE/--> <!-- End SiteCatalyst code version: H.15.1. --> <!-- SiteCatalyst code version: H.13. Copyright 1997-2007 Omniture, Inc. More info available at http://www.omniture.com --> <script language="JavaScript" src="https://web.archive.org/web/20081017062928js_/http://www.tbs.com/files/omniture/s_code_tbsv6.js"></script> <script language="JavaScript"><!-- /* You may give each page an identifying name, server, and channel on the next lines. */ if (!testVarId) { var testVarId = ""; } s.pageName="https://web.archive.org/web/20081017062928/http://www.tbs.com/schedule/0,,3129455|347645,00.html" s.server="" s.channel="Shows" s.pageType="" s.prop1=document.title + " " + testVarId; s.prop2="347645" s.prop3="" s.prop4="" /************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/ var s_code=s.t();if(s_code)document.write(s_code)//--></script> <script language="JavaScript"><!-- if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-') //--></script><noscript><a href="https://web.archive.org/web/20081017062928/http://www.omniture.com/" title="Web Analytics"><img src="https://web.archive.org/web/20081017062928im_/http://tbstv.112.2o7.net/b/ss/tbstv/1/H.13--NS/0" height="1" width="1" border="0" alt=""/></a></noscript><!--/DO NOT REMOVE/--> <!-- End SiteCatalyst code version: H.13. --> <script src="https://web.archive.org/web/20081017062928js_/http://content.dl-rms.com/rms/mother/18202/nodetag.js"></script> </center></span> </div> <img src="https://web.archive.org/web/20081017062928im_/http://www.tbs.com/images/1.gif" alt="" id="TargetImageDE" name="TargetImageDE" width="1" height="1" onload="cnnad_getDEAdHeadCookie(this)"> <!--end footer --> <script>Schedule.InitMainSchedule();</script> </body> </html><!-- FILE ARCHIVED ON 06:29:28 Oct 17, 2008 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 04:38:44 Nov 29, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.561 exclusion.robots: 0.029 exclusion.robots.policy: 0.018 esindex: 0.011 cdx.remote: 15.854 LoadShardBlock: 111.061 (3) PetaboxLoader3.datanode: 138.601 (4) load_resource: 195.243 PetaboxLoader3.resolve: 132.403 -->