function verselocation()
{
 	var date = new Date();
	var day  = date.getDate();

	var verselocation=new Array()
	verselocation[0]="Romans 15\:24"
	verselocation[1]="Mark 16\:15"
	verselocation[2]="Proverbs 22\:29"
	verselocation[3]="Proverbs 20\:12"
	verselocation[4]="Romans 12\:6"
	verselocation[5]="Proverbs 29\:17"
	verselocation[6]="Mark 6\:32"
	verselocation[7]="1 Corinthians 1\:8"
	verselocation[8]="1 Thessalonians 5\:11"
	verselocation[9]="Isaiah 65\:24"
	verselocation[10]="Psalm 69\:16"
	verselocation[11]="Hebrews 11\:1"
	verselocation[12]="Psalm 86\:13"
	verselocation[13]="Mark 10\:45"
	verselocation[14]="Proverbs 16\:31"
	verselocation[15]="Daniel 11\:32"
	verselocation[16]="John 5\:28,29"
	verselocation[17]="Luke 6\:12"
	verselocation[18]="Psalm 57\:10"
	verselocation[19]="Isaiah 43\:18"
	verselocation[20]="Lamentations 3\:22,23"
	verselocation[21]="Acts 3\:19"
	verselocation[22]="Isaiah 64\:8"
	verselocation[23]="Ecclesiastes 2\:22"
	verselocation[24]="Hebrews 11\:8"
	verselocation[25]="Ephesians 3\:17,18"
	verselocation[26]="Song of Songs 4\:16"
	verselocation[27]="Hebrews 10\:10"
	verselocation[28]="1 Peter 1\:24,25"
	verselocation[29]="Galatians 6\:2"
	verselocation[30]="Hebrews 3\:6"

	document.write(verselocation[day-1])
}
 
