wsiltv.com - information about domain
- Server Status: available
- Server IP: 208.80.56.11
- Server Response Time: 348ms
Site title
WSILTV
Alexa information
Alexa rank: 440,347
Rank Trend
Bounce Trend
DNS Information
| Host: | Class: | Type: | IP: | TTL: | Target: | Other: |
| wsiltv.com | IN | SOA | 86400 | mname: ns1-auth.sprintlink.net rname: dns-admin.sprint.net serial: 2011081701 refresh: 43200 retry: 3600 expire: 2419200 minimum-ttl: 7200 |
||
| wsiltv.com | IN | A | 208.80.56.11 | 86400 | ||
| wsiltv.com | IN | MX | 86400 | mailserver.wsiltv.com | pri: 10 | |
| wsiltv.com | IN | NS | 86400 | ns1-auth.sprintlink.net | ||
| wsiltv.com | IN | NS | 86400 | ns2-auth.sprintlink.net | ||
| wsiltv.com | IN | NS | 86400 | ns3-auth.sprintlink.net |
Server Location
Site source
Show / hide source
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns:fb="http://facebook.com/2008/fbml">
<head>
<title>
WSILTV
</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="alternate" type="application/rss+xml" title="WSILTV" href="http://www.wsiltv.com/news/local/index.rss" />
<link rel="icon" href="http://media.wsiltv.com/designimages/WSIKL-3favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="http://media.wsiltv.com/designimages/WSIKL-3favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="/WSIL-iPhone-icon-1.jpg" />
<link rel="stylesheet" href="http://www.wsiltv.com/includes/alpha_general.css" type="text/css">
<link rel="stylesheet" href="http://www.wsiltv.com/includes/gemini.css" type="text/css">
<link rel="stylesheet" href="http://www.wsiltv.com/includes/bim_tools.css" type="text/css" media="screen" />
<!-- domain.stgroupcss true -->
<link rel="stylesheet" href="http://www.wsiltv.com/includes/wsil_styles.css" type="text/css">
<link rel="stylesheet" href="http://www.wsiltv.com/includes/wsil_top_styles.css" type="text/css">
<!--[if IE]>
<![endif]-->
<script language="Javascript" type="text/javascript">
<!--
function pollSubPop (url, name, widgets )
{
popupWin = window.open(url, name, widgets);
var agt=navigator.userAgent.toLowerCase();
var is_major = parseInt(navigator.appVersion);
var is_ie = ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1));
var is_ie3 = (is_ie && (is_major < 4));
var is_ie4 = (is_ie && (is_major == 4) && (agt.indexOf("msie 4")!=-1) );
var is_aol = (agt.indexOf("aol") != -1);
var is_aol3 = (is_aol && is_ie3);
var is_aol4 = (is_aol && is_ie4);
var is_aol5 = (agt.indexOf("aol 5") != -1);
var is_aol6 = (agt.indexOf("aol 6") != -1);
var is_comp = (agt.indexOf("compuserve") != -1);
var is_compie = (is_comp && is_ie);
if(!is_aol6 && !is_aol3 && !is_aol4 && !is_aol5 && !is_compie) { popupWin.opener.top.name = "opener"; }
popupWin.focus();
}
function openPopup (url, name, widgets )
{
popupWin = window.open(url, name, widgets);
popupWin.focus();
}
function checkSearch() {
if (!isValidSearch(document.SearchBox.keywords.value)) {
displayError("Please enter a valid search term.", document.SearchBox.keywords);
return false;
}
}
function checkGenSearch() {
if (!isValidSearch(document.GenSearchBox.keywords.value)) {
displayError("Please enter a valid search term.", document.GenSearchBox.keywords);
return false;
}
}
function displayError(aMessage, aObject) {
aObject.focus();
alert(aMessage);
}
function isValidSearch(s){
if (isEmpty(s)) return false;
if (isWhitespace(s)) return false;
if (s=='search') return false;
return true;
}
function isEmpty(s) { return ((s == null) || (s.length == 0)) }
function isWhitespace (s) {
var i;
var whitespace = " \t\n\r";
if (isEmpty(s)) return true;
for (i = 0; i < s.length; i++)
{
var c = s.charAt(i);
if (whitespace.indexOf(c) == -1) return false;
}
return true;
}
function isValidEmail(s) {
if (isEmpty(s)) return false;
if (isWhitespace(s)) return false;
var i = 1;
var sLength = s.length;
while ((i < sLength) && (s.charAt(i) != "@")) { i++ }
if ((i >= sLength) || (s.charAt(i) != "@")) return false;
else i += 2;
while ((i < sLength) && (s.charAt(i) != "."))
{ i++
}
if ((i >= sLength - 1) || (s.charAt(i) != ".")) return false;
else return true;
}
function writeDate(){
var d=new Date()
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ", ")
document.write(d.getFullYear())
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<script language="JavaScript" src="http://www.wsiltv.com/includes/BIM_js_popwin.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js" type="text/javascript"></script>
<script src="http://www.wsiltv.com/includes/bim_javascript_library.js" type="text/javascript"></script>
<script type="text/javascript">_qoptions = {
qacct:"p-9a3CzpxOy4iiQ"
};
</script>
<script type="text/javascript" src="http://pixel.quantserve.com/seg/p-9a3CzpxOy4iiQ.js"></script>
<script type="text/javascript">
function _quantgc(n) {
var c=document.cookie;if(!c)return '';
var i=c.indexOf(n+"=");if(-1==i)return '';
var len=i+n.length+1;
var end=c.indexOf(";", len);
return c.substring(len,end<0?c.length:end);
}
quantSegs = "";
var _qsegs = _quantgc('__qseg').split('|');
for (var i=0;i < _qsegs.length;i++) {
var qArr=_qsegs[i].split("_")
if(qArr.length>1){ quantSegs += ("qcseg=" + qArr[1] + ";");}
}
</script>
<script language="Javascript" type="text/javascript">document.write('<scr'+'ipt language="Javascript" type="text/javascript" src="http://cas.clickability.com/cas/caspl.js?r='+Math.random()+'&c=3031&m=15999&d=947539&p=346&p=351&p=371&p=1491&p=1381&p=1386&p=1416&p=1421&p=1426&p=1431&p=1436&p=2192"></scr'+'ipt>');</script>
</head>
<body id="index">
<div id="container">
<div id="main">
<script language="Javascript" type="text/javascript">if (self['plpm'] && plpm['Leaderboard']) document.write('<div id=\'leaderboard1\'>');if (self['plpm'] && plpm['Leaderboard']){ document.write(plpm['Leaderboard']);} else if (self['plunpla'] && plunpla['371']){document.write('<scr'+'ipt language="Javascript" type="text/javascript" src="http://cas.clickability.com/cas/cas.js?r='+Math.random()+'&p=371&c=3031&m=15999&d=947539&a='+plunpla['371']+'&pre=%3Cdiv+id%3D%27leaderboard1%27%3E&post=%3C%2Fdiv%3E"></scr'+'ipt>'); } else { if(self['plurp'] && plurp['371']){} else {document.write('<scr'+'ipt language="Javascript" type="text/javascript" src="http://cas.clickability.com/cas/cas.js?r='+Math.random()+'&p=371&c=3031&m=15999&d=947539&pre=%3Cdiv+id%3D%27leaderboard1%27%3E&post=%3C%2Fdiv%3E"></scr'+'ipt>'); } }if (self['plpm'] && plpm['Leaderboard']) document.write('</div>');</script>
<div id="searchbar"><!-- refresh -->
<div id="date">Monday, Mar 12, 2012</div>
<div id="search"> <form class="searchform" method="get" action="/results" name="GenSearchBox" onsubmit="return checkGenSearch();" >
<input name="keywords" type="text" class="searchbox" size="50" >
<input type="hidden" name="searchType" value="gen"><input type="submit" name="submit" class="searchbutton" value="Search"></form>
</div></div>
<div id="header" class="header"><div id="stationtabs"><ul><li id="tab1"><a href="/" title="home" >home</a></li></ul></div>
<script language="Javascript" type="text/javascript">if (self['plpm'] && plpm['header']) document.write('<div class=\'headerad\'>');if (self['plpm'] && plpm['header']){ document.write(plpm['header']);} else if (self['plunpla'] && plunpla['346']){document.write('<scr'+'ipt language="Javascript" type="text/javascript" src="http://cas.clickability.com/cas/cas.js?r='+Math.random()+'&p=346&c=3031&m=15999&d=947539&a='+plunpla['346']+'&pre=%3Cdiv+class%3D%27headerad%27%3E&post=%3C%2Fdiv%3E"></scr'+'ipt>'); } else { if(self['plurp'] && plurp['346']){} else {document.write('<scr'+'ipt language="Javascript" type="text/javascript" src="http://cas.clickability.com/cas/cas.js?r='+Math.random()+'&p=346&c=3031&m=15999&d=947539&pre=%3Cdiv+class%3D%27headerad%27%3E&post=%3C%2Fdiv%3E"></scr'+'ipt>'); } }if (self['plpm'] && plpm['header']) document.write('</div>');</script><script language="Javascript" type="text/javascript">if (self['plpm'] && plpm['headerpromo']) document.write('<div class=\'headerpromo\'>');if (self['plpm'] && plpm['headerpromo']){ document.write(plpm['headerpromo']);} else if (self['plunpla'] && plunpla['351']){document.write('<scr'+'ipt language="Javascript" type="text/javascript" src="http://cas.clickability.com/cas/cas.js?r='+Math.random()+'&p=351&c=3031&m=15999&d=947539&a='+plunpla['351']+'&pre=%3Cdiv+class%3D%27headerpromo%27%3E&post=%3C%2Fdiv%3E"></scr'+'ipt>'); } else { if(self['plurp'] && plurp['351']){} else {document.write('<scr'+'ipt language="Javascript" type="text/javascript" src="http://cas.clickability.com/cas/cas.js?r='+Math.random()+'&p=351&c=3031&m=15999&d=947539&pre=%3Cdiv+class%3D%27headerpromo%27%3E&post=%3C%2Fdiv%3E"></scr'+'ipt>'); } }if (self['plpm'] && plpm['headerpromo']) document.write('</div>');</script></div>
<div id="nav">
<ul id="navbuttons">
<li id="nav1" class="current"><a href="/" target="" class="current">News</a>
</li>
<li id="nav2" class=""><a href="/weather" target="" class="">Weather</a>
</li>
<li id="nav3" class=""><a href="/sports" target="" class="">Sports</a>
</li>
<li id="nav4" class=""><a href="/programming/wsil-tv-schedule/" target="" class="">Programming</a>
</li>
<li id="nav5" class=""><a href="/inside-wsil" target="" class="">Inside WSIL</a>
</li>
<li id="nav6" class=""><a href="/community/local-events" target="" class="">Community</a>
</li>
<li id="nav7" class=""><a href="/share-it-s-i" target="" class="">Share It S.I.</a>
</li></ul>
<div id="subnav">
<ul class="subnav" >
<li class="subnav1"><a href="/news/local" target="">Local</a></li>
<li class="subnav2"><a href="/news/your-community" target="">Your Community</a></li>
<li class="subnav3"><a href="/news/news-3-this-morning" target="">News-3 This Morning</a></li>
<li class="subnav4"><a href="/news/three-states" target="">3 States</a></li>
<li class="subnav5"><a href="/news/national" target="">National</a></li>
<li class="subnav6"><a href="/news/politics" target="">Politics</a></li>
<li class="subnav7"><a href="/news/education" target="">Education</a></li>
<li class="subnav8"><a href="/news/video" target="">Video</a></li>
<li class="subnav9"><a href="/news/to-your-health" target="">To Your Health</a></li>
<li class="subnav10"><a href="/news/unsung-hero" target="">Unsung Hero</a></li>
</ul>
</div>
</div>
<link href='http://fonts.googleapis.com/css?family=Arimo&v2' rel='stylesheet' type='text/css'>
<table cellpadding="0" cellspacing="0" border="0" id="maintable">
<tr>
<td class="columncenter" valign="top">
<div id="breaking-event-container">
<div class="breaking-event-text news" id="breaking">
<h1>AFTER THE STORM</h1>
<h2>
<a href="/news/local/after-the-storm/">
Click Here for Continuing Coverage
</a>
</h2>
<p class="summary">Tornado Victim Surprised by Operation Blessing / Learning From the 1982 Marion Tornado / Survivor Stories</p>
</div>
</div>
<script>
if (!window.jQuery) document.write('<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"><\/script>');
if (!window.flashembed) document.write('<script src="http://www.wsiltv.com/includes/flowplayer.min.js"><\/script>');
</script>
<div id="headlineMediaViewer" >
<div id="miso">
<div class="media-container">
<div class="media-fullsize">
<div class="fullsize" style="width: 470px; height: 264px; background-image: url(http://media.wsiltv.com/images/Crime+Watch_website+image.png);"></div>
<div class="media-playIcon" style="width: 470px; height: 264px;"></div>
</div>
<div id="flashvidcontainer">
<div id="flashcontent" style="display:none; height: 264px; width: 470px; background-color:black;">
<div id="bimvidplayer0" class="bimvidMain" style="height: 264px; width: 470px; overflow: hidden; postion: relative; background: black; display: block; cursor: default;">
</div>
</div>
</div>
<div id="bimvidplayer0_cb" class="bimvidCompanion hide" style="margin-top: 5px; margin-left: 5px; position: absolute; z-index: 1000; width: 300px; height: 250px;"></div>
</div>
<div class="media-details">
<p class="caption">Man Electrocuted After Breaking Into Building</p>
<p class="summary">MURPHYSBORO - One man was electrocuted and a second was injured early Monday morning while trying to remove copper wiring from inside the former Curwood building. </p>
</div>
</div>
<div id="miso-nav">
<div class="media-strip">
<div class="media-item-container">
<script type="text/javascript">var _globalMediaArray = new Array()</script>
<div class="wide">
<ul>
<script type="text/javascript">
_globalMediaArray[0] = {
videoPlayer: 'none',
summary : "MURPHYSBORO - One man was electrocuted and a second was injured early Monday morning while trying to remove copper wiring from inside the former Curwood building. ",
storyUrl : 'http://www.wsiltv.com/news/local/Man-Electrocuted-After-Breaking-Into-Building-142331205.html',
storyImgUrl : 'http://media.wsiltv.com/images/Crime+Watch_website+image.png',
title: "<a href='http://www.wsiltv.com/news/local/Man-Electrocuted-After-Breaking-Into-Building-142331205.html'><div class=\'newtag\'><span class=\'newspan\'>New:</span></div> Man Electrocuted After Breaking Into Building</a>"
};
</script>
<li>
<img src="http://media.wsiltv.com/images/Crime+Watch_website+image.png" title="Man Electrocuted After Breaking Into Building"/>
</li>
<script type="text/javascript">
_globalMediaArray[1] = {
videoPlayer: 'http://www.wsiltv.com/templates/BIMvid_PlayerLoader?id=142277725&sec=947644',
summary : "HARRISBURG -- The Harrisburg Salvation Army has some changes for how it plans to help tornado victims in the area. It\'s now only accepting appointments for victims who need long-term assistance. \n",
storyUrl : 'http://www.wsiltv.com/news/local/Salvation-Army-Asking-For-Appointments-142277725.html',
storyImgUrl : 'http://media.wsiltv.com/images/Salvation_Army_PIC.jpg',
title: "<a href='http://www.wsiltv.com/news/local/Salvation-Army-Asking-For-Appointments-142277725.html'>Salvation Army Asking For Appointments</a>"
};
</script>
<li>
<img src="http://media.wsiltv.com/images/Salvation_Army_PIC.jpg" title="Salvation Army Asking For Appointments"/>
</li>
<script type="text/javascript">
_globalMediaArray[2] = {
videoPlayer: 'http://www.wsiltv.com/templates/BIMvid_PlayerLoader?id=142269725&sec=947644',
summary : "SPRINGFIELD (WSIL) - FEMA has denied the states request for federal assistance in the wake of a tornado that hit southern Illinois on February 29. ",
storyUrl : 'http://www.wsiltv.com/news/three-states/FEMA-Denies-Aid-to-Southern-Illinois-142269725.html',
storyImgUrl : 'http://media.wsiltv.com/images/harrisburg+tornado.jpg',
title: "<a href='http://www.wsiltv.com/news/three-states/FEMA-Denies-Aid-to-Southern-Illinois-142269725.html'>FEMA Denies Federal Aid to Southern Illinois</a>"
};
</script>
<li>
<img src="http://media.wsiltv.com/images/harrisburg+tornado.jpg" title="FEMA Denies Federal Aid to Southern Illinois"/>
</li>
<script type="text/javascript">
_globalMediaArray[3] = {
videoPlayer: 'http://www.wsiltv.com/templates/BIMvid_PlayerLoader?id=142217005&sec=947644',
summary : "HARRISBURG -- Donations are stacking up in Harrisburg.",
storyUrl : 'http://www.wsiltv.com/news/local/Donations-Keep-Arriving-by-the-Truckload-in-Harrisburg-142217005.html',
storyImgUrl : 'http://media.wsiltv.com/images/470*264/truckload.jpg',
title: "<a href='http://www.wsiltv.com/news/local/Donations-Keep-Arriving-by-the-Truckload-in-Harrisburg-142217005.html'>Donations Keep Arriving by the Truckload in Harrisburg</a>"
};
</script>
<li>
<img src="http://media.wsiltv.com/images/470*264/truckload.jpg" title="Donations Keep Arriving by the Truckload in Harrisburg"/>
</li>
</div> </div> </div> <div class="pause"></div>
</div>
</div>
<div class="headlines fullwidth clear" id="headlinenewslocal">
<div class="sectiondiv"><h1>
<a href="/news/local">
Local News
</a>
</h1>
</div>
<ul>
<li class=" story head1" >
<a class="headthumb" href="http://www.wsiltv.com/news/local/Man-Electrocuted-After-Breaking-Into-Building-142331205.html" title="Man Electrocuted After Breaking Into Building" >
<img src="http://media.wsiltv.com/images/160*90/Crime+Watch_website+image.png" class="topthumbmore" alt="" title="Man Electrocuted After Breaking Into Building" border="0" />
</a>
<a class="headtitle" href="http://www.wsiltv.com/news/local/Man-Electrocuted-After-Breaking-Into-Building-142331205.html" title="Man Electrocuted After Breaking Into Building" >
<div class='newtag'><span class='newspan'>New:</span></div>
Man Electrocuted After Breaking Into Building
</a>
<p>
MURPHYSBORO - One man was electrocuted and a second was injured early Monday morning while trying to remove copper wiring from inside the former Curwood building.
<a class="more" href="http://www.wsiltv.com/news/local/Man-Electrocuted-After-Breaking-Into-Building-142331205.html" title="Read more - Man Electrocuted After Breaking Into Building" >Read More »</a>
</p>
</li>
<li class="itemvid story head2" >
<a class="headtitle" href="http://www.wsiltv.com/news/local/Salvation-Army-Asking-For-Appointments-142277725.html" title="Salvation Army Asking For Appointments" >
Salvation Army Asking For Appointments
</a>
<div class="videoicon">
<a href="http://www.wsiltv.com/news/local/Salvation-Army-Asking-For-Appointments-142277725.html?skipthumb=Y">
<img src="http://media.wsiltv.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
</a></div>
</li>
<li class="itemvid story head3" >
<a class="headtitle" href="http://www.wsiltv.com/news/local/FEMA-Denies-Aid-to-Southern-Illinois-142269725.html" title="FEMA Denies Federal Aid to Southern Illinois" >
FEMA Denies Federal Aid to Southern Illinois
</a>
<div class="videoicon">
<a href="http://www.wsiltv.com/news/local/FEMA-Denies-Aid-to-Southern-Illinois-142269725.html?skipthumb=Y">
<img src="http://media.wsiltv.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
</a></div>
</li>
<li class=" story head4" >
<a class="headtitle" href="http://www.wsiltv.com/news/local/How-You-Can-Help-140939693.html" title="After the Storm: How You Can Help" >
After the Storm: How You Can Help
</a>
</li>
<li class="itemvid story head5" >
<a class="headtitle" href="http://www.wsiltv.com/news/local/Donations-Keep-Arriving-by-the-Truckload-in-Harrisburg-142217005.html" title="Donations Keep Arriving by the Truckload in Harrisburg" >
Donations Keep Arriving by the Truckload in Harrisburg
</a>
<div class="videoicon">
<a href="http://www.wsiltv.com/news/local/Donations-Keep-Arriving-by-the-Truckload-in-Harrisburg-142217005.html?skipthumb=Y">
<img src="http://media.wsiltv.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
</a></div>
</li>
<li class="itemvid story head6" >
<a class="headtitle" href="http://www.wsiltv.com/news/local/SIU--142204595.html" title="SIU Architecture Joins Harrisburg's Rebuilding Efforts" >
SIU Architecture Joins Harrisburg's Rebuilding Efforts
</a>
<div class="videoicon">
<a href="http://www.wsiltv.com/news/local/SIU--142204595.html?skipthumb=Y">
<img src="http://media.wsiltv.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
</a></div>
</li>
<li class="itemvid story head7" >
<a class="headtitle" href="http://www.wsiltv.com/news/local/A-New-Project-Will-Keep-Hospitals-Road-Dry-142127193.html" title="A New Project Will Keep Hospital's Road Dry" >
A New Project Will Keep Hospital's Road Dry
</a>
<div class="videoicon">
<a href="http://www.wsiltv.com/news/local/A-New-Project-Will-Keep-Hospitals-Road-Dry-142127193.html?skipthumb=Y">
<img src="http://media.wsiltv.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
</a></div>
</li>
<li class="itemvid story head8" >
<a class="headtitle" href="http://www.wsiltv.com/news/local/St-Louis-Rams-Visit-Harrisburg-142126273.html" title="St. Louis Rams Visit Harrisburg" >
St. Louis Rams Visit Harrisburg
</a>
<div class="videoicon">
<a href="http://www.wsiltv.com/news/local/St-Louis-Rams-Visit-Harrisburg-142126273.html?skipthumb=Y">
<img src="http://media.wsiltv.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
</a></div>
</li>
<li class="itemvid story head9" >
<a class="headtitle" href="http://www.wsiltv.com/news/local/Ridgway-on-the-Road-to-Recovery-142160023.html" title="Ridgway on the Road to Recovery" >
Ridgway on the Road to Recovery
</a>
<div class="videoicon">
<a href="http://www.wsiltv.com/news/local/Ridgway-on-the-Road-to-Recovery-142160023.html?skipthumb=Y">
<img src="http://media.wsiltv.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
</a></div>
</li>
<li class=" story head10" >
<a class="headtitle" href="http://www.wsiltv.com/news/local/Storm-Spotter-Survives-Direct-Hit-from-EF4-Tornado-142129103.html" title="Storm Spotter Survives Direct Hit from EF4 Tornado" >
Storm Spotter Survives Direct Hit from EF4 Tornado
</a>
</li>
</ul>
<a class="more" href="/news/local">More Local News</a>
</div>
<div class="headlines clear" id="headlineNationalNews">
<div class="sectiondiv"><h1>
<a href="/news/national/abc-news-headlines">
National News
</a>
</h1>
</div>
<ul>
<li class=" head1" >
<a class="headtitle" href="http://feeds.abcnews.com/click.phdo?i=c0fbc2f80594faf21ebaff2fae976963" title="Taliban Vow Revenge After Soldier's Alleged Rampage" target=new >
Taliban Vow Revenge After Soldier's Alleged Rampage
</a>
</li>
<li class=" head2" >
<a class="headtitle" href="http://feeds.abcnews.com/click.phdo?i=a05d4e835e8a9915586ac9f989745013" title="Watch: Cop's Daughter Dies in Accidental Shooting" target=new >
Watch: Cop's Daughter Dies in Accidental Shooting
</a>
</li>
<li class=" head3" >
<a class="headtitle" href="http://feeds.abcnews.com/click.phdo?i=f66617e69b4868df1646a194982397b3" title="Watch: Failing Student Shamed on Street" target=new >
Watch: Failing Student Shamed on Street
</a>
</li>
<li class=" head4" >
<a class="headtitle" href="http://feeds.abcnews.com/click.phdo?i=18a28dd0cde3c932c3f989a319630081" title="Watch: Colorado Man Arrested for Human Trafficking" target=new >
Watch: Colorado Man Arrested for Human Trafficking
</a>
</li>
<li class=" head5" >
<a class="headtitle" href="http://feeds.abcnews.com/click.phdo?i=b32473bbba276e0674a486f97dc73070" title="Watch: Iditarod Racer on Protecting His Dogs" target=new >
Watch: Iditarod Racer on Protecting His Dogs
</a>
</li>
</ul>
</div>
<div class="headlines" id="headlinenewsthree-states">
<div class="sectiondiv"><h1>
<a href="/news/three-states">
3 States
</a>
</h1>
</div>
<ul>
<li class="itemvid story head1" >
<a class="headtitle" href="http://www.wsiltv.com/news/three-states/FEMA-Denies-Aid-to-Southern-Illinois-142269725.html" title="FEMA Denies Federal Aid to Southern Illinois" >
FEMA Denies Federal Aid to Southern Illinois
</a>
<div class="videoicon">
<a href="http://www.wsiltv.com/news/three-states/FEMA-Denies-Aid-to-Southern-Illinois-142269725.html?skipthumb=Y">
<img src="http://media.wsiltv.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
</a></div>
</li>
<li class="itemvid story head2" >
<a class="headtitle" href="http://www.wsiltv.com/news/three-states/Tornado-Victims-Gets-Surprise-of-A-Lifetime--142125403.html" title="Tornado Victim Gets Surprise of A Lifetime " >
Tornado Victim Gets Surprise of A Lifetime
</a>
<div class="videoicon">
<a href="http://www.wsiltv.com/news/three-states/Tornado-Victims-Gets-Surprise-of-A-Lifetime--142125403.html?skipthumb=Y">
<img src="http://media.wsiltv.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
</a></div>
</li>
<li class=" story head3" >
<a class="headtitle" href="http://www.wsiltv.com/news/three-states/Speed-limit-dropped-on-western-Ky-bridge-142078993.html" title="Speed Limit Dropped on Western KY Bridge" >
Speed Limit Dropped on Western KY Bridge
</a>
</li>
<li class=" story head4" >
<a class="headtitle" href="http://www.wsiltv.com/news/three-states/Illinis-Weber-Fired-after-9-Seasons-142073623.html" title="Illini's Weber Fired after 9 Seasons" >
Illini's Weber Fired after 9 Seasons
</a>
</li>
<li class="itemvid story head5" >
<a class="headtitle" href="http://www.wsiltv.com/news/three-states/Harrisburg-Debris-Found-in-Evansville-IN-141990143.html" title="Harrisburg Tornado Debris Found in Evansville, IN" >
Harrisburg Tornado Debris Found in Evansville, IN
</a>
<div class="videoicon">
<a href="http://www.wsiltv.com/news/three-states/Harrisburg-Debris-Found-in-Evansville-IN-141990143.html?skipthumb=Y">
<img src="http://media.wsiltv.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
</a></div>
</li>
</ul>
<a class="more" href="/news/three-states">More 3 States</a>
</div>
<div class="headlines features" id="headlinehomelinks">
<div class="sectiondiv"><h1>
Links
</h1>
</div>
<ul>
<li class=" link head1" >
<a class="headthumb" href="/news/local/after-the-storm/" title="After The Storm" false >
<img src="http://media.wsiltv.com/images/AFTER-THE-STORM.jpg" class="topthumbmore" alt="" title="After The Storm" border="0" />
</a>
<a class="headtitle" href="/news/local/after-the-storm/" title="After The Storm" false >
After The Storm
</a>
</li>
<li class=" link head2" >
<a class="headthumb" href="/news/price-check-wednesday/" title="Price Check Wednesday" false >
<img src="http://media.wsiltv.com/images/Price-Check-2012.jpg" class="topthumbmore" alt="" title="Price Check Wednesday" border="0" />
</a>
<a class="headtitle" href="/news/price-check-wednesday/" title="Price Check Wednesday" false >
Price Check Wednesday
</a>
</li>
<li class=" link head3" >
<a class="headthumb" href="/news/restaurant-report-card/" title="Restaurant Report Card" false >
<img src="http://media.wsiltv.com/images/RestReportCard-2012.jpg" class="topthumbmore" alt="" title="Restaurant Report Card" border="0" />
</a>
<a class="headtitle" href="/news/restaurant-report-card/" title="Restaurant Report Card" false >
Restaurant Report Card
</a>
</li>
<li class=" link head4" >
<a class="headthumb" href="/community/local-events/" title="Events Calendar" false >
<img src="http://media.wsiltv.com/images/Events-2012.jpg" class="topthumbmore" alt="" title="Events Calendar" border="0" />
</a>
<a class="headtitle" href="/community/local-events/" title="Events Calendar" false >
Events Calendar
</a>
</li>
</ul>
</div>
<div class="headlines headlinewimages" id="headlinesportslocal">
<div class="sectiondiv"><h1>
<a href="/sports/local">
Sports
</a>
</h1>
</div>
<ul>
<li class="itemvid story head1" >
<a class="headthumb" href="http://www.wsiltv.com/sports/local/From-Nothing-to-Nationals-142282515.html" title="From Nothing to Nationals for Rend Lake" >
<img src="http://media.wsiltv.com/images/160*90/Screen+shot+2012-03-11+at+11.18.13+PM.jpg" class="topthumbmore" alt="" title="From Nothing to Nationals for Rend Lake" border="0" />
</a>
<a class="headtitle" href="http://www.wsiltv.com/sports/local/From-Nothing-to-Nationals-142282515.html" title="From Nothing to Nationals for Rend Lake" >
From Nothing to Nationals for Rend Lake
</a>
<div class="videoicon">
<a href="http://www.wsiltv.com/sports/local/From-Nothing-to-Nationals-142282515.html?skipthumb=Y">
<img src="http://media.wsiltv.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
</a></div>
</li>
<li class="itemvid story head2" >
<a class="headtitle" href="http://www.wsiltv.com/sports/local/Cardinals-Celebrate-State-Championship-142282305.html" title="Cardinals Celebrate State Championship" >
Cardinals Celebrate State Championship
</a>
<div class="videoicon">
<a href="http://www.wsiltv.com/sports/local/Cardinals-Celebrate-State-Championship-142282305.html?skipthumb=Y">
<img src="http://media.wsiltv.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
</a></div>
</li>
<li class="itemvid story head3" >
<a class="headtitle" href="http://www.wsiltv.com/sports/local/Harrisburg-Cheerleader-Shines-Through-Storm-142279035.html" title="Harrisburg Cheerleader Shines Through Storm" >
Harrisburg Cheerleader Shines Through Storm
</a>
<div class="videoicon">
<a href="http://www.wsiltv.com/sports/local/Harrisburg-Cheerleader-Shines-Through-Storm-142279035.html?skipthumb=Y">
<img src="http://media.wsiltv.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
</a></div>
</li>
<li class="itemvid story head4" >
<a class="headtitle" href="http://www.wsiltv.com/sports/local/Cardinals-Crowned-1A-State-Champs-142222675.html" title="Cardinals Crowned 1A State Champs" >
Cardinals Crowned 1A State Champs
</a>
<div class="videoicon">
<a href="http://www.wsiltv.com/sports/local/Cardinals-Crowned-1A-State-Champs-142222675.html?skipthumb=Y">
<img src="http://media.wsiltv.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
</a></div>
</li>
<li class="itemvid story head5" >
<a class="headtitle" href="http://www.wsiltv.com/sports/local/Murphys-Power-Meet-142223705.html" title="Murphy's Power Meet" >
Murphy's Power Meet
</a>
<div class="videoicon">
<a href="http://www.wsiltv.com/sports/local/Murphys-Power-Meet-142223705.html?skipthumb=Y">
<img src="http://media.wsiltv.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
</a></div>
</li>
</ul>
<a class="more" href="/sports/local">More Sports</a>
</div>
<script language="Javascript" type="text/javascript">if (self['plpm'] && plpm['ad_12']) document.write('<div id=\'ad_12\' class=\'callout\'>');if (self['plpm'] && plpm['ad_12']){ document.write(plpm['ad_12']);} else if (self['plunpla'] && plunpla['1461']){document.write('<scr'+'ipt language="Javascript" type="text/javascript" src="http://cas.clickability.com/cas/cas.js?r='+Math.random()+'&p=1461&c=3031&m=15999&d=947539&a='+plunpla['1461']+'&pre=%3Cdiv+id%3D%27ad_12%27+class%3D%27callout%27%3E&post=%3C%2Fdiv%3E"></scr'+'ipt>'); } else { if(self['plurp'] && plurp['1461']){} else {document.write('<scr'+'ipt language="Javascript" type="text/javascript" src="http://cas.clickability.com/cas/cas.js?r='+Math.random()+'&p=1461&c=3031&m=15999&d=947539&pre=%3Cdiv+id%3D%27ad_12%27+class%3D%27callout%27%3E&post=%3C%2Fdiv%3E"></scr'+'ipt>'); } }if (self['plpm'] && plpm['ad_12']) document.write('</div>');</script>
<div class="headlines fullwidth" id="headlinenewsnews-3-this-morning">
<div class="sectiondiv"><h1>
<a href="/news/news-3-this-morning">
News-3 This Morning
</a>
</h1>
</div>
<ul>
<li class="itemvid story head1" >
<a class="headthumb" href="http://www.wsiltv.com/news/news-3-this-morning/Whats-Making-You-Sick-Week-of-31112-142304685.html" title="What's Making You Sick? (Week of 3/11/12)" >
<img src="http://media.wsiltv.com/images/160*90/WSIL_WHATSMAKINGYOUSICK.jpg" class="topthumbmore" alt="" title="What's Making You Sick? (Week of 3/11/12)" border="0" />
</a>
<a class="headtitle" href="http://www.wsiltv.com/news/news-3-this-morning/Whats-Making-You-Sick-Week-of-31112-142304685.html" title="What's Making You Sick? (Week of 3/11/12)" >
What's Making You Sick? (Week of 3/11/12)
</a>
<div class="videoicon">
<a href="http://www.wsiltv.com/news/news-3-this-morning/Whats-Making-You-Sick-Week-of-31112-142304685.html?skipthumb=Y">
<img src="http://media.wsiltv.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
</a></div>
<p>
WSIL -- The flu bug is finally starting to take a bite out of our region. The Centers for Disease Control is reporting widespread outbreaks of
the flu in Illinois. Right now, Missouri and Kentucky are still just seeing regional outbreaks of the virus.
<a class="more" href="http://www.wsiltv.com/news/news-3-this-morning/Whats-Making-You-Sick-Week-of-31112-142304685.html" title="Read more - What's Making You Sick? (Week of 3/11/12)" >Read More »</a>
</p>
</li>
<li class=" story head2" >
<a class="headtitle" href="http://www.wsiltv.com/news/news-3-this-morning/Baby-Food-Recall-142294005.html" title="Baby Food Recall" >
Baby Food Recall
</a>
</li>
<li class="itemvid story head3" >
<a class="headtitle" href="http://www.wsiltv.com/news/news-3-this-morning/Eat-This-Not-That-Taco-Bell-141893043.html" title="Eat This, Not That: Taco Bell" >
Eat This, Not That: Taco Bell
</a>
<div class="videoicon">
<a href="http://www.wsiltv.com/news/news-3-this-morning/Eat-This-Not-That-Taco-Bell-141893043.html?skipthumb=Y">
<img src="http://media.wsiltv.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
</a></div>
</li>
<li class="itemvid story head4" >
<a class="headtitle" href="http://www.wsiltv.com/news/news-3-this-morning/National-Cereal-Day-141734533.html" title="National Cereal Day" >
National Cereal Day
</a>
<div class="videoicon">
<a href="http://www.wsiltv.com/news/news-3-t