var pageNames = new Array (
	"editorial" ,
	"voyages" ,
	"boheme" ,
	"mere" ,
	"enfant" ,
	"profession" ,
	"hou" ,
	"soleil" ,
	"cimetiere" ,
	"retour" ,
	"lavinia_1" ,
	"lavinia_2" ,
	"monde" ,
	"cite" ,
	"labyrinthe" ,
	"queen" ,
	"etoiles" ,
	"necroville" ,
	"force" ,
	"voie" ,
	"voile" ,
	"future" ,
	"theophano" ,
	"croix" ,
	"lovecraft" ,
	"aristoi" ,
	"lame" ,
	"ailes" ,
	"rouge" ,
	"guerre_1" ,
	"guerre_2" ,
	"hydre" ,
	"pouvoirs" ,
	"oublies" )
	

var pageName = document.URL.split( "/" ) ;

pageName = pageName[ pageName.length - 1 ].split( "." )[ 0 ] ;

