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