function initForm() { // attaches all the events to the form elements if($("tagRef") && browser.indexOf('safari1') == -1) { Event.observe ( $("tagRef"), "change", loadNews ); } } function loadNews(){ document.fmCase.submit(); } function showLink(url,text,pos){ var link = "

"+text+"

"; return link } Event.observe( window, "load", function() { initForm(); } );