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/spiritual_development_activities/strategy_lucid_dreams.htm");
if (a==2) go_to("http://www.chosentoremember.com/spiritual_development_activities/strategies_for_remembering_dreams.htm");
if (a==3) go_to("http://www.chosentoremember.com/spiritual_development_activities/steps_lucid_dreaming.htm");
if (a==4) go_to("http://www.chosentoremember.com/book_excerpts/c11_dreams.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_precognitive_dreams.htm");
if (a==7) go_to("http://www.chosentoremember.com/book_excerpts/c1_being_born_into_dream.htm");
if (a==8) go_to("http://www.chosentoremember.com/book_excerpts/c3_dream_who_am_i.htm");
if (a==9) go_to("http://www.chosentoremember.com/book_excerpts/c9_dream_smile.htm");
if (a==10) go_to("http://www.chosentoremember.com/chapt_1.htm");
if (a==11) go_to("http://www.chosentoremember.com/chapt_11.htm");
if (a==12) go_to("http://www.chosentoremember.com/spiritual-answers/empowering-self-lucid-dreaming-BM-US.htm");
if (a==13) go_to("http://www.chosentoremember.com/inspiring_stories/chapt_2_ego_self.htm");
if (a==14) go_to("http://www.chosentoremember.com/inspiring_stories/chapt_1_dream.htm");
if (a==15) go_to("http://www.chosentoremember.com/inspiring_stories/chapt_12_peace_with_afterlife.htm");
if (a==16) go_to("http://www.chosentoremember.com/inspiring_stories/chapt_11_dreams_prayers_OBE_meditation.htm");
if (a==17) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_quotes_lucid_dreaming.htm");
if (a==18) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_quotes_OBEs.htm");
}
