function redirect()
{
 if (parent.frames.length==0)
 {
 top.location = 'http://www.cornolti-production.com/index.htm?'+window.location;
 }
}
