function go_to(url) {
window.location=url;
}
function rand_link() {
var a;
a = 1+Math.round(Math.random()*22);   // a = random number between 1-22
if (a==1) go_to("http://www.chosentoremember.com/chapt_12.htm");
if (a==2) go_to("http://www.chosentoremember.com/book_excerpts/c12_born_gay_or_choice.htm");
if (a==3) go_to("http://www.chosentoremember.com/book_excerpts/c12_judgement.htm");
if (a==4) go_to("http://www.chosentoremember.com/book_excerpts/c12_obtaining_peace_with_a_loved_one_who_passed_on.htm");
if (a==5) go_to("http://www.chosentoremember.com/book_excerpts/c12_physical_experience_how_the_light_feels.htm");
if (a==6) go_to("http://www.chosentoremember.com/book_excerpts/c12_suicide.htm");
if (a==7) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_death_and_dying.htm");
if (a==8) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_suicide.htm");
if (a==9) go_to("http://www.chosentoremember.com/inspiring_stories/chapt_12_peace_with_afterlife.htm");
if (a==10) go_to("http://www.chosentoremember.com/spiritual_development_activities/forgiveness_strategy_making_peace_someone_passed_away.htm");
if (a==11) go_to("http://www.chosentoremember.com/spiritual-answers/forgiving-someone-who-passed-away-HZ-M-US.htm");
if (a==12) go_to("http://www.chosentoremember.com/book_excerpts/c12_entering_the_spirit_world.htm");
if (a==13) go_to("http://www.chosentoremember.com/book_excerpts/c12_the_tunnel.htm");
if (a==14) go_to("http://www.chosentoremember.com/book_excerpts/c12_my_spiritual_home.htm");
if (a==15) go_to("http://www.chosentoremember.com/book_excerpts/c12_lost_souls.htm");
if (a==16) go_to("http://www.chosentoremember.com/book_excerpts/c12_have_we_met_before.htm");
if (a==17) go_to("http://www.chosentoremember.com/book_excerpts/c12_re_entry.htm");
if (a==18) go_to("http://www.chosentoremember.com/book_excerpts/c12_adoption.htm");
if (a==19) go_to("http://www.chosentoremember.com/book_excerpts/c12_will_i_get_bored_in_heaven.htm");
if (a==20) go_to("http://www.chosentoremember.com/book_excerpts/c12_is_this_hell.htm");
if (a==21) go_to("http://www.chosentoremember.com/book_excerpts/c12_relationships_continue.htm");
if (a==22) go_to("http://www.chosentoremember.com/book_excerpts/c12_to_be_or_not_to_be.htm");
}
