<!-- Hide script from old browsers
<!-- Begin
var w1max = 20
var w2max = 20
var w3max = 20
var w4max = 20
var w5max = 11
var w6max = 20
var w1 = new Array(w1max)
w1[0]="phenomenal"
w1[1]="rapid"
w1[2]="intoxicating"
w1[3]="glorious"
w1[4]="luxirious"
w1[5]="astronomical"
w1[6]="breathtaking"
w1[7]="inevitable"
w1[8]="inescapable"
w1[9]="reckless"
w1[10]="invigorating"
w1[11]="accelerating"
w1[12]="profound"
w1[13]="awesome"
w1[14]="graceful"
w1[15]="unique"
w1[16]="breathtaking"
w1[17]="unprecedented"
w1[18]="unparalleled"
w1[19]="unequaled"
w1[20]="magnificent"
var w2 = new Array(w2max)
w2[0]="beauty"
w2[1]="rise"
w2[2]="prospects"
w2[3]="acceleration"
w2[4]="reward"
w2[5]="praise"
w2[6]="lust"
w2[7]="outgrowth"
w2[8]="madness"
w2[9]="vision"
w2[10]="uniqueness"
w2[11]="satisfaction"
w2[12]="quietness"
w2[13]="touch"
w2[14]="romance"
w2[15]="vision"
w2[16]="glory"
w2[17]="feeling"
w2[18]="warmth"
w2[19]="compassion"
w2[20]="envy"
var w3 = new Array(w3max)
w3[0]="my heart"
w3[1]="your heart"
w3[2]="our love"
w3[3]="your love"
w3[4]="your beauty"
w3[5]="your eyes"
w3[6]="your hair"
w3[7]="your vision"
w3[8]="your scent"
w3[9]="your lust"
w3[10]="my desire"
w3[11]="your desire"
w3[12]="your soul"
w3[13]="your spirit"
w3[14]="your warmth"
w3[15]="love"
w3[16]="lust"
w3[17]="beauty"
w3[18]="the soul"
w3[19]="the world"
w3[20]="my dreams"
var w4 = new Array(w4max)
w4[0]="forever intoxicate"
w4[1]="escalate"
w4[2]="fill"
w4[3]="stimulate"
w4[4]="rejuvinate"
w4[5]="inspire"
w4[6]="forever inspire"
w4[7]="begin"
w4[8]="enslave"
w4[9]="enrich"
w4[10]="fill with joy"
w4[11]="inspire"
w4[12]="educate"
w4[13]="traditionalize"
w4[14]="solidify"
w4[15]="hasten"
w4[16]="motivate"
w4[17]="stimulate"
w4[18]="intoxicate"
w4[19]="intensify"
w4[20]="brighten"
var w5 = new Array(w5max)
w5[0]="today's"
w5[1]="tomorrow's"
w5[2]="the enrichment of our"
w5[3]="worldwide"
w5[4]="our children's"
w5[5]="dream filled"
w5[6]="all of our"
w5[7]="our future"
w5[8]="our"
w5[9]="the renewel of our"
w5[10]="love's"
w5[11]="all hope for our"
var w6 = new Array(w6max)
w6[0]="continuous heartbeats"
w6[1]="love"
w6[2]="sensations"
w6[3]="feelings"
w6[4]="self-worth"
w6[5]="insights"
w6[6]="desires"
w6[7]="human depth"
w6[8]="inspiration"
w6[9]="tommorow"
w6[10]="future values"
w6[11]="hopes and dreams"
w6[12]="waking dreams"
w6[13]="peace"
w6[14]="future"
w6[15]="heritage"
w6[16]="lifestyles"
w6[17]="responsibility"
w6[18]="walking desires"
w6[19]="motivation"
w6[20]="love"
function rndnumber(max){
var randscript = -1
while (randscript < 0 || randscript > max || isNaN(randscript)){
randscript = parseInt(Math.random()*(max+1))
}
return randscript
}
function profundity() {
subscript=rndnumber(w1max)
msg = "The " + w1[subscript]
subscript=rndnumber(w2max)
msg = msg + " " + w2[subscript] + " of "
subscript=rndnumber(w3max)
msg = msg + w3[subscript] + " " 
subscript=rndnumber(w4max)
msg=msg + "will " + w4[subscript] + " "
subscript=rndnumber(w5max)
msg=msg + w5[subscript] + " "
subscript=rndnumber(w6max)
msg=msg + w6[subscript] + "."
return msg
}
// Begin -->
//  End hiding script from old browsers -->
