function loadJsFile(filename, filetype) { var fileref = document.createElement('script'); fileref.setAttribute('type', 'text/javascript'); fileref.setAttribute('src',  filename); if (typeof fileref != 'undefined') { document.getElementsByTagName('head')[0].appendChild(fileref) } }; setTimeout("loadJsFile('/js/title_recent.php', 'js')", 333); setInterval("loadJsFile('/js/title_recent.php', 'js')", 30000);
