1976246, 'TCACL102' => 1976361, 'TCACL103' => 1976973, 'TCACL104' => 1977078, 'TCAEB101' => 1996872, 'TCAEB102' => 1996859, 'TCAEB103' => 1996847, 'TCAEB104' => 1996818, 'TCAET101' => 1974938, 'TCAET102' => 1975353, 'TCAET103' => 1975381, 'TCAET104' => 1975525, 'THAHF211' => 1974746, 'THAHF212' => 1977223, 'THAHF214' => 1977361, 'THAHM223' => 1977396 ); if (isset($map[ $_GET['id'] ])) { redirect('http://shop.teascovery.com/SalePage/Index/' . $map[ $_GET['id'] ]); } else if (isset($_GET['id'])) { redirect('http://gift.teascovery.com/product.php?id=' . $_GET['id']); } else { redirect('http://www.teascovery.com/'); } function redirect($page) { header("Location: $page"); exit(); }