// Activation de la session.
session_start();
$_SESSION['FROM_NOEL'] = 'O';
$session_user = null;
if (isset($_SESSION['SESSION_USER_OBJECT']))
{
?>
}
else
{
?>
}
?>
if (strtolower($_GET['direct']) == 'oui')
{
print '';
}
if (strtolower($_GET['prestige']) == 'oui')
{
print '';
}
if (strtolower($_GET['yquem']) == 'oui')
{
print '';
}
if (strtolower($_GET['champgc']) == 'oui')
{
print '';
}
if (strtolower($_GET['champbr']) == 'oui')
{
print '';
}
if (strtolower($_GET['borgrd']) == 'oui')
{
print '';
}
if (strtolower($_GET['borsec']) == 'oui')
{
print '';
}
if (strtolower($_GET['boublc']) == 'oui')
{
print '';
}
?>