function go_to(url) {
window.location=url;
}
function rand_link() {
var a;
a = 1+Math.round(Math.random()*46);   // a = random number between 1-46
if (a==1) go_to("http://www.chosentoremember.com/spiritual_development_activities/strategy_end_stressful_angry_fearful_negative_thoughts.htm");
if (a==2) go_to("http://www.chosentoremember.com/spiritual_development_activities/strategies_embody_your_god_self_day_to_day_life.htm");
if (a==3) go_to("http://www.chosentoremember.com/spiritual_development_activities/retraining_mind_act_react_peace_joy.htm");
if (a==4) go_to("http://www.chosentoremember.com/spiritual_development_activities/meditation_pain_anger_judgment_to_peace_of_mind.htm");
if (a==5) go_to("http://www.chosentoremember.com/spiritual_development_activities/meditation_exchange_pain_for_peace_forgiveness.htm");
if (a==6) go_to("http://www.chosentoremember.com/spiritual_development_activities/forgiveness_strategy_bitter_angry_thoughts_peace_of_mind.htm");
if (a==7) go_to("http://www.chosentoremember.com/spiritual_development_activities/forgiveness_strategy_forgiving_mean_words_actions.htm");
if (a==8) go_to("http://www.chosentoremember.com/spiritual_development_activities/forgiveness_strategy_making_peace_someone_passed_away.htm");
if (a==9) go_to("http://www.chosentoremember.com/spiritual_development_activities/dealing_with_negative_emotions_feelings.htm");
if (a==10) go_to("http://www.chosentoremember.com/book_excerpts/c7_ego_self_godself_forgiveness.htm");
if (a==11) go_to("http://www.chosentoremember.com/book_excerpts/c7_exchanging_pain_for_peace_meditation.htm");
if (a==12) go_to("http://www.chosentoremember.com/book_excerpts/c7_forgiveness_key_to_peace_of_mind_and_joy.htm");
if (a==13) go_to("http://www.chosentoremember.com/book_excerpts/c7_forgiving_parents_and_family_members.htm");
if (a==14) go_to("http://www.chosentoremember.com/book_excerpts/c7_forgiving_vs_not_forgiving.htm");
if (a==15) go_to("http://www.chosentoremember.com/book_excerpts/c7_how_to_forgive.htm");
if (a==16) go_to("http://www.chosentoremember.com/book_excerpts/c7_negative_emotions_ego_self.htm");
if (a==17) go_to("http://www.chosentoremember.com/book_excerpts/c7_negative_emotions_god_self.htm");
if (a==18) go_to("http://www.chosentoremember.com/book_excerpts/c7_reacting_to_immature_action.htm");
if (a==19) go_to("http://www.chosentoremember.com/spiritual_development_activities/dealing_with_difficult_circumstances_trusting_god.htm");
if (a==20) go_to("http://www.chosentoremember.com/book_excerpts/c10_every_trip_helps_you_evolve.htm");
if (a==21) go_to("http://www.chosentoremember.com/book_excerpts/c1_forgiving_dreamer.htm");
if (a==22) go_to("http://www.chosentoremember.com/book_excerpts/c1_inv2_act_awake.htm");
if (a==23) go_to("http://www.chosentoremember.com/book_excerpts/c1_judging_the_dreamer.htm");
if (a==24) go_to("http://www.chosentoremember.com/book_excerpts/c1_self_image_transformation.htm");
if (a==25) go_to("http://www.chosentoremember.com/book_excerpts/c2_egos_gifts.htm");
if (a==26) go_to("http://www.chosentoremember.com/book_excerpts/c3_experiencing_peace.htm");
if (a==27) go_to("http://www.chosentoremember.com/book_excerpts/c5_action_act_unconditional_love.htm");
if (a==28) go_to("http://www.chosentoremember.com/book_excerpts/c5_faith_trust_moment_is_perfect.htm");
if (a==29) go_to("http://www.chosentoremember.com/book_excerpts/c5_forgiveness.htm");
if (a==30) go_to("http://www.chosentoremember.com/book_excerpts/c5_gratitude.htm");
if (a==31) go_to("http://www.chosentoremember.com/book_excerpts/c6_trusting_gods_plan.htm");
if (a==32) go_to("http://www.chosentoremember.com/book_excerpts/c8_living_in_the_now_peace_road.htm");
if (a==33) go_to("http://www.chosentoremember.com/chapt_7.htm");
if (a==34) go_to("http://www.chosentoremember.com/spiritual_development_activities/change_reactions_criticism_hate.htm");
if (a==35) go_to("http://www.chosentoremember.com/spiritual_development_activities/attracting_same_types_people_experiences.htm");
if (a==36) go_to("http://www.chosentoremember.com/spiritual_development_activities/achieving_peace_joy_challenging_situation.htm");
if (a==37) go_to("http://www.chosentoremember.com/spiritual-answers/from-pain-anger-judgment-to-peace-of-mind-SR-OR-US.htm");
if (a==38) go_to("http://www.chosentoremember.com/spiritual-answers/forgiving-adolescent-child-of-partner.htm");
if (a==39) go_to("http://www.chosentoremember.com/spiritual-answers/forgiving-mean-words-JW-NY-US.htm");
if (a==40) go_to("http://www.chosentoremember.com/spiritual-answers/forgiving-relative-getting-rid-of-anger-TD-SI.htm");
if (a==41) go_to("http://www.chosentoremember.com/spiritual-answers/forgiving-self-past-mistake.htm");
if (a==42) go_to("http://www.chosentoremember.com/spiritual-answers/forgiving-someone-who-passed-away-HZ-M-US.htm");
if (a==43) go_to("http://www.chosentoremember.com/spiritual-answers/forgiving-spouse-for-abuse-SW-B-UK.htm");
if (a==44) go_to("http://www.chosentoremember.com/inspiring_stories/chapt_7_Freedom_Through_Forgiveness.htm");
if (a==45) go_to("http://www.chosentoremember.com/forgiveness.htm");
if (a==46) go_to("http://www.chosentoremember.com/spiritual-answers/forgiveness-solving-family-rift-AB-UK.htm");
}
