
gUrl = new Array(2);

gUrl[0] = "cm01.html";		//
gUrl[1] = "cm02.html";		//

function fRndCm(){

//	lRnd = Math.floor(Math.random()*gUrl.length);

//	window.parent.sub03.location.href = gUrl[lRnd];

}

fRndCm();
