
<!-- Begin
var msg = new Array();
var max = 3;
function getRandom(max) {return (Math.floor(Math.random()*max))+1;}
mymsg = getRandom(max);

msg[1] = '<marquee bgcolor=#cccccc><FONT color=#000000>สภ.อ.ไชยา ยินดีต้อนรับ</marquee>';
msg[2] = '<marquee bgcolor=##33CC33><FONT color=#000000>ยินดีรับใช้ประชาชน</marquee>';
msg[3] = '<marquee bgcolor=#FFFFFF><FONT color=#0033CC>สามารถแจ้งเหตุ ร้องเรียน </marquee>';

function randomText() { 
document.write(msg[mymsg]);
}
// End -->
