<?
//http://handroit.com/news_affiche.asp?NewsID=12535
$news=floor($_GET[NewsID]);
//RENVOIE LE SLIDER CLICK n=
if ($news==0) { 
header('Location: index.php');
} else { 
header('Location: inews_click.php?n='.$news);
}
?>