function hb_init_ulq()
{
	if( ! ulq_is_initialized )
	{
		var path = "bonus/Ulq Vert/img/";
	
		var slides = new Array();
		slides[0] = new slide( path + "couve-ulq.jpg", 595, 822, null, null, null );
		slides[1] = new slide( path + "ULQ1.jpg", 595, 822, null, null, null );
		slides[2] = new slide( path + "ULQ2.jpg", 595, 822, null, null, null );
		slides[3] = new slide( path + "ULQ3.jpg", 595, 822, null, null, null );
		slides[4] = new slide( path + "ULQ4.jpg", 595, 822, null, null, null );

		var locations = new slideshow_html_locations( "middle_column", null, null );
	
		var hb_ulq_slideshow = new slideshow();
		hb_ulq_slideshow.init( slides, locations, buttons, true, null );
	
		hb_slideshows_manager.add( hb_ulq_slideshow );
	

		ulq = new bd_one_shot( hb_ulq_slideshow, null, "ULQ VERT", "Pierre Bourhis", "Pierre Bourhis", "Pierre Bourhis", "n/a", null, null, null, null, "La premi&egrave;re BD de Pierre Bourhis (5 ans).", "titre", "texte" );
		
		ulq_is_initialized = true;
	}
}
