wilson

By wilroy Uploaded Oct 9, 2009
setInterval ( "doSomething()", 5000 );

function doSomething ( )
{
  window.location.reload();
}