
/*
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]="<p>&quot;A technically dry subject made lively and fun! Great workshop. Strongly recommended for anyone who uses PowerPoint for presentation. Kelvin is wonderful! Very knowledgeable and helpful&quot;</p><p><strong>-Chua Hian Koon, Assistant Director Defence Science And Technology Agency (DSTA)</strong></p>"
item[1]="<p>&quot;This is an excellent program to improve the aesthetics and impact of PowerPoint without making it look cheap or amateurish. I'm amazed at how my skils improved by almost 300%.&quot;</p><p><strong>-Gabriel Chan<br />AIG Trainer</strong></p>"
item[2]="<p>&quot;Great course. All professional presenters should attend this course. really good value for money for all the materials covered and resorces provided. <br> Kelvin and team - excellent job.&quot;</p><p><strong>-Col. (NS) Png Bee Hin<br /> Former Director<br /> D'Executive Services Mindef</strong></p>"
item[3]="<p>&quot;Good presentation by trainer. Clear, concise and easy to follow. Helps to apply at work.&quot;</p><p><strong>-Mustaffa Othman, Flight Serving Manager,Civil Aviation Authority of Singapore (CAAS)</strong></p>"
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==3) current=0
else current++
setTimeout("changeItem()",5000)
}
window.onload=changeItem
//-->

