You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
610 B
15 lines
610 B
<? |
|
$waes = array( |
|
"IV" => "ITU Vienna, 4U1", |
|
"SY" => "Sicily, IT9", |
|
"BI" => "Bear Island, JW/B", |
|
"SI" => "Shetland Islands, GM/S", |
|
"KO" => "Kosovo, Z6", |
|
"ET" => "European Turkey, TA1" |
|
); |
|
|
|
# these ADIF DXCC numbers are European countries |
|
$wae_adif = array(5, 7, 21, 27, 40, 45, 52, 54, 106, 114, 117, 118, 122, 126, 145, 146, 149, 167, 179, 180, 203, 206, 209, 212, 214, 221, 222, 223, 224, 225, 227, 230, 233, 236, 239, 242, 245, 246, 248, 251, 254, 257, 259, 260, 263, 265, 266, 269, 272, 275, 278, 279, 281, 284, 287, 288, 294, 295, 296, 497, 499, 501, 502, 503, 504, 514, 522); |
|
|
|
|
|
?>
|
|
|