var pid = "2115";
var rnc = 0;
if (!window.ml_places) window.ml_places = {};
window.ml_places[2115] = false;
try {
var rpd = parent.document;
    if (rpd != document) {
        var rph = rpd.getElementById("mlph"+pid);
        rnc = rph ? 1 : 0;
        if (!parent.ml_places) parent.ml_places = {};
        parent.ml_places[2115] = false;
    }
} catch(e) {};
if (rnc){
 setTimeout("document.close();", 1000);
}