// JavaScript Document
function init(){
	var iBase = TextResizeDetector.addEventListener(reloadWindow);
}
function reloadWindow(){
	window.location.reload();
}
// id of element to check for and insert control
TextResizeDetector.TARGET_ELEMENT_ID = 'center_column';
// function to call once TextResizeDetector has init'd
TextResizeDetector.USER_INIT_FUNC = init;