if ((!LOGIN) || (LOGIN.bl!=9)) location.href='/'+LANG+'/news.html?id=486';
if (location.href.indexOf('/meetingplanner/')>=0) {
	if (ROW.pclass>0) location.href=location.href.replace('meetingplanner','supplier');
} else {
	if (ROW.pclass==0) location.href=location.href.replace('supplier','meetingplanner');
}

