


if (self != top) {
	var AD_frame = top.document.getElementsByTagName('FRAMESET');
	if (AD_frame) {
		AD_frame[0]['cols'] = '*,0';
		top.document.title = document.title;
	}
}
