function go_to(url) {
window.location=url;
}
function rand_link() {
var a;
a = 1+Math.round(Math.random()*14);   // a = random number between 1-14
if (a==1) go_to("http://www.chosentoremember.com/chapt_9.htm");
if (a==2) go_to("http://www.chosentoremember.com/book_excerpts/c9_brother_in_pain.htm");
if (a==3) go_to("http://www.chosentoremember.com/book_excerpts/c9_changing_attitudes.htm");
if (a==4) go_to("http://www.chosentoremember.com/book_excerpts/c9_dream_smile.htm");
if (a==5) go_to("http://www.chosentoremember.com/book_excerpts/c9_everything_happens_for_your_own_good.htm");
if (a==6) go_to("http://www.chosentoremember.com/book_excerpts/c9_turning_blocks_into_blessings.htm");
if (a==7) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_attitude.htm");
if (a==8) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_choices.htm")
if (a==9) go_to("http://www.chosentoremember.com/inspiring_stories/chapt_9_choosing_attitude.htm");
if (a==10) go_to("http://www.chosentoremember.com/spiritual_development_activities/change_reactions_criticism_hate.htm");
if (a==11) go_to("http://www.chosentoremember.com/spiritual_development_activities/godself_strategy_responding_confrontation_argument.htm");
if (a==12) go_to("http://www.chosentoremember.com/spiritual-answers/finding-fulfillment-peace-MM-FL-US.htm");
if (a==13) go_to("http://www.chosentoremember.com/spiritual-answers/reinterpreting-hate-fear-criticism-JO-B-UK.htm");
if (a==14) go_to("http://www.chosentoremember.com/book_excerpts/c9_i_have_two_choices.htm");
}
