

function QTI_fnct_get_script_node()
{
	var script = document.getElementById("QTI_ListResult");
    return script;
}


var scriptNode = QTI_fnct_get_script_node();

if (scriptNode.parentNode != null)
{ 
    var ifrm = document.createElement("iframe");
    ifrm.frameBorder = 0;
    ifrm.height = 750;
    ifrm.id = "QTI_classified_list";
    ifrm.marginHeight = 0;
    ifrm.marginWidth = 0;
    ifrm.name = "QTI_classified_list";
    ifrm.scrolling = "auto";
    ifrm.src = "http://www.yotad.com/partnership_classified_list_ifrm.php?code=49de0f58bb7099.83237608&referer=www.marcellachance.com&language=fr";
//  ifrm.src = "http://www.yotad.com/partnership_classified_list_ifrm.php?code=49de0f58bb7099.83237608&referer=www.marcellachance.com&language=fr";
//	ifrm.src = "http://www.yotad.com/partnership_classified_cat_ifrm.php?code=49de0f58bb7099.83237608&referer=www.marcellachance.com&language=fr";
    ifrm.width = 640;
    ifrm.backgroundColor = "#FFFFFF";
	
    scriptNode.parentNode.appendChild(ifrm);
}
else { alert("Impossible d'afficher les résultats de recherche. Le conteneur de la liste n'a pas été trouvé"); }
