// JavaScript Documentfunction refresh(){  window.location = 'index.php?id=forum';}function redirection(form) {var URL=document.form.site.options[document.form.site.selectedIndex].value;if (URL.length>0) {window.location.href=URL;}}function smilie(type) {        for(a=1;a<101;a++){     if(type==a) {document.forum.text.value+='*'+a+'*'}    }           document.forum.text.focus()   }  function odpoved(nick,id){    document.forum.predmet.value="RE : "+nick+" (id: "+id+")";    document.forum.text.focus()    }