<!--
var content=new Array()
//change the array below to the text associated with your links Expand or contract the array, depending on how many links you have

content[0]='<big>Thanks for stopping by . . . enjoy your visit!</big>'
 
content[1]='<big>Poetry</big>&mdash;Selected poems on life, living, and love'

content[2]='<big>Writing</big>&mdash;Thought-provoking essays and creative written pieces'

content[3]='<big>Inspiration</big>&mdash;To help clarify, comfort, encourage, and uplift the spirit'

content[4]='<big>Love</big>&mdash;The greatest gift we can give ourselves and others'

content[5]='<big>Body, Mind & Spirit</big>&mdash;Infuse peace and serenity into your life and lifestyle'

content[6]='<big>Spiritual Growth</big>&mdash;Meditation, mandalas, miracles, and more . . .'

content[7]='<big>Photo Gallery</big>&mdash;Beautiful photos to inspire, uplift, and stir your imagination'

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}

function changetext(whichcontent){
if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
cross_el.innerHTML='<font face="Arial">'+whichcontent+'<\/font>'
}
else if (document.layers){
document.d1.document.d2.document.write('<font face="Arial">'+whichcontent+'<\/font>')
document.d1.document.d2.document.close()
}
}
function appear(){
document.d1.visibility='show'
}
window.onload=regenerate2
//-->
