Люди как сделать что бы скрипт обновлялся сам по себе?
a=new Date();
var i=0;
while(1)
{
var b=a.getHours();
var c=a.getMinutes();
if (b == 21 & c == 39)
{document.write('55566'); break;}
else
if (b == 21 & c == 40)
{document.write('55556');break;}
else
if (b == 21 & c == 41)
{document.write('5454'); break;}
else {document.write('hhhhhhhhhhhhhh'); break;}
}