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