var getDesign=false;

function pinwheel(i)
{
  document.getElementById("pinwheel").innerHTML = '<img src="/images/Pinwheel-' + i + '.png">';
}