var haystack; var needle; var offset; function strpos(haystack, needle, offset){ var i = haystack.indexOf( needle, offset ); // returns -1 return i >= 0 ? i : false; } if(((strpos(''+window.location.href+'','article.asp') == 0)||(strpos(''+window.location.href+'','Article.asp') == 0))&&((strpos(''+window.location.href+'','sectional') > 0)||(strpos(''+window.location.href+'','default') > 0)||(strpos(''+window.location.href+'','Default') > 0)||(strpos(''+window.location.href+'','.asp') == 0))){ if((strpos(''+window.location.href+'','13170') == 0)){ document.getElementById('theFootballFrame').style.display = 'block'; document.getElementById('theFootballFrame').style.height = '75px'; } }