

function reload()
{
	if(document.layers || document.all || document.getElementById)
		{
			window.location.href = window.location.href;
		}
	return;
}



