//<![CDATA[
var quote=new Array();
  quote[0]='"Power is actualized only when word and deed have not parted company"<br>by Hannah Arendt';
  quote[1]='"In times like these men should utter nothing for which they would not be willingly responsible through time and in eternity."<br>by Abraham Lincoln';
  quote[2]='"If you have integrity, nothing else matters. If you don&#39;t have integrity, nothing else matters."<br>by Alan Simpson';
  quote[3]='"Integrity is the essence of everything successful."<br>by R. Buckminster Fuller';
  
  
  
  

var speed=15000;    /*this is the time in milliseconds adjust to suit*/
var q=0;

function showQuote() {

     document.getElementById("quotes").innerHTML=quote[q];
     q++;
if(q==quote.length) {
     q=0;
  }
}
setInterval('showQuote()',speed);

 //]]>


<!--
function refresh()
{
    window.location.reload( false );
}
//-->

<!--
function popup(mylink, adminwin)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
	  href=mylink;
else
	  href=mylink.href;
window.open(href, adminwin, 'width=600,height=750,resizable=yes,toolbar=no,scrollbars=yes,status=no' );
return false;
}
//-->

<!--
function popupform(myform, windowname)
{
if (! window.focus)return true;
window.open('', windowname, 'width=800,height=600,resizable=yes,toolbar=no,scrollbars=yes,status=no' );
myform.target=windowname;
return true;
}
//-->

<!--
function targetopener(mylink, closeme, closeonly)
{
if (! (window.focus && window.opener))return true;
window.opener.focus();
if (! closeonly)window.opener.location.href=mylink.href;
if (closeme)window.close();
return false;
}
//-->

<!--
window.focus();
//-->
<!--
function targetopener(mylink, closeme, closeonly)
{
if (! (window.focus && window.opener))return true;
window.opener.focus();
if (! closeonly)window.opener.location.href=mylink.href;
if (closeme)window.close();
return false;
}
//-->



