if (document.layers) {
var oW=innerWidth; var oH=innerHeight;onresize=function(){if(innerWidth!=oW||innerHeight!=oH){window.location = window.location}}
}

window.onload = function () {
	var bodyID = document.getElementsByTagName('body')[0];  
	var newScript = document.createElement('script');
	newScript.setAttribute("type", "text/javascript");
	newScript.setAttribute("src", "/radio/aod/javascript/vs.js");
	bodyID.appendChild(newScript); 
}