<!-- Begin
var how_many_ads = 6;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
txt1="Traducteur";
url="http://utile.autre.net/dico.html"; txt2="Traduisez un mot, un texte en plusieurs langues."
}
if (ad==2) {
txt1="Agenda";
url="http://www.e-radiotv.org/agenda.php"; txt2="Concerts,idées de sorties, séminaires, diner témoignage... "}
if (ad==3) {
txt1="La bible";
url="http://utile.autre.net/livre/bible.html"; txt2="Le livre des livres en français, anglais, espéranto et arabe."}
if (ad==4) {
txt1="musique chrétienne.";
url="http://utile.autre.net/musichris.html"; txt2="Ecoutez en real audio des extraits de musique chrétienne"}

if (ad==5) {
txt1="Jeux en ligne";
url="http://utile.autre.net/ludo.html"; txt2=""}
if (ad==6) {
txt1="Téléchargement";
url="http://utile.autre.net/software.html"; txt2="Téléchargez gratuitement shareware et freeware"}




document.write('<font size=-1>');

document.write('<br><a href=job.php target=_top>Job/emploi</a>');


document.write('<br><a href=webcam.php target=_top>webcam</a>');

document.write('<br><a href=ludo.html>jeux/games</a>');

document.write('<br><a href=dico.html>traducteur<br>translator</a>');

document.write('<br><a href=dicolangue.html target=_top>dictionnaire multilingue</a>');

document.write('<br><a href=adoption.php target=_top>adoption</a>');

document.write('<br><a href=freehost.html target=_top>Hebergement gratuit</a>');

document.write('<br><a href=domain.html>nom de domaine</a>');

document.write('<br><a href=domain.html target=_top>domain name</a>');
document.write('<br><a href=\"' + url + '\" target=\"_new\">');

document.write('' + txt1 + '</a>');

document.write('<br>' + txt2 + '');


document.write('<br> <a href="http://bible.gospelcom.net/cgi-bin/bible?language=Français&version=LSG&search=&passage=Jean+1">Jean 1</a>');

document.write('<br> <a href="http://www.autre.net/addurl/index.php3" targer=_top >ADD URL</a>');

document.write('<font size=-1>');

document.write('<p>');


// End -->

