function hb_init_thomas()
{
	if( ! thomas_is_initialized )
	{
		var path = "bd/Thomas/img/";
	
		var slides = new Array();
		slides[0] = new slide( path + "pagethomas.jpg", 477, 602, null, null, null );

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

	
		var couv = path + "couvthomas.jpg";
	
		var sites = new Array();
		sites[0] = new bd_site( "http://www.humano.com/catalogue/fiche_catal.php?id=34854", "Site du livre" );
	
		thomas = new bd_one_shot( hb_thomas_slideshow, couv, "THOMAS OU LE RETOUR DU TABOU", "Herv&eacute; Bourhis", "Herv&eacute; Bourhis", "Herv&eacute; Bourhis", "Humano&iuml;des Associ&eacute;s", "Tohu-Bohu", "Prix Goscinny 2002", sites, null, "", "titre", "texte" );
		
		thomas_is_initialized = true;	
	}
}
