﻿// JScript File

window.onresize=function(){
	var a=window.location.href;
 	window.location.href=a;
}

