function check_iframe(id){
 if (typeof(top.url) == 'string') {
  top.url = 'Default.aspx?ID=' + id;
 }
 if (self == top) {
  top.location.href = 'Default.aspx?AreaID=111';
 }
}

check_iframe(3563); // venstrespalte - generel
check_iframe(3560); // højrespalte - generel
check_iframe(3581); // højrespalte - malawi

