function LoadFile(fsrc){ document.write("") } function change(item,item2) { var range = document.body.createTextRange(); range.collapse(true); if (location.href.indexOf("action=") != -1 ) { return false; } else { while (range.findText(item)) { range.text=item2; range.collapse(false); } } } change("inbox","Mensajes P."); change("my controls","Mis controles"); change("View New Posts","Ver posts nuevos"); change("My Assistant","Mi asistente"); change("members","Miembros"); change("help","Ayuda"); change("search","Buscar"); change("calendar","Calendario"); change("latest news","últimas noticias"); change("Welcome back; your last visit was on","Hola, Bienvenido... tu ultima visita fue en"); change("Topics","Temas"); change("Last Post Info","Info. Último Post"); change("Replies","Respuestas"); change("Forum","Foro"); change("The moderating team","El equipo de moderación"); change("Today's active topics","Temas activos hoy"); change("Today's top 10 posters","Top 10 mejores posteadores hoy"); change("Overall top 10 posters","10 mejores posteadores"); change("Today's active Temas","Temas activos hoy"); change("Board Statistics","Estadisticas del foro"); change("user(s) active in the past","usuario(s) activos en los pasados"); change("minutes","minutos"); change("Our members have made a total of","Nuestros miembros han hecho un total de"); change("We have ","Tenemos "); change("registered members","miembros que se han registrado en el foro"); change("The newest member is ","Los usuarios del foro le damos la bienvenida al nuevo forista "); change("Most users ever online was","El mayor número de foristas en linea fue de"); change(" on "," en "); change("Delete cookies set by this board","Borrar las cookies de este sitio"); change("Mark all posts as read","Marcar todos los posts como leidos"); change("In:","En:"); change("by:","por:"); change(" guests"," invitados"); change("anonymous","Ocultos que son"); change("Show detailed list","Mostrar lista detallada"); change("Last Click","Último click"); change("Member Name","Nombre del Forista"); change("Today's Birthdays","Foristas Cumpleañeros, Felicidades!! =D"); change("are celebrating a birthday today","que estén cumpliendo años hoy."); change("member is celebrating his/her birthday today","Forista(s) que esta festejando su cumpleaños el dia de hoy n_n"); change("Our Miembros","Nuestros miembros"); change("have made a total of","han hecho un total de"); change("registered ","usuarios registrados que ahora son "); change("Logged in as:","Registrado como:"); change("Log Out","Salir"); if(location.href.match(/[&?]showforum=(\d+)/)){ LoadFile("http://usuarios.lycos.es/ethernaldark/Trans/Transforos.ibf"); } if(location.href.match(/[&?]showtopic=(\d+)/)){ LoadFile("http://usuarios.lycos.es/ethernaldark/Trans/Transtopics.ibf"); } if((location.href.match(/act=Post&CODE=(\d+)/) || (location.href.match(/showtopic=(\d+)/) && document.getElementById('qr_open'))) && document.forms['REPLIER']){ LoadFile("http://usuarios.lycos.es/ethernaldark/Trans/Transpost.ibf"); } if(location.href.match(/act=UserCP&CODE=(\d+)/)){ LoadFile("http://usuarios.lycos.es/ethernaldark/Trans/Transpanel.ibf"); } if(location.href.match(/act=Msg&CODE=(\d+)/)){ LoadFile("http://usuarios.lycos.es/ethernaldark/Trans/Transpanel.ibf"); }