
heres my code with a blinking mssg...under my control panel //yahoo
var penyuberenang;
try {penyuberenang = document.createElement("div");}
catch (e) {penyuberenang = document.createElement("<div>");}
penyuberenang.innerHTML = "<font color=orange><strong><blink>MESSAGE ME HERE!</blink></font></strong><a href='ymsgr:sendim?YOUR YAHOO ID'><img src='http://opi.yahoo.com/online?u=YOUR YAHOO ID&m=g&t=2&l=us'></a>";
penyuberenang.setAttribute("style","text-align:center;padding-top:10px");
document.getElementById("controlPanelButtons").parentNode.appendChild(penyuberenang);
..just change your own yahoo id in "YOUR YAHOO ID"

hope it can help u.