This is the Home Page of


a work of GraceAlone.com

Xanga User! and others....
Free! Select (A.) and Copy (B.) the code found in the box below then Paste (C.) into the html of your webpage and your visitors will be treated to a daily verse from the Authorized Version of the Bible. Note: If you are using Xanga you will Paste the code in the bottom panel of your "Look and Feel" page. Click here to see what it should look like

But How Do I Copy and Paste?
A. To Select = Go to the top left-hand side of the code, and then hold down on left clicker of mouse and drag cursur to the end of the code, and release the left clicker.
B. To Copy = Hold down the "Ctrl" Key and then press the "C" Key.
C. To Paste = Hold down the "Ctrl" Key and then press the "P" Key.

<center><script LANGUAGE="JavaScript">
//Written by Brian M. Hanley
//of gracealone.com
theDate= new Date();
var Pmonth = theDate.getMonth();
var PDay = theDate.getDate();

if(Pmonth < 9)
{
Pmonth = "0" + (Pmonth+1);
}
else
{
Pmonth = Pmonth+1;
}

if(PDay < 10)
{
PDay = "0" + PDay;
}

document.write('<a href="http://www.gracealone.com/verse/"><img src="http://www.gracealone.com/verse/' + Pmonth + PDay + '.jpg" width=175 border=0></a>');
</script>
</center>

Feedback: Brian@Hanleys.us

Web Master of an online business? Perhaps you would like to use our Javacript code, which keep users out on the Lord's Day. (Click Here)