tips = new Array(1);
tips[0] = " ";
index = Math.floor(Math.random() * tips.length);
document.write(tips[index]);

