
var item=new Array()

item[0]='<img src="/styles/images/award-east-greenwich2.jpg" style="height: 146px; margin: -20px 0pt 0pt -20px; width: 270px;">'
item[1]='<div id="awards_box_left"> <a href="http://summitconsulting.com/about-alan/web-award.php"><img border="0" style="margin: -20px 0pt 0pt -10px; width: 270px; height: 141px;" src="http://summitconsulting.com/styles/images/web-award-logo.jpg"></a></div>'
item[2]='<h4>"I know you know you\'re good.  But damn, you\'re good.<br><br>I\'m just now listening to your 9\/21\/09 sales call.  You\'re simply brilliant."</h4><p></p><h5>Daniel Pitlik<br>Pitlik Consulting Group</h5>'
item[3]='<h4>"A worldwide expert in executive education."</h4><p></p><h5>Success Magazine<br></h5>'
item[4]='<h4>"One of the most highly respected independent consultants in the country."</h4><p></p><h5>New York Post<br></h5>'
item[5]='<div id="awards_box_left"> <a href="http://www.americanpressinstitute.org/" target="_blank"><img src="/styles/images/api-award.gif" border="0"></a></div>'

item[6]='<h4>"The foremost consultant and author consulting to management today."</h4><p></p><h5>Vito Tanzi, CEO National<br>Bureau of Certified Consultants</h5>'
item[7]='<h4>"Alan Weiss is unquestionably one of the top 20 speakers in the world."</h4><p></p><h5>Ian Berry, President<br>National Speakers Association of Australia</h5>'
item[8]='<div id="awards_box_center"> <img src="/styles/images/axiem-award.gif" border="0"></div>'

item[9]='<h4>"Alan Weiss is simply the best presenter I\'ve encountered in my 26 years in newspapers."</h4><p></p><h5>Bob Gabordi, Executive Editor<br>Citizen Times, Asheville, NC</h5>'
item[10]='<h4>"One of the country\'s most succesful solo practitoners."</h4><p></p><h5>Jess Scheer, Editor<br>Consultants News</h5>'
item[11]='<h4>Q. "Who is your role model?"<br>A. "Alan Weiss, the great god of consulting!"</h4><p></p><h5>Olivia Fox, the Charisma Coach<br>cited in SellingCrossing</h5>'
item[12]='<div id="awards_box_right"> <a href="http://www.mynsa.org/INSIDENSA/AwardsandRecognition/CPAESpeakerHallofFame.aspx" target="_blank"><img src="/styles/images/hof-award.gif" border="0"></a></div>'
item[13]='<h4>"Alan...yesterday, your superb consulting advice helped me <strong>secure a $60,000 sale</strong> which in all likelihood will become<strong> $240,000 </strong>considering its lifetime value! Thank you for being my mentor. "</h4><h5>Chris Patterson<br>CEO, <a href="http://interchanges.com/" target="_blank">Interchanges.com</a><http://Interchanges.com></h5>'

var current=0

var ns6=document.getElementById&&!document.all
function changeItem(){
	if(document.layers){
	document.layer1.document.write(item[current])
	document.layer1.document.close()
	}

	if(ns6)document.getElementById("div1").innerHTML=item[current]
	{
	if(document.all){
	div1.innerHTML=item[current]
	}
}

if (current==13) current=0
else current++
setTimeout("changeItem()",5000)
}



