// JavaScript Document

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function imgChg(imgSrc1, imgSrc2){
	imgList = new Array();
	imgList[0] = imgSrc1;
	imgList[1] = imgSrc2;
	i = Math.round(Math.random()*(imgList.length-1));
	document.write('<img src="img/index/' + imgList[i] + '" alt="" width="730" height="200">');
}
