
tips = new Array(3);
tips[0] = "http://www.tswomen.com/gg/htm/adhonglang.htm";
tips[1] = "http://www.tswomen.com/gg/htm/adhonglang.htm";
tips[2] = "http://www.tswomen.com/gg/htm/adhonglang.htm";
index = Math.floor(Math.random() * tips.length);
document.write("<iframe frameborder=0 src=" + tips[index] + " width=468 height=60 scrolling=no></iframe>");
