function displayRightNav() {
		document.write("<center><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"140\">");
		document.write("<tr>");
		document.write("<td align=\"center\" valign=\"top\" width=\"20\">&nbsp;</td>");
		document.write("<td align=\"center\" valign=\"top\" width=\"120\" class=\"nav\">");
		document.write("	<br><center><b>Font Size:</center>");
		document.write("<input class=decrease type=image src=images/text-smaller.jpg alt=Decrease Text Size onclick=javascript:fontsizedown(); value= font - >");
		document.write("<input class=increase type=image src=images/text-bigger.jpg alt=Increase Text Size onclick=javascript:fontsizeup() value= font + >");
		document.write("<br><br><center><img src=\"images/blue-dot.gif\" width=\"100\" height=\"1\" border=\"0\"></center>");
		document.write("	<br><center><b>Verse of the Week</center><br>");
		document.write("    \"For the word of God is living and active. Sharper than any double-edged sword, it penetrates even to dividing soul and spirit, joints and marrow; it judges the thoughts and attitudes of the heart.\"<br><br>");
		document.write("	<b>Hebrews 4:12</b><br><br>");
		document.write("<center><img src=\"http://www.gotquestions.org/images/blue-dot.gif\" width=\"100\" height=\"1\" border=\"0\"></center><br>");
		document.write("	<center>? of the Week</center><br>");
		document.write("	<span class=\"dynlink\" onclick=\"window.location='questweek.html' \">\What are the different English Bible versions?\</span></b><br><br>");
		document.write("<center><img src=\"images/blue-dot.gif\" width=\"100\" height=\"1\" border=\"0\"></center><br>");
		document.write("Follow our <a href=http://twitter.com/gotquestions target=_blank><br><img src=\"images/twitter_logo.png\" height=13 width=60 border=0></a><br><br>");
		document.write("Become a <a href=http://www.facebook.com/pages/Got-Questions-Ministries/52500853089 target=_blank><br><img src=\"images/facebook_logo.jpg\" height=25 width=75 border=0></a> fan<br><br>");
		document.write("<center><img src=\"images/blue-dot.gif\" width=\"100\" height=\"1\" border=\"0\"></center><br>");
		document.write("<img border=\"0\" src=\"images/simg.gif\" width=\"2\" height=\"1\"><span class=\"dynlink\" onclick=\"window.location='http://www.gotquestions.org/got-forgiveness.html' \"><img src=\"images/find-out-forgiveness.gif\" width=129 height=51 align=\"center\" border=0></span><br><br>");
		document.write("<center><img src=\"images/blue-dot.gif\" width=\"100\" height=\"1\" border=\"0\"></center><br>");
		document.write("<A HREF=http://www.gotquestions.org/gqblog target=_self><IMG SRC=images/gq-blog.gif border=0></a><br><br>");
		document.write("<center><img src=\"http://www.gotquestions.org/images/blue-dot.gif\" width=\"100\" height=\"1\" border=\"0\"></center><br>");
		document.write("<center><b>Got Questions? The Book is now available!</center><br>");
		document.write("<img border=\"0\" src=\"http://www.gotquestions.org/images/simg.gif\" width=\"2\" height=\"1\"><A HREF=http://www.gotquestions.org/book><IMG SRC=http://www.gotquestions.org/images/gqbook.jpg border=0></a><br>");
		document.write("</td>");
		document.write("</tr>");
		document.write("</table></center>");
		document.write("</td>");
}