function LienAuHasard()
{
	var nb_videos = 20;
	
    suffix = "?keepThis=true&TB_iframe=false&height=520&width=600";

	return "film_" + (Math.floor(Math.random() * nb_videos) + 1) + ".html" + suffix;
}
