function LoadCafe(choData)
{
var choReturn = "";
if (choData == "0"){
	choReturn="1";}
else {
	choReturn="sudouestjob";}
return (choReturn);
}

