function go_to(url) {
window.location=url;
}
function rand_link() {
var a;
a = 1+Math.round(Math.random()*11);   // a = random number between 1-11
if (a==1) go_to("http://www.chosentoremember.com/spiritual_development_activities/forgiveness_strategy_forgiving_mean_words_actions.htm");
if (a==2) go_to("http://www.chosentoremember.com/book_excerpts/c2_egos_gifts.htm");
if (a==3) go_to("http://www.chosentoremember.com/book_excerpts/c3_living_spiritually_fulfilling_life.htm");
if (a==4) go_to("http://www.chosentoremember.com/book_excerpts/c5_action_act_unconditional_love.htm");
if (a==5) go_to("http://www.chosentoremember.com/book_excerpts/c7_reacting_to_immature_action.htm");
if (a==6) go_to("http://www.chosentoremember.com/book_excerpts/c8_friend_stranger.htm");
if (a==7) go_to("http://www.chosentoremember.com/book_excerpts/c8_living_in_the_now_peace_road.htm");
if (a==8) go_to("http://www.chosentoremember.com/spiritual-answers/strategy-to-feel-closer-to-god-BB-UK.htm");
if (a==9) go_to("http://www.chosentoremember.com/spiritual-answers/forgiving-mean-words-JW-NY-US.htm");
if (a==10) go_to("http://www.chosentoremember.com/spiritual-answers/forgiving-adolescent-child-of-partner.htm");
if (a==11) go_to("http://www.chosentoremember.com/inspiring_stories/chapt_4_fulfilling_life.htm");
}
