// $Id$

function moveOn(wnd, url) {
	wnd.location.href = url;
}
