var recList = new Array();

recList[0] = "¾÷Á¾1";
recList[1] = "¾÷Á¾2";
recList[2] = "¾÷Á¾3";
recList[3] = "¾÷Á¾4";
recList[4] = "¾÷Á¾5";
recList[5] = "¾÷Á¾6";
recList[6] = "¾÷Á¾7";
recList[7] = "¾÷Á¾8";
recList[8] = "¾÷Á¾9";
recList[9] = "¾÷Á¾10";
recList[10] = "¾÷Á¾11";
recList[11] = "¾÷Á¾12";
recList[12] = "¾÷Á¾13";
recList[13] = "¾÷Á¾14";
recList[14] = "¾÷Á¾15";
recList[15] = "¾÷Á¾16";
recList[16] = "¾÷Á¾17";
recList[17] = "¾÷Á¾18";
recList[18] = "¾÷Á¾19";
recList[19] = "¾÷Á¾20";


function PrintRec()
{
	var htmlContents = [];

/*
		<table width='54' border='0' cellpadding='0' cellspacing='1'>
		  <tr>
			<td height='20' class='RecommendList'><a href='#'>ÅÃ¹è</a></td>
		  </tr>
		  <tr>
			<td height='20' class='RecommendListSelect'>ÄÝÅÃ½Ã</td>
		  </tr>
		  <tr>
			<td height='20'>&nbsp;</td>
		  </tr>
		</table>
*/
}