$(document).ready(
	function(){	
		$(".jvs").each(function(i){
			var file = $(this).attr('rel');
			eval(file);
		});
		
		$('a.pic').lightBox();
		
		$(function(){ 
			$("ul#ticker01").liScroll(); 
		}); 
		
		if(typeof(overlay_images) != undefined){
			$('aaaaa').prettyPhoto();
			$.prettyPhoto.open(overlay_images,overlay_titres,overlay_titres);
		}
	}
);
