function go_to(url) {
window.location=url;
}
function rand_link() {
var a;
a = 1+Math.round(Math.random()*27);   // a = random number between 1-27
if (a==1) go_to("http://www.chosentoremember.com/chapt_7.htm");
if (a==2) go_to("http://www.chosentoremember.com/book_excerpts/c7_ego_self_godself_forgiveness.htm");
if (a==3) go_to("http://www.chosentoremember.com/book_excerpts/c7_exchanging_pain_for_peace_meditation.htm");
if (a==4) go_to("http://www.chosentoremember.com/book_excerpts/c7_forgiveness_key_to_peace_of_mind_and_joy.htm");
if (a==5) go_to("http://www.chosentoremember.com/book_excerpts/c7_forgiving_parents_and_family_members.htm");
if (a==6) go_to("http://www.chosentoremember.com/book_excerpts/c7_forgiving_vs_not_forgiving.htm");
if (a==7) go_to("http://www.chosentoremember.com/book_excerpts/c7_how_to_forgive.htm");
if (a==8) go_to("http://www.chosentoremember.com/book_excerpts/c7_negative_emotions_ego_self.htm");
if (a==9) go_to("http://www.chosentoremember.com/book_excerpts/c7_negative_emotions_god_self.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/inspirational_quotes/inspirational_stories_forgiveness.htm");
if (a==12) go_to("http://www.chosentoremember.com/inspiring_stories/chapt_7_Freedom_Through_Forgiveness.htm");
if (a==13) go_to("http://www.chosentoremember.com/spiritual_development_activities/forgiveness_strategy_bitter_angry_thoughts_peace_of_mind.htm");
if (a==14) go_to("http://www.chosentoremember.com/spiritual_development_activities/forgiveness_strategy_forgiving_mean_words_actions.htm");
if (a==15) go_to("http://www.chosentoremember.com/spiritual_development_activities/forgiveness_strategy_making_peace_someone_passed_away.htm");
if (a==16) go_to("http://www.chosentoremember.com/spiritual_development_activities/meditation_exchange_pain_for_peace_forgiveness.htm");
if (a==17) go_to("http://www.chosentoremember.com/spiritual_development_activities/achieving_peace_joy_challenging_situation.htm");
if (a==18) go_to("http://www.chosentoremember.com/spiritual_development_activities/dealing_with_negative_emotions_feelings.htm");
if (a==19) go_to("http://www.chosentoremember.com/spiritual_development_activities/attracting_same_types_people_experiences.htm");
if (a==20) go_to("http://www.chosentoremember.com/spiritual-answers/forgiving-mean-words-JW-NY-US.htm");
if (a==21) go_to("http://www.chosentoremember.com/spiritual-answers/forgiving-adolescent-child-of-partner.htm");
if (a==22) go_to("http://www.chosentoremember.com/spiritual-answers/forgiving-relative-getting-rid-of-anger-TD-SI.htm");
if (a==23) go_to("http://www.chosentoremember.com/spiritual-answers/forgiving-self-past-mistake.htm");
if (a==24) go_to("http://www.chosentoremember.com/spiritual-answers/forgiving-someone-who-passed-away-HZ-M-US.htm");
if (a==25) go_to("http://www.chosentoremember.com/spiritual-answers/forgiving-spouse-for-abuse-SW-B-UK.htm");
if (a==26) go_to("http://www.chosentoremember.com/book_excerpts/c7_speaking_with_anger_vs_your_truth.htm");
if (a==27) go_to("http://www.chosentoremember.com/forgiveness.htm");
}

