15456,
60 => 15707,
47 => 15676,
58 => 15705,
57 => 15704,
56 => 15702,
55 => 15701,
53 => 15691,
52 => 15689,
48 => 15677,
46 => 15453,
45 => 15669,
44 => 15667,
40 => 15653,
39 => 15652,
38 => 15650,
37 => 15647,
36 => 15645,
35 => 15643,
33 => 15641,
32 => 15640,
31 => 15639,
30 => 15637,
29 => 15636,
28 => 15635,
23 => 15630,
22 => 15629,
13 => 15289,
18 => 15618,
15 => 15613,
14 => 15612,
9 => 15283,
11 => 15285,
10 => 15284,
7 => 15281,
8 => 15282,
3 => 15277,
6 => 15280,
4 => 15278,
1 => 15193,
2 => 15276
);
if (isset($map[ $_GET['id'] ])) {
redirect('http://shop.teascovery.com/Article/Detail/' . $map[ $_GET['id'] ]);
} else if (isset($_GET['id'])) {
redirect('http://gift.teascovery.com/teantertain.php?id=' . $_GET['id']);
} else {
redirect('http://shop.teascovery.com/v2/shop/InfoModuleList#/ArticleList');
}
function redirect($page) {
header("Location: $page");
exit();
}