var urls = new Array(“http://www.thenet.ng”, “http://www.newsroom.ng”, “http://www.bhmng.com/hideout”, “http://www.orin.ng”);

function redirect()
{
window.location = urls[Math.floor(urls.length*Math.random())];
}

var temp = setInterval(“redirect()”, 3000);

The post Landing appeared first on BlackHouse Media (BHM).

Via:: Bhm