// JavaScript Document
	var myDate=new Date();
	myDate=myDate.getDate();

	  function Article1_link()
	  {
		if (myDate>=1 && myDate<=4) {document.write("<a href=\"articles/poetry/main.html\" class=\"large\">Sharing Poetry</a>");}
		else if (myDate>=5 && myDate<=10) {document.write("<a href=\"articles/literatehome/main.html\" class=\"large\">How to Create a Literate Home </a>");}
		else if (myDate>=11 && myDate<=17) {document.write("<a href=\"articles/authorfocus/main.html\" class=\"large\">Author Focus</a>");}
		else if (myDate>=18 && myDate<=24) {document.write("<a href=\"articles/bookclubs/main.html\" class=\"large\">Book Clubs</a>");}
		else if (myDate>=25 && myDate<=31) {document.write("<a href=\"articles/dyslexia/main.html\" class=\"large\">A Primer on Dyslexia</a>");}
		else {document.write("<a href=\"articles/poetry/main.html\" class=\"large\">Sharing Poetry</a>");}
	  }

	  function Article1_text()
	  {
		if (myDate>=1 && myDate<=4)	{document.write("Find out how Natalie, a children's librarian, uses poetry to get young children excited about books and reading.");}
		else if (myDate>=5 && myDate<=10) {document.write("Find out how to make your home an ideal environment for language and literacy learning.");}
		else if (myDate>=11 && myDate<=17) {document.write("Meet children's book author/illustrator Jan Brett and author Jane Yolen. ");}
		else if (myDate>=18 && myDate<=24) {document.write("Find out how to start a parent-child book club and learn useful parent-child book club tips.");}
		else if (myDate>=25 && myDate<=31) {document.write("Learn all about dyslexia from diagnosis to treatment.");}
		else {document.write("Find out how Natalie, a children's librarian, uses poetry to get young children excited about books and reading.");}
	  }
	  
	  function Article2_link()
	  {
		if (myDate>=1 && myDate<=4) {document.write("<a href=\"articles/tabletalk/main.html\" class=\"large\">Table Talk</a>");}
		else if (myDate>=5 && myDate<=10) {document.write("<a href=\"articles/cartalk/main.html\" class=\"large\">Car Talk</a>");}
		else if (myDate>=11 && myDate<=17) {document.write("<a href=\"articles/clicking/main.html\" class=\"large\">\"Clicking\" with Children: Computers and Young Children</a>");}
		else if (myDate>=18 && myDate<=24) {document.write("<a href=\"articles/readingtwo/main.html\" class=\"large\">Reading to Two: A Double Challenge</a>");}
		else if (myDate>=25 && myDate<=31) {document.write("<a href=\"articles/cchoice/main.html\" class=\"large\">Children's Choice</a>");}		
		else {document.write("<a href=\"articles/tabletalk/main.html\" class=\"large\">Table Talk</a>");}
	  }

	  function Article2_text()
	  {
		if (myDate>=1 && myDate<=4) {document.write("Discover tips for using mealtime to foster your child's language and literacy development.");}
		else if (myDate>=5 && myDate<=10) {document.write("Discover a collection of car activities you can engage in with your child.");}
		else if (myDate>=11 && myDate<=17) {document.write("Learn what experts recommend, guidelines for choosing software, and tips for interacting with your child during computer time.");}
		else if (myDate>=18 && myDate<=24) {document.write("Learn strategies for making the family reading experience meaningful.");}
		else if (myDate>=25 && myDate<=31) {document.write("Meet many different children, discover what books they like most and why, and find out what their parents learn through their children's book choices.");}
		else {document.write("Discover tips for using mealtime to foster your child's language and literacy development.");}
	  }
	  
	  function Article3_link()
	  {
		if (myDate>=1 && myDate<=4) {document.write("<a href=\"articles/phonics/main.html\" class=\"large\">What Is Phonics Anyway?</a>");}
		else if (myDate>=5 && myDate<=10) {document.write("<a href=\"articles/learning_disability/main.html\" class=\"large\">Raising a Child with a Learning Disability: A Mother's Story </a>");}
		else if (myDate>=11 && myDate<=17) {document.write("<a href=\"articles/multifamilies/main.html\" class=\"large\">Learning Two Languages: Questions Parents Ask</a> (available in <a href=\"articles/multifamilies/main.html\">Spanish</a>)");}
		else if (myDate>=18 && myDate<=24) {document.write("<a href=\"articles/learndis_marco/main.html\" class=\"large\">Growing Up with a Learning Disability: A Child's Story</a>");}
		else if (myDate>=25 && myDate<=31) {document.write("<a href=\"articles/goodclassroom/main.html\" class=\"large\">Qualities of a Good Classroom</a>");}
		else {document.write("<a href=\"articles/phonics/main.html\" class=\"large\">What Is Phonics Anyway?</a>");}
	  }

	  function Article3_text()
	  {
		if (myDate>=1 && myDate<=4) {document.write("Learn the facts about phonics, why learning phonics is important for your child, and more.");}
		else if (myDate>=5 && myDate<=10) {document.write("Read a mother's story about her struggle for success.");}
		else if (myDate>=11 && myDate<=17) {document.write("Find out how multilingual families can support their children's language and literacy development.");}
		else if (myDate>=18 && myDate<=24) {document.write("Read a child's story about his struggle for success.");}
		else if (myDate>=25 && myDate<=31) {document.write("Learn about classrooms and child care settings that help children become readers and writers.");}
		else {document.write("Learn the facts about phonics, why learning phonics is important for your child, and more.");}
	  }	  