<!--
//Liquid Frames(TM) WWC
//Copyright (C) 2001 Oasis Global, Inc.
//All Rights Reserved.

var path = location.href.substring(0,location.href.indexOf('/frames/'));
var url = location.href.substring(0,location.href.indexOf('/frames/'));
var liquid = parent.location.href.substring(0,parent.location.href.indexOf('/frames/')+1);
var file = parent.location.href.substring(liquid.length+7,location.href.length+1);
var wet = liquid + file;


if(path != url || liquid) {
	top.location.href = wet;
}
 


//  --> 