document.write("<div id=\"maan\">");

var currentTime = new Date();
var day = currentTime.getDate();

if (day < 1) {
	document.write("<img src=\"http://myrofas.nl/images/maan/1.png\" title=\"maanfase\" alt=\"maanfase\">");
  } else if (day == 2 || day == 17) {
	  document.write("<img src=\"http://myrofas.nl/images/maan/2.png\" title=\"maanfase\" alt=\"maanfase\">");
  } else if (day == 4 || day == 18) {
	  document.write("<img src=\"http://myrofas.nl/images/maan/3.png\" title=\"maanfase\" alt=\"maanfase\">");
  } else if (day == 5 || day == 19) {
	  document.write("<img src=\"http://myrofas.nl/images/maan/4.png\" title=\"maanfase\" alt=\"maanfase\">");
  } else if (day == 6 || day == 20) {
	  document.write("<img src=\"http://myrofas.nl/images/maan/5.png\" title=\"maanfase\" alt=\"maanfase\">");
  } else if (day == 7 || day == 21) {
	  document.write("<img src=\"http://myrofas.nl/images/maan/6.png\" title=\"maanfase\" alt=\"maanfase\">");
  } else if (day == 8 || day == 22) {
	  document.write("<img src=\"http://myrofas.nl/images/maan/7.png\" title=\"maanfase\" alt=\"maanfase\">");
  } else if (day == 9 || day == 23) {
	  document.write("<img src=\"http://myrofas.nl/images/maan/8.png\" title=\"maanfase\" alt=\"maanfase\">");
  } else if (day == 10 || day == 24) {
	  document.write("<img src=\"http://myrofas.nl/images/maan/9.png\" title=\"maanfase\" alt=\"maanfase\">");
  } else if (day == 11 || day == 25) {
	  document.write("<img src=\"http://myrofas.nl/images/maan/10.png\" title=\"maanfase\" alt=\"maanfase\">");
  } else if (day == 12 || day == 26) {
	  document.write("<img src=\"http://myrofas.nl/images/maan/11.png\" title=\"maanfase\" alt=\"maanfase\">");
  } else if (day == 13 || day == 27) {
	  document.write("<img src=\"http://myrofas.nl/images/maan/12.png\" title=\"maanfase\" alt=\"maanfase\">");
  } else if (day == 14 || day == 28) {
	  document.write("<img src=\"http://myrofas.nl/images/maan/13.png\" title=\"maanfase\" alt=\"maanfase\">");
  } else if (day == 15 || day == 29) {
	  document.write("<img src=\"http://myrofas.nl/images/maan/14.png\" title=\"maanfase\" alt=\"maanfase\">");
  } else if (day == 16 || day == 30) {
	  document.write("<img src=\"http://myrofas.nl/images/maan/15.png\" title=\"maanfase\" alt=\"maanfase\">");
  } else {
	  document.write("<img src=\"http://myrofas.nl/images/maan/16.png\" title=\"maanfase\" alt=\"maanfase\">");
  }
  
document.write("</div>");
