// JavaScript Document

// Array of left column main images
function randimg() { } ; r = new randimg() ; n = 0
	r[n++]= '<img src="/_images/square/tuition-01.jpg" width="440" height="440" alt="" class="context" />'
	r[n++]= '<img src="/_images/square/tuition-02.jpg" width="440" height="440" alt="" class="context" />'
	r[n++]= '<img src="/_images/square/tuition-03.jpg" width="440" height="440" alt="" class="context" />'
	r[n++]= '<img src="/_images/square/tuition-04.jpg" width="440" height="440" alt="" class="context" />'
	r[n++]= '<img src="/_images/square/tuition-05.jpg" width="440" height="440" alt="" class="context" />'
	i=Math.floor(Math.random() * n) ;
	document.write( r[i] )