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