// Top level ticker - 17 Feb 2009


function randimg() { } ; r = new randimg() ; n = 0

r[n++]= '<a href="http://www.csu.edu.au/about/history"><img src="/images/ticker/20years/image-1.jpg"  width="777" height="133" alt="20th Anniversary Celebrations - Find out more this way" /></a>'
r[n++]= '<a href="http://www.csu.edu.au/about/history"><img src="/images/ticker/20years/image-2.jpg"  width="777" height="133" alt="20th Anniversary Celebrations - Find out more this way" /></a>'
r[n++]= '<a href="http://www.csu.edu.au/about/history"><img src="/images/ticker/20years/image-3.jpg"  width="777" height="133" alt="20th Anniversary Celebrations - Find out more this way" /></a>'
r[n++]= '<a href="http://www.csu.edu.au/about/history"><img src="/images/ticker/20years/image-4.jpg"  width="777" height="133" alt="20th Anniversary Celebrations - Find out more this way" /></a>'
r[n++]= '<a href="http://www.csu.edu.au/about/history"><img src="/images/ticker/20years/image-5.jpg"  width="777" height="133" alt="20th Anniversary Celebrations - Find out more this way" /></a>'


 
i=Math.floor(Math.random() * n) ; 
document.write( r[i] )


