function setonResizeEventAndRepositionThings ()
{
	window.onresize = function ()
	{
	repositionThings ();
	}
	;
}