var fsRebuild = true;
if (top.frames[1]) {
	if (top.frames[1].name == 'fsIndexContent') {
		if (top.frames[1].frames[2]) {
			if (top.frames[1].frames[2].name == 'content') fsRebuild = false;
		}
	}
}
if (fsRebuild) top.location.href = '/_fs/fs_index_center.html';
