var i = 0;
var pause = 0;
var play = 1;
function startTime()
{
var quote= new Array() 
quote[0]="<div class=\"center\"><img src=\"graphics/cc.jpg\"></div><br>&nbsp;<br><div class=\"left\">I had no idea what I wanted when we first got together to discuss my site. I just knew that I wanted a website. Judy from \"By Word of Mouth Design\" has been extremely patient and helpful, gave me lots of good advice, and has made every change I've asked for and more. She also saw to it that all the major search engines found my site and publishes weekly ads on my behalf. Oh, and she puts together newsletters and flyers when I need them. I couldn't ask for anything more!<br>&nbsp;<br><em>Kami O., Crystal Channels</em><br><a href=\"http://www.crystalchannels.com\" target=\"_blank\">http://www.crystalchannels.com</a>"; 
quote[1]="<div class=\"center\"><img src=\"graphics/mi.jpg\"></div><br>&nbsp;<br><div class=\"left\">If you are looking for a web-designer/master, go no further!  Judith Lavik at By Word of Mouth is the best!  I have had a website for several years and it languished.  I am not very computer literate and could not identify the many problems my site was having.  JUDY DID!  Like waving a 'magic wand' her expertise and creativity changed everything.<br>&nbsp;<br>Her technical expertise is equally matched by her ability to pull from her clients <em>their</em> vision. With gentle, yet precise prodding, she guided me through the process. Her attention to detail and prompt responses are stellar.<br>&nbsp;<br>I now have a web-site that is not only 'user friendly' but one that reflects my intention. It is with great confidence and pleasure that I whole-heartedly recommend By Word of Mouth!<br>&nbsp;<br><em>Melannie T., intuitive counselor</em><br><a href=\"http://www.melannie-insights.com\" target=\"_blank\">http://www.melannie-insights.com</a>"; 
quote[2]="<div class=\"center\"><img src=\"graphics/dk.jpg\"></div><br>&nbsp;<br><div class=\"left\">Judy took my neglected trainwreck of a website and created a beautiful, inviting and efficient design reflecting my own artistic sensibilities. I am proud to send folks to the site. I know my web presence is in the best of hands. Judy takes care of all the myriad web-related details, so I can create the Best Art Ever. Thank you Judy!<br>&nbsp;<br><em>Dev K., artist</em><br><a href=\"http://www.devkhan.com\" target=\"_blank\">http://www.devkhan.com</a>"; 
quote[3]="<div class=\"center\"><img src=\"graphics/srgd.jpg\"></div><br>&nbsp;<br><div class=\"left\">Judith has a business called By Word of Mouth Design. A brief description of what she does: Web-design & maintenance, graphics, flyers, newsletters, publications, and much more. I can personally tell you that she is incredibly helpful in all aspects of 'webbing'. I knew nothing (and cared nothing) about web pages or web sites. Since taking on the project of either updating the old, or creating a new, site I have had to learn more than I wanted about this subject. I am a 'dinosaur' when it comes to computers, since I did medical stuff 10-hours a day. I seldom turned on the PC at home, so to say I was computer illiterate was being kind. Judith has answered all my questions, and best of all she hasn't made me feel stupid or 'illiterate' in ANY way due to my lack of computer skills. She has educated me in the skills I need to do my part in the maintenance of this web site. She STILL answers questions for me, and most graciously, too. If anyone has a need for any of the services Judith provides, please contact her. She's the best!<br>&nbsp;<br><em>Kathe C., Santa Rosa Gold Diggers</em><br><a href=\"http://www.santarosagolddiggers.com\" target=\"_blank\">http://www.santarosagolddiggers.com</a>"; 
quote[4]="<div class=\"center\"><img src=\"graphics/ns.jpg\"></div><br>&nbsp;<br><div class=\"left\">Starting my own business and creating a web presence at the same time has been a real learning experience for me. I've made a million changes along the way, and Judy at By Word of Mouth Design has quickly responded to every one of them! She's even stopped me several times from going in the wrong direction. I'd never use any other web design service!!!<br>&nbsp;<br><em>Jacob L., Next Step Vending</em><br><a href=\"http://www.nextstepvending.com\" target=\"_blank\">http://www.nextstepvending.com</a>"; 
quote[5]="<div class=\"center\"><img src=\"graphics/pml.jpg\"></div><br>&nbsp;<br><div class=\"left\"><em>11-21:</em> Wow, I set a personal deadline to have the website up by Nov 30. Thank you so much, Judy! You are amazing to work with!<br>&nbsp;<br><em>Cynthia J., PachaMamaLove</em><br><a href=\"http://www.pachamamalove.com\" target=\"_blank\">http://www.pachamamalove.com</a>"; 
//quote[6]="Spiritual Counselor and Guide."; 
//quote[7]="Dream Interpreter."; 
//quote[8]="Home and Property Blesser."; 
//quote[9]="Intuitive Instructor."; 

if (pause == 0)
{
	document.getElementById('looper').innerHTML=quote[i];
	i++;
	if(i>5)
	{
		i=0;
	}
}	
t=setTimeout('startTime()',15000);
}

function setPlay()
{
	play = 1;
	pause = 0;
	return;
}

function setPause()
{
	pause = 1;
	play = 0;
	return;
}

 

 

