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_5.htm");
if (a==2) go_to("http://www.chosentoremember.com/book_excerpts/c5_action_act_unconditional_love.htm");
if (a==3) go_to("http://www.chosentoremember.com/book_excerpts/c5_align_with_god_clarify_goal.htm");
if (a==4) go_to("http://www.chosentoremember.com/book_excerpts/c5_faith_trust_moment_is_perfect.htm");
if (a==5) go_to("http://www.chosentoremember.com/book_excerpts/c5_forgiveness.htm");
if (a==6) go_to("http://www.chosentoremember.com/book_excerpts/c5_gratitude.htm");
if (a==7) go_to("http://www.chosentoremember.com/book_excerpts/c5_my_big_toe.htm");
if (a==8) go_to("http://www.chosentoremember.com/book_excerpts/c5_working_through_illusion.htm");
if (a==9) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_self_development.htm");
if (a==10) go_to("http://www.chosentoremember.com/inspiring_stories/chapt_5_work_on_self.htm");
if (a==11) go_to("http://www.chosentoremember.com/spiritual_development_activities/peace_of_mind_strategy_stopping_negative_thoughts.htm");
if (a==12) go_to("http://www.chosentoremember.com/spiritual_development_activities/strategy_end_stressful_angry_fearful_negative_thoughts.htm");
if (a==13) go_to("http://www.chosentoremember.com/spiritual_development_activities/strategy_sleep_without_sleeping_pills.htm");
if (a==14) go_to("http://www.chosentoremember.com/spiritual_development_activities/retraining_mind_act_react_peace_joy.htm");
if (a==15) go_to("http://www.chosentoremember.com/spiritual-answers/thinking-about-divorce-Okl.htm");
if (a==16) go_to("http://www.chosentoremember.com/spiritual-answers/giving-to-people-who-abuse-ST-FL-US.htm");
if (a==17) go_to("http://www.chosentoremember.com/spiritual-answers/peace-of-mind-to-family-MG-MI-US.htm");
if (a==18) go_to("http://www.chosentoremember.com/spiritual-answers/relationship-challenge-time.htm");
}
