$(document).ready(function(){
	$('#photos').galleryView({
		panel_width: 707,
		panel_height: 326,
		frame_width: 96,
		frame_height: 52
	});
	$("ul#ticker01").liScroll(); 
});

function afficheVideo(lavideo) {

	//alert (lavideo.href);		

	if (document.getElementById('flash'))

	{

		var blocVideo = document.getElementById('flash');

		var video = '<object type="application/x-shockwave-flash" data="http://87.98.142.41/www.tntv.pf/wp-content/themes/twentyten/player.swf" width="500" height="400">	<param name="movie" value="http://87.98.142.41/www.tntv.pf/wp-content/themes/twentyten/player.swf" />					<param name="quality" value="high" />';					

		var theParams = blocVideo.getElementsByTagName("param");

		for (var j = 0; j < theParams.length; j++) {

			if(theParams[j].name.toLowerCase() == 'flashvars'){

				var theFlashVars = 'file='+lavideo.href;

				break;

			}

		}

		video += '<param name="FlashVars" value="'+theFlashVars+'&amp;autostart=true" />					<param name="wmode" value="transparent" />				</object>';

		document.getElementById('flash').innerHTML = video;

		



	}

}
