function a(txt) {
    if(txt!=null)
	self.status = txt;
    else
	self.status = txt;

}

function b() {
	self.status="Welcome to GelayoGusto.com, the place for great food in Mountain View, CA";
}

