

function random_imglink(){

var myimages=new Array()

//specify random images below. You can have as many as you wish. Just make new 'myimages[7]' or etc.

myimages[1]="images/home_image1.jpg"

myimages[2]="images/home_image2.jpg"


var ry=Math.floor(Math.random()*myimages.length)

if (ry==0)

ry=1

document.write('<img src="'+myimages[ry]+'" border=0>')

}

function title_img(ry){
	if (ry==1) {
	document.write('<img src="images/home_definepartnership.gif" width="373" height="49">')
	}else{
	document.write('<img src="images/home_definequality.gif" width="373" height="49">')
	}
}
