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/spiritual_development_activities/retraining_mind_act_react_peace_joy.htm");
if (a==2) go_to("http://www.chosentoremember.com/book_excerpts/c10_bad_things_perception.htm");
if (a==3) go_to("http://www.chosentoremember.com/book_excerpts/c2_choice_joy.htm");
if (a==4) go_to("http://www.chosentoremember.com/book_excerpts/c3_honoring_different_paths_godself.htm");
if (a==5) go_to("http://www.chosentoremember.com/book_excerpts/c3_living_spiritually_fulfilling_life.htm");
if (a==6) go_to("http://www.chosentoremember.com/book_excerpts/c5_gratitude.htm");
if (a==7) go_to("http://www.chosentoremember.com/chapt_4.htm");
if (a==8) go_to("http://www.chosentoremember.com/chapt_3.htm");
if (a==9) go_to("http://www.chosentoremember.com/spiritual_development_activities/strategy_peace_in_moment.htm");
if (a==10) go_to("http://www.chosentoremember.com/book_excerpts/c1_dreamer_and_dream.htm");
if (a==11) go_to("http://www.chosentoremember.com/book_excerpts/c1_forgiving_dreamer.htm");
if (a==12) go_to("http://www.chosentoremember.com/book_excerpts/c1_inv2_act_awake.htm");
if (a==13) go_to("http://www.chosentoremember.com/book_excerpts/c1_judging_the_dreamer.htm");
if (a==14) go_to("http://www.chosentoremember.com/book_excerpts/c5_working_through_illusion.htm");
if (a==15) go_to("http://www.chosentoremember.com/spiritual-answers/strategy-to-feel-closer-to-god-BB-UK.htm");
if (a==16) go_to("http://www.chosentoremember.com/spiritual-answers/from-pain-anger-judgment-to-peace-of-mind-SR-OR-US.htm");
if (a==17) go_to("http://www.chosentoremember.com/interview.htm");
if (a==18) go_to("http://www.chosentoremember.com/chapt_1.htm");
if (a==19) go_to("http://www.chosentoremember.com/book_excerpts/c3_experiencing_godself.htm");
if (a==20) go_to("http://www.chosentoremember.com/book_excerpts/c3_experiencing_peace.htm");
if (a==21) go_to("http://www.chosentoremember.com/book_excerpts/c3_real_life.htm");
if (a==22) go_to("http://www.chosentoremember.com/spiritual_development_activities/strategies_embody_your_god_self_day_to_day_life.htm");
if (a==23) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_godself.htm");
if (a==24) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_higher_self.htm");
}
