﻿var URL = "http://faty.ir"
var speed = 0
function reload() {
location = URL
}
setTimeout("reload()", speed);