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