﻿window.defaultStatus = "Geppi's Entertainment Museum"
function changeStatus(strStatus)
{
	//alert(strStatus);
	window.status = strStatus
}
