<script language="javascript">
function document_load() { // resize Twitter box to match middle column height
window.setTimeout(function() {
var i = document.getElementById('featureStoryTop');
var contentHeight = i.parentElement.scrollHeight;
var twitterFrame = document.getElementById('twitter-widget-0');
var sidebarLinks = document.getElementById('sidebarLinks');
var twitterHeight = contentHeight - sidebarLinks.scrollHeight;
var twitterHeightLess = twitterHeight - 12;
twitterFrame.style.minHeight = twitterHeightLess + "px";
}, 1000);
}
</script>
</head>
<body onload="document_load()">