function redisplayGetFirefoxGetJavaButtons() {
	getFirefox();
	getJava();
	timedEvent = setTimeout("redisplayGetFirefoxGetJavaButtons();", 60000);
}
