document.write('<HTML>');
document.write('<HEAD>');
	document.write('<META NAME="Distribution" CONTENT="global">');
    document.write('<META NAME="Description" CONTENT="The only way to God is through Jesus.">');
    document.write('<META NAME="Keywords" CONTENT="Christian, Christianity, Faith, Hope, Blessing, Love, Peace, Joy, Spirit, Fulfilling, Salvation, Daily Devotionals, Verse, Bible, God, Jesus, Lord">');
    document.write('<META NAME="ROBOTS" CONTENT="ALL">');
	
	document.write('<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript">');
	//<!--
		home_on = new Image();
        home_on.src = "images/home/home-highlight.jpg";
        home_off = new Image();
        home_off.src = "images/home/home.jpg";
		home_click = new Image();
		home_click.src = "images/home/home-clicked.jpg";
		
		contact_on = new Image();
        contact_on.src = "images/contact/contact-highlight.jpg";
        contact_off = new Image();
        contact_off.src = "images/contact/contact.jpg";
		contact_click = new Image();
		contact_click.src = "images/contact/contact-clicked.jpg";
		
		about_on = new Image();
        about_on.src = "images/about/about-highlight.jpg";
        about_off = new Image();
        about_off.src = "images/about/about.jpg";
		about_click = new Image();
		about_click.src = "images/about/about-clicked.jpg";
		
		devotions_on = new Image();
        devotions_on.src = "images/devotions/devotions-highlight.jpg";
        devotions_off = new Image();
        devotions_off.src = "images/devotions/devotions.jpg";
		devotions_click = new Image();
		devotions_click.src = "images/devotions/devotions-clicked.jpg";
		
		salvation_on = new Image();
        salvation_on.src = "images/salvation/salvation-highlight.jpg";
        salvation_off = new Image();
        salvation_off.src = "images/salvation/salvation.jpg";
		salvation_click = new Image();
		salvation_click.src = "images/salvation/salvation-clicked.jpg";
		
		bible_on = new Image();
        bible_on.src = "images/all/holy-bible-highlight.jpg";
        bible_off = new Image();
        bible_off.src = "images/all/holy-bible.jpg";
		bible_click = new Image();
		bible_click.src = "images/all/holy-bible-clicked.jpg";
		
		guestbook_on = new Image();
        guestbook_on.src = "images/guestbook/guestbook-highlight.jpg";
        guestbook_off = new Image();
        guestbook_off.src = "images/guestbook/guestbook.jpg";
		guestbook_click = new Image();
		guestbook_click.src = "images/guestbook/guestbook-clicked.jpg";
		
		affiliates_on = new Image();
        affiliates_on.src = "images/affiliates/affiliates-highlight.jpg";
        affiliates_off = new Image();
        affiliates_off.src = "images/affiliates/affiliates.jpg";
		affiliates_click = new Image();
		affiliates_click.src = "images/affiliates/affiliates-clicked.jpg";

		previous_on = new Image();
        previous_on.src = "images/salvation/highlighted-previous-button-pic.jpg";
        previous_off = new Image();
        previous_off.src = "images/salvation/previous-button-pic.jpg";
		previous_click = new Image();
		previous_click.src = "images/salvation/clicked-previous-button-pic.jpg";
		
        next_on = new Image();
        next_on.src = "images/salvation/highlighted-next-button-pic.jpg";
        next_off = new Image();
        next_off.src = "images/salvation/next-button-pic.jpg";
		next_click = new Image();
		next_click.src = "images/salvation/clicked-next-button-pic.jpg";
		
		function ImageOn(name)
		{
			document[name].src = eval(name + "_on.src");
		}
		function ImageOff(name)
		{
			document[name].src = eval(name + "_off.src");
		}
		function ImageClick(name)
		{
			document[name].src = eval(name + "_click.src");
		}
		//-->

		var isNav = (navigator.appName.indexOf("Netscape") !=-1);
		var isIE = (navigator.appName.indexOf("Microsoft") !=-1);

		//unused
		function PositMenu()
		{
			if (isNav)
			{
				var left = (window.innerWidth / 2) - 120;
				if ( left < 220 ) {left = 220;}
					document.theMenu.left = left;
					document.theMenu.top = 130;
				} 
				if (isIE)
				{
					var left = (document.body.clientWidth / 2) - 110;
					if ( left < 220 ) {left = 220;}
						theMenu.style.pixelLeft = left;
						theMenu.style.pixelTop = 140;
				}
		}
		function WriteMenu(message)
		{
			var text="";
			var textBEGIN = "<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=3 NOWRAP><TR><TD WIDTH=130><BR></TD></TR><TR><TD BGCOLOR=#000033>";
			var textEND = "</TD></TR></TABLE>";
		
			text = textBEGIN + "<FONT FACE='Tahoma' SIZE=3 COLOR=#FF0000>"+ message +"</FONT>" + textEND;
		
			if (isNav) {
				var left = (window.innerWidth / 2) - 120;
				if ( left < 422 ) {left = 422;}
					document.theMenu.left = left;
					document.theMenu.top = 120;
					document.theMenu.document.write(text);
					document.theMenu.document.close();
				} 
				if (isIE)
				{
					var left = (document.body.clientWidth / 2) - 110;
					if ( left < 422 ) {left = 422;}
						theMenu.style.pixelLeft = left;
						theMenu.style.pixelTop = 120;
						theMenu.innerHTML=text;
				}
		}
		function ClearMenu()
		{
			var text="";
			if (isNav)
			{
				document.theMenu.top = -200;
				document.theMenu.document.write(text);
				document.theMenu.document.close();
			} 
			if (isIE)
			{
				theMenu.style.pixelTop = -200;
				theMenu.innerHTML=text;
			}
		}
		function Redraw()
		{
			ClearMenu();
		}	
	document.write('</SCRIPT>');
	
document.write('<TITLE>ItJustFitz</TITLE>');
document.write('</HEAD>');

document.write('<BODY onresize="Redraw();" link="#00FF00" vlink="#C0C0C0" alink="#FF0000" bgcolor="#000000" text="#FFFFFF">');

//<!-- Begin Heading -->
document.write('<TABLE WIDTH="960" BORDER="0" CELLSPACING="0" CELLPADDING="0"');
document.write('<TR>');
	document.write('<TD HEIGHT="60" ALIGN="left" VALIGN="middle">');
		document.write('<CENTER><IMG SRC="images/all/trinity.jpg" ALT="" WIDTH="700" HEIGHT="60" BORDER="0"></CENTER>');
	document.write('</TD>');
document.write('</TR>');
document.write('</TABLE>');
//<!-- End Heading -->

//<!-- Begin Main Menu -->
document.write('<TABLE WIDTH="960" BORDER="0" CELLSPACING="0" CELLPADDING="0" ALIGN="left">');
document.write('<TR>');
	document.write('<TD WIDTH="130" ALIGN="center" VALIGN="top" BGCOLOR="#000000" STYLE="padding: 1px 1px 1px 1px;">');
		document.write('<A HREF="index.html" TITLE="Home Page" onMouseOver =" ImageOn(\'home\')" onMouseOut =" ImageOff(\'home\')" onMouseDown = " ImageClick(\'home\')"><IMG SRC="images/home/home.jpg" ALT="Home Page" NAME="home" ID="home" WIDTH="125" HEIGHT="40" BORDER="0"></A><BR>');
		document.write('<A HREF="devotional.php" TITLE="Daily Devotional" onMouseOver =" ImageOn(\'devotions\')" onMouseOut =" ImageOff(\'devotions\')" onMouseDown = " ImageClick(\'devotions\')"><IMG SRC="images/devotions/devotions.jpg" ALT="Daily Devotional" NAME="devotions" ID="devotions" WIDTH="125" HEIGHT="40" BORDER="0"></A><BR>');
		document.write('<A HREF="salvation.html" TITLE="Salvation Story" onMouseOver =" ImageOn(\'salvation\')" onMouseOut =" ImageOff(\'salvation\')" onMouseDown = " ImageClick(\'salvation\')"><IMG SRC="images/salvation/salvation.jpg" ALT="Salvation Story" NAME="salvation" ID="salvation" WIDTH="125" HEIGHT="40" BORDER="0"></A><BR>');
		document.write('<A HREF="http://www.blueletterbible.org" TITLE="The Bible" target="blank" onMouseOver =" ImageOn(\'bible\')" onMouseOut =" ImageOff(\'bible\')" onMouseDown = " ImageClick(\'bible\')"><IMG SRC="images/all/holy-bible.jpg" ALT="The Bible" NAME="bible" ID="bible" WIDTH="125" HEIGHT="40" BORDER="0"></A><BR>');
		document.write('<A HREF="guestbook.html" TITLE="Guestboook" onMouseOver =" ImageOn(\'guestbook\')" onMouseOut =" ImageOff(\'guestbook\')" onMouseDown = " ImageClick(\'guestbook\')"><IMG SRC="images/guestbook/guestbook.jpg" ALT="Guestbook" NAME="guestbook" ID="guestbook" WIDTH="125" HEIGHT="40" BORDER="0"></A><BR>');
		document.write('<A HREF="contact.html" TITLE="Contact Info." onMouseOver =" ImageOn(\'contact\')" onMouseOut =" ImageOff(\'contact\')" onMouseDown = " ImageClick(\'contact\')"><IMG SRC="images/contact/contact.jpg" ALT="Contact Info." NAME="contact" ID="contact" WIDTH="125" HEIGHT="40" BORDER="0"></A><BR>');
		document.write('<A HREF="about.html" TITLE="About Site" onMouseOver =" ImageOn(\'about\')" onMouseOut =" ImageOff(\'about\')" onMouseDown = " ImageClick(\'about\')"><IMG SRC="images/about/about.jpg" ALT="About Site" NAME="about" ID="about" WIDTH="125" HEIGHT="40" BORDER="0"></A><BR>');
		document.write('<A HREF="affiliate.html" TITLE="Partners and Affiliates" onMouseOver =" ImageOn(\'affiliates\')" onMouseOut =" ImageOff(\'affiliates\')" onMouseDown = " ImageClick(\'affiliates\')"><IMG SRC="images/affiliates/affiliates.jpg" ALT="Partners and Affiliates" NAME="affiliates" ID="affiliates" WIDTH="125" HEIGHT="40" BORDER="0"></A><BR>');
	document.write('</TD>');
	document.write('<TD WIDTH="700" ALIGN="left" VALIGN="top" STYLE="padding: 1px 1px 1px 1px;">');