function go_to(url) {
window.location=url;
}
function rand_link() {
var a;
a = 1+Math.round(Math.random()*38);   // a = random number between 1-38
if (a==1) go_to("http://www.chosentoremember.com/spiritual_development_activities/forgiveness_strategy_making_peace_someone_passed_away.htm");
if (a==2) go_to("http://www.chosentoremember.com/book_excerpts/c10_other_passengers_relationships.htm");
if (a==3) go_to("http://www.chosentoremember.com/book_excerpts/c2_ego_judgment.htm");
if (a==4) go_to("http://www.chosentoremember.com/book_excerpts/c2_ego_separation.htm");
if (a==5) go_to("http://www.chosentoremember.com/book_excerpts/c2_egos_gifts.htm");
if (a==6) go_to("http://www.chosentoremember.com/book_excerpts/c4_allow_others_fulfill_their_dreams.htm");
if (a==7) go_to("http://www.chosentoremember.com/book_excerpts/c6_trusting_gods_plan.htm");
if (a==8) go_to("http://www.chosentoremember.com/book_excerpts/c7_forgiving_parents_and_family_members.htm");
if (a==9) go_to("http://www.chosentoremember.com/book_excerpts/c7_how_to_forgive.htm");
if (a==10) go_to("http://www.chosentoremember.com/book_excerpts/c7_reacting_to_immature_action.htm");
if (a==11) go_to("http://www.chosentoremember.com/book_excerpts/c8_friend_stranger.htm");
if (a==12) go_to("http://www.chosentoremember.com/spiritual-answers/relationship-challenge-time.htm");
if (a==13) go_to("http://www.chosentoremember.com/spiritual-answers/giving-to-people-who-abuse-ST-FL-US.htm");
if (a==14) go_to("http://www.chosentoremember.com/spiritual-answers/forgiving-someone-who-passed-away-HZ-M-US.htm");
if (a==15) go_to("http://www.chosentoremember.com/spiritual-answers/forgiving-adolescent-child-of-partner.htm");
if (a==16) go_to("http://www.chosentoremember.com/inspiring_stories/chapt_8_Being_in_the_Now.htm");
if (a==17) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_relationships_family.htm");
if (a==18) go_to("http://www.chosentoremember.com/book_excerpts/c3_honoring_different_paths_godself.htm");
if (a==19) go_to("http://www.chosentoremember.com/chapt_7.htm");
if (a==20) go_to("http://www.chosentoremember.com/book_excerpts/c7_ego_self_godself_forgiveness.htm");
if (a==21) go_to("http://www.chosentoremember.com/book_excerpts/c7_forgiveness_key_to_peace_of_mind_and_joy.htm");
if (a==22) go_to("http://www.chosentoremember.com/book_excerpts/c7_forgiving_vs_not_forgiving.htm");
if (a==23) go_to("http://www.chosentoremember.com/book_excerpts/c7_negative_emotions_ego_self.htm");
if (a==24) go_to("http://www.chosentoremember.com/book_excerpts/c7_negative_emotions_god_self.htm");
if (a==25) go_to("http://www.chosentoremember.com/book_excerpts/c8_envy_keeps_you_from_living_in_the_moment.htm");
if (a==26) go_to("http://www.chosentoremember.com/book_excerpts/c12_judgement.htm");
if (a==27) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_love.htm");
if (a==28) go_to("http://www.chosentoremember.com/spiritual-answers/finding-fulfillment-peace-MM-FL-US.htm");
if (a==29) go_to("http://www.chosentoremember.com/spiritual-answers/forgiving-mean-words-JW-NY-US.htm");
if (a==30) go_to("http://www.chosentoremember.com/spiritual-answers/forgiving-relative-getting-rid-of-anger-TD-SI.htm");
if (a==31) go_to("http://www.chosentoremember.com/spiritual-answers/forgiving-self-past-mistake.htm");
if (a==32) go_to("http://www.chosentoremember.com/spiritual-answers/soul-mates-DM-NY-US.htm");
if (a==33) go_to("http://www.chosentoremember.com/spiritual_development_activities/strategies_for_supporting_friends_loved_ones.htm");
if (a==34) go_to("http://www.chosentoremember.com/spiritual_development_activities/attracting_same_types_people_experiences.htm");
if (a==35) go_to("http://www.chosentoremember.com/spiritual_development_activities/godself_strategy_responding_confrontation_argument.htm");
if (a==36) go_to("http://www.chosentoremember.com/book_excerpts/c2_ego_blame.htm");
if (a==37) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_compassion.htm");
if (a==38) go_to("http://www.chosentoremember.com/forgiveness.htm");
}

