// JavaScript Document

/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by: Sandeep Gangadharan | http://sivamdesign.com/scripts/ */
//window.onload = alert("scriptloaded");
//alert("scriptloaded");

//var text = 1;

/*
function changeText() {
  alert(message[text]);
	/*if (message.length > 0) {
    document.getElementById("testimonyText").value=message[text];
    text++;
  }
  if (text == highest+1) {
		text = 1; 
	}  // change the # 4 at the left to the maximum # of message lines you want included
   window.setTimeout("changeText()", 3500);// change the # on the left to adjust the speed of the
} */ 																					// scroll. The smaller the # the faster the speed
                                               

/**/