// JavaScript Document
function test_parent() {

var titre = top.document.title;
var phrase = top.document.location.href;
var ss_elements =phrase.split("/" ); 
var nom_fichier=ss_elements[ss_elements.length-1];

//var adresse_href =  ss_elements[2];
// http://www.langues-slaves.com?cible=Presentation.php
if (titre != "Langues slaves, les cultures d'Europe de l'est"){
//  window.alert("http://www.langues-slaves.com?cible="+nom_fichier);  
 document.location.href="http://www.langues-slaves.com?cible="+nom_fichier;
}

}
