function go_to(url) {
window.location=url;
}
function rand_link() {
var a;
a = 1+Math.round(Math.random()*12);   // a = random number between 1-12
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/steps_lucid_dreaming.htm");
if (a==3) go_to("http://www.chosentoremember.com/spiritual_development_activities/sleep_paralysis.htm");
if (a==4) go_to("http://www.chosentoremember.com/spiritual-answers/sleep-paralysis-BC-G-S-UK.htm");
if (a==5) go_to("http://www.chosentoremember.com/book_excerpts/c11_dreams.htm");
if (a==6) go_to("http://www.chosentoremember.com/book_excerpts/c11_lucid_dreaming.htm");
if (a==7) go_to("http://www.chosentoremember.com/book_excerpts/c11_sleep_paralysis.htm");
if (a==8) go_to("http://www.chosentoremember.com/chapt_11.htm");
if (a==9) go_to("http://www.chosentoremember.com/spiritual-answers/empowering-self-lucid-dreaming-BM-US.htm");
if (a==10) go_to("http://www.chosentoremember.com/inspiring_stories/chapt_12_peace_with_afterlife.htm");
if (a==11) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_quotes_dreams.htm");
if (a==12) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_quotes_OBEs.htm");
}

