model;
{
   theta ~ dnorm(370,0.0025)
   x ~ dnorm(theta,0.01563)
}

data;
list(x=421)