Codice PHP:
var data=new Date()
hr=data.getHours();
min data.getMinutes();

if (
hr >=00 && hr 01 && min >30 && min =50)
{
top.frames.nomeframe.location.href="pagina.htm"
}

if (
hr >=01 && hr 02  && min =53)
{
top.frames.nomeframe.location.href="pagina.htm"

eccetera,
Ciao Matteo