Re: [code]function shoutoutcus(){
var ephemeral = "<div align='left'>Text here! <a href='http://theftalk.com/' target='blank'>Apply links thru this method</a><br> Hamtaro in my shoutout<img src=
function shoutoutcus(){
var ephemeral = "<div align='left'>Text here! <a href='http://theftalk.com/' target='blank'>Apply links thru this method</a><br> Hamtaro in my shoutout<img src='http://www.anikaos.com/anime_animated_gifs/hamtaro/serie/hamtaro_s_018.gif' alt='Apply images this way.'></div>";
document.getElementById('cpShoutoutBox').style.height='120';
document.getElementById('cpShoutoutBox').style.overflow='auto';
document.getElementById('cpShoutoutBox').innerHTML = "<table width='100%'><tr><td align='center'>"+ephemeral+"</td></tr></table>";
}setTimeout("shoutoutcus()",4000);