function reload() {location = location;}
window.onresize = reload;

var props = new Array(
	'document.body.clientWidth'
);
if ((document.body.clientWidth < 995))
document.write('<style type="text/css">#homeR {width:472px; }</style>');
