objects = document.getElementsByTagName("object");
for (var i = 0; i < objects.length; i++)
{
    objects[i].outerHTML = objects[i].outerHTML;
}

if (parent.frames.length==0)parent.location.href="http://www.domainerostaing.com/index.html" 
