function init(){
 wW = (is.ns)? window.innerWidth : document.body.offsetWidth
 wH = (is.ns)? window.innerHeight : document.body.offsetHeight
 
 if(is.ns){
 origWidth=innerWidth;
 origHeight=innerHeight;
 onresize=function(){
  if(innerWidth!=origWidth||innerHeight!=origHeight)
  location.reload()
  }
 }
//flash = new DynLayer("noticias");
//flash.moveTo(wW-136,106)
}
