function go_to(url) {
window.location=url;
}
function rand_link() {
var a;
a = 1+Math.round(Math.random()*36);   // a = random number between 1-36
if (a==1) go_to("http://www.chosentoremember.com/spiritual_development_activities/strategy_peace_in_moment.htm");
if (a==2) go_to("http://www.chosentoremember.com/spiritual_development_activities/strategy_end_stressful_angry_fearful_negative_thoughts.htm");
if (a==3) go_to("http://www.chosentoremember.com/spiritual_development_activities/strategies_for_supporting_friends_loved_ones.htm");
if (a==4) go_to("http://www.chosentoremember.com/spiritual_development_activities/strategies_embody_your_god_self_day_to_day_life.htm");
if (a==5) go_to("http://www.chosentoremember.com/spiritual_development_activities/retraining_mind_act_react_peace_joy.htm");
if (a==6) go_to("http://www.chosentoremember.com/spiritual_development_activities/meditation_exchange_pain_for_peace_forgiveness.htm");
if (a==7) go_to("http://www.chosentoremember.com/spiritual_development_activities/godself_strategy_responding_confrontation_argument.htm");
if (a==8) go_to("http://www.chosentoremember.com/book_excerpts/c10_buckle_your_childs_safety_seat.htm");
if (a==9) go_to("http://www.chosentoremember.com/book_excerpts/c10_other_passengers_relationships.htm");
if (a==10) go_to("http://www.chosentoremember.com/book_excerpts/c1_inv2_act_awake.htm");
if (a==11) go_to("http://www.chosentoremember.com/book_excerpts/c1_judging_the_dreamer.htm");
if (a==12) go_to("http://www.chosentoremember.com/book_excerpts/c1_self_image_transformation.htm");
if (a==13) go_to("http://www.chosentoremember.com/book_excerpts/c2_physical_manifestation_ego_self.htm");
if (a==14) go_to("http://www.chosentoremember.com/book_excerpts/c3_experiencing_peace.htm");
if (a==15) go_to("http://www.chosentoremember.com/book_excerpts/c3_honoring_different_paths_godself.htm");
if (a==16) go_to("http://www.chosentoremember.com/book_excerpts/c3_living_spiritually_fulfilling_life.htm");
if (a==17) go_to("http://www.chosentoremember.com/book_excerpts/c4_make_a_difference.htm");
if (a==18) go_to("http://www.chosentoremember.com/book_excerpts/c4_service.htm");
if (a==19) go_to("http://www.chosentoremember.com/book_excerpts/c5_action_act_unconditional_love.htm");
if (a==20) go_to("http://www.chosentoremember.com/book_excerpts/c5_gratitude.htm");
if (a==21) go_to("http://www.chosentoremember.com/book_excerpts/c6_trusting_gods_plan.htm");
if (a==22) go_to("http://www.chosentoremember.com/book_excerpts/c7_forgiving_parents_and_family_members.htm");
if (a==23) go_to("http://www.chosentoremember.com/book_excerpts/c7_how_to_forgive.htm");
if (a==24) go_to("http://www.chosentoremember.com/book_excerpts/c8_friend_stranger.htm");
if (a==25) go_to("http://www.chosentoremember.com/book_excerpts/c8_living_in_the_now_peace_road.htm");
if (a==26) go_to("http://www.chosentoremember.com/book_excerpts/c9_everything_happens_for_your_own_good.htm");
if (a==27) go_to("http://www.chosentoremember.com/chapt_1.htm");
if (a==28) go_to("http://www.chosentoremember.com/chapt_3.htm");
if (a==29) go_to("http://www.chosentoremember.com/spiritual_development_activities/finding_your_lifes_purpose_mission.htm");
if (a==30) go_to("http://www.chosentoremember.com/spiritual_development_activities/change_reactions_criticism_hate.htm");
if (a==31) go_to("http://www.chosentoremember.com/epilogue.htm");
if (a==32) go_to("http://www.chosentoremember.com/spiritual-answers/strategy-to-feel-closer-to-god-BB-UK.htm");
if (a==33) go_to("http://www.chosentoremember.com/spiritual-answers/soul-mates-DM-NY-US.htm");
if (a==34) go_to("http://www.chosentoremember.com/spiritual-answers/reinterpreting-hate-fear-criticism-JO-B-UK.htm");
if (a==35) go_to("http://www.chosentoremember.com/inspiring_stories/chapt_7_Freedom_Through_Forgiveness.htm");
if (a==36) go_to("http://www.chosentoremember.com/inspiring_stories/chapt_10_Taking_Responsibility.htm");
}
