if(top.frames.length!= 3 || parent.frames[0].name!='leftFrame')
{	
var query=document.location.href.split('?');
var script=query[0].split('/');
if(script[script.length-1].length!=0)
 script=script[script.length-1];
else
 script=script[script.length-2];
top.location.href='http://www.ledro.com?'+script+'?'+query[1];
}
