File			= document.URL ; 

if (File.substr(File.length- 1, 1)=="/"         )	File = File+"index.html" ; 
if (File.substr(File.length-10,10)=="index.html")	File = File.substr(0,File.length-11) ; 
else												File = File.substr(0,File.length- 5) ; 

Venue         = File.substring(31,File.length) ; 

if (Venue=="zuelpich")		ArticleId =  8 ; 
if (Venue=="usma")			ArticleId = 10 ; 
if (Venue=="plobsheim")		ArticleId = 11 ; 
if (Venue=="platetaille")	ArticleId = 12 ; 

location.href = "http://www.microclass.org/joomla/index.php?option=com_content&view=article&id="+ArticleId+"&Itemid=1&lang=en" ; 

