function go_to(url) {
window.location=url;
}
function rand_link() {
var a;
a = 1+Math.round(Math.random()*18);   // a = random number between 1-18
if (a==1) go_to("http://www.chosentoremember.com/chapt_6.htm");
if (a==2) go_to("http://www.chosentoremember.com/book_excerpts/c6_daddy_loves_me_best.htm");
if (a==3) go_to("http://www.chosentoremember.com/book_excerpts/c6_remember_your_perfection.htm");
if (a==4) go_to("http://www.chosentoremember.com/book_excerpts/c6_trusting_god_through_accidents.htm");
if (a==5) go_to("http://www.chosentoremember.com/book_excerpts/c6_trusting_gods_plan.htm");
if (a==6) go_to("http://www.chosentoremember.com/book_excerpts/c6_why_so_many_religions_in_world.htm");
if (a==7) go_to("http://www.chosentoremember.com/book_excerpts/c6_you_were_created_in_his_image.htm");
if (a==8) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_god.htm");
if (a==9) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_trust.htm");
if (a==10) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_worry.htm");
if (a==11) go_to("http://www.chosentoremember.com/inspiring_stories/chapt_6_trusting_God.htm");
if (a==12) go_to("http://www.chosentoremember.com/spiritual_development_activities/dealing_with_difficult_circumstances_trusting_god.htm");
if (a==13) go_to("http://www.chosentoremember.com/spiritual-answers/strategy-to-feel-closer-to-god-BB-UK.htm");
if (a==14) go_to("http://www.chosentoremember.com/spiritual-answers/challenging-life-god-MB.htm");
if (a==15) go_to("http://www.chosentoremember.com/spiritual-answers/facing-divorce-trusting-god-RG.htm");
if (a==16) go_to("http://www.chosentoremember.com/spiritual-answers/trusting-god-LC-NY-US.htm");
if (a==17) go_to("http://www.chosentoremember.com/book_excerpts/c6_accidents_and_choice.htm");
if (a==18) go_to("http://www.chosentoremember.com/trusting_God.htm");}

