getViewportWidth=function(){var width=0;if(document.body && document.body.clientWidth) width=document.body.clientWidth;else if(window.innerWidth) width=window.innerWidth-18;return width;}
displaySecond=function(){var width=0;if(!document.getElementById('fe2')) return;
width=getViewportWidth();var theId = document.getElementById('fe2');
if (width<950){theId.innerHTML = "";}else theId.style.visibility = "visible";}
window.onresize = displaySecond;
//theId.innerHTML = ""
