//Ëæ»ú¹ã¸æ´úÂë
tips = new Array(1);
tips[0] = '<a href="#" target="_blank"><img src="/images/newlight.gif" width="151" height="342" border="0" /></a>';
index = Math.floor(Math.random() * tips.length);
document.write(tips[index]);