/*
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.
*/
<!--

//
var item=new Array()
item[0]="Senior representatives from seven founding universities of the Global Alliance of Technological Universities (GlobalTech) came together on 3 May 2010 at Shanghai Jiao Tong University for the 2010 GlobalTech Alliance Board meeting and the first Workshop on Sustainable Urban Solutions. <br><p align='right'><a href='http://www.globaltechalliance.org/events_1stGTWSUS.html'>View More ...</a>"
item[1]="Professor Bertil Andersson, NTU's new President is the Chairman of GlobalTech from 1 July 2011-2013."
item[2]="GlobalTech Student Projet - Building Tower of Babylon: What on Earth is Sustainability? to be launched in 2011."
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==1) current=0
else current++
setTimeout("changeItem()",5000)
}
window.onload=changeItem
//-->

