/* OAS SETUP begin */

//configuration
OAS_url = 'http://mfr.247realmedia.com/';
OAS_sitepage = 'www.tmc.tv/mini-site/moundir';
//OAS_listpos = 'Top,Middle,Bottom,Position1'; => attention : ne déclarer ici que les positions réellement présentes dans la page !!
OAS_listpos = 'Top,Middle,Right,Position1';
OAS_query = '?';

//end of configuration
OAS_rns = String(Math.random()).substr(2,11);
function OAS_NORMAL(pos) {
    document.write('<a href="' + OAS_url + '5c/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + OAS_query + '" TARGET=_top>');
    document.write('<img src="' + OAS_url + '1/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + OAS_query + '" border=0 alt="Click!"></a>');
}
document.write('<sc' + 'ript type="text/javascript" src="' + OAS_url + '4/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + OAS_query + '"><\/script>');

function OAS_AD(pos) {
    if (typeof (OAS_RICH) != 'undefined')
        OAS_RICH(pos);
    else
        OAS_NORMAL(pos);
}

/* OAS SETUP end */