function random_content(){
var mycontent=new Array()

mycontent[1]='<a href="http://ottawaimmigration.7gc.net/"><img src="http://ottawaimmigration.7gc.net/images/splash/1.jpg" width="770" height="260" border=0 alt="Ottawa Immigration" /></a>'
mycontent[2]='<a href="http://ottawaimmigration.7gc.net/"><img src="http://ottawaimmigration.7gc.net/images/splash/2.jpg" width="770" height="260" border=0 alt="Ottawa Immigration" /></a>'
mycontent[3]='<a href="http://ottawaimmigration.7gc.net/"><img src="http://ottawaimmigration.7gc.net/images/splash/3.jpg" width="770" height="260" border=0 alt="Ottawa Immigration" /></a>'
mycontent[4]='<a href="http://ottawaimmigration.7gc.net/"><img src="http://ottawaimmigration.7gc.net/images/splash/4.jpg" width="770" height="260" border=0 alt="Ottawa Immigration" /></a>'
mycontent[5]='<a href="http://ottawaimmigration.7gc.net/"><img src="http://ottawaimmigration.7gc.net/images/splash/5.jpg" width="770" height="260" border=0 alt="Ottawa Immigration" /></a>'

var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()