/*
Rotating image or text(You can use for changing banners)
Author: Narayan Chand Thakur
Source: http://ncthakur.itgo.com/
This may be used freely as long as this message is intact.
*/
<!--

//you may add your image file or text below
var item=new Array()
item[0]="<a class='rotating'>Whether it be putting together a seminar based on proven business experience or laying out the best ideas for improved productivity, no one does it better than Doug Jones.</a><br><a class='rotating2'>Buck Rogers - Retired VP of Marketing-Worldwide, IBM</a>"
item[1]="<a class='rotating'>Our participants were &quot;awe inspired&quot;... your style and substance were stronger than any speaker I have ever had the pleasure of listening to.</a><br><a class='rotating2'>Riley Lochridge, President CEO - COMDOC Office System </a>"
item[2]="<a class='rotating'>Your impact was nothing short of outstanding...<br>the sales force was on the edge of their seats.</a><br><a class='rotating2'>Doug Enck, Vice President Sales - Patcraft Commercial</a>"
item[3]="<a class='rotating'>Doug has a meaningful message that really teaches you something...he&#39;s entertaining and motivational, and is by far the best speaker we&#39;ve ever had.</a><br><a class='rotating2'>Joel Kohn, President - Furniture Rental Association of America</a>"
item[4]="<a class='rotating'>The dividends we have gotten from our relationship with Doug have been tremendous...our company's growth and prosperity have improved each year.</a><br><a class='rotating2'>Craig Smith, Vice President - GES </a>"
item[5]="<a class='rotating'></a>"
var current=0

var ns6=document.getElementById&&!document.all
function changeItem(){
if(document.layers){
document.quotes.document.write(item[current])
document.quotes.document.close()
}
if(ns6)document.getElementById("divquote").innerHTML=item[current]
{
if(document.all){
divquote.innerHTML=item[current]
}
}
if (current==4) current=0
else current++
setTimeout("changeItem()",5000)
}
window.onload=changeItem
//-->
