var spItemHtml = '';
var spItemHtml1 = '';
spItemHtml = '<table border="0" cellpadding="0" cellspacing="0" class="null0"><tr><td colspan="5" height="1" style="background:#BB5000"></td></tr>';

for(i = 0; i < sp_count ; i ++)
{
	if( i % 2 == 0)
		spItemHtml += '<tr><td width="1" style="background:#BB5000"></td><td class="item" valign="top">';

	spItemHtml += '<div class="photo"><table border="0" cellpadding="0" cellspacing="0" class="null0"><tr><td width="1" height="1"><img src="/images/news/news_23.gif"></td><td style="background:#FEC892" height="1"></td><td width="1" height="1"><img src="/images/news/news_25.gif"></td></tr><tr><td width="1" style="background:#FCA54C"></td><td style="padding:3px"><a target="_blank" href="' + sp_URL[i] + '"><img src="' + sp_Photo[i] + '" class="pic"></a></td><td width="1" style="background:#814300"></td></tr><tr><td width="1" height="1"><img src="/images/news/news_42.gif"></td><td style="background:#3A1B00" height="1"></td><td width="1" height="1"><img src="/images/news/news_43.gif"></td></tr></table></div><div class="title"><a target="_blank" href="' + sp_URL[i] + '">' + sp_Title[i] + '</a></div>'; 

	if(i % 2 == 0)
		spItemHtml += '</td><td width="1" style="background:#BB5000"></td><td class="item" valign="top">';
	if(i % 2 == 1 || i >= sp_count - 1)
		spItemHtml += '</td><td width="1" style="background:#BB5000"></td></tr>';

}

spItemHtml +='</table>'; 


document.write ('<div id="news_fckb"><div style="background:url(/images/news/news_fckb_10.gif) repeat-x;width:326px;height:45px;"><img src="/images/news/news_fckb_09.gif" style="float:left"><img src="/images/news/news_fckb_12.gif" style="float:right"><div class="tmore"><a href="' + G_INDEX_FCKB + '" target="_blank">more</a></div></div><div class="Content" style="background:url(/images/news/news_fckb_16.gif)"><div class="Items"><ul>' + fckbItemHtml + '</ul></div></div><div style="background:url(/images/news/news_fckb_30.gif) repeat-x;width:326px;height:12px;"><img src="/images/news/news_fckb_29.gif" style="float:left"><img src="/images/news/news_fckb_32.gif" style="float:right"></div></div><div class="news_right_ad">'); 
