<div align="center" style="border: 1px solid #C60000 ; background-color: #DEDEFF ; margin-top: 50px ; " >
<img src="https://esand.net/commons/img/transparentHorizontal.png" alt="480" width="480" height="1" ><br>
<div align="center" >
<br> <br>
<div align="center" class="tht" >
<form id="thought" >
<input type="text" name="SutraPart1" readonly >
<input type="text" name="SutraPart2" readonly >
</form>
</div>
<script type="text/javascript">
var tht1 = new Array(
"Clear thinking",
"A quantum shift",
"A shift in consciousness",
"Stillness in contemplation",
"Appreciation of the moment",
"Clarity of perception",
"A better planet",
"Purposeful living",
"A new destiny",
"A future that makes sense",
"Deeper understanding",
"Understanding with nuance",
"Prescience of vision",
"A new methodology",
"Moving forward with determination",
"Overcoming the roadblocks",
"Moving forward on purpose",
"Self-determination",
"Thankfulness",
"A grasp of the essence",
"Building on building blocks",
"Rising above judgement",
"Finding agreement",
"What can be achieved",
"Ethical action",
"Community building",
"A network of skills",
"A growth of possibility",
"Deepening of respect",
"Working together",
"Reconciliation",
"Justice for just acts",
"A crisp, fresh approach"
) ;
var tht2 = new Array(
"comes about",
"can happen",
"becomes possible",
"can evolve",
"can begin",
"comes",
"awaits",
"becomes reality",
"can take place"
) ;
var tht3 = new Array(
"when",
"when",
"once",
"once",
"after",
"only if",
"as soon as",
"in the moment"
) ;
var tht4 = new Array(
"we all",
"people",
"we",
"we'll",
"citizens",
"we",
"all",
"individuals",
"we all",
"people",
"we",
"we'll",
"all",
"we"
) ;
var tht4obj = new Array(
"us",
"them",
"us",
"us",
"them",
"us",
"them",
"them",
"us",
"them",
"us",
"us",
"them",
"us"
) ;
var tht5 = new Array(
"put aside",
"let go of",
"drop",
"relinquish",
"dispense with",
"walk away from",
"free ourselves from",
"rethink",
"repudiate",
"discard",
"reject",
"reevaluate",
"withdraw from",
"transcend",
"liberate ourselves from",
"become free from"
) ;
var tht6 = new Array(
"preconceptions",
"old assumptions",
"what no longer works",
"failed ways of doing things",
"blocks to personal progress",
"life's false lessons",
"false conviction",
"beliefs that burden spirit",
"concepts whose time has passed",
"resentment",
"intolerance",
"feelings of exceptionalism",
"taking more than is ours",
"damaging our surroundings",
"causing future work and stress",
"valuing money over ability",
"having a negative impact",
"taking action without purpose",
"ignoring the value of our surroundings",
"making others clean up after us",
"taking ownership of others' work",
"dismissal of others",
"our pretense of superiority",
"taking things personally",
"intransigence",
"waiting for somebody to do it for us",
"minimizing another's efforts",
"trying to make things work that don't",
"old ways of thinking"
) ;
var tht7 = new Array(
"embrace",
"yield to",
"truely understand",
"become mindful of",
"align with",
"open ourselves to",
"rediscover",
"fully appreciate",
"awaken to",
"start to experience",
"become one with"
) ;
var tht8 = new Array(
"the energy that surrounds us",
"rising above mistreatment",
"kindness in spite of challenges",
"consideration of the tough issues",
"moving forward, deliberately",
"the essence of what others say",
"being truely respectful",
"innovation",
"equitable acceptance of responsibility",
"striving to be principled",
"giving credit where credit is due",
"treating others as we'd like to be treated",
"being a part something big",
"the foundation of our understanding",
"fairness, justice",
"what has been given us",
"others' gifts, large and small",
"who brought us here",
"our purpose for moving forward",
"what is in greatest need of attention",
"what needs to be said and done",
"listening carefully",
"the lessons of experience",
"respect for others' gifts",
"the essential elements of our past",
"living deliberately, with purpose",
"allowing sharing to take place",
"mobilizing for a better village",
"acceptance of what people offer",
"our place in our small common space",
"speaking with honesty",
"playing an essantial role, not exploiting",
"a different approach",
"the enlightenment others share"
) ;
<?php
mt_srand( intval( substr(microtime(),4,3) ) + 1 ) ;
$seed = mt_rand( 100, 500 ) ;
print( 'var rSeed = '.$seed.' ; ' ) ;
?>
var L1 = tht1.length - 1 ;
var L2 = tht2.length - 1 ;
var L3 = tht3.length - 1 ;
var L4 = tht4.length - 1 ;
var L5 = tht5.length - 1 ;
var L6 = tht6.length - 1 ;
var L7 = tht7.length - 1 ;
var L8 = tht8.length - 1 ;
var T5 = " " ;
var T6 = " " ;
var T7 = " " ;
var inspiration1 = " " ;
var inspiration2 = " " ;
var pos = 0 ;
var ix = 0 ;
var rs = 0 ;
var tt = " " ;
while( ix <= L1 ) {
rs = Math.floor( Math.random( rSeed ) * L1 ) ; rSeed ++ ;
if ( ix != rs ) {
tt = tht1[ ix ] ;
tht1[ ix ] = tht1[ rs ] ;
tht1[ rs ] = tt ;
}
ix ++ ;
}
ix = 0 ;
while( ix <= L6 ) {
rs = Math.floor( Math.random( rSeed ) * L6 ) ; rSeed ++ ;
if ( ix != rs ) {
tt = tht6[ ix ] ;
tht6[ ix ] = tht6[ rs ] ;
tht6[ rs ] = tt ;
}
ix ++ ;
}
ix = 0 ;
while( ix <= L8 ) {
rs = Math.floor( Math.random( rSeed ) * L8 ) ; rSeed ++ ;
if ( ix != rs ) {
tt = tht8[ ix ] ;
tht8[ ix ] = tht8[ rs ] ;
tht8[ rs ] = tt ;
}
ix ++ ;
}
var rs1 = Math.floor( Math.random( rSeed ) * L1 ) ; rSeed ++
var rs2 = Math.floor( Math.random( rSeed ) * L2 ) ; rSeed ++ ;
var rs3 = Math.floor( Math.random( rSeed ) * L3 ) ; rSeed ++ ;
var rs4 = Math.floor( Math.random( rSeed ) * L4 ) ; rSeed ++ ;
var rs5 = Math.floor( Math.random( rSeed ) * L5 ) ; rSeed ++ ;
var rs6 = Math.floor( Math.random( rSeed ) * L6 ) ; rSeed ++ ;
var rs7 = Math.floor( Math.random( rSeed ) * L7 ) ; rSeed ++ ;
var rs8 = Math.floor( Math.random( rSeed ) * L8 ) ; rSeed ++ ;
function newThought() {
rSeed ++ ;
pos = ( Math.floor( Math.random( rSeed ) * 10 ) > 3 )? 1 : 0 ;
rs1 = ( rs1 >= L1 )? 0 : rs1 + 1 ;
rs2 = ( rs2 >= L2 )? 0 : rs2 + 1 ;
rs3 = ( rs3 >= L3 )? 0 : rs3 + 1 ;
rs4 = ( rs4 >= L4 )? 0 : rs4 + 1 ;
rs5 = ( rs5 >= L5 )? 0 : rs5 + 1 ;
rs6 = ( rs6 >= L6 )? 0 : rs6 + 1 ;
rs7 = ( rs7 >= L7 )? 0 : rs7 + 1 ;
rs8 = ( rs8 >= L8 )? 0 : rs8 + 1 ;
inspiration1 = tht1[ rs1 ] + " " + tht2[ rs2 ] + " " + tht3[ rs3 ] ;
T5 = ( pos == 1 )? tht7[ rs7 ] : tht5[ rs5 ] ;
T6 = ( pos == 1 )? tht8[ rs8 ] : tht6[ rs6 ] ;
T7 = tht4[ rs4 ] + " " + T5 + " " + T6 + " " ;
if ( tht4obj[ rs4 ] == "them" ) { T7 = T7.replace( " us ", " them " ) ; T7 = T7.replace( " ourselves ", " themselves " ) ; T7 = T7.replace( " our ", " their " ) ; T7 = T7.replace( " ours ", " theirs " ) ; T7 = T7.replace( " we ", " they " ) ; T7 = T7.replace( " we'd ", " they'd " ) ; }
inspiration2 = T7.trim() + "." ;
document.forms[ "thought" ].SutraPart1.value = inspiration1 ;
document.forms[ "thought" ].SutraPart2.value = inspiration2 ;
}
newThought() ;
var thoughtLoop = setInterval( 'newThought() ; ', 60000 ) ;
</script>
<br>
<a href="javascript: clearInterval( thoughtLoop ) ; newThought() ; " class="w" >»</a>
<p style="font: 10px Verdana ; text-align: center ; "><br><i>—Gocha Sutra [ computer generated ]</i><br></p>
</div>
</div>