if (shsh > 0)
{
x = (xstart + random(shsh)) - random(shsh);
y = (ystart + random(shsh)) - random(shsh);
}
else
x = xstart;
y = ystart;