if($_GET['caption']=="")
{
print "10th arrondisement Rue des Petites Ecuries";
}
elseif($_GET['caption']=="Place")
{
print "13th arrondisement Place d'Italie";
}
elseif($_GET['caption']=="14th")
{
print "14th arrondisement Ave de l'Observatoire";
}
else
{
print $_GET['caption'];
}
?>