function go_to(url) {
window.location=url;
}
function rand_link() {
var a;
a = 1+Math.round(Math.random()*29);   // a = random number between 1-29
if (a==1) go_to("http://www.chosentoremember.com/spiritual_development_activities/retraining_mind_act_react_peace_joy.htm");
if (a==2) go_to("http://www.chosentoremember.com/spiritual_development_activities/meditation_pain_anger_judgment_to_peace_of_mind.htm");
if (a==3) go_to("http://www.chosentoremember.com/book_excerpts/c10_god_difficult_situations.htm");
if (a==4) go_to("http://www.chosentoremember.com/book_excerpts/c11_god_answers_prayers.htm");
if (a==5) go_to("http://www.chosentoremember.com/book_excerpts/c3_experiencing_godself.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/c4_success_job_life.htm");
if (a==8) go_to("http://www.chosentoremember.com/book_excerpts/c5_faith_trust_moment_is_perfect.htm");
if (a==9) go_to("http://www.chosentoremember.com/book_excerpts/c6_remember_your_perfection.htm");
if (a==10) go_to("http://www.chosentoremember.com/book_excerpts/c6_trusting_god_through_accidents.htm");
if (a==11) go_to("http://www.chosentoremember.com/book_excerpts/c6_trusting_gods_plan.htm");
if (a==12) go_to("http://www.chosentoremember.com/book_excerpts/c6_you_were_created_in_his_image.htm");
if (a==13) go_to("http://www.chosentoremember.com/book_excerpts/c8_youre_always_in_the_right_place_at_the_right_time.htm");
if (a==14) go_to("http://www.chosentoremember.com/book_excerpts/c9_brother_in_pain.htm");
if (a==15) go_to("http://www.chosentoremember.com/book_excerpts/c9_dream_smile.htm");
if (a==16) go_to("http://www.chosentoremember.com/chapt_1.htm");
if (a==17) go_to("http://www.chosentoremember.com/chapt_6.htm");
if (a==18) go_to("http://www.chosentoremember.com/chapt_8.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/spiritual-answers/trusting-god-LC-NY-US.htm");
if (a==21) go_to("http://www.chosentoremember.com/spiritual-answers/strategy-to-feel-closer-to-god-BB-UK.htm");
if (a==22) go_to("http://www.chosentoremember.com/spiritual-answers/from-pain-anger-judgment-to-peace-of-mind-SR-OR-US.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/facing-divorce-trusting-god-RG.htm");
if (a==25) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_trust.htm");
if (a==26) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_worry.htm");
if (a==27) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_faith.htm");
if (a==28) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_god.htm");
if (a==29) go_to("http://www.chosentoremember.com/godself.htm");
}
