﻿function timedRefresh(timeoutPeriod)
{setTimeout("location.reload(true);",timeoutPeriod);}

