<!--

var browser = navigator.appName;
var browserNum = parseInt(navigator.appVersion);

function changePicture(pic, pic1)
{
	var flower = new Image();
	var normal = new Image();
	var about = new Image();
	var normal_ = new Image();
	var about_ = new Image();
	var history1 = new Image();
	var aboutb = new Image();

	flower.src="images/index.flower.jpg";
	normal.src="images/blank.gif";
	about.src="images/articles.scroll.jpg";
	normal_.src="images/circle.gif";
	about_.src="images/circle1.gif";
	aboutb.src="images/biblestudy.scroll.jpg";
	history1.src="images/history1.gif";

	eval("pic.src = " + pic1 + ".src");
}
	
function position_top(len)
{
	var place;
	var distance = 150;
	if ((browser == "Netscape") && (browserNum < 5))
	{	
		if ((place = window.innerHeight + window.pageYOffset - distance) > len)
			document.jsbrand.top = place;
	}
	else if((browser == "Netscape") && (browserNum >= 5))
	{
		if ((place = window.innerHeight + window.pageYOffset - distance) > len)
			document.getElementById('jsbrand').style.top = place;
	}
	else
	{
		if ((place = document.body.scrollTop + distance) > len)
			document.all.jsbrand.style.top = place;
	}
}

function position()
{
	position_top(0);
}

function index()
{
	window.moveTo(0, 0);
	window.resizeTo(screen.width, screen.height);
}

var which = "v1n1a1";
var times = 0;
var total = 0;

function compare(d, string)
{
	var name = document.getElementById(d).firstChild.data;
	var type;

	name = name.toLowerCase();
	if (name.search(string) != -1)
	{
		if ((type = d.charAt(1)) == 't')
			type = "10";
		d += 1;
		if (total)
			total += "<a class=\"article\" href = \"v" + type + "n" + d.charAt(3) + ".htm#article" + d.charAt(5) + "\">" + document.getElementById(d).firstChild.data + "</a><br>";
		else
			total = "<a class=\"article\" href = \"v" + type + "n" + d.charAt(3) + ".htm#article" + d.charAt(5) + "\">" + document.getElementById(d).firstChild.data + "</a><br>";
		++times;
	}
}

function sidebar()
{
	document.write("<div align=\"left\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"130\">" +
		"<tr><td valign=\"top\"><img name=index border=\"0\" src=\"images/circle.gif\" width=\"15\" height=\"14\"></td>" +
		"<td valign=\"top\"><a class=\"s\" href=\"index.html\" onMouseOver=\"javascript:changePicture(index, 'about_')\" onmouseout=\"javascript:changePicture(index, 'normal_')\">" +
		"Return to home page</a><br>&nbsp;</td></tr>" +
		"<tr><td valign=\"top\"><img name=one border=\"0\" src=\"images/circle.gif\" width=\"15\" height=\"14\"></td>" +
		"<td valign=\"top\"><a class=\"s\" href=\"articles.html\" onMouseOver=\"javascript:changePicture(one,'about_')\" onmouseout=\"javascript:changePicture(one,'normal_')\">" +
		"Discover a wide variety of Biblically-based, inspirational articles</a><br>&nbsp;</td></tr>" +
		"<tr><td valign=\"top\"><img name=two border=\"0\" src=\"images/circle.gif\" width=\"15\" height=\"14\"></td>" +
		"<td><a href=\"biblestudy.html\" class=\"s\" onMouseOver=\"javascript:changePicture(two,'about_')\" onmouseout=\"javascript:changePicture(two,'normal_')\">" +
		"Access our 15-week girls' Bible study</a><br>&nbsp;</td></tr>" +
		"<tr><td valign=\"top\"><img name=three border=\"0\" src=\"images/circle.gif\" width=\"15\" height=\"14\"></td>" +
		"<td><a href=\"history.html\" class=\"s\" onMouseOver=\"javascript:changePicture(three,'about_')\" onmouseout=\"javascript:changePicture(three,'normal_')\">" +
		"Read about the history, mission, and publishers of <i>The Kings Daughter</i> " +
		"magazine</a><br>&nbsp;</td></tr>" +
		"<tr><td valign=\"top\"><img name=five border=\"0\" src=\"images/circle.gif\" width=\"15\" height=\"14\"></td>" +
		"<td valign=\"top\">" +
		"<a href=\"mailto:kd@bodefamily.net\" class=\"s\" onMouseOver=\"javascript:changePicture(five,'about_')\" onmouseout=\"javascript:changePicture(five,'normal_')\">" +
		"Email <i>The Kings Daughter</i> office</a></td></tr>" +
		"</table></div>");

}

function search(string)
{
	var start, v, n, a;

	times = total = 0;

	for (v = 1; v <= '9' || v == 't'; v = (v == 9) ? 't' : ++v)
	{
		switch (v)
		{
			case 't':
				for (start = "vtn", n = 1; n <= 3; ++n)
				{
					switch (n)
					{
						case 1:
							i = 8;
							break;
						case 2:
							i = 'e';
							break;
						case 3:
							i = 8;
							break;
					}
					while (i)
					{
						which = start + n + 'a' + i;
						if (i == 'e')
							i = 't';
						else if (i == 't')
							i = 9;
						else
							--i;
						void compare(which, string);
					}
				}
				break;
			case 9:
				for (start = "v9n", n = 1; n <= 6; ++n)
				{
					switch (n)
					{
						case 1:
							i = 3;
							break;
						case 2:
							i = 4;
							break;
						case 3:
							i = 6;
							break;
						case 4:
							i = 8;
							break;
						case 5:
							i = 8;
							break;
						case 6:
							i = 5;
							break;
					}
					while (i)
					{
						which = start + n + 'a' + i;
						--i;
						void compare(which, string);
					}
				}
				break;
			case 8:
				for (start = "v8n", n = 1; n <= 6; ++n)
				{
					if (n == 5)
						i = 9;
					else
						i = 8;
					while (i)
					{
						which = start + n + 'a' + i;
						--i;
						void compare(which, string);
					}
				}
				break;
			case 7:
				for (start = "v7n", n = 1; n <= 6; ++n)
				{
					if (n == 6)
						i = 7;
					else if (n == 5)
						i = 3;
					else
						i = 5;
					while (i)
					{
						which = start + n + 'a' + i;
						--i;
						void compare(which, string);
					}
				}
				break;
			case 6:
				for (start = "v6n", n = 1; n <= 6; ++n)
				{
					if (n == 1)
						i = 3;
					else if (n == 2 || n == 6)
						i = 5;
					else
						i = 4;
					while (i)
					{
						which = start + n + 'a' + i;
						--i;
						void compare(which, string);
					}
				}
				break;
			case 5:
				for (start = "v5n", n = 1; n <= 6; ++n)
				{
					if (n == 2 || n == 6)
						i = 4;
					else i = 3;
					while (i)
					{
						which = start + n + 'a' + i;
						--i;
						void compare(which, string);
					}
				}
				break;
			case 4:
				for (start = "v4n", n = 1; n <= 6; ++n)
				{
					if (n == 1 || n == 3)
						i = 4;
					else if (n == 2 || n == 5 || n == 6)
						i = 3;
					else if (n == 4)
						i = 5;
					while (i)
					{
						which = start + n + 'a' + i;
						--i;
						void compare(which, string);
					}
				}
				break;
			case 3:
				for (start = "v3n", n = 1; n <= 6; ++n)
				{
					if (n == 4)
						i = 4;
					else if (n == 2 || n == 5)
						i = 2;
					else
						i = 3;
					while (i)
					{
						which = start + n + 'a' + i;
						--i;
						void compare(which, string);
					}
				}
				break;
			case 2:
				for (start = "v2n1a", i = 1; i <= 6; ++i)
				{
					which = start + i;
					void compare(which, string);
				}
				break;
			case 1:
				compare("v1n1a1", string);
				break;
		}
	}
}

function look()
{
	var i;
	var string = new String(document.getElementById("text").value);
	var single_char;

	string = string.toLowerCase();

	if ((i = string.length) == 0)
		return;
	for ( ; i; --i)
	{
		single_char = string.charAt(i - 1);
		if ((single_char < 'a' || single_char > 'z') && single_char != ' ' && single_char != ',' && single_char != '!' && single_char != '\'' && single_char != ':' && single_char != '-')
		{
			alert ('The Character \"' + single_char + '\" is not allowed');
			return;
		}
	}
	search(string);

	if (total)
		total = "<font face = \"arial\" color=\"purple\" size=\"4\">Found " + times + ((times == 1) ? " result" : " results") + "</font><br>" + total;
	else
		total = "<font face = \"arial\" color=\"purple\" size=\"4\">Found 0 results<br></font>";
	total += "<br>&nbsp;";

	document.getElementById("results").innerHTML = total;
}

function get_search()
{
document.getElementById("info").innerHTML = "<a ID=\"vtn3a1\" class=\"sm\" href=\"_\">Accepting Change</a>" +
"<a ID=\"vtn3a2\" class=\"sm\" href=\"_\">Finding Peace (dealing with conflicts, harmony in relationships)</a>" +
"<a ID=\"vtn3a3\" class=\"sm\" href=\"_\">Band-Aids (accepting God's forgiveness)</a>" +
"<a ID=\"vtn3a4\" class=\"sm\" href=\"_\">A Matter of Life and Death (the tongue)</a>" +
"<a ID=\"vtn3a5\" class=\"sm\" href=\"_\">Why Did I Say That? (the tongue and the thought life)</a>" +
"<a ID=\"vtn3a6\" class=\"sm\" href=\"_\">Making Brothers and Sisters Best Friends (developing family harmony)</a>" +
"<a ID=\"vtn3a7\" class=\"sm\" href=\"_\">Grandparents: Showing You Care</a>" +
"<a ID=\"vtn3a8\" class=\"sm\" href=\"_\">Making the Most: A Story (contentment in seasons of life)</a>" +
"<a ID=\"vtn2a1\" class=\"sm\" href=\"_\">Choosing to Hope (March at Our Home)</a>" + 
"<a ID=\"vtn2a2\" class=\"sm\" href=\"_\">A Source of Confidence (A Letter from Lana )</a>" + 
"<a ID=\"vtn2a3\" class=\"sm\" href=\"_\">Wholly Christ's: A Resurrection Message</a>" + 
"<a ID=\"vtn2a4\" class=\"sm\" href=\"_\">Is There Life After High School?</a>" + 
"<a ID=\"vtn2a5\" class=\"sm\" href=\"_\">Graduation and Beyond</a>" + 
"<a ID=\"vtn2a6\" class=\"sm\" href=\"_\">Questions (dealing with change, making decisions)</a>" + 
"<a ID=\"vtn2a7\" class=\"sm\" href=\"_\">The Great Unknown (life after high school testimony)</a>" + 
"<a ID=\"vtn2a8\" class=\"sm\" href=\"_\">So Faithful to Me (life after high school testimony)</a>" + 
"<a ID=\"vtn2a9\" class=\"sm\" href=\"_\">One Step at a Time (life after high school testimony)</a>" + 
"<a ID=\"vtn2at\" class=\"sm\" href=\"_\">My Inheritance Currently (life after high school testimony)</a>" + 
"<a ID=\"vtn2ae\" class=\"sm\" href=\"_\">His Perfect Love 26</a>" + 
"<a ID=\"vtn1a1\" class=\"sm\" href=\"_\">Making Sure: Double-Checking the Most Important Decision of Your Life</a>" + 
"<a ID=\"vtn1a2\" class=\"sm\" href=\"_\">Maintaining a Daily Quiet Time</a>" + 
"<a ID=\"vtn1a3\" class=\"sm\" href=\"_\">Solving the Dilemma of Bible Study</a>" + 
"<a ID=\"vtn1a4\" class=\"sm\" href=\"_\">Before the Throne of Grace (prayer)</a>" + 
"<a ID=\"vtn1a5\" class=\"sm\" href=\"_\">Streams and Pebbles (an inspirational word-picture)</a>" + 
"<a ID=\"vtn1a6\" class=\"sm\" href=\"_\">Nursing Home Ministry</a>" + 
"<a ID=\"vtn1a7\" class=\"sm\" href=\"_\">Budgeting for Beginners</a>" + 
"<a ID=\"vtn1a8\" class=\"sm\" href=\"_\">For Such a Time As This: A Story (serving where God has placed you)</a>" + 
"<a ID=\"v9n6a1\" class=\"sm\" href=\"_\">A Heart Wholly His: Practical Help for Dealing with Infatuation</a>" + 
"<a ID=\"v9n6a2\" class=\"sm\" href=\"_\">Desire: Frustration or Fulfillment? (dealing with romantic longings)</a>" + 
"<a ID=\"v9n6a3\" class=\"sm\" href=\"_\">Walking in Love</a>" + 
"<a ID=\"v9n6a4\" class=\"sm\" href=\"_\">Thanks! (remembering the goodness of God)</a>" + 
"<a ID=\"v9n6a5\" class=\"sm\" href=\"_\">The Echo of the Loon: A Story (finding comfort in God)</a>" + 
"<a ID=\"v9n5a1\" class=\"sm\" href=\"_\">Certain (overcoming the fear of the unknown)</a>" + 
"<a ID=\"v9n5a2\" class=\"sm\" href=\"_\">Choose God's Peace</a>" + 
"<a ID=\"v9n5a3\" class=\"sm\" href=\"_\">Your Identity in Christ</a>" + 
"<a ID=\"v9n5a4\" class=\"sm\" href=\"_\">Fear or Faith?</a>" + 
"<a ID=\"v9n5a5\" class=\"sm\" href=\"_\">Fear in Ministry</a>" + 
"<a ID=\"v9n5a6\" class=\"sm\" href=\"_\">Time Management</a>" + 
"<a ID=\"v9n5a7\" class=\"sm\" href=\"_\">Adventures in Tutoring</a>" + 
"<a ID=\"v9n5a8\" class=\"sm\" href=\"_\">Just Like Candace: A Story (sibling relationships)</a>" + 
"<a ID=\"v9n4a1\" class=\"sm\" href=\"_\">You Are Special (overcoming feelings of inferiority)</a>" + 
"<a ID=\"v9n4a2\" class=\"sm\" href=\"_\">More Bananas (overcoming the fear of man)</a>" + 
"<a ID=\"v9n4a3\" class=\"sm\" href=\"_\">How to Conquer the Fear of Man</a>" + 
"<a ID=\"v9n4a4\" class=\"sm\" href=\"_\">There Is No Fear in Love</a>" + 
"<a ID=\"v9n4a5\" class=\"sm\" href=\"_\">What If? (learning to trust) July at our home</a>" + 
"<a ID=\"v9n4a6\" class=\"sm\" href=\"_\">Developing a Servant's Heart a letter from Lana</a>" + 
"<a ID=\"v9n4a7\" class=\"sm\" href=\"_\">Baking and Selling at a Farmer's Market with recipes</a>" + 
"<a ID=\"v9n4a8\" class=\"sm\" href=\"_\">Which One? - A Story (overcoming selfishness)</a>" + 
"<a ID=\"v9n3a1\" class=\"sm\" href=\"_\">All About Clothes (principles of modesty)</a>" + 
"<a ID=\"v9n3a2\" class=\"sm\" href=\"_\">A Frame for the Message (modesty)</a>" + 
"<a ID=\"v9n3a3\" class=\"sm\" href=\"_\">Remembering Nancy (insights from tragedy) May at our home</a>" + 
"<a ID=\"v9n3a4\" class=\"sm\" href=\"_\">One Thing (insights from the story of Mary and Martha)</a>" + 
"<a ID=\"v9n3a5\" class=\"sm\" href=\"_\">The Ultimate Experience (a missions testimony)</a>" + 
"<a ID=\"v9n3a6\" class=\"sm\" href=\"_\">Dream Teaching: How to Design a Class for Home Schoolers</a>" + 
"<a ID=\"v9n2a1\" class=\"sm\" href=\"_\">Defeating Discouragement: What to Do when You're Weary in Well-Doing</a>" + 
"<a ID=\"v9n2a2\" class=\"sm\" href=\"_\">Grace Enough (looking to God in the midst of difficulty) march at our home</a>" + 
"<a ID=\"v9n2a3\" class=\"sm\" href=\"_\">Which Pathway, My King? (a mother's look at busyness and seeking God)</a>" + 
"<a ID=\"v9n2a4\" class=\"sm\" href=\"_\">Just a Friend: A Story (reaching out to others)</a>" + 
"<a ID=\"v9n1a1\" class=\"sm\" href=\"_\">Here to Love Him January at our home</a>" + 
"<a ID=\"v9n1a2\" class=\"sm\" href=\"_\">Later? (overcoming procrastination)</a>" + 
"<a ID=\"v9n1a3\" class=\"sm\" href=\"_\">Teaching Music Lessons from Home</a>" + 
"<a ID=\"v8n6a1\" class=\"sm\" href=\"_\">When Your World Appears to Crumble (thoughts after 9/11/01)</a>" + 
"<a ID=\"v8n6a2\" class=\"sm\" href=\"_\">The Ultimate Friendship (our relationship with God)</a>" + 
"<a ID=\"v8n6a3\" class=\"sm\" href=\"_\">Building Friendships with Younger Girls</a>" + 
"<a ID=\"v8n6a4\" class=\"sm\" href=\"_\">My Best Friend (sibling relationships)</a>" + 
"<a ID=\"v8n6a5\" class=\"sm\" href=\"_\">Pen-Pals, Friends, Sisters</a>" + 
"<a ID=\"v8n6a6\" class=\"sm\" href=\"_\">Sisters for Eternity (reaching out to those with special needs)</a>" + 
"<a ID=\"v8n6a7\" class=\"sm\" href=\"_\">Four Cousins</a>" + 
"<a ID=\"v8n6a8\" class=\"sm\" href=\"_\">Gift Solutions (inexpensive, homemade Christmas presents)</a>" + 
"<a ID=\"v8n5a1\" class=\"sm\" href=\"_\">Celebrating Twelve Years of Friendship</a>" + 
"<a ID=\"v8n5a2\" class=\"sm\" href=\"_\">A True Friend (becoming a loving friend)</a>" + 
"<a ID=\"v8n5a3\" class=\"sm\" href=\"_\">Pilgrim Friends (building worthy friendships along life's journey)</a>" + 
"<a ID=\"v8n5a4\" class=\"sm\" href=\"_\">Make Friendships, Not Cliques</a>" + 
"<a ID=\"v8n5a5\" class=\"sm\" href=\"_\">Hospitality for Hypocrites vs. Community for Christians</a>" + 
"<a ID=\"v8n5a6\" class=\"sm\" href=\"_\">A Summer of Thought (an editorial) September at our home</a>" + 
"<a ID=\"v8n5a7\" class=\"sm\" href=\"_\">Writing Edifying Letters</a>" + 
"<a ID=\"v8n5a8\" class=\"sm\" href=\"_\">What to Say Next (conversation tips)</a>" + 
"<a ID=\"v8n5a9\" class=\"sm\" href=\"_\">A Mother's Helper</a>" + 
"<a ID=\"v8n4a1\" class=\"sm\" href=\"_\">Viewing Life As a Ministry</a>" + 
"<a ID=\"v8n4a2\" class=\"sm\" href=\"_\">Flowers by the Wayside (developing a heart of encouragement)</a>" + 
"<a ID=\"v8n4a3\" class=\"sm\" href=\"_\">A Panel on Encouragement</a>" + 
"<a ID=\"v8n4a4\" class=\"sm\" href=\"_\">To Spur On (encouragement)</a>" + 
"<a ID=\"v8n4a5\" class=\"sm\" href=\"_\">What Is God Trying to Teach You? July at our home</a>" + 
"<a ID=\"v8n4a6\" class=\"sm\" href=\"_\">A Channel a letter from Lana</a>" + 
"<a ID=\"v8n4a7\" class=\"sm\" href=\"_\">Making Herb Vinegars</a>" + 
"<a ID=\"v8n4a8\" class=\"sm\" href=\"_\">Corners: A Poem (yielding to God)</a>" + 
"<a ID=\"v8n3a1\" class=\"sm\" href=\"_\">Aspects of Prayer</a>" + 
"<a ID=\"v8n3a2\" class=\"sm\" href=\"_\">Prayer: Other Thoughts</a>" + 
"<a ID=\"v8n3a3\" class=\"sm\" href=\"_\">Without Ceasing (prayer)</a>" + 
"<a ID=\"v8n3a4\" class=\"sm\" href=\"_\">Sing unto the Lord</a>" + 
"<a ID=\"v8n3a5\" class=\"sm\" href=\"_\">Burdens may at our home</a>" + 
"<a ID=\"v8n3a6\" class=\"sm\" href=\"_\">The Door (Names of God)</a>" + 
"<a ID=\"v8n3a7\" class=\"sm\" href=\"_\">Endurance (Character Traits)</a>" + 
"<a ID=\"v8n3a8\" class=\"sm\" href=\"_\">Granola</a>" + 
"<a ID=\"v8n2a1\" class=\"sm\" href=\"_\">Aspects of Prayer</a>" + 
"<a ID=\"v8n2a2\" class=\"sm\" href=\"_\">Sweet Hour of Prayer</a>" + 
"<a ID=\"v8n2a3\" class=\"sm\" href=\"_\">Not My Will</a>" + 
"<a ID=\"v8n2a4\" class=\"sm\" href=\"_\">Fruit of Labor: The Joy of Womanhood (Proverbs 31)</a>" + 
"<a ID=\"v8n2a5\" class=\"sm\" href=\"_\">Satisfied Only in Jesus</a>" + 
"<a ID=\"v8n2a6\" class=\"sm\" href=\"_\">Humility (Character Traits)</a>" + 
"<a ID=\"v8n2a7\" class=\"sm\" href=\"_\">How to Begin and Operate Your Own Bread Business</a>" + 
"<a ID=\"v8n2a8\" class=\"sm\" href=\"_\">The Best Place to Be: A Story (ministry at home)</a>" + 
"<a ID=\"v8n1a1\" class=\"sm\" href=\"_\">Enjoy Being Single!</a>" + 
"<a ID=\"v8n1a2\" class=\"sm\" href=\"_\">In Love with God</a>" + 
"<a ID=\"v8n1a3\" class=\"sm\" href=\"_\">A Gift or a Void? (singleness)</a>" + 
"<a ID=\"v8n1a4\" class=\"sm\" href=\"_\">Today (viewing each day as a gift)</a>" + 
"<a ID=\"v8n1a5\" class=\"sm\" href=\"_\">Simplicity (priorities, decreasing stress) January at our home</a>" + 
"<a ID=\"v8n1a6\" class=\"sm\" href=\"_\">Jehovah-Nissi (Names of God)</a>" + 
"<a ID=\"v8n1a7\" class=\"sm\" href=\"_\">Contentment (Character Traits)</a>" + 
"<a ID=\"v8n1a8\" class=\"sm\" href=\"_\">Cooking with Children</a>" + 
"<a ID=\"v7n6a1\" class=\"sm\" href=\"_\">How to Be Pure in an Impure World</a>" + 
"<a ID=\"v7n6a2\" class=\"sm\" href=\"_\">Building Quality Family Relationships</a>" + 
"<a ID=\"v7n6a3\" class=\"sm\" href=\"_\">Ten Ways to Build a Relationship with Your Brother</a>" + 
"<a ID=\"v7n6a4\" class=\"sm\" href=\"_\">Jehovah-Shalom (Names of God)</a>" + 
"<a ID=\"v7n6a5\" class=\"sm\" href=\"_\">Discernment (Character Traits)</a>" + 
"<a ID=\"v7n6a6\" class=\"sm\" href=\"_\">A Mission to Moscow (a missions testimony)</a>" + 
"<a ID=\"v7n6a7\" class=\"sm\" href=\"_\">A Neighborhood Open House (Christmas outreach ideas)</a>" + 
"<a ID=\"v7n5a1\" class=\"sm\" href=\"_\">Inward Beauty</a>" + 
"<a ID=\"v7n5a2\" class=\"sm\" href=\"_\">Waiting on the Lord</a>" + 
"<a ID=\"v7n5a3\" class=\"sm\" href=\"_\">Sincerity (Character Traits)</a>" + 
"<a ID=\"v7n4a1\" class=\"sm\" href=\"_\">More than Getting Along: Brother-Sister Relationships</a>" + 
"<a ID=\"v7n4a2\" class=\"sm\" href=\"_\">The Meeting Place (faith and works)</a>" + 
"<a ID=\"v7n4a3\" class=\"sm\" href=\"_\">The Garden of Your Life (an inspirational word-picture)</a>" + 
"<a ID=\"v7n4a4\" class=\"sm\" href=\"_\">Wonderful (Names of God)</a>" + 
"<a ID=\"v7n4a5\" class=\"sm\" href=\"_\">Tolerance (Character Traits)</a>" + 
"<a ID=\"v7n3a1\" class=\"sm\" href=\"_\">Why Should I Be Under Authority? Understanding the Purpose for Parents</a>" + 
"<a ID=\"v7n3a2\" class=\"sm\" href=\"_\">Bible Study Habits</a>" + 
"<a ID=\"v7n3a3\" class=\"sm\" href=\"_\">Discovering God's Will</a>" + 
"<a ID=\"v7n3a4\" class=\"sm\" href=\"_\">The Living Water (Names of God)</a>" + 
"<a ID=\"v7n3a5\" class=\"sm\" href=\"_\">Obedience (Character Traits)</a>" + 
"<a ID=\"v7n2a1\" class=\"sm\" href=\"_\">Getting the Most out of God's Word</a>" + 
"<a ID=\"v7n2a2\" class=\"sm\" href=\"_\">Bible Study Habits</a>" + 
"<a ID=\"v7n2a3\" class=\"sm\" href=\"_\">Master (Names of God)</a>" + 
"<a ID=\"v7n2a4\" class=\"sm\" href=\"_\">Sensitivity (Character Traits)</a>" + 
"<a ID=\"v7n2a5\" class=\"sm\" href=\"_\">How to Make Yeast Breads</a>" + 
"<a ID=\"v7n1a1\" class=\"sm\" href=\"_\">Works of Faith: The Strength of Womanhood (Proverbs 31)</a>" + 
"<a ID=\"v7n1a2\" class=\"sm\" href=\"_\">To Know the Love of Christ</a>" + 
"<a ID=\"v7n1a3\" class=\"sm\" href=\"_\">De-Cluttering: Organize Your Desk, Your Closet, Your Room, and Your Life!</a>" + 
"<a ID=\"v7n1a4\" class=\"sm\" href=\"_\">The Rock (Names of God)</a>" + 
"<a ID=\"v7n1a5\" class=\"sm\" href=\"_\">Diligence (Character Traits)</a>" + 
"<a ID=\"v6n6a1\" class=\"sm\" href=\"_\">Abiding in the Lord: Reflections on John 15:1-8</a>" + 
"<a ID=\"v6n6a2\" class=\"sm\" href=\"_\">I AM (Names of God)</a>" + 
"<a ID=\"v6n6a3\" class=\"sm\" href=\"_\">Boldness (Character Traits)</a>" + 
"<a ID=\"v6n6a4\" class=\"sm\" href=\"_\">How to Do More in Less Time</a>" + 
"<a ID=\"v6n6a5\" class=\"sm\" href=\"_\">Sharing the Reason for Christmas</a>" + 
"<a ID=\"v6n5a1\" class=\"sm\" href=\"_\">A Gift from Mother (a true story)</a>" + 
"<a ID=\"v6n5a2\" class=\"sm\" href=\"_\">The Light (Names of God)</a>" + 
"<a ID=\"v6n5a3\" class=\"sm\" href=\"_\">Patience (Character Traits)</a>" + 
"<a ID=\"v6n5a4\" class=\"sm\" href=\"_\">Far Out in the Bush Country: A Week in the Life of a Missionary Reader</a>" + 
"<a ID=\"v6n4a1\" class=\"sm\" href=\"_\">Devoted to Ministry</a>" + 
"<a ID=\"v6n4a2\" class=\"sm\" href=\"_\">Sharing the Truth (witnessing to unbelievers)</a>" + 
"<a ID=\"v6n4a3\" class=\"sm\" href=\"_\">The True Vine (Names of God)</a>" + 
"<a ID=\"v6n4a4\" class=\"sm\" href=\"_\">Creativity (Character Traits)</a>" + 
"<a ID=\"v6n3a1\" class=\"sm\" href=\"_\">A Gift for Mother (mother-daughter relationships, a true story)</a>" + 
"<a ID=\"v6n3a2\" class=\"sm\" href=\"_\">Appreciating Our Mothers</a>" + 
"<a ID=\"v6n3a3\" class=\"sm\" href=\"_\">The Word (Names of God)</a>" + 
"<a ID=\"v6n3a4\" class=\"sm\" href=\"_\">Faith (Character Traits)</a>" + 
"<a ID=\"v6n2a1\" class=\"sm\" href=\"_\">Touching the Life of a Child</a>" + 
"<a ID=\"v6n2a2\" class=\"sm\" href=\"_\">How to Teach Children Effectively</a>" + 
"<a ID=\"v6n2a3\" class=\"sm\" href=\"_\">Ten Keys to Having a Strong Relationship with Your Siblings</a>" + 
"<a ID=\"v6n2a4\" class=\"sm\" href=\"_\">Jehovah-Jireh (Names of God)</a>" + 
"<a ID=\"v6n2a5\" class=\"sm\" href=\"_\">Love (Character Traits)</a>" + 
"<a ID=\"v6n1a1\" class=\"sm\" href=\"_\">At His Disposal: The Disciplined Life</a>" + 
"<a ID=\"v6n1a2\" class=\"sm\" href=\"_\">Comforter (Names of God)</a>" + 
"<a ID=\"v6n1a3\" class=\"sm\" href=\"_\">Self-Control (Character Traits)</a>" + 
"<a ID=\"v5n6a1\" class=\"sm\" href=\"_\">How to Have a Pure Heart</a>" + 
"<a ID=\"v5n6a2\" class=\"sm\" href=\"_\">Father (Names of God)</a>" + 
"<a ID=\"v5n6a3\" class=\"sm\" href=\"_\">Hospitality (Character Traits)</a>" + 
"<a ID=\"v5n6a4\" class=\"sm\" href=\"_\">How to Plan the Perfect Party</a>" + 
"<a ID=\"v5n5a1\" class=\"sm\" href=\"_\">Riches of Grace: The Treasure of Womanhood (Proverbs 31)</a>" + 
"<a ID=\"v5n5a2\" class=\"sm\" href=\"_\">Saviour (Names of God)</a>" + 
"<a ID=\"v5n5a3\" class=\"sm\" href=\"_\">Deference (Character Traits)</a>" + 
"<a ID=\"v5n4a1\" class=\"sm\" href=\"_\">Virtue: The Excellence of Womanhood (Proverbs 31)</a>" + 
"<a ID=\"v5n4a2\" class=\"sm\" href=\"_\">Seasons of Life</a>" + 
"<a ID=\"v5n4a3\" class=\"sm\" href=\"_\">Wisdom (Character Traits)</a>" + 
"<a ID=\"v5n3a1\" class=\"sm\" href=\"_\">Becoming a Positive Influence</a>" + 
"<a ID=\"v5n3a2\" class=\"sm\" href=\"_\">Growing Herbs the Easy Way</a>" + 
"<a ID=\"v5n3a3\" class=\"sm\" href=\"_\">Discretion (Character Traits)</a>" + 
"<a ID=\"v5n2a1\" class=\"sm\" href=\"_\">Resting in the Lord</a>" + 
"<a ID=\"v5n2a2\" class=\"sm\" href=\"_\">God Is Faithful! Learning to Trust the Lord in All Circumstances</a>" + 
"<a ID=\"v5n2a3\" class=\"sm\" href=\"_\">Those Things That Please Him</a>" + 
"<a ID=\"v5n2a4\" class=\"sm\" href=\"_\">Virtue (Character Traits)</a>" + 
"<a ID=\"v5n1a1\" class=\"sm\" href=\"_\">Can You Do It By Yourself? Relying on His Greater Strength</a>" + 
"<a ID=\"v5n1a2\" class=\"sm\" href=\"_\">You and Your Mother</a>" + 
"<a ID=\"v5n1a3\" class=\"sm\" href=\"_\">Security (Character Traits)</a>" + 
"<a ID=\"v4n6a1\" class=\"sm\" href=\"_\">All My Time Is God's: Using Every Moment for Him</a>" + 
"<a ID=\"v4n6a2\" class=\"sm\" href=\"_\">Thriftiness (Character Traits)</a>" + 
"<a ID=\"v4n6a3\" class=\"sm\" href=\"_\">Making Soup</a>" + 
"<a ID=\"v4n5a1\" class=\"sm\" href=\"_\">Exalted to Servanthood</a>" + 
"<a ID=\"v4n5a2\" class=\"sm\" href=\"_\">The Comparison Game</a>" + 
"<a ID=\"v4n5a3\" class=\"sm\" href=\"_\">Joyfulness (Character Traits)</a>" + 
"<a ID=\"v4n4a1\" class=\"sm\" href=\"_\">Biblical Meditation: The Key to Success</a>" + 
"<a ID=\"v4n4a2\" class=\"sm\" href=\"_\">The Test of Servanthood</a>" + 
"<a ID=\"v4n4a3\" class=\"sm\" href=\"_\">The Importance of Purpose in Life</a>" + 
"<a ID=\"v4n4a4\" class=\"sm\" href=\"_\">The Unity of Sisterhood</a>" + 
"<a ID=\"v4n4a5\" class=\"sm\" href=\"_\">Meekness (Character Traits)</a>" + 
"<a ID=\"v4n3a1\" class=\"sm\" href=\"_\">How to Develop a Humble Spirit</a>" + 
"<a ID=\"v4n3a2\" class=\"sm\" href=\"_\">Looking unto Jesus</a>" + 
"<a ID=\"v4n3a3\" class=\"sm\" href=\"_\">Self-Pity</a>" + 
"<a ID=\"v4n3a4\" class=\"sm\" href=\"_\">Humility (Character Traits)</a>" + 
"<a ID=\"v4n2a1\" class=\"sm\" href=\"_\">Jesus Is Mine! A Personal Testimony</a>" + 
"<a ID=\"v4n2a2\" class=\"sm\" href=\"_\">The Joy of Being Different</a>" + 
"<a ID=\"v4n2a3\" class=\"sm\" href=\"_\">Reverence (Character Traits)</a>" + 
"<a ID=\"v4n1a1\" class=\"sm\" href=\"_\">Stand Alone!</a>" + 
"<a ID=\"v4n1a2\" class=\"sm\" href=\"_\">The Victory (over sin and backsliding)</a>" + 
"<a ID=\"v4n1a3\" class=\"sm\" href=\"_\">A Heart of Wisdom</a>" + 
"<a ID=\"v4n1a4\" class=\"sm\" href=\"_\">Initiative (Character Traits)</a>" + 
"<a ID=\"v3n6a1\" class=\"sm\" href=\"_\">Dealing with Disappointments</a>" + 
"<a ID=\"v3n6a2\" class=\"sm\" href=\"_\">The Presence of Jesus (a Christmas message)</a>" + 
"<a ID=\"v3n6a3\" class=\"sm\" href=\"_\">What Am I Going to Do Today?</a>" + 
"<a ID=\"v3n5a1\" class=\"sm\" href=\"_\">The Case of the \"I Want's\"</a>" + 
"<a ID=\"v3n5a2\" class=\"sm\" href=\"_\">Enthusiasm (Character Traits)</a>" + 
"<a ID=\"v3n4a1\" class=\"sm\" href=\"_\">The Fellowship of Loneliness</a>" + 
"<a ID=\"v3n4a2\" class=\"sm\" href=\"_\">Your Best Friend? (cultivating your relationship with God)</a>" + 
"<a ID=\"v3n4a3\" class=\"sm\" href=\"_\">A Satisfied Heart (looking to God to meet your emotional needs)</a>" + 
"<a ID=\"v3n4a4\" class=\"sm\" href=\"_\">The Art of Letter-Writing</a>" + 
"<a ID=\"v3n3a1\" class=\"sm\" href=\"_\">Esther: The Queen Who Feared God</a>" + 
"<a ID=\"v3n3a2\" class=\"sm\" href=\"_\">Three Words Can Change Your Life!</a>" + 
"<a ID=\"v3n3a3\" class=\"sm\" href=\"_\">In His Love</a>" + 
"<a ID=\"v3n2a1\" class=\"sm\" href=\"_\">Breaking the Trail: 25 Ways to Guide Your Brothers and Sisters into a Godly Life</a>" + 
"<a ID=\"v3n2a2\" class=\"sm\" href=\"_\">The Proof of Your Love</a>" + 
"<a ID=\"v3n1a1\" class=\"sm\" href=\"_\">Becoming Like Christ</a>" + 
"<a ID=\"v3n1a2\" class=\"sm\" href=\"_\">Don't Even Look! (insights from the Bible story of Dinah)</a>" + 
"<a ID=\"v3n1a3\" class=\"sm\" href=\"_\">Records of His Faithfulness (journaling)</a>" + 
"<a ID=\"v2n1a1\" class=\"sm\" href=\"_\">To Know God</a>" + 
"<a ID=\"v2n1a2\" class=\"sm\" href=\"_\">What Is Love?</a>" + 
"<a ID=\"v2n1a3\" class=\"sm\" href=\"_\">A Biblical View of Self</a>" + 
"<a ID=\"v2n1a4\" class=\"sm\" href=\"_\">The Tongue</a>" + 
"<a ID=\"v2n1a5\" class=\"sm\" href=\"_\">My Friend, Amy (reaching out to younger girls)</a>" + 
"<a ID=\"v2n1a6\" class=\"sm\" href=\"_\">Caring for Young Children</a>" + 
"<a ID=\"v1n1a1\" class=\"sm\" href=\"_\">The Coat that Crossed the Sea: A Story</a>" +
"<a ID=\"vtn3a11\" class=\"sm\" href=\"_\">Accepting Change</a>" +
"<a ID=\"vtn3a21\" class=\"sm\" href=\"_\">Finding Peace (dealing with conflicts, harmony in relationships)</a>" +
"<a ID=\"vtn3a31\" class=\"sm\" href=\"_\">Band-Aids (accepting God's forgiveness)</a>" +
"<a ID=\"vtn3a41\" class=\"sm\" href=\"_\">A Matter of Life and Death (the tongue)</a>" +
"<a ID=\"vtn3a51\" class=\"sm\" href=\"_\">Why Did I Say That? (the tongue and the thought life)</a>" +
"<a ID=\"vtn3a61\" class=\"sm\" href=\"_\">Making Brothers and Sisters Best Friends (developing family harmony)</a>" +
"<a ID=\"vtn3a71\" class=\"sm\" href=\"_\">Grandparents: Showing You Care</a>" +
"<a ID=\"vtn3a81\" class=\"sm\" href=\"_\">Making the Most: A Story (contentment in seasons of life)</a>" +
"<a ID=\"vtn2a11\" class=\"sm\" href=\"_\">Choosing to Hope (March at Our Home)</a>" + 
"<a ID=\"vtn2a21\" class=\"sm\" href=\"_\">A Source of Confidence (A Letter from Lana )</a>" + 
"<a ID=\"vtn2a31\" class=\"sm\" href=\"_\">Wholly Christ's: A Resurrection Message</a>" + 
"<a ID=\"vtn2a41\" class=\"sm\" href=\"_\">Is There Life After High School?</a>" + 
"<a ID=\"vtn2a51\" class=\"sm\" href=\"_\">Graduation and Beyond</a>" + 
"<a ID=\"vtn2a61\" class=\"sm\" href=\"_\">Questions (dealing with change, making decisions)</a>" + 
"<a ID=\"vtn2a71\" class=\"sm\" href=\"_\">The Great Unknown (life after high school testimony)</a>" + 
"<a ID=\"vtn2a81\" class=\"sm\" href=\"_\">So Faithful to Me (life after high school testimony)</a>" + 
"<a ID=\"vtn2a91\" class=\"sm\" href=\"_\">One Step at a Time (life after high school testimony)</a>" + 
"<a ID=\"vtn2at1\" class=\"sm\" href=\"_\">My Inheritance Currently (life after high school testimony)</a>" + 
"<a ID=\"vtn2ae1\" class=\"sm\" href=\"_\">His Perfect Love 26</a>" + 
"<a ID=\"vtn1a11\" class=\"sm\" href=\"_\">Making Sure: Double-Checking the Most Important Decision of Your Life</a>" + 
"<a ID=\"vtn1a21\" class=\"sm\" href=\"_\">Maintaining a Daily Quiet Time</a>" + 
"<a ID=\"vtn1a31\" class=\"sm\" href=\"_\">Solving the Dilemma of Bible Study</a>" + 
"<a ID=\"vtn1a41\" class=\"sm\" href=\"_\">Before the Throne of Grace (prayer)</a>" + 
"<a ID=\"vtn1a51\" class=\"sm\" href=\"_\">Streams and Pebbles (an inspirational word-picture)</a>" + 
"<a ID=\"vtn1a61\" class=\"sm\" href=\"_\">Nursing Home Ministry</a>" + 
"<a ID=\"vtn1a71\" class=\"sm\" href=\"_\">Budgeting for Beginners</a>" + 
"<a ID=\"vtn1a81\" class=\"sm\" href=\"_\">For Such a Time As This: A Story (serving where God has placed you)</a>" + 
"<a ID=\"v9n6a11\" class=\"sm\" href=\"_\">A Heart Wholly His: Practical Help for Dealing with Infatuation</a>" + 
"<a ID=\"v9n6a21\" class=\"sm\" href=\"_\">Desire: Frustration or Fulfillment? (dealing with romantic longings)</a>" + 
"<a ID=\"v9n6a31\" class=\"sm\" href=\"_\">Walking in Love</a>" + 
"<a ID=\"v9n6a41\" class=\"sm\" href=\"_\">Thanks! (remembering the goodness of God)</a>" + 
"<a ID=\"v9n6a51\" class=\"sm\" href=\"_\">The Echo of the Loon: A Story (finding comfort in God)</a>" + 
"<a ID=\"v9n5a11\" class=\"sm\" href=\"_\">Certain (overcoming the fear of the unknown)</a>" + 
"<a ID=\"v9n5a21\" class=\"sm\" href=\"_\">Choose God's Peace</a>" + 
"<a ID=\"v9n5a31\" class=\"sm\" href=\"_\">Your Identity in Christ</a>" + 
"<a ID=\"v9n5a41\" class=\"sm\" href=\"_\">Fear or Faith?</a>" + 
"<a ID=\"v9n5a51\" class=\"sm\" href=\"_\">Fear in Ministry</a>" + 
"<a ID=\"v9n5a61\" class=\"sm\" href=\"_\">Time Management</a>" + 
"<a ID=\"v9n5a71\" class=\"sm\" href=\"_\">Adventures in Tutoring</a>" + 
"<a ID=\"v9n5a81\" class=\"sm\" href=\"_\">Just Like Candace: A Story (sibling relationships)</a>" + 
"<a ID=\"v9n4a11\" class=\"sm\" href=\"_\">You Are Special (overcoming feelings of inferiority)</a>" + 
"<a ID=\"v9n4a21\" class=\"sm\" href=\"_\">More Bananas (overcoming the fear of man)</a>" + 
"<a ID=\"v9n4a31\" class=\"sm\" href=\"_\">How to Conquer the Fear of Man</a>" + 
"<a ID=\"v9n4a41\" class=\"sm\" href=\"_\">There Is No Fear in Love</a>" + 
"<a ID=\"v9n4a51\" class=\"sm\" href=\"_\">What If? (learning to trust) July at our home</a>" + 
"<a ID=\"v9n4a61\" class=\"sm\" href=\"_\">Developing a Servant's Heart a letter from Lana</a>" + 
"<a ID=\"v9n4a71\" class=\"sm\" href=\"_\">Baking and Selling at a Farmer's Market with recipes</a>" + 
"<a ID=\"v9n4a81\" class=\"sm\" href=\"_\">Which One? - A Story (overcoming selfishness)</a>" + 
"<a ID=\"v9n3a11\" class=\"sm\" href=\"_\">All About Clothes (principles of modesty)</a>" + 
"<a ID=\"v9n3a21\" class=\"sm\" href=\"_\">A Frame for the Message (modesty)</a>" + 
"<a ID=\"v9n3a31\" class=\"sm\" href=\"_\">Remembering Nancy (insights from tragedy) May at our home</a>" + 
"<a ID=\"v9n3a41\" class=\"sm\" href=\"_\">One Thing (insights from the story of Mary and Martha)</a>" + 
"<a ID=\"v9n3a51\" class=\"sm\" href=\"_\">The Ultimate Experience (a missions testimony)</a>" + 
"<a ID=\"v9n3a61\" class=\"sm\" href=\"_\">Dream Teaching: How to Design a Class for Home Schoolers</a>" + 
"<a ID=\"v9n2a11\" class=\"sm\" href=\"_\">Defeating Discouragement: What to Do when You're Weary in Well-Doing</a>" + 
"<a ID=\"v9n2a21\" class=\"sm\" href=\"_\">Grace Enough (looking to God in the midst of difficulty) march at our home</a>" + 
"<a ID=\"v9n2a31\" class=\"sm\" href=\"_\">Which Pathway, My King? (a mother's look at busyness and seeking God)</a>" + 
"<a ID=\"v9n2a41\" class=\"sm\" href=\"_\">Just a Friend: A Story (reaching out to others)</a>" + 
"<a ID=\"v9n1a11\" class=\"sm\" href=\"_\">Here to Love Him January at our home</a>" + 
"<a ID=\"v9n1a21\" class=\"sm\" href=\"_\">Later? (overcoming procrastination)</a>" + 
"<a ID=\"v9n1a31\" class=\"sm\" href=\"_\">Teaching Music Lessons from Home</a>" + 
"<a ID=\"v8n6a11\" class=\"sm\" href=\"_\">When Your World Appears to Crumble (thoughts after 9/11/01)</a>" + 
"<a ID=\"v8n6a21\" class=\"sm\" href=\"_\">The Ultimate Friendship (our relationship with God)</a>" + 
"<a ID=\"v8n6a31\" class=\"sm\" href=\"_\">Building Friendships with Younger Girls</a>" + 
"<a ID=\"v8n6a41\" class=\"sm\" href=\"_\">My Best Friend (sibling relationships)</a>" + 
"<a ID=\"v8n6a51\" class=\"sm\" href=\"_\">Pen-Pals, Friends, Sisters</a>" + 
"<a ID=\"v8n6a61\" class=\"sm\" href=\"_\">Sisters for Eternity (reaching out to those with special needs)</a>" + 
"<a ID=\"v8n6a71\" class=\"sm\" href=\"_\">Four Cousins</a>" + 
"<a ID=\"v8n6a81\" class=\"sm\" href=\"_\">Gift Solutions (inexpensive, homemade Christmas presents)</a>" + 
"<a ID=\"v8n5a11\" class=\"sm\" href=\"_\">Celebrating Twelve Years of Friendship</a>" + 
"<a ID=\"v8n5a21\" class=\"sm\" href=\"_\">A True Friend (becoming a loving friend)</a>" + 
"<a ID=\"v8n5a31\" class=\"sm\" href=\"_\">Pilgrim Friends (building worthy friendships along life's journey)</a>" + 
"<a ID=\"v8n5a41\" class=\"sm\" href=\"_\">Make Friendships, Not Cliques</a>" + 
"<a ID=\"v8n5a51\" class=\"sm\" href=\"_\">Hospitality for Hypocrites vs. Community for Christians</a>" + 
"<a ID=\"v8n5a61\" class=\"sm\" href=\"_\">A Summer of Thought (an editorial) September at our home</a>" + 
"<a ID=\"v8n5a71\" class=\"sm\" href=\"_\">Writing Edifying Letters</a>" + 
"<a ID=\"v8n5a81\" class=\"sm\" href=\"_\">What to Say Next (conversation tips)</a>" + 
"<a ID=\"v8n5a91\" class=\"sm\" href=\"_\">A Mother's Helper</a>" + 
"<a ID=\"v8n4a11\" class=\"sm\" href=\"_\">Viewing Life As a Ministry</a>" + 
"<a ID=\"v8n4a21\" class=\"sm\" href=\"_\">Flowers by the Wayside (developing a heart of encouragement)</a>" + 
"<a ID=\"v8n4a31\" class=\"sm\" href=\"_\">A Panel on Encouragement</a>" + 
"<a ID=\"v8n4a41\" class=\"sm\" href=\"_\">To Spur On (encouragement)</a>" + 
"<a ID=\"v8n4a51\" class=\"sm\" href=\"_\">What Is God Trying to Teach You? July at our home</a>" + 
"<a ID=\"v8n4a61\" class=\"sm\" href=\"_\">A Channel a letter from Lana</a>" + 
"<a ID=\"v8n4a71\" class=\"sm\" href=\"_\">Making Herb Vinegars</a>" + 
"<a ID=\"v8n4a81\" class=\"sm\" href=\"_\">Corners: A Poem (yielding to God)</a>" + 
"<a ID=\"v8n3a11\" class=\"sm\" href=\"_\">Aspects of Prayer</a>" + 
"<a ID=\"v8n3a21\" class=\"sm\" href=\"_\">Prayer: Other Thoughts</a>" + 
"<a ID=\"v8n3a31\" class=\"sm\" href=\"_\">Without Ceasing (prayer)</a>" + 
"<a ID=\"v8n3a41\" class=\"sm\" href=\"_\">Sing unto the Lord</a>" + 
"<a ID=\"v8n3a51\" class=\"sm\" href=\"_\">Burdens may at our home</a>" + 
"<a ID=\"v8n3a61\" class=\"sm\" href=\"_\">The Door (Names of God)</a>" + 
"<a ID=\"v8n3a71\" class=\"sm\" href=\"_\">Endurance (Character Traits)</a>" + 
"<a ID=\"v8n3a81\" class=\"sm\" href=\"_\">Granola</a>" + 
"<a ID=\"v8n2a11\" class=\"sm\" href=\"_\">Aspects of Prayer</a>" + 
"<a ID=\"v8n2a21\" class=\"sm\" href=\"_\">Sweet Hour of Prayer</a>" + 
"<a ID=\"v8n2a31\" class=\"sm\" href=\"_\">Not My Will</a>" + 
"<a ID=\"v8n2a41\" class=\"sm\" href=\"_\">Fruit of Labor: The Joy of Womanhood (Proverbs 31)</a>" + 
"<a ID=\"v8n2a51\" class=\"sm\" href=\"_\">Satisfied Only in Jesus</a>" + 
"<a ID=\"v8n2a61\" class=\"sm\" href=\"_\">Humility (Character Traits)</a>" + 
"<a ID=\"v8n2a71\" class=\"sm\" href=\"_\">How to Begin and Operate Your Own Bread Business</a>" + 
"<a ID=\"v8n2a81\" class=\"sm\" href=\"_\">The Best Place to Be: A Story (ministry at home)</a>" + 
"<a ID=\"v8n1a11\" class=\"sm\" href=\"_\">Enjoy Being Single!</a>" + 
"<a ID=\"v8n1a21\" class=\"sm\" href=\"_\">In Love with God</a>" + 
"<a ID=\"v8n1a31\" class=\"sm\" href=\"_\">A Gift or a Void? (singleness)</a>" + 
"<a ID=\"v8n1a41\" class=\"sm\" href=\"_\">Today (viewing each day as a gift)</a>" + 
"<a ID=\"v8n1a51\" class=\"sm\" href=\"_\">Simplicity (priorities, decreasing stress) January at our home</a>" + 
"<a ID=\"v8n1a61\" class=\"sm\" href=\"_\">Jehovah-Nissi (Names of God)</a>" + 
"<a ID=\"v8n1a71\" class=\"sm\" href=\"_\">Contentment (Character Traits)</a>" + 
"<a ID=\"v8n1a81\" class=\"sm\" href=\"_\">Cooking with Children</a>" + 
"<a ID=\"v7n6a11\" class=\"sm\" href=\"_\">How to Be Pure in an Impure World</a>" + 
"<a ID=\"v7n6a21\" class=\"sm\" href=\"_\">Building Quality Family Relationships</a>" + 
"<a ID=\"v7n6a31\" class=\"sm\" href=\"_\">Ten Ways to Build a Relationship with Your Brother</a>" + 
"<a ID=\"v7n6a41\" class=\"sm\" href=\"_\">Jehovah-Shalom (Names of God)</a>" + 
"<a ID=\"v7n6a51\" class=\"sm\" href=\"_\">Discernment (Character Traits)</a>" + 
"<a ID=\"v7n6a61\" class=\"sm\" href=\"_\">A Mission to Moscow (a missions testimony)</a>" + 
"<a ID=\"v7n6a71\" class=\"sm\" href=\"_\">A Neighborhood Open House (Christmas outreach ideas)</a>" + 
"<a ID=\"v7n5a11\" class=\"sm\" href=\"_\">Inward Beauty</a>" + 
"<a ID=\"v7n5a21\" class=\"sm\" href=\"_\">Waiting on the Lord</a>" + 
"<a ID=\"v7n5a31\" class=\"sm\" href=\"_\">Sincerity (Character Traits)</a>" + 
"<a ID=\"v7n4a11\" class=\"sm\" href=\"_\">More than Getting Along: Brother-Sister Relationships</a>" + 
"<a ID=\"v7n4a21\" class=\"sm\" href=\"_\">The Meeting Place (faith and works)</a>" + 
"<a ID=\"v7n4a31\" class=\"sm\" href=\"_\">The Garden of Your Life (an inspirational word-picture)</a>" + 
"<a ID=\"v7n4a41\" class=\"sm\" href=\"_\">Wonderful (Names of God)</a>" + 
"<a ID=\"v7n4a51\" class=\"sm\" href=\"_\">Tolerance (Character Traits)</a>" + 
"<a ID=\"v7n3a11\" class=\"sm\" href=\"_\">Why Should I Be Under Authority? Understanding the Purpose for Parents</a>" + 
"<a ID=\"v7n3a21\" class=\"sm\" href=\"_\">Bible Study Habits</a>" + 
"<a ID=\"v7n3a31\" class=\"sm\" href=\"_\">Discovering God's Will</a>" + 
"<a ID=\"v7n3a41\" class=\"sm\" href=\"_\">The Living Water (Names of God)</a>" + 
"<a ID=\"v7n3a51\" class=\"sm\" href=\"_\">Obedience (Character Traits)</a>" + 
"<a ID=\"v7n2a11\" class=\"sm\" href=\"_\">Getting the Most out of God's Word</a>" + 
"<a ID=\"v7n2a21\" class=\"sm\" href=\"_\">Bible Study Habits</a>" + 
"<a ID=\"v7n2a31\" class=\"sm\" href=\"_\">Master (Names of God)</a>" + 
"<a ID=\"v7n2a41\" class=\"sm\" href=\"_\">Sensitivity (Character Traits)</a>" + 
"<a ID=\"v7n2a51\" class=\"sm\" href=\"_\">How to Make Yeast Breads</a>" + 
"<a ID=\"v7n1a11\" class=\"sm\" href=\"_\">Works of Faith: The Strength of Womanhood (Proverbs 31)</a>" + 
"<a ID=\"v7n1a21\" class=\"sm\" href=\"_\">To Know the Love of Christ</a>" + 
"<a ID=\"v7n1a31\" class=\"sm\" href=\"_\">De-Cluttering: Organize Your Desk, Your Closet, Your Room, and Your Life!</a>" + 
"<a ID=\"v7n1a41\" class=\"sm\" href=\"_\">The Rock (Names of God)</a>" + 
"<a ID=\"v7n1a51\" class=\"sm\" href=\"_\">Diligence (Character Traits)</a>" + 
"<a ID=\"v6n6a11\" class=\"sm\" href=\"_\">Abiding in the Lord: Reflections on John 15:1-8</a>" + 
"<a ID=\"v6n6a21\" class=\"sm\" href=\"_\">I AM (Names of God)</a>" + 
"<a ID=\"v6n6a31\" class=\"sm\" href=\"_\">Boldness (Character Traits)</a>" + 
"<a ID=\"v6n6a41\" class=\"sm\" href=\"_\">How to Do More in Less Time</a>" + 
"<a ID=\"v6n6a51\" class=\"sm\" href=\"_\">Sharing the Reason for Christmas</a>" + 
"<a ID=\"v6n5a11\" class=\"sm\" href=\"_\">A Gift from Mother (a true story)</a>" + 
"<a ID=\"v6n5a21\" class=\"sm\" href=\"_\">The Light (Names of God)</a>" + 
"<a ID=\"v6n5a31\" class=\"sm\" href=\"_\">Patience (Character Traits)</a>" + 
"<a ID=\"v6n5a41\" class=\"sm\" href=\"_\">Far Out in the Bush Country: A Week in the Life of a Missionary Reader</a>" + 
"<a ID=\"v6n4a11\" class=\"sm\" href=\"_\">Devoted to Ministry</a>" + 
"<a ID=\"v6n4a21\" class=\"sm\" href=\"_\">Sharing the Truth (witnessing to unbelievers)</a>" + 
"<a ID=\"v6n4a31\" class=\"sm\" href=\"_\">The True Vine (Names of God)</a>" + 
"<a ID=\"v6n4a41\" class=\"sm\" href=\"_\">Creativity (Character Traits)</a>" + 
"<a ID=\"v6n3a11\" class=\"sm\" href=\"_\">A Gift for Mother (mother-daughter relationships, a true story)</a>" + 
"<a ID=\"v6n3a21\" class=\"sm\" href=\"_\">Appreciating Our Mothers</a>" + 
"<a ID=\"v6n3a31\" class=\"sm\" href=\"_\">The Word (Names of God)</a>" + 
"<a ID=\"v6n3a41\" class=\"sm\" href=\"_\">Faith (Character Traits)</a>" + 
"<a ID=\"v6n2a11\" class=\"sm\" href=\"_\">Touching the Life of a Child</a>" + 
"<a ID=\"v6n2a21\" class=\"sm\" href=\"_\">How to Teach Children Effectively</a>" + 
"<a ID=\"v6n2a31\" class=\"sm\" href=\"_\">Ten Keys to Having a Strong Relationship with Your Siblings</a>" + 
"<a ID=\"v6n2a41\" class=\"sm\" href=\"_\">Jehovah-Jireh (Names of God)</a>" + 
"<a ID=\"v6n2a51\" class=\"sm\" href=\"_\">Love (Character Traits)</a>" + 
"<a ID=\"v6n1a11\" class=\"sm\" href=\"_\">At His Disposal: The Disciplined Life</a>" + 
"<a ID=\"v6n1a21\" class=\"sm\" href=\"_\">Comforter (Names of God)</a>" + 
"<a ID=\"v6n1a31\" class=\"sm\" href=\"_\">Self-Control (Character Traits)</a>" + 
"<a ID=\"v5n6a11\" class=\"sm\" href=\"_\">How to Have a Pure Heart</a>" + 
"<a ID=\"v5n6a21\" class=\"sm\" href=\"_\">Father (Names of God)</a>" + 
"<a ID=\"v5n6a31\" class=\"sm\" href=\"_\">Hospitality (Character Traits)</a>" + 
"<a ID=\"v5n6a41\" class=\"sm\" href=\"_\">How to Plan the Perfect Party</a>" + 
"<a ID=\"v5n5a11\" class=\"sm\" href=\"_\">Riches of Grace: The Treasure of Womanhood (Proverbs 31)</a>" + 
"<a ID=\"v5n5a21\" class=\"sm\" href=\"_\">Saviour (Names of God)</a>" + 
"<a ID=\"v5n5a31\" class=\"sm\" href=\"_\">Deference (Character Traits)</a>" + 
"<a ID=\"v5n4a11\" class=\"sm\" href=\"_\">Virtue: The Excellence of Womanhood (Proverbs 31)</a>" + 
"<a ID=\"v5n4a21\" class=\"sm\" href=\"_\">Seasons of Life</a>" + 
"<a ID=\"v5n4a31\" class=\"sm\" href=\"_\">Wisdom (Character Traits)</a>" + 
"<a ID=\"v5n3a11\" class=\"sm\" href=\"_\">Becoming a Positive Influence</a>" + 
"<a ID=\"v5n3a21\" class=\"sm\" href=\"_\">Growing Herbs the Easy Way</a>" + 
"<a ID=\"v5n3a31\" class=\"sm\" href=\"_\">Discretion (Character Traits)</a>" + 
"<a ID=\"v5n2a11\" class=\"sm\" href=\"_\">Resting in the Lord</a>" + 
"<a ID=\"v5n2a21\" class=\"sm\" href=\"_\">God Is Faithful! Learning to Trust the Lord in All Circumstances</a>" + 
"<a ID=\"v5n2a31\" class=\"sm\" href=\"_\">Those Things That Please Him</a>" + 
"<a ID=\"v5n2a41\" class=\"sm\" href=\"_\">Virtue (Character Traits)</a>" + 
"<a ID=\"v5n1a11\" class=\"sm\" href=\"_\">Can You Do It By Yourself? Relying on His Greater Strength</a>" + 
"<a ID=\"v5n1a21\" class=\"sm\" href=\"_\">You and Your Mother</a>" + 
"<a ID=\"v5n1a31\" class=\"sm\" href=\"_\">Security (Character Traits)</a>" + 
"<a ID=\"v4n6a11\" class=\"sm\" href=\"_\">All My Time Is God's: Using Every Moment for Him</a>" + 
"<a ID=\"v4n6a21\" class=\"sm\" href=\"_\">Thriftiness (Character Traits)</a>" + 
"<a ID=\"v4n6a31\" class=\"sm\" href=\"_\">Making Soup</a>" + 
"<a ID=\"v4n5a11\" class=\"sm\" href=\"_\">Exalted to Servanthood</a>" + 
"<a ID=\"v4n5a21\" class=\"sm\" href=\"_\">The Comparison Game</a>" + 
"<a ID=\"v4n5a31\" class=\"sm\" href=\"_\">Joyfulness (Character Traits)</a>" + 
"<a ID=\"v4n4a11\" class=\"sm\" href=\"_\">Biblical Meditation: The Key to Success</a>" + 
"<a ID=\"v4n4a21\" class=\"sm\" href=\"_\">The Test of Servanthood</a>" + 
"<a ID=\"v4n4a31\" class=\"sm\" href=\"_\">The Importance of Purpose in Life</a>" + 
"<a ID=\"v4n4a41\" class=\"sm\" href=\"_\">The Unity of Sisterhood</a>" + 
"<a ID=\"v4n4a51\" class=\"sm\" href=\"_\">Meekness (Character Traits)</a>" + 
"<a ID=\"v4n3a11\" class=\"sm\" href=\"_\">How to Develop a Humble Spirit</a>" + 
"<a ID=\"v4n3a21\" class=\"sm\" href=\"_\">Looking unto Jesus</a>" + 
"<a ID=\"v4n3a31\" class=\"sm\" href=\"_\">Self-Pity</a>" + 
"<a ID=\"v4n3a41\" class=\"sm\" href=\"_\">Humility (Character Traits)</a>" + 
"<a ID=\"v4n2a11\" class=\"sm\" href=\"_\">Jesus Is Mine! A Personal Testimony</a>" + 
"<a ID=\"v4n2a21\" class=\"sm\" href=\"_\">The Joy of Being Different</a>" + 
"<a ID=\"v4n2a31\" class=\"sm\" href=\"_\">Reverence (Character Traits)</a>" + 
"<a ID=\"v4n1a11\" class=\"sm\" href=\"_\">Stand Alone!</a>" + 
"<a ID=\"v4n1a21\" class=\"sm\" href=\"_\">The Victory (over sin and backsliding)</a>" + 
"<a ID=\"v4n1a31\" class=\"sm\" href=\"_\">A Heart of Wisdom</a>" + 
"<a ID=\"v4n1a41\" class=\"sm\" href=\"_\">Initiative (Character Traits)</a>" + 
"<a ID=\"v3n6a11\" class=\"sm\" href=\"_\">Dealing with Disappointments</a>" + 
"<a ID=\"v3n6a21\" class=\"sm\" href=\"_\">The Presence of Jesus (a Christmas message)</a>" + 
"<a ID=\"v3n6a31\" class=\"sm\" href=\"_\">What Am I Going to Do Today?</a>" + 
"<a ID=\"v3n5a11\" class=\"sm\" href=\"_\">The Case of the \"I Want's\"</a>" + 
"<a ID=\"v3n5a21\" class=\"sm\" href=\"_\">Enthusiasm (Character Traits)</a>" + 
"<a ID=\"v3n4a11\" class=\"sm\" href=\"_\">The Fellowship of Loneliness</a>" + 
"<a ID=\"v3n4a21\" class=\"sm\" href=\"_\">Your Best Friend? (cultivating your relationship with God)</a>" + 
"<a ID=\"v3n4a31\" class=\"sm\" href=\"_\">A Satisfied Heart (looking to God to meet your emotional needs)</a>" + 
"<a ID=\"v3n4a41\" class=\"sm\" href=\"_\">The Art of Letter-Writing</a>" + 
"<a ID=\"v3n3a11\" class=\"sm\" href=\"_\">Esther: The Queen Who Feared God</a>" + 
"<a ID=\"v3n3a21\" class=\"sm\" href=\"_\">Three Words Can Change Your Life!</a>" + 
"<a ID=\"v3n3a31\" class=\"sm\" href=\"_\">In His Love</a>" + 
"<a ID=\"v3n2a11\" class=\"sm\" href=\"_\">Breaking the Trail: 25 Ways to Guide Your Brothers and Sisters into a Godly Life</a>" + 
"<a ID=\"v3n2a21\" class=\"sm\" href=\"_\">The Proof of Your Love</a>" + 
"<a ID=\"v3n1a11\" class=\"sm\" href=\"_\">Becoming Like Christ</a>" + 
"<a ID=\"v3n1a21\" class=\"sm\" href=\"_\">Don't Even Look! (insights from the Bible story of Dinah)</a>" + 
"<a ID=\"v3n1a31\" class=\"sm\" href=\"_\">Records of His Faithfulness (journaling)</a>" + 
"<a ID=\"v2n1a11\" class=\"sm\" href=\"_\">To Know God</a>" + 
"<a ID=\"v2n1a21\" class=\"sm\" href=\"_\">What Is Love?</a>" + 
"<a ID=\"v2n1a31\" class=\"sm\" href=\"_\">A Biblical View of Self</a>" + 
"<a ID=\"v2n1a41\" class=\"sm\" href=\"_\">The Tongue</a>" + 
"<a ID=\"v2n1a51\" class=\"sm\" href=\"_\">My Friend, Amy (reaching out to younger girls)</a>" + 
"<a ID=\"v2n1a61\" class=\"sm\" href=\"_\">Caring for Young Children</a>" + 
"<a ID=\"v1n1a11\" class=\"sm\" href=\"_\">The Coat that Crossed the Sea: A Story</a>";
document.getElementById("info").style.visibility = "hidden";
}

//-->
