function go_to(url) {
window.location=url;
}
function rand_link() {
var a;
a = 1+Math.round(Math.random()*18);   // a = random number between 1-18
if (a==1) go_to("http://www.chosentoremember.com/chapt_3.htm");
if (a==2) go_to("http://www.chosentoremember.com/book_excerpts/c3_experiencing_godself.htm");
if (a==3) go_to("http://www.chosentoremember.com/book_excerpts/c3_experiencing_peace.htm");
if (a==4) go_to("http://www.chosentoremember.com/book_excerpts/c3_honoring_different_paths_godself.htm");
if (a==5) go_to("http://www.chosentoremember.com/book_excerpts/c3_living_spiritually_fulfilling_life.htm");
if (a==6) go_to("http://www.chosentoremember.com/book_excerpts/c3_my_mind_powerful.htm");
if (a==7) go_to("http://www.chosentoremember.com/book_excerpts/c3_real_life.htm");
if (a==8) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_godself.htm");
if (a==9) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_higher_self.htm");
if (a==10) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_soul.htm");
if (a==11) go_to("http://www.chosentoremember.com/inspiring_stories/chapt_3_god_self.htm");
if (a==12) go_to("http://www.chosentoremember.com/spiritual_development_activities/strategies_embody_your_god_self_day_to_day_life.htm");
if (a==13) go_to("http://www.chosentoremember.com/spiritual-answers/remembering-godself-MS-TX-US.htm");
if (a==14) go_to("http://www.chosentoremember.com/spiritual-answers/remembering-our-spirituality-AB-NM-US.htm");
if (a==15) go_to("http://www.chosentoremember.com/spiritual-answers/soul-mates-DM-NY-US.htm");
if (a==16) go_to("http://www.chosentoremember.com/book_excerpts/c3_search_my_godself_first_spiritual_experience.htm");
if (a==17) go_to("http://www.chosentoremember.com/book_excerpts/c3_dream_who_am_i.htm");
if (a==18) go_to("http://www.chosentoremember.com/godself.htm");
}
