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