function go_to(url) {
window.location=url;
}
function rand_link() {
var a;
a = 1+Math.round(Math.random()*19);   // a = random number between 1-19
if (a==1) go_to("http://www.chosentoremember.com/chapt_10.htm");
if (a==2) go_to("http://www.chosentoremember.com/book_excerpts/c10_bad_things_perception.htm");
if (a==3) go_to("http://www.chosentoremember.com/book_excerpts/c10_be_open_to_changing_directions.htm");
if (a==4) go_to("http://www.chosentoremember.com/book_excerpts/c10_blessing_every_step_of_your_journey.htm");
if (a==5) go_to("http://www.chosentoremember.com/book_excerpts/c10_buckle_your_childs_safety_seat.htm");
if (a==6) go_to("http://www.chosentoremember.com/book_excerpts/c10_every_trip_helps_you_evolve.htm");
if (a==7) go_to("http://www.chosentoremember.com/book_excerpts/c10_god_difficult_situations.htm");
if (a==8) go_to("http://www.chosentoremember.com/book_excerpts/c10_other_passengers_relationships.htm");
if (a==9) go_to("http://www.chosentoremember.com/book_excerpts/c10_thank_the_road_bumps.htm");
if (a==10) go_to("http://www.chosentoremember.com/book_excerpts/c10_there_are_no_limits.htm");
if (a==11) go_to("http://www.chosentoremember.com/book_excerpts/c10_when_bad_things_happen.htm");
if (a==12) go_to("http://www.chosentoremember.com/book_excerpts/c10_wipe_the_windows_clean.htm");
if (a==13) go_to("http://www.chosentoremember.com/book_excerpts/c10_you_are_now_choosing.htm");
if (a==14) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_self_development.htm");
if (a==15) go_to("http://www.chosentoremember.com/inspiring_stories/chapt_10_Taking_Responsibility.htm");
if (a==16) go_to("http://www.chosentoremember.com/spiritual_development_activities/finding_your_lifes_purpose_mission.htm");
if (a==17) go_to("http://www.chosentoremember.com/spiritual-answers/adultery-YV-PA-US.htm");
if (a==18) go_to("http://www.chosentoremember.com/spiritual-answers/forgiving-spouse-for-abuse-SW-B-UK.htm");
if (a==19) go_to("http://www.chosentoremember.com/spiritual-answers/peace-of-mind-while-facing-illness-ANON.htm");
}
