$(function() {
	var el=document.getElementById('front-middle');
	if (!el || el.offsetWidth==0) {
		return;
	}
	el.appendChild(document.getElementById('quick-find-table'));
});

