function go_to(url) {
window.location=url;
}
function rand_link() {
var a;
a = 1+Math.round(Math.random()*19);   // a = random number between 1-19
if (a==1) go_to("http://www.chosentoremember.com/spiritual_development_activities/strategies_for_supporting_friends_loved_ones.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/prayer_strategy.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/book_excerpts/c11_experience_with_prayer.htm");
if (a==6) go_to("http://www.chosentoremember.com/book_excerpts/c11_god_answers_prayers.htm");
if (a==7) go_to("http://www.chosentoremember.com/book_excerpts/c11_prayer.htm");
if (a==8) go_to("http://www.chosentoremember.com/book_excerpts/c4_allow_others_fulfill_their_dreams.htm");
if (a==9) go_to("http://www.chosentoremember.com/book_excerpts/c4_make_a_difference.htm");
if (a==10) go_to("http://www.chosentoremember.com/book_excerpts/c7_exchanging_pain_for_peace_meditation.htm");
if (a==11) go_to("http://www.chosentoremember.com/book_excerpts/c8_living_in_the_now_peace_road.htm");
if (a==12) go_to("http://www.chosentoremember.com/chapt_4.htm");
if (a==13) go_to("http://www.chosentoremember.com/spiritual-answers/from-pain-anger-judgment-to-peace-of-mind-SR-OR-US.htm");
if (a==14) go_to("http://www.chosentoremember.com/spiritual-answers/feeling-lost-struggling-to-find-god-SV-MI-US.htm");
if (a==15) go_to("http://www.chosentoremember.com/inspiring_stories/chapt_6_trusting_God.htm");
if (a==16) go_to("http://www.chosentoremember.com/inspiring_stories/chapt_11_dreams_prayers_OBE_meditation.htm");
if (a==17) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_trusting_god.htm");
if (a==18) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_god.htm");
if (a==19) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_religion.htm");
}
