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_development_activities/peace_of_mind_strategy_stopping_negative_thoughts.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_every_trip_helps_you_evolve.htm");
if (a==4) go_to("http://www.chosentoremember.com/book_excerpts/c6_remember_your_perfection.htm");
if (a==5) go_to("http://www.chosentoremember.com/book_excerpts/c6_trusting_gods_plan.htm");
if (a==6) go_to("http://www.chosentoremember.com/book_excerpts/c7_ego_self_godself_forgiveness.htm");
if (a==7) go_to("http://www.chosentoremember.com/book_excerpts/c7_forgiveness_key_to_peace_of_mind_and_joy.htm");
if (a==8) go_to("http://www.chosentoremember.com/book_excerpts/c8_envy_keeps_you_from_living_in_the_moment.htm");
if (a==9) go_to("http://www.chosentoremember.com/book_excerpts/c8_youre_always_in_the_right_place_at_the_right_time.htm");
if (a==10) go_to("http://www.chosentoremember.com/book_excerpts/c9_dream_smile.htm");
if (a==11) go_to("http://www.chosentoremember.com/book_excerpts/c9_turning_blocks_into_blessings.htm");
if (a==12) go_to("http://www.chosentoremember.com/chapt_9.htm");
if (a==13) go_to("http://www.chosentoremember.com/spiritual-answers/strategy-to-feel-closer-to-god-BB-UK.htm");
if (a==14) go_to("http://www.chosentoremember.com/spiritual-answers/peace-of-mind-while-facing-illness-ANON.htm");
if (a==15) go_to("http://www.chosentoremember.com/spiritual-answers/peace-of-mind-to-family-MG-MI-US.htm");
if (a==16) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_attitude.htm");
}
