function go_to(url) {
window.location=url;
}
function rand_link() {
var a;
a = 1+Math.round(Math.random()*8);   // a = random number between 1-8
if (a==1) go_to("http://www.chosentoremember.com/spiritual-answers/forgiving-spouse-for-abuse-SW-B-UK.htm");
if (a==2) go_to("http://www.chosentoremember.com/inspiring_stories/chapt_3_god_self.htm");
if (a==3) go_to("http://www.chosentoremember.com/spiritual_development_activities/strategy_sleep_without_sleeping_pills.htm");
if (a==4) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_fulfilling_life.htm");
if (a==5) go_to("http://www.chosentoremember.com/chapt_4.htm");
if (a==6) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_self_development.htm");
if (a==7) go_to("http://www.chosentoremember.com/spiritual-answers/feeling-inferior-negative-jealousy.htm");
if (a==8) go_to("http://www.chosentoremember.com/inspirational_quotes/inspirational_stories_addiction.htm");
}
