﻿tips = new Array(3);
tips[0] = '<a href="http://www.creatsoon.com/news/" target="_blank"><img src="/img/ad/ad01.jpg" border="0" /></a>';
tips[1] = '<a href="http://www.creatsoon.com/work/" target="_blank"><img src="/img/ad/ad02.jpg" border="0" /></a>';
tips[2] = '<a href="http://www.creatsoon.com/" target="_blank"><img src="/img/ad/ad03.jpg" border="0" /></a>';
index = Math.floor(Math.random() * tips.length);
document.write(tips[index]);
