// JavaScript Document var myDate=new Date(); myDate=myDate.getDate(); function Article1_link() { if (myDate>=1 && myDate<=4) {document.write("Sharing Poetry");} else if (myDate>=5 && myDate<=10) {document.write("How to Create a Literate Home ");} else if (myDate>=11 && myDate<=17) {document.write("Author Focus");} else if (myDate>=18 && myDate<=24) {document.write("Book Clubs");} else if (myDate>=25 && myDate<=31) {document.write("A Primer on Dyslexia");} else {document.write("Sharing Poetry");} } 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("Table Talk");} else if (myDate>=5 && myDate<=10) {document.write("Car Talk");} else if (myDate>=11 && myDate<=17) {document.write("\"Clicking\" with Children: Computers and Young Children");} else if (myDate>=18 && myDate<=24) {document.write("Reading to Two: A Double Challenge");} else if (myDate>=25 && myDate<=31) {document.write("Children's Choice");} else {document.write("Table Talk");} } 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("What Is Phonics Anyway?");} else if (myDate>=5 && myDate<=10) {document.write("Raising a Child with a Learning Disability: A Mother's Story ");} else if (myDate>=11 && myDate<=17) {document.write("Learning Two Languages: Questions Parents Ask (available in Spanish)");} else if (myDate>=18 && myDate<=24) {document.write("Growing Up with a Learning Disability: A Child's Story");} else if (myDate>=25 && myDate<=31) {document.write("Qualities of a Good Classroom");} else {document.write("What Is Phonics Anyway?");} } 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.");} }