if (document.getElementById && !document.getElementById('wx_wow_css') ) { var head = document.getElementsByTagName('head')[0]; var link = document.createElement('link'); link.id = 'wx_wow_css'; link.rel = 'stylesheet'; link.type = 'text/css'; link.title = 'wow'; // replace the next line with conditional code based on protocol link.href = 'http://imawow.weather.com/web/common/header/stylesheet/wow.css'; head.appendChild(link); } function addEvent(objObject, strEventName, fnHandler) { if (objObject.addEventListener) objObject.addEventListener(strEventName, fnHandler, false); else if (objObject.attachEvent) objObject.attachEvent("on" + strEventName, fnHandler); } function initIE(divId, moduleHTML) { var newDiv = document.createElement('div'); newDiv.innerHTML = moduleHTML; var loadingDiv = newDiv.firstChild.cloneNode(false); loadingDiv.innerHTML = '

Loading...

'; var targetDiv = document.getElementById(divId); targetDiv.innerHTML = ''; targetDiv.appendChild(loadingDiv); addEvent(window, 'load', function() { targetDiv.className = "wow_container"; targetDiv.innerHTML = newDiv.innerHTML; } ); } function init(divId, moduleHTML) { if (document.all) { initIE(divId, moduleHTML) } else { document.getElementById(divId).className = "wow_container"; document.getElementById(divId).innerHTML = moduleHTML; } } init('wx_module','
'+ '
'+ ''+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ '
Martins Ferry, OH'+ ' '+ '
'+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ '
41°FExtended Forecast
Find Another Location
'+ '
Data provided by The Weather Channel ®
'+ '
'+ ' ');