function OpenComments (c) {
    window.open(c,
                    'comments',
                    'width=480,height=480,scrollbars=yes,status=yes');
}

function OpenTrackback (c) {
    window.open(c,
                    'trackback',
                    'width=480,height=480,scrollbars=yes,status=yes');
}

function leapto(form) {
window.location.href=form.options[form.selectedIndex].value;
form.selectedIndex=0;
}

function sendto (domain, account, text) {
	var myat = String.fromCharCode(64); // @
	document.write('<a href="mailto:');
	document.write(account + myat + domain);
	if (text==null || text.length==0) {
		document.write('\">');
		document.write(account + myat + domain);
	} else
		document.write('\" title=\"'+text+'\">'+text);
		document.write('<\/a>');
	}

var quotes = new Array();

quotes[0] = "The use of vegetable oils for engine fuels may seem insignificant today. But such oils may become in the course of time as important as petroleum products of the present time. - Dr Rudolf Diesel, 1912";

quotes[1] = "There is nothing more dangerous than to build a society, with a large segment of people in that society, who feel that they have no stake in it; who feel that they have nothing to lose. People who have a stake in their society, protect that society, but when they don't have it, they unconsciously want to destroy it. -- Dr. Martin Luther King Jr.";

quotes[2] = "Violence as a way of achieving racial justice is both impractical and immoral. It is impractical because it is a descending spiral ending in destruction for all. It is immoral because it seeks to humiliate the opponent rather than win his understanding; it seeks to annihilate rather than to convert. Violence is immoral because it thrives on hatred rather
than love. -- Dr. Martin Luther King Jr.";

quotes[3] = "How did the rose / ever open its heart and give to this world / all its beauty? It felt the encouragement / of light  Against its being. Otherwise / We all remain / too frightened -Hafiz--";

quotes[4] = "The only reason for time is so that everything doesn't happen at once. -- Albert Einstein ";

quotes[5] = "Helped are those who create anything at all, for they shall relive the thrill of their own conception. -- Alice Walker";

quotes[6] = "'Lately Americans have begun to understand that trouble does not start somewhere on the other side of town. It seems to originate inside the absolute middle of the homemade cherry pie. In our history, the state has failed to respond to the weak. You could be white, male, Presbyterian and heterosexual besides, but if you get fired or if you get sick tomorrow, you might as well be Black, for all the state will want to hear from you. -- June Jordan";

quotes[7] = "The future belongs to those who prepare for it today. -- Malcolm X";

quotes[8] = "The bitter heart eats its owner. -- Tswana proverb";

quotes[9] = "'It may be long before the law of love will be recognised in international affairs. The machineries of government stand between and hide the hearts of one people from those of another. -- Gandhi";

quotes[10] = "'There is more to life than simply increasing its speed. -- Gandhi";

quotes[11] = "We must be the change we wish to see. -- Gandhi";

quotes[12] = "Science is but a perversion of itself unless it has as  its ultimate goal the betterment of humanity. - Nikolai Tesla";

quotes[13] = "What we now want  is closer contact and better understanding between individuals  and communities all over the earth, and the elimination of egoism  and pride which is always prone to plunge the world into primeval barbarism and strife... Peace can only come as a natural consequence  of universal enlightenment... - Nikolai Tesla";

quotes[14] = "You can't hold a man down without staying down with him. -Booker T Washington"

quotes[15] = "	Wherever there is technology, there is a general degeneration of the spiritual. This is because the Machine is the specter of the Spirit, and in such a state, it does not serve because it can't serve. It needs servants. It is like having an elephant in your home as a pet.  Would the energy spent to find 200 pounds of food every day compensate for what you get out of it? Anyone whose genius is wrapped up in this kind of effort must devote his life to it. - Malidoma SomŽ"      




function rand(n) {

seed = (0x015a4e35 * seed) % 0x7ffffff;

return (seed >> 16) % n;

}

var now = new Date()

var seed = now.getTime() % 0xffffff