function OAS_RICH(position) {
if (position == 'x01') {
document.write ('<!-- ceci est un essai -->\n');
}
if (position == 'x10') {
document.write ('<!-- ceci est un essai -->\n');
}
if (position == 'Middle') {
document.write ('<!-- ceci est un essai -->');
}
if (position == 'Frame1') {
document.write ('<!-- ceci est un essai -->\n');
}
if (position == 'Top2') {
document.write ('<!-- ceci est un essai -->');
}
if (position == 'Middle1') {
document.write ('<!-- ceci est un essai -->\n');
}
if (position == 'Middle2') {
document.write ('<!-- ceci est un essai -->');
}
if (position == 'Bottom') {
document.write ('<!-- ceci est un essai -->\n');
}
if (position == 'Bottom2') {
document.write ('<A HREF="http://pubs.lemonde.fr/5c/ZOP-LEMONDE/articles_techno/exclu/1518103346/Bottom2/default/empty.gif/35323432616534373438343637366530" target="_blank"><IMG SRC="http://pubs.lemonde.fr/0/default/empty.gif"  WIDTH=2 HEIGHT=2 ALT="" BORDER=0 BORDER="0"></A>');
}
if (position == 'Bottom1') {
document.write ('<A HREF="http://pubs.lemonde.fr/5c/ZOP-LEMONDE/articles_techno/exclu/1965343032/Bottom1/default/empty.gif/35323432616534373438343637366530" target="_blank"><IMG SRC="http://pubs.lemonde.fr/0/default/empty.gif"  WIDTH=2 HEIGHT=2 ALT="" BORDER=0 BORDER="0"></A>');
}
if (position == 'TopRight') {
document.write ('<!-- ceci est un essai -->\n');
}
}
