

i = Math.floor(2 * Math.random() + 1);

if (i == 1)
{
	popup = window.open('http://www.akzone.com.hk/');
}

if (i == 2)
{
	popup = window.open('http://www.desktopstreet2.net/');
}

popup.blur();
