function reloadstenogramma()
{
	setTimeout("reloadstenogramma_sendajax();",3600);
}

function reloadstenogramma_sendajax()
{
		$Match=document.getElementById("thismatch").innerHTML;
		post_data ="ajax=1&stenogrammareload=1&match="+$Match;
		loadHTML('POST','index.php', post_data, 'stenogrammareload');
}