function go_to(url) {
window.location=url;
}
function rand_link() {
var a;
a = 1+Math.round(Math.random()*16);   // a = random number between 1-16
if (a==1) go_to("http://www.chosentoremember.com/spiritual-answers/forgiving-someone-who-passed-away-HZ-M-US.htm");
if (a==2) go_to("http://www.chosentoremember.com/book_excerpts/c6_trusting_god_through_accidents.htm");
if (a==3) go_to("http://www.chosentoremember.com/spiritual-answers/remembering-our-spirituality-AB-NM-US.htm");
if (a==4) go_to("http://www.chosentoremember.com/spiritual_development_activities/forgiveness_strategy_making_peace_someone_passed_away.htm");
if (a==5) go_to("http://www.chosentoremember.com/book_excerpts/c12_judgement.htm");
if (a==6) go_to("http://www.chosentoremember.com/book_excerpts/c12_obtaining_peace_with_a_loved_one_who_passed_on.htm");
if (a==7) go_to("http://www.chosentoremember.com/book_excerpts/c12_physical_experience_how_the_light_feels.htm");
if (a==8) go_to("http://www.chosentoremember.com/chapt_12.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/book_excerpts/c12_so_what_happens_when_we_die.htm");
if (a==11) go_to("http://www.chosentoremember.com/book_excerpts/c12_entering_the_spirit_world.htm");
if (a==12) go_to("http://www.chosentoremember.com/book_excerpts/c12_the_tunnel.htm");
if (a==13) go_to("http://www.chosentoremember.com/book_excerpts/c12_lost_souls.htm");
if (a==14) go_to("http://www.chosentoremember.com/book_excerpts/c12_relationships_continue.htm");
if (a==15) go_to("http://www.chosentoremember.com/spiritual-answers/dealing-with-pets-death-PS-NY.htm");
if (a==16) go_to("http://www.chosentoremember.com/spiritual-answers/death-in-family-family-rift-PB-VA.htm");
}
