<!--
function random_content1()
{
	var mycontent=new Array()
	//specify random content below.
	mycontent[1]='<a href="/globalCampus.html#GCFCO"><img src="/uploadedImages/404/leftImage1.jpg" width="170" height="150" border="0" /></a>'
	mycontent[2]='<a href="/programs/argentina/buenos_aires.html"><img src="/uploadedImages/404/leftImage2.jpg" width="170" height="150" border="0" /></a>'
	mycontent[3]='<a href="/programs/china/shanghai.html"><img src="/uploadedImages/404/leftImage3.jpg" width="170" height="150" border="0" /></a>'
	var ry=Math.floor(Math.random()*mycontent.length)
	if (ry==0)
	ry=1
	document.write(mycontent[ry])
}


function random_content2()
{
	var mycontent=new Array()
	//specify random content below
	mycontent[1]='<a href="/programs.html"><img src="/uploadedImages/404/centerImage1.jpg" width="170" height="150" border="0" /></a>'
	mycontent[2]='<a href="/programs.html"><img src="/uploadedImages/404/centerImage2.jpg" width="170" height="150" border="0" /></a>'
	mycontent[3]='<a href="/programs.html"><img src="/uploadedImages/404/centerImage3.jpg" width="170" height="150" border="0" /></a>'
	var ry=Math.floor(Math.random()*mycontent.length)
	if (ry==0)
	ry=1
	document.write(mycontent[ry])
}


function random_content3()
{
	var mycontent=new Array()
	//specify random content below.
	mycontent[1]='<a href="/Apply/"><img src="/uploadedImages/404/rightImage1.jpg" width="170" height="150" border="0" /></a>'
	mycontent[2]='<a href="/Apply/"><img src="/uploadedImages/404/rightImage2.jpg" width="170" height="150" border="0" /></a>'
	mycontent[3]='<a href="/Apply/"><img src="/uploadedImages/404/rightImage3.jpg" width="170" height="150" border="0" /></a>'
	var ry=Math.floor(Math.random()*mycontent.length)
	if (ry==0)
	ry=1
	document.write(mycontent[ry])
}

-->