

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}

window.onresize=function() 
{ 
 window.onresize=null; 
   document.location=document.location; 
} 



