tips = new Array(13);
tips[0] = "<img src='/images/waterd.jpg' width='429' height='318' border='0' />";
tips[1] = "<img src='/images/pingban.jpg' width='429' height='318' border='0' />";
tips[2] = "<img src='/images/inmap-waterside.jpg' width='429' height='318' border='0' />";
tips[3] = "<img src='/images/inmap-turn.jpg' width='429' height='318' border='0' />";
tips[4] = "<img src='/images/inmap-para3.jpg' width='429' height='318' border='0' />";
tips[5] = "<img src='/images/inmap-olym3.jpg' width='429' height='318' border='0' />";
tips[6] = "<img src='/images/inmap-news.jpg' width='429' height='318' border='0' />";
tips[7] = "<img src='/images/inmap-net.jpg' width='429' height='318' border='0' />";
tips[8] = "<img src='/images/inmap-map.jpg' width='429' height='318' border='0' />";
tips[9] = "<img src='/images/inmap-bodsou2.jpg' width='429' height='318' border='0' />";
tips[10] = "<img src='/images/waterd.jpg' width='429' height='318' border='0' />";
tips[11] = "<img src='/showimg/manandobject07.jpg' border='0' />";
tips[12] = "<img src='/showimg/manandobject07-2.jpg' border='0' />";
index = Math.floor(Math.random() * tips.length);
document.write(tips[index]);

