function go_to(url) {
window.location=url;
}
function rand_link() {
var a;
a = 1+Math.round(Math.random()*41);   // a = random number between 1-41
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/strategies_for_supporting_friends_loved_ones.htm");
if (a==3) go_to("http://www.chosentoremember.com/spiritual_development_activities/strategies_embody_your_god_self_day_to_day_life.htm");
if (a==4) go_to("http://www.chosentoremember.com/spiritual_development_activities/retraining_mind_act_react_peace_joy.htm");
if (a==5) go_to("http://www.chosentoremember.com/spiritual_development_activities/meditation_pain_anger_judgment_to_peace_of_mind.htm");
if (a==6) go_to("http://www.chosentoremember.com/spiritual_development_activities/godself_strategy_responding_confrontation_argument.htm");
if (a==7) go_to("http://www.chosentoremember.com/spiritual_development_activities/dealing_with_negative_emotions_feelings.htm");
if (a==8) go_to("http://www.chosentoremember.com/book_excerpts/c10_god_difficult_situations.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_self_image_transformation.htm");
if (a==11) go_to("http://www.chosentoremember.com/book_excerpts/c3_experiencing_godself.htm");
if (a==12) go_to("http://www.chosentoremember.com/book_excerpts/c3_experiencing_peace.htm");
if (a==13) go_to("http://www.chosentoremember.com/book_excerpts/c3_honoring_different_paths_godself.htm");
if (a==14) go_to("http://www.chosentoremember.com/book_excerpts/c3_living_spiritually_fulfilling_life.htm");
if (a==15) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_peace_of_mind.htm");
if (a==16) go_to("http://www.chosentoremember.com/book_excerpts/c9_changing_attitudes.htm");
if (a==17) go_to("http://www.chosentoremember.com/book_excerpts/c4_service.htm");
if (a==18) go_to("http://www.chosentoremember.com/book_excerpts/c5_action_act_unconditional_love.htm");
if (a==19) go_to("http://www.chosentoremember.com/book_excerpts/c5_forgiveness.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_ego_self_godself_forgiveness.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/c7_negative_emotions_god_self.htm");
if (a==25) go_to("http://www.chosentoremember.com/book_excerpts/c8_friend_stranger.htm");
if (a==26) go_to("http://www.chosentoremember.com/book_excerpts/c8_youre_always_in_the_right_place_at_the_right_time.htm");
if (a==27) go_to("http://www.chosentoremember.com/book_excerpts/c9_turning_blocks_into_blessings.htm");
if (a==28) go_to("http://www.chosentoremember.com/chapt_10.htm");
if (a==29) go_to("http://www.chosentoremember.com/chapt_3.htm");
if (a==30) go_to("http://www.chosentoremember.com/chapt_4.htm");
if (a==31) go_to("http://www.chosentoremember.com/spiritual-answers/remembering-godself-MS-TX-US.htm");
if (a==32) go_to("http://www.chosentoremember.com/spiritual-answers/from-pain-anger-judgment-to-peace-of-mind-SR-OR-US.htm");
if (a==33) go_to("http://www.chosentoremember.com/spiritual-answers/feeling-lost-struggling-to-find-god-SV-MI-US.htm");
if (a==34) go_to("http://www.chosentoremember.com/inspiring_stories/chapt_8_Being_in_the_Now.htm");
if (a==35) go_to("http://www.chosentoremember.com/inspiring_stories/chapt_3_god_self.htm");
if (a==36) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_higher_self.htm");
if (a==37) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_soul.htm");
if (a==38) go_to("http://www.chosentoremember.com/book_excerpts/c6_remember_your_perfection.htm");
if (a==39) go_to("http://www.chosentoremember.com/chapt_1.htm");
if (a==40) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_self_development.htm");
if (a==231) go_to("http://www.chosentoremember.com/godself.htm");
}
