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="list_spbd"><div style="background:url(/images/news/list_spbd_57.gif) repeat-x;width:307px;height:37px;"><img src="/images/news/list_spbd_56.gif" style="float:left"><img src="/images/news/list_spbd_59.gif" style="float:right"><div class="tmore"><a href="' + G_NEWS_SPBD + '" target="_blank">more</a></div></div><div style="background:url(/images/news/list_spbd_60.gif) repeat-y;width:307px;" class="Content"><div class="Items">');
document.write (spItemHtml);
document.write ('</div></div><div style="background:url(/images/news/list_spbd_63.gif) repeat-x;width:307px;height:6px;"><img src="/images/news/list_spbd_62.gif" style="float:left"><img src="/images/news/list_spbd_65.gif" style="float:right"></div></div>'); 

