WHOIS Service

thebanner.com - information about domain

  • Server Status: available
  • Server IP: 192.104.182.100
  • Server Response Time: 224ms

Site title

The Jackson County Banner - Your #1 Local News Source

Alexa information

Alexa rank: 8,531,218

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
thebanner.com IN MX 7200 mail.thebanner.com pri: 10
thebanner.com IN A 192.104.182.100 7200
thebanner.com IN SOA 7200 mname: ns1.townnews.com
rname: dnsadmin.townnews.com
serial: 2010111901
refresh: 7200
retry: 3600
expire: 2419200
minimum-ttl: 7200
thebanner.com IN NS 7200 ns1.townnews.com
thebanner.com IN NS 7200 ns2.townnews.com

Server Location

Site source

Show / hide source
                
<!-- Cache: /var/storage/newsys//httpd/www/t/h/thebanner.com/html/index.html.partial -->
<!-- NewSys(TM), version 3.54.2, Copyright TownNews.com(C) 2002-2005, on web11.ch2.sys.local -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>The Jackson County Banner - Your #1 Local News Source</title>
<style type="text/css"> 
<!-- 
body  {
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    background-image: url(http://www.thebanner.com/img3/sidebg.png);
    background-repeat: repeat-x;
    background-color: #336699;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.twoColElsRtHdr #container {
    width: 58em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
    background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #000000;
    text-align: left; /* this overrides the text-align: center on the body element. */
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;

.twoColElsRtHdr #container #actionbar {
    background-color: #000;
    text-align: left;
    display: block;
    height: 25px;
    vertical-align: baseline;
    padding-top: 10px;
    margin: 0px;
    padding-left: 12px;
}
.twoColElsRtHdr #container #searchbar {
    float: right;
    width: 275px;
    text-align: right;
    margin-top: -5px;
}
.twoColElsRtHdr #header {
    background-color: #EDEDED;
    background-image: url(http://www.thebanner.com/img3/headerbackground.png);
    height: 125px;
    padding-top: 10;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    margin-top: 0px;

.twoColElsRtHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 25px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsRtHdr #sidebar1 p" rule.
*/
.twoColElsRtHdr #sidebar1 {
    float: right; 
    width: 11em; /* since this element is floated, a width must be given */
height:800px;    
background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
    margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
    margin-right: 10px;
    font-size: small;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsRtHdr #mainContent {
    margin-top: 25px;
    margin-right: 10em;
    margin-bottom: 0;
    margin-left: 10px;
    padding-top: 25px;

.twoColElsRtHdr #footer {
    padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background:#DDDDDD;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: x-small;

.twoColElsRtHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.actionbarlink {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: x-small;
    font-weight: normal;
    color: #CCC;
    text-decoration: none;
    text-indent: 10px;
    vertical-align: baseline;
    display: inline;
    padding-right: 10px;
    visibility: visible;
}
.actionbarlink:hover {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: x-small;
    font-weight: normal;
    color: #FFF;
    text-decoration: underline;
    text-indent: 10px;
    vertical-align: baseline;
    display: inline;
    padding-right: 10px;
}
   #tabsH {
    float:left;
    width:100%;
    background:#000;
    font-size:75%;
    line-height:normal;
      }
    #tabsH ul {
    margin:0;
    padding:10px 10px 0 10px;
    list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      background:url("http://www.thebanner.com/img3/tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url("http://www.thebanner.com/img3/tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }
      /* Rounded Bubble */
div.bubble div.rounded {
    margin-bottom: 0px;
    border: 3px solid #fff;
    background-color: #4076BF;
    font-size: 1.5em;
    margin-top: 0px;
}
div.bubble div.rounded blockquote {
    border: 0;
    background-color: transparent;
    color: #FFF;
}
div.bubble div.rounded blockquote p {
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
}
div.bubble cite.rounded {
    position: relative;
    padding-left: 15px;
    padding-top: 15px;
    top: 9px;
    background: transparent url(http://www.thebanner.com/img3/tip-rounded.gif) no-repeat 15px 0;
    margin: 5px;
}
/* Rounded Bubble */
div.bubble div.rounded {
    margin-bottom: 0px;
    border: 3px solid #fff;
    background-color: #4076BF;
    font-size: x-small;
    width: 99%;
    height: 30px;
    text-align: left;
    margin-top: 20px;
    padding: 0px;
    text-indent: -30px;
}
div.bubble div.rounded blockquote {
    border: 0;
    background-color: transparent;
    color: #FFF;
    font-size: x-small;
}
div.bubble div.rounded blockquote p {
    margin: 0px 10px;
    font-size: x-small;
}
div.bubble cite.rounded {
    position: relative;
    padding-left: 15px;
    padding-top: 12px;
    top: 9px;
    background: transparent url(http://www.thebanner.com/img3/tip-rounded.gif) no-repeat 15px 0;
    font-size: x-small;
    display: inline;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 10px;
}
.timestamp {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: x-small;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    text-decoration: none;
    padding-top: 0px;
    white-space: normal;
    vertical-align: sub;
    margin-top: 10px;
}
.byline {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: x-small;
    font-weight:bold;
    color: #00000;
    text-decoration: none;
}    
.cutline {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: #333
    background-color:#999;
    text-align: justify;
    margin: 2px;
    float: left;
    position: relative;
    width: 400px;
    padding: 2px;
    background-color: #FFFFFF;
}
    .videolink {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: x-small;
    vertical-align: top;
    color: #000;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-weight: bold;
}
.videolink:hover {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: x-small;
    vertical-align: top;
    color: #06C;
    text-decoration: underline;
    margin: 0px;
    padding: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-weight: bold;
}
#topstories {
    background-color: #CCC;
    float: right;
    width: 32%;
    padding-left: 15px;
    border: .5px solid #999;
    margin-left: 10px;
    white-space: normal;
    margin-right: 0px;
}
#mostread {
    background-color: #999;
    float: right;
    width: 32%;
    padding-left: 15px;
    border: 0.5px solid #333;
    margin-left: 0px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: x-small;
    margin-top: 20px;
    vertical-align: top;
    margin-left: 0px;
    white-space: normal;
    margin-right: 25px;
}
#multimedia #videogallerybox{
    display: block;
    float: left;
    width: 250px;
    position: relative;
    top: auto;
    height: 300px;
    vertical-align: top;
    clear: none;
}
#photobox {
    display: block;
    float: left;
    padding: 10px;
    position: relative;
    vertical-align: top;
    width: 56%;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.tablinks {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: x-small;
    color: #333;
    text-decoration: none;
}
.tablinks:hover {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: x-small;
    color: #FFF;
    text-decoration: none;
}
.mainheadline {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: large;
    font-weight: bold;
    color: #039;
    text-decoration: none;
    display: inline;
}
.mainheadline:hover {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: large;
    font-weight: bold;
    color: #F60;
    text-decoration: underline;
}
.twoColElsRtHdr #container #mainContent #topstory {
    background-color: #FFF;
    margin-top: 10px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.twoColElsRtHdr #container #mainContent #spacer {
    display: inherit;
    height: 15px;
    width: 450px;
}
.twoColElsRtHdr #container #mainContent #spacer2 {
    height: 200px;
    width: auto;
    float: left;
    display: block;
    position: relative;
}
.twoColHybRtHdr #mainContent {
    vertical-align: top;
    position: relative;
    width: auto;
    margin-top: 15;
    margin-right: 2em;
    margin-bottom: 0;
    margin-left: 5px;

#mostread {
    background-color: #999;
    float: right;
    width: 32%;
    padding-left: 15px;
    border: 0.5px solid #333;
    margin-left: 19px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: x-small;
    margin-top: 20px;
    vertical-align: top;
    margin-left: 10px;
    white-space: normal;
    margin-right: 0px;
}
.twoColElsRtHdr #container #mainContent #topstory {
    width: 447px;
    float: left;
}
#multimedia    {
    width: 75%;
    display: inline;
    border: .5px solid #333;
    background-color: #CCC;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: x-small;
    color: #000;
    text-align: left;
    white-space: normal;
    height: auto;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    float: left;
    clear: none;
    position: relative;
    page-break-before: always;
}
#videogallerybox {
    display: block;
    float: left;
    width: 250px;
    position: relative;
    top: auto;
    height: 300px;
    vertical-align: top;
    clear: none;
}
#photobox {
    display: block;
    float: left;
    padding: 10px;
    position: relative;
    vertical-align: top;
    width: 56%;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.topstories {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: x-small;
    color: #000;
    text-decoration: none;
}
.topstories:hover {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: x-small;
    color: #06C;
    text-decoration: underline;
}
.twoColElsRtHdr #container #mainContent #breaking {
    margin-top: 15px;
    display: block;
}
.twoColHybRtHdr #footer { 
    padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background:#DDDDDD;
}
.twoColElsRtHdr #container #mainContent #topstories .tablinks {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: x-small;
    color: #000;
    text-decoration: none;
}
.twoColElsRtHdr #container #mainContent #topstories .tablinks:hover {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: x-small;
    color: #333;
    text-decoration: underline;
}
.popular-link {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: x-small;
    font-weight: normal;
    color: #CCC;
    text-decoration: none;
    text-indent: 10px;
    vertical-align: middle;
    display: inline;
    padding-right: 10px;
}
.popular-link:hover {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: x-small;
    font-weight: normal;
    color: #FFF;
    text-decoration: underline;
    text-indent: 10px;
    vertical-align: middle;
    display: inline;
    padding-right: 10px;
}
.bodycopy {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-align: justify;
    vertical-align: text-top;
}
#widgetbar    {
    position: absolute;
    margin-right: 0px;
    margin-left: 0px;
    width: 80%;
    vertical-align: baseline;
    padding-left: 0px;
    display: block;
    float: left;
    clear: right;
    margin-bottom: 0px;
    visibility: visible;
    height: 200px;
}
#widgetbar2 #poll    {
    width: 180px;
    display: inline;
    padding: 3px;
    float: left;
    margin-right: 15px;
    margin-left: 10px;
}
#widgetbar2 #weather    {
    width: 175px;
    float: left;
    display: inline;
    padding: 3px;
    position: relative;
    margin-left: 15px;
}
#widgetbar2 #calendar {
    width: 255px;
    vertical-align: top;
    display: inline;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: x-small;
    font-weight: bold;
    float: left;
    padding: 3px;
}
#multimedia #photobox #galleryleft    {
    display: block;
    float: right;
    width: 50%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: x-small;
}
#multimedia #photobox #galleryright    {
    float: right;
    width: 50%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: x-small;
}
#specialsection    {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: x-small;
    background-color: #000;
    color: #FFF;
    float: left;
    width: 76%;
    border: thin solid #666;
    padding: 3px;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    display: block;
    position: relative;
}
.twoColHybRtHdr #container #mainContent #googleads {
    display: block;
    float: left;
    width: 80%;
    position: relative;
    left: 0px;
    margin: 3px;
    padding: 3px;
}
#widgetbar2 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: x-small;
    background-color: #FFF;
    color: #000;
    float: left;
    width: 76%;
    border: thin solid #666;
    padding: 3px;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    display: block;
    position: relative;
}
.dmcontent_container {
text-align: center;
background-color: #336699;
width: 150px;
height: 150px;
}
.dmcontent_title {
text-align: center; 
height: 20px; 
line-height: 20px; 
font-family: "Arial, Sans-Serif"; 
font-size: 12px; 
font-weight: bold;
width: 150px;
color: #FFFFFF;
background-color: #336699;
}
.dmcontent_body {
overflow-y: auto; text-align: left;
font-family: "Arial, Sans-Serif"; 
line-height: 18px; 
font-size: 12px; 
margin-left: auto; 
margin-right: auto;
width: 148px;height: 129px;
color: #336699;
background-color: #FFFFFF;
}
.dmcontent_link {
text-decoration: none;
color: #336699;
}
.corners{display:block;
    -x-system-font:none;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    width:160px
}
.corners *{
  display:block;
  height:1px;
  overflow:hidden;
  background:#f7f7ff}
.corners1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #fbfbff;
  border-right:1px solid #fbfbff;
  background:#f9f9ff}
.corners2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fefeff;
  border-right:1px solid #fefeff;
  background:#f8f8ff}
.corners3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f8f8ff;
  border-right:1px solid #f8f8ff;}
.corners4{
  border-left:1px solid #fbfbff;
  border-right:1px solid #fbfbff}
.corners5{
  border-left:1px solid #f9f9ff;
  border-right:1px solid #f9f9ff}

.cornersfg{    
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
  background:#f7f7ff;
  width:160px
}

.search_header {
  margin-bottom:5px;
  color:#22515F;
  font-size:0.8m;
  font-weight:bold;
  text-decoration:none;
}

.logo {
  clear:left;
  margin-top:10px;
}
.search_field_description {
  margin-bottom:5px;
  font-size: 0.7em; 
  color: black; 
  padding-left: 3px;
}
.vol_widget_container {
  padding:5px 5px 5px;
  width:160px;
}
-->
</style><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColElsRtHdr #sidebar1 { padding-top: 30px; }
.twoColElsRtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
<script src="http://www.thebanner.com/img3/SpryTabbedPanels.js" type="text/javascript"></script>
<link href="http://www.thebanner.com/img3/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />
</head>
<body bgcolor="336699" class="twoColElsRtHdr">
<script type='text/javascript' src='http://stats.townnews.com/shared-content/stats/common/tracker.js'></script>
<script type='text/javascript'>
<!--
 if (typeof(TNStats_Tracker) !== 'undefined' && typeof(TNTracker) === 'undefined') { TNTracker = new TNStats_Tracker('thebanner.com'); TNTracker.setTrackerDomain('stats.townnews.com'); TNTracker.trackPageView(); }
// -->
</script>
 
<div id="container">
 <div id="actionbar"><a href="https://secure.townnews.com/thebanner.com/forms/subscribe/index.php" class="actionbarlink">Subscribe</a><a href="http://www.thebanner.com/blogs" class="actionbarlink">Blogs</a><a href="http://www.thebanner.com/advertising" class="actionbarlink">Advertise</a><a href="http://www.thebanner.com/services/reprints" class="actionbarlink">Photo Reprints</a><div id="searchbar"> <form method="get" action="/shared-content/search/index.php"><input type="hidden" name="search" value="go"><input type="hidden" name="l" value="25"><input type="text" name="q" size="20"><input type="submit" value="Search"></form></div></div>
  <div id="header">
    <h1><a href="http://www.thebanner.com"><img src="http://images.townnews.com/thebanner.com/img3/masthead.png" alt="The Banner.com" width="316" height="66" border="0" /></a></h1>
  </div> 
 <div id="tabsH">
  <ul>
    <li><a href="http://www.thebanner.com" title="Home"><span>Home</span></a></li>
    <li><a href="http://www.thebanner.com/news" title="News"><span>News</span></a></li>
    <li><a href="http://www.thebanner.com/sports" title="Sports"><span>Sports</span></a></li>
    <li><a href="http://www.legacy.com/obituaries/thebanner/" title="Obituaries"><span>Obituaries</span></a></li>
    <li><a href="http://www.thebanner.com/opinion" title="Opinion"><span>Opinion</span></a></li>
    <li><a href="http://www.thebanner.com/features" title="Features"><span>Features</span></a></li>
    <li><a href="http://www.thebanner.com/admarket" title="Classifieds"><span>Classifieds</span></a></li>
    <li><a href="http://www.thebanner.com/services" title="Reader Services"><span>Reader Services</span></a></li>
  </ul>
</div>
  <div id="sidebar1" align="center">
  <form method="get" action="http://www.volunteermatch.org/search/index.jsp" onsubmit="if (this.l.value == 'Location') {alert('Please enter a location to search for Volunteer Opportunities in your area.'); return false} else { if (this.k.value == 'Keywords') {this.k.value = '';} return true;}">
<div>
  <b class="corners">
  <b class="corners1"><b></b></b>
  <b class="corners2"><b></b></b>
  <b class="corners3"></b>
  <b class="corners4"></b>
  <b class="corners5"></b></b>
  <div class="cornersfg">
    <div class="vol_widget_container">
    <div class="search_header">Search for Volunteer Opportunities</div>
       <input name="l" size="15" maxlength="80" value="Location" onfocus="if (this.value == 'Location') this.value = '';" onblur="if (this.value == '') this.value = 'Location';" type="text">
       <div class="search_field_description">e.g.&nbsp;<em>90210</em>&nbsp;or&nbsp;<em>Chicago, Il</em></div>
       <input class="field" type="text" name="k" id="k" size="15" maxlength="50" value="Keywords" onfocus="if (this.value == 'Keywords') this.value = '';" onblur="if (this.value == '') this.value = 'Keywords';"
     type="text"/>
       <div class="search_field_description">e.g.&nbsp;<em>environment</em>&nbsp;or&nbsp;<em>mentoring</em></div>
       <input value="Search" type="submit">
    <div class="logo"><a href="http://www.volunteermatch.org" target="_vm_search"><img src="http://www.volunteermatch.org/images/80x48_pow.gif" border="0" alt="Powered by VolunteerMatch"/></a></div></form>
    </div>
  </div>
  <b class="corners">
  <b class="corners5"></b>
  <b class="corners4"></b>
  <b class="corners3"></b>
  <b class="corners2"><b></b></b>
  <b class="corners1"><b></b></b></b>
</div><p>
     
<p align="center"><img src="http://images.townnews.com/thebanner.com/art/pixel.gif" width="1" height="5"><br>
  <script language='javascript' src='/shared-content/adsys/creative.js'></script>
<script language='javascript' src='http://adsys.townnews.com/global/capped.js' /></script>
<!-- AdSys ad not found for front:right1 --></p>
<p align="center"><img src="http://images.townnews.com/thebanner.com/art/pixel.gif" width="1" height="5"><br>
  <!-- AdSys ad not found for front:right2 --></p>
<p align="center"><img src="http://images.townnews.com/thebanner.com/art/pixel.gif" width="1" height="5"><br>
  <!-- AdSys ad not found for front:right3 --></p>
<p align="center"><img src="http://images.townnews.com/thebanner.com/art/pixel.gif" width="1" height="5"><br><!-- AdSys ad not found for front:right4 --></p>

<p align="center"><img src="http://images.townnews.com/thebanner.com/art/pixel.gif" width="1" height="5"><br><!-- AdSys ad not found for front:right5 --></p>

<p align="center"><img src="http://images.townnews.com/thebanner.com/art/pixel.gif" width="1" height="5"><br><!-- AdSys ad not found for front:right6 --></p>

<p align="center"><img src="http://images.townnews.com/thebanner.com/art/pixel.gif" width="1" height="5"><br><!-- AdSys ad not found for front:right7 --></p>

<p align="center"><img src="http://images.townnews.com/thebanner.com/art/pixel.gif" width="1" height="5"><br><!-- AdSys ad not found for front:right8 --></p>
</p>
  <!-- end #sidebar1 --></div>
  <div id="mainContent">
  <!-- AdSys ad not found for front:top1 -->
  <p><div id="spacer"></div><div class="bubble" id="breaking">
      <div class="rounded">
      <blockquote>
        <p>Follow us on Twitter @jcbanner or like us on Facebook!</p>
        </blockquote>
      </div>
        <cite class="rounded"><strong>BREAKING NEWS</strong> <a href="mailto:mmaurer@thebanner.com">Submit your breaking news</a></cite></div></p>
   <div id="topstory">
   <div id="TabbedPanels2" class="TabbedPanels">
  <ul class="TabbedPanelsTabGroup">
    <li class="TabbedPanelsTab" tabindex="0">News</li>
    <li class="TabbedPanelsTab" tabindex="0">Think Green</li>
    <li class="TabbedPanelsTab" tabindex="0">Sports</li>
    <li class="TabbedPanelsTab" tabindex="0">Opinion</li>
    <li class="TabbedPanelsTab" tabindex="0">Featured Section</li>
  </ul>
  <div class="TabbedPanelsContentGroup">
   <div class="TabbedPanelsContent">
      <div id="mainstory">
        <div><a href="http://www.thebanner.com/news/news01.txt" class="mainheadline">SICA holds spring break art camp</a><br />
          <span class="byline"><br />
          </span> <span class="timestamp">Posted at <font class='indexstory'><i>Thursday, March 22, 2012 8:30 AM CDT</i></font><p></p></span> </div>
        <p><span align="justify"><img src="http://images.townnews.com/thebanner.com/content/articles/2012/03/22/news/news01.jpg" class="bodycopy" /></span></p>
        <p><span class="bodycopy"></span></p>
        <p><a href="http://www.thebanner.com/news/news01.txt" class="topstories">Continue Reading</a> <a href="http://www.thebanner.com/news/news01.txt"><img src="../../../img3/arrowcircle.png" alt="Go" width="15" height="15" border="0" /></a></p>
      </div>
      </div>
  <div class="TabbedPanelsContent">
      <div id="mainstory">
        <div><a href="http://www.thebanner.com/features/thinkgreen/thinkgreen01.txt" class="mainheadline"news/news01.txt>Jackson County Students Eligible for Scholarship</a><br />
          <span class="byline"><br />
          </span> <span class="timestamp">Posted at <font class='indexstory'><i>Thursday, March 22, 2012 8:30 AM CDT</i></font><p></p></span> </div>
        <p><span align="justify"><img src="http://images.townnews.com/thebanner.com/content/articles/2012/03/22/features/thinkgreen/thinkgreen01.jpg" class="bodycopy" /></span></p>
        <p><span class="bodycopy">Rumpke is looking for Jackson County students interested in environmental science for a new scholarship.</span></p>
        <p><a href="http://www.thebanner.com/features/thinkgreen/thinkgreen01.txt" class="topstories">Continue Reading</a> <a href="http://www.thebanner.com/features/thinkgreen/thinkgreen01.txt"><img src="../../../img3/arrowcircle.png" alt="Go" width="15" height="15" border="0" /></a></p>
      </div>
    </div>
    <div class="TabbedPanelsContent">
      <div id="mainstory">
        <div><a href="http://www.thebanner.com/sports/sports01.txt" class="mainheadline"sports/sports01.txt>Crothersville hold winter sports awards program</a><br />
          <span class="byline">By Dennis Dunn - <a href="mailto:ddunn@thebanner.com">ddunn@thebanner.com</a><br />
          </span> <span class="timestamp">Posted at <font class='indexstory'><i>Thursday, March 22, 2012 8:30 AM CDT</i></font><p></p></span> </div>
        <p><span align="justify"><img src="http://images.townnews.com/thebanner.com/content/articles/2012/03/22/sports/sports01.jpg" class="bodycopy" /></span></p>
        <p><span class="bodycopy">Crothersville held its winter sports awards program on Thursday night, March 15, and several athletes were recognized for all of their hard work throughout the season and for the many records the boys’ basketball team broke.</span></p>
        <p><a href="http://www.thebanner.com/sports/sports01.txt" class="topstories">Continue Reading</a> <a href="http://www.thebanner.com/sports/sports01.txt"><img src="../../../img3/arrowcircle.png" alt="Go" width="15" height="15" border="0" /></a></p>
      </div>
    </div>
    <div class="TabbedPanelsContent">
      <div id="mainstory">
        <div><a href="http://www.thebanner.com/opinion/opinion01.txt" class="mainheadline"sports/opinion01.txt>Newt</a><br />
          <span class="byline"><br />
          </span> <span class="timestamp">Posted at <font class='indexstory'><i>Thursday, March 22, 2012 8:30 AM CDT</i></font><p></p></span></div>
        <p><span align="justify"><img src="http://images.townnews.com/thebanner.com/content/articles/2012/03/22/opinion/opinion01.jpg" class="bodycopy" /></span></p>
        <p><span class="bodycopy"></span></p>
        <p><a href="http://www.thebanner.com/opinion/opinion01.txt" class="topstories">Continue Reading</a> <a href="http://www.thebanner.com/opinion/opinion01.txt"><img src="../../../img3/arrowcircle.png" alt="Go" width="15" height="15" border="0" /></a></p>
      </div>
    </div>
    <div class="TabbedPanelsContent"><center>
      <p class="TabbedPanelsContent"><a href="http://www.thebanner.com/features/thinkgreen"><img src="http://images.townnews.com/thebanner.com/img3/thinkgreenpromo.png" alt="Think Green" width="400" height="250" border="0" /></a></p>
    </center></div>
  </div>
</div>
   </div>
      <!-- end #mainContent -->
  <div id="topstories">
    <p><img src="../../../img3/latestnews.png" width="198" height="50" alt="Latest News" /></p>
       <p><span class="topstories"><a href="/articles/2012/03/22/news/news02.txt">Legislative session wraps up; lawmakers say it’s one to remember</a></span></p>
<p><span class="topstories"><a href="/articles/2012/03/22/news/news03.txt">Fear Fair and Seymour Jaycees make donation</a></span></p>
        <p><span class="topstories"><a href="/articles/2012/03/22/news/news04.txt">Library offers genealogy classes</a></span></p>
        <p><span class="topstories"><a href="/articles/2012/03/22/news/news05.txt">Weed scientist: Scout now for weeds in winter wheat</a></span></p>
        <p><a href="http://www.thebanner.com/news" class="topstories">See All Local News</a> <a href="http://www.thebanner.com/news"><img src="../../../img3/arrowcircle.png" alt="Go" width="15" height="15" border="0" /></a></p>
    </div>
  <div id="mostread" class="mostread">
        <p><img src="../../../img3/mostpopular.png" width="198" height="50" alt="Most Popular Articles" />
        <span class="videolink"><a href="/articles/2012/03/20/news/news01.txt">Lightning strike injures four <span class="popular-count">(9)</span></a><br /><a href="/articles/2009/04/14/records/records02.txt"><b>Marriage Licenses</b> <span class="popular-count">(6)</span></a><br /><a href="/articles/2007/10/25/news/news01.txt">Car fire restricts I-65 traffic <span class="popular-count">(6)</span></a><br /><a href="/articles/2010/02/02/news/news02.txt">Katie Stam gives up her crown but receives engagement ring <span class="popular-count">(5)</span></a><br /><a href="/articles/2008/01/24/records/records02.txt"><i>Court News</i> <span class="popular-count">(4)</span></a><br /></span></p>
    </div>
  </div>
  <div id="googleads"><script type="text/javascript"><!--
google_ad_client = "pub-9377390057686101";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-06-28: Front
google_ad_channel = "4150357035";
google_color_border = "000000";
google_color_bg = "F0F0F0";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
google_ui_features = "rc:10";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<div id="spacer2"></div>
 <div class="twoColElsRtHdr" id="widgetbar2">
   <div id="weather">
    <p><img src="../../../img3/weatherheader.png" width="181" height="50" alt="Weather" /></p>
    <p><script src='/shared-content/myweather/weather.php?zipcode=47220&amp;magnet_style=1'></script> </p>
    <p><a href="http://www.yourhometownbankonline.com"><img src="http://images.townnews.com/thebanner.com/img3/weathersponsor.png" alt="Weather Sponsored By" width="150" height="65" border="0" /></a></p>
   </div>
  <div id="poll">
    <p><img src="../../../img3/pollheader.png" width="181" height="50" alt="Poll" /></p>
    <p><table width="100%" align="center" border="0" cellspacing="0" cellpadding="1" bgcolor=""><tr align="center"><td bgcolor=""><font face="Verdana, Arial, Helvetica, sans-serif" size="-1" color=""></font></td></tr>
<tr align="center" bgcolor=""><td><table width="100%" border="0" cellspacing="0" cellpadding="2" align="center" bgcolor="" height="60">
<tr valign="middle"><td colspan="2" height="40"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>Have you already made plans for Spring Break?
</b></font>
</td></tr><tr align="right" valign="bottom"><td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="1" height="100%">
<form method="post" action="/"><tr><td width="15%">
<input type="radio" name="NewVote" value="Yes">
</td><td width="85%">
<font face="Verdana, Arial, Helvetica, sans-serif" size="-2">Yes</font></td></tr><tr><td width="15%">
<input type="radio" name="NewVote" value="No, not yet">
</td><td width="85%">
<font face="Verdana, Arial, Helvetica, sans-serif" size="-2">No, not yet</font></td></tr><tr><td width="15%">
<input type="radio" name="NewVote" value="Not going anywhere">
</td><td width="85%">
<font face="Verdana, Arial, Helvetica, sans-serif" size="-2">Not going anywhere</font></td></tr><tr><td width="15%">
<input type="radio" name="NewVote" value="Undecided ">
</td><td width="85%">
<font face="Verdana, Arial, Helvetica, sans-serif" size="-2">Undecided </font></td></tr><tr align="center" valign="top"><td colspan="2"><br><input type="submit" value="Vote"><br>
</td></tr></table></form></tr></table></td></tr></table> </p>
  </div>
  <div id="calendar">
    <p><img src="../../../img3/calheader.png" width="252" height="50" alt="Community Calendar" /></p>
    <p class="tablinks"><center><a href="http://www.thebanner.com/calendar"><img src="http://images.townnews.com/thebanner.com/img3/calendarpromo.png" alt="Community Calendar" width="234" height="198" border="0" /></a></center></p>
  </div>
  </div>
  <div id="specialsection">
    <p><img src="../../../img3/sectionsheader.png" width="350" height="75" alt="Special Sections" /></p>
    <p><a href="http://www.thebanner.com/features/thinkgreen"><img src="../../../img3/thinkgreen.png" alt="Think Green" width="234" height="75" border="0" /></a><a href="http://www.thebanner.com/features/healthwatch"><img src="http://images.townnews.com/thebanner.com/img3/healthwatchad.png" alt="Health Watch" width="234" height="75" border="0" /></a></p>
    <p>&nbsp;</p>
  </div>
  <div id="multimedia">
    <p><a href="http://www.thebanner.com/gallery" border="0"><img src="../../../img3/multimediaheader.png" width="350" height="75" alt="Multimedia Galleries" /></a></p>
    <div class="photobox" id="photobox"><div id="galleryleft">

<SCRIPT LANGUAGE="JavaScript">
function launchCenter(url, name, height, width)
{
  var str = "height=" + height + ",innerHeight=" + height;
  str += ",width=" + width + ",innerWidth=" + width;
  if (window.screen)
  {
    var ah = screen.availHeight - 30;
    var aw = screen.availWidth - 10;
    var xc = (aw - width) / 2;
    var yc = (ah - height) / 2;
    str += ",left=" + xc;
    str += ",top=" + yc;
    str += ",scrollbars=yes, resizable=yes";
  }
  return window.open(url, name, str);
}
</script>
<DIV id="gallery-1" class="gallery-block">    <DIV class="gallery-album-block">
        <DIV class="gallery-image-block">
<a href="javascript:void(0)" OnClick="launchCenter('/shared-content/gallery/?galleryid=1&gallery_page=0&album_page=0&albumid=75&mediaid=1556','_blank',600,475);"><img src="http://images.townnews.com/thebanner.com/content/gallery/gallery_1/album_75/thumb_photo4c05226c4a92a459393481.jpg" border=1 class="gImg-album" /></a>
        </DIV>
        <DIV class="gallery-title-block">
        <A href="javascript:void(0);" OnClick="launchCenter('/shared-content/gallery/?galleryid=1&gallery_page=0&album_page=0&albumid=75&mediaid=1556','_blank',600,475);">2010 Indianapolis 500</A>
        </DIV>
        <DIV class="gallery-count-block">
(13 photos)</DIV>
    </DIV>
</DIV>
<DIV id="gallery-1" class="gallery-block">    <DIV class="gallery-album-block">
        <DIV class="gallery-image-block">
<a href="javascript:void(0)" OnClick="launchCenter('/shared-content/gallery/?galleryid=1&gallery_page=0&album_page=0&albumid=72&mediaid=1508','_blank',600,475);"><img src="http://images.townnews.com/thebanner.com/content/gallery/gallery_1/album_72/thumb_photo4b4ca2dd131c1194825458.jpg" border=1 class="gImg-album" /></a>
        </DIV>
        <DIV class="gallery-title-block">
        <A href="javascript:void(0);" OnClick="launchCenter('/shared-content/gallery/?galleryid=1&gallery_page=0&album_page=0&albumid=72&mediaid=1508','_blank',600,475);">Medora vs Columbus Christian</A>
        </DIV>
        <DIV class="gallery-count-block">
(3 photos)</DIV>
    </DIV>
</DIV>
<DIV id="gallery-1" class="gallery-block">    <DIV class="gallery-album-block">
        <DIV class="gallery-image-block">
<a href="javascript:void(0)" OnClick="launchCenter('/shared-content/gallery/?galleryid=1&gallery_page=0&album_page=0&albumid=71&mediaid=1517','_blank',600,475);"><img src="http://images.townnews.com/thebanner.com/content/gallery/gallery_1/album_71/thumb_photo4b4ca32ad4e32791189429.jpg" border=1 class="gImg-album" /></a>
        </DIV>
        <DIV class="gallery-title-block">
        <A href="javascript:void(0);" OnClick="launchCenter('/shared-content/gallery/?galleryid=1&gallery_page=0&album_page=0&albumid=71&mediaid=1517','_blank',600,475);">BC Girls vs Charleston</A>
        </DIV>
        <DIV class="gallery-count-block">
(10 photos)</DIV>
    </DIV>
</DIV>
<DIV id="gallery-1" class="gallery-block">    <DIV class="gallery-album-block">
        <DIV class="gallery-image-block">
<a href="javascript:void(0)" OnClick="launchCenter('/shared-content/gallery/?galleryid=1&gallery_page=0&album_page=0&albumid=67&mediaid=1467','_blank',600,475);"><img src="http://images.townnews.com/thebanner.com/content/gallery/gallery_1/album_67/thumb_photo4b22a4c9996bf185830096.jpg" border=1 class="gImg-album" /></a>
        </DIV>
        <DIV class="gallery-title-block">
        <A href="javascript:void(0);" OnClick="launchCenter('/shared-content/gallery/?galleryid=1&gallery_page=0&album_page=0&albumid=67&mediaid=1467','_blank',600,475);">SHS vs Jennings County</A>
        </DIV>
        <DIV class="gallery-count-block">
(4 photos)</DIV>
    </DIV>
</DIV>
<DIV id="gallery-1" class="gallery-block">    <DIV class="gallery-album-block">
        <DIV class="gallery-image-block">
<a href="javascript:void(0)" OnClick="launchCenter('/shared-content/gallery/?galleryid=1&gallery_page=0&album_page=0&albumid=66&mediaid=1460','_blank',600,475);"><img src="http://images.townnews.com/thebanner.com/content/gallery/gallery_1/album_66/thumb_photo4b22a40c70f22324145756.jpg" border=1 class="gImg-album" /></a>
        </DIV>
        <DIV class="gallery-title-block">
        <A href="javascript:void(0);" OnClick="launchCenter('/shared-content/gallery/?galleryid=1&gallery_page=0&album_page=0&albumid=66&mediaid=1460','_blank',600,475);">BCHS vs SHS (Girls)</A>
        </DIV>
        <DIV class="gallery-count-block">
(6 photos)</DIV>
    </DIV>
</DIV>
</div>    <div id="galleryright">
<SCRIPT LANGUAGE="JavaScript">
function launchCenter(url, name, height, width)
{
  var str = "height=" + height + ",innerHeight=" + height;
  str += ",width=" + width + ",innerWidth=" + width;
  if (window.screen)
  {
    var ah = screen.availHeight - 30;
    var aw = screen.availWidth - 10;
    var xc = (aw - width) / 2;
    var yc = (ah - height) / 2;
    str += ",left=" + xc;
    str += ",top=" + yc;
    str += ",scrollbars=yes, resizable=yes";
  }
  return window.open(url, name, str);
}
</script>
<DIV id="gallery-2" class="gallery-block">    <DIV class="gallery-album-block">
        <DIV class="gallery-image-block">
<a href="javascript:void(0)" OnClick="launchCenter('/shared-content/gallery/?galleryid=2&gallery_page=0&album_page=0&albumid=81&mediaid=1603','_blank',600,475);"><img src="http://images.townnews.com/thebanner.com/content/gallery/gallery_2/album_81/thumb_photo4e94a4275567e267642373.jpg" border=1 class="gImg-album" /></a>
        </DIV>
        <DIV class="gallery-title-block">
        <A href="javascript:void(0);" OnClick="launchCenter('/shared-content/gallery/?galleryid=2&gallery_page=0&album_page=0&albumid=81&mediaid=1603','_blank',600,475);">Medora Goes Pink</A>
        </DIV>
        <DIV class="gallery-count-block">
(20 photos)</DIV>
    </DIV>
</DIV>
<DIV id="gallery-2" class="gallery-block">    <DIV class="gallery-album-block">
        <DIV class="gallery-image-block">
<a href="javascript:void(0)" OnClick="launchCenter('/shared-content/gallery/?galleryid=2&gallery_page=0&album_page=0&albumid=76&mediaid=1558','_blank',600,475);"><img src="http://images.townnews.com/thebanner.com/content/gallery/gallery_2/album_76/thumb_photo4c052582c921f250599475.jpg" border=1 class="gImg-album" /></a>
        </DIV>
        <DIV class="gallery-title-block">
        <A href="javascript:void(0);" OnClick="launchCenter('/shared-content/gallery/?galleryid=2&gallery_page=0&album_page=0&albumid=76&mediaid=1558','_blank',600,475);">Memorial Day 2010</A>
        </DIV>
        <DIV class="gallery-count-block">
(3 photos)</DIV>
    </DIV>
</DIV>
<DIV id="gallery-2" class="gallery-block">    <DIV class="gallery-album-block">
        <DIV class="gallery-image-block">
<a href="javascript:void(0)" OnClick="launchCenter('/shared-content/gallery/?galleryid=2&gallery_page=0&album_page=0&albumid=74&mediaid=1537','_blank',600,475);"><img src="http://images.townnews.com/thebanner.com/content/gallery/gallery_2/album_74/thumb_photo4bd072654437c571435138.jpg" border=1 class="gImg-album" /></a>
        </DIV>
        <DIV class="gallery-title-block">
        <A href="javascript:void(0);" OnClick="launchCenter('/shared-content/gallery/?galleryid=2&gallery_page=0&album_page=0&albumid=74&mediaid=1537','_blank',600,475);">2010 Tea Party in Seymour</A>
        </DIV>
        <DIV class="gallery-count-block">
(13 photos)</DIV>
    </DIV>
</DIV>
<DIV id="gallery-2" class="gallery-block">    <DIV class="gallery-album-block">
        <DIV class="gallery-image-block">
<a href="javascript:void(0)" OnClick="launchCenter('/shared-content/gallery/?galleryid=2&gallery_page=0&album_page=0&albumid=73&mediaid=1528','_blank',600,475);"><img src="http://images.townnews.com/thebanner.com/content/gallery/gallery_2/album_73/thumb_photo4ba8d9d9d87b5758672726.jpg" border=1 class="gImg-album" /></a>
        </DIV>
        <DIV class="gallery-title-block">
        <A href="javascript:void(0);" OnClick="launchCenter('/shared-content/gallery/?galleryid=2&gallery_page=0&album_page=0&albumid=73&mediaid=1528','_blank',600,475);">2010 National Maple Syrup Festival</A>
        </DIV>
        <DIV class="gallery-count-block">
(10 photos)</DIV>
    </DIV>
</DIV>
<DIV id="gallery-2" class="gallery-block">    <DIV class="gallery-album-block">
        <DIV class="gallery-image-block">
<a href="javascript:void(0)" OnClick="launchCenter('/shared-content/gallery/?galleryid=2&gallery_page=0&album_page=0&albumid=70&mediaid=1507','_blank',600,475);"><img src="http://images.townnews.com/thebanner.com/content/gallery/gallery_2/album_70/thumb_photo4b33981bb46bc728976103.jpg" border=1 class="gImg-album" /></a>
        </DIV>
        <DIV class="gallery-title-block">
        <A href="javascript:void(0);" OnClick="launchCenter('/shared-content/gallery/?galleryid=2&gallery_page=0&album_page=0&albumid=70&mediaid=1507','_blank',600,475);">Ewing Antiques Crash</A>
        </DIV>
        <DIV class="gallery-count-block">
(7 photos)</DIV>
    </DIV>
</DIV>
</div><br><br><a class ="videolink" href="http://www.thebanner.com/gallery">See All Photo Galleries</a></div>
<div class="videogallerybox" id="videogallerybox">
  <p> <a href="http://www.thebanner.com/video/video01.txt" class="videolink">Lady Braves fall</a><br>By Chad Fleetwood - <a href="mailto:cfleetwood@thebanner.com">cfleetwood@thebanner.com</a></p>
  <p><a class="videolink" href="http://www.thebanner.com/video/video01.txt">Watch Video</a> <a href="http://www.thebanner.com/video/video01.txt"><img src="../../../img3/arrowcircle.png" alt="Watch Video" width="15" height="15" border="0" /></a></p>
<p> <a href="http://www.thebanner.com/video/video01.txt" class="videolink">Lady Braves down Eastern</a><br>
  By Chad Fleetwood - <a href="mailto:cfleetwood@thebanner.com">cfleetwood@thebanner.com</a></p>
  <p><a class="videolink" href="http://www.thebanner.com/video/video02.txt">Watch Video</a> <a href="http://www.thebanner.com/video/video02.txt"><img src="../../../img3/arrowcircle.png" alt="Watch Video" width="15" height="15" border="0" /></a></p>
</div>
  </div>
    <!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats -->
<br class="clearfloat" />
   <div id="footer">
    <p>Copyright 2012 The Jackson County Banner
      <!-- end #footer -->
• A Community Media Group Newspaper</p>
<!-- end #footer --></div>
<!-- end #container --></div>
<script type="text/javascript">
<!--
var TabbedPanels2 = new Spry.Widget.TabbedPanels("TabbedPanels2");
//-->
</script>
</body>
</html>
Go to top

About QuoBuzz.com

Our site strives to provide helpful information to our readers.  By offering not only fact-based whois information, but also an informative overview of each website, we seek to give you a broad view of how each site operates.  Every day our writers and researchers work together to find all of the most up-to-date information about each website we feature.  Our goal is to create a space where you will gain the most information for your time, because in our view, our time is spent saving others’ time.  Rather than spending hours scouring the web for the information you seek, you will be able to find it all in one well-organized space, allowing you more time to enjoy browsing the web at your leisure.

Read on

What they say about us!

This site has been a great resource for me. The ease of use, wide variety of information, as well as the great layout are a refreshing change to the standard, bulky sites I have used in the past. Here I am able to find everything I need in one site, without spending hours sifting through little bits of information across the Internet. This has led to improving my own productivity, because I spend far less time searching all over the place for the content I need. I definitely see a strong future for this site and will continue to use it for my needs.

eRic000 - eRic Design

More...