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