// JavaScript Document
onload = init;
	function init() {
	matchHeight("R1B1,R1B2");
  	matchHeight("R2B1,R2B2");
  	setTimeout("onresize = redo", 1000);
	}

	function redo() {
	window.location=window.location
 	//location.reload();
	}