function loading_page (){
	window.focus();
	swap.location.reload();
}
window.setInterval(loading_page,1200000);