<!--
arrSource = new Array(3);
arrSource[0] = "<a href ='http://www.s-recipe.com/bnr/ref/0011_res_img01_01.html' target='_blank'><img src='http://www.s-recipe.com/bnr/img/0011_res_img01_01.gif' width=415 height=45 border=0></a>";
arrSource[1] = "<a href ='http://www.s-recipe.com/bnr/ref/0011_res_img01_01.html' target='_blank'><img src='http://www.s-recipe.com/bnr/img/0011_res_img01_01.gif' width=415 height=45 border=0></a>";
arrSource[2] = "<a href ='http://www.s-recipe.com/bnr/ref/0011_res_img01_01.html' target='_blank'><img src='http://www.s-recipe.com/bnr/img/0011_res_img01_01.gif' width=415 height=45 border=0></a>";

function changebannar(){
	nTemp = Math.floor(Math.random()*(arrSource.length));
	strHtml = arrSource[nTemp] ;
	document.write(strHtml);
}
//-->