switch($_GET['freevar'])
{
case 'fr_hard_videos':
header ("location: fr_hard_01.htm");
break;
case 'fr_soft_videos':
header ("location: fr_soft_01.html");
break;
case 'en_hard_videos':
header ("location: en_hard_01.html");
break;
case 'en_soft_videos':
header ("location: en_soft_01.html");
break;
case 'fr_hard_liveshows':
header ("location: fr_hard_liveshow.html");
break;
case 'fr_soft_liveshows':
header ("location: fr_soft_liveshow.html");
break;
case 'en_hard_liveshows':
header ("location: en_hard_liveshow.html");
break;
case 'en_soft_liveshows':
header ("location: en_soft_liveshow.html");
break;
case 'fr_popup_01':
header ("location: /promo/fr/popupdhtml01/index.html");
break;
case 'en_popup_01':
header ("location: /promo/en/popupdhtml01/index.html");
break;
case 'fr_bonus':
header ("location: fr_hard_bonus_01.html");
break;
case 'en_bonus':
header ("location: en_hard_bonus_01.html");
break;
case 'fr_passfake_01':
header ("location: /promo/fr/passfake01/exemple.html");
break;
case 'en_passfake_01':
header ("location: /promo/en/passfake01/exemple.html");
break;
default:
header ("location: index.html");
}
?>