You can also use personal shoutout to a certain user.
Try dis
[quote]if(pageViewerID=="[b]pageviewerid[/b]"){
function shoutoutcus(){
var shout = "<div style='font-weight:bold;font-family:Comic Sans MS; color:#000066;font-size:18px;'>[b]type your shoutout here[/b]</div>";
document.getElementById('cpShoutoutBox').style.height='50';
document.getElementById('cpShoutoutBox').style.overflow='auto';
document.getElementById('cpShoutoutBox').innerHTML = "<table width='100%'><tr><td align='center'>"+shout+"</td></tr></table>";
}setTimeout("shoutoutcus()",4000);
}[/quote]
Last edited by jayceeg17 (2007-11-25 06:05:00)