function go_to(url) {
window.location=url;
}
function rand_link() {
var a;
a = 1+Math.round(Math.random()*24);   // a = random number between 1-24
if (a==1) go_to("http://www.chosentoremember.com/chapt_11.htm");
if (a==2) go_to("http://www.chosentoremember.com/book_excerpts/c11_dreams.htm");
if (a==3) go_to("http://www.chosentoremember.com/book_excerpts/c11_experience_with_prayer.htm");
if (a==4) go_to("http://www.chosentoremember.com/book_excerpts/c11_god_answers_prayers.htm");
if (a==5) go_to("http://www.chosentoremember.com/book_excerpts/c11_lucid_dreaming.htm");
if (a==6) go_to("http://www.chosentoremember.com/book_excerpts/c11_prayer.htm");
if (a==7) go_to("http://www.chosentoremember.com/book_excerpts/c11_precognitive_dreams.htm");
if (a==8) go_to("http://www.chosentoremember.com/book_excerpts/c11_reconnecting_with_loved_one_passed_over.htm");
if (a==9) go_to("http://www.chosentoremember.com/book_excerpts/c11_sleep_paralysis.htm");
if (a==10) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_prayer.htm");
if (a==11) go_to("http://www.chosentoremember.com/inspiring_stories/chapt_11_dreams_prayers_OBE_meditation.htm");
if (a==12) go_to("http://www.chosentoremember.com/spiritual_development_activities/meditation_pain_anger_judgment_to_peace_of_mind.htm");
if (a==13) go_to("http://www.chosentoremember.com/spiritual_development_activities/strategies_for_remembering_dreams.htm");
if (a==14) go_to("http://www.chosentoremember.com/spiritual_development_activities/sleep_paralysis.htm");
if (a==15) go_to("http://www.chosentoremember.com/spiritual_development_activities/steps_lucid_dreaming.htm");
if (a==16) go_to("http://www.chosentoremember.com/spiritual_development_activities/prayer_strategy.htm");
if (a==17) go_to("http://www.chosentoremember.com/spiritual-answers/empowering-self-lucid-dreaming-BM-US.htm");
if (a==18) go_to("http://www.chosentoremember.com/spiritual-answers/sleep-paralysis-BC-G-S-UK.htm");
if (a==19) go_to("http://www.chosentoremember.com/spiritual-answers/from-pain-anger-judgment-to-peace-of-mind-SR-OR-US.htm");
if (a==20) go_to("http://www.chosentoremember.com/book_excerpts/c11_pluto.htm");
if (a==21) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_quotes_dreams.htm");
if (a==22) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_quotes_lucid_dreaming.htm");
if (a==23) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_quotes_meditation.htm");
if (a==24) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_quotes_OBEs.htm");
}
