Quote:
Originally posted by pudcat
haven't tested it though something like below should be fairly close to working.
sites=Array("url1","url2","....");
window.location=sites[math.round(math.random())*sites.length]
|
That look promising... and a lot easier than what I was messing with. I will dicker with it. Thanks!