
function red () {

urlcible = "http://maxois.free.fr/mandres/";

document.write("<font face=Arial>");

document.write("<font size=3 >");
document.write("<b>MANDRES AUX QUATRE TOURS</b><br>");
document.write("</font>");
document.write("<br>");
document.write("L'internet étant particulièrement mouvant, ce site a changé d'adresse :<br>");
document.write("<br>");
document.write("désormais c'est l'adresse <a href="+urlcible+"><font size=4><b>"+urlcible+"</b></font></a> que vous devez consulter !<br>");
document.write("<br>");
document.write("<br>");

//first = "http://www.multimania.com/mandres/index.htm";
first = location.href;
c = first;
c = c.toUpperCase();

//document.write(c+"<br>");
st = "MULTIMANIA.COM/MANDRES/";
//document.write(st+" "+st.length+"<br>");
p = c.indexOf(st);
//document.write(p+"<br>");
if (p != -1) {
	p = p + st.length;
	r = first.substring(p);
	r = urlcible + r;
	document.write("La page que vous cherchiez est désormais :<br>");
	document.write("<a target=_top href="+r+"><font size=4 >"+r+"</font></a><br>");
	}

document.write("</font>");

}
