var pageNames = new Array (
	"ailleurs" ,
	"apollo" ,
	"armee" ,
	"artetfact" ,
	"aurora" ,
	"barjavel" ,
	"bergier" ,
	"boreal" ,
	"cafard" ,
	"cosmos" ,
	"cyrano" ,
	"doremieux" ,
	"duterme" ,
	"fantasticalpes" ,
	"fantasticarts" ,
	"imaginaire" ,
	"gpsffq" ,
	"graoully" ,
	"imaginales" ,
	"infini" ,
	"international" ,
	"jesaistout" ,
	"khimaira" ,
	"lueurs" ,
	"lundi" ,
	"masterton" ,
	"merlin" ,
	"morane" ,
	"nocturne" ,
	"ozone" ,
	"pepin" ,
	"dimension" ,
	"ray" ,
	"razzies" ,
	"rosny" ,
	"continent" ,
	"solaris" ,
	"eiffel" ,
	"pascifique" ,
	"utopia" ,
	"verlanger" ,
	"verne" ,
	"visions" )

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

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


