button...can i add a code into here?
<script Language="JavaScript">
tips = new Array(2);
tips[0] = "url";
tips[1] = "url";
index = Math.floor(Math.random() * tips.length);
document.write("<EMBED SRC=" + tips[index] + " autostart=true width=0 height=0 loop=true hidden=TRUE></EMBED>");
</script>