Örn: <script></script>

Bir panele bağlamak istiyorsanız içeriği php bilen birisine yaptırtmanız lazım, .htaccess ile goster.phpyi goster.js olarak ayarlayabilirsiniz.

Misal js içeriği:

var txtList = new Array()
txtList[txtList.length]="";
txtList[txtList.length]="";
txtList[txtList.length]="";
txtList[txtList.length]="";
txtList[txtList.length]="";
j=parseInt(Math.random()*txtList.length);
j=(isNaN(j))?0:j;
document.write(unescape(txtList[j]));