var g_sLand = new Array(
["世界长寿之乡","local.htm#longevity","longevity.jpg"],
["中国板栗之乡","local.htm#chestnut","donglan_oil_chestnut.jpg"],
["中国野生毛葡萄之乡","local.htm#V_guinguangLaris","grapes_and_wine.jpg"],
["中国长角辣椒之乡","local.htm#LongCayenne","long_cayenne.jpg"],
["中国兰花之乡","\/specialty\/HuangJiang_paphiopedilum1.htm","HuangJiang_paphiopedilum1.JPG"],
["中国金花茶之乡","\/infoscan\/2008\/07-03-te1.htm","TianE-CamelliaNitidissimaChi1.jpg"],
["中国油桐之乡","","TianE-TungOilTree1.jpg"],
["中国黄腊李基地","\/specialty\/cereplum.htm","nadan_cereplum1.jpg"],
["中国三乌鸡之乡","local.htm#BlackChicken","sootychook.jpg"],
["中国瑶鸡之乡","local.htm#YaoChicken","yao_chicken.jpg"],
["中国山鸡之乡","", "TianE-Berghaan1.jpg"],
["中国香猪之乡","local.htm#MuskPig","muskpig1.jpg"],
["中国菜牛之乡","\/specialty\/huanjiang_vegetables_cattle.htm","vegetable_cattle.jpg"],
["中国竹藤草芒编织工艺品之乡","\/specialty\/duan_weave.htm","duan_weave.jpg"],
["世界铜鼓之乡","local.htm#Bronze_Drum","bronzedrum1.jpg"],
["中国有色金属之乡","local.htm#nonferrous_metals","minerals.jpg"],
["中国观赏石之乡","#","dh-stone.jpg"],
["壮族歌仙刘三姐的故乡","local.htm#song_fairy","liu3sister.jpg"]);

//'新年快乐！<br>Happy New Year!',"#","happy-new-year.jpg"

var strTitle;
var imgI = Math.round(Math.random() * 10);//11
var g_iLandCount = g_sLand.length - 1;

function show_banner()
{
	while(g_sLand[imgI][2].length==0)
	{
		imgI = (imgI==g_iLandCount ? 0 : imgI+1);
	}

	strTitle = g_sLand[imgI][0];// + "";
	document.images.ImgBox.filters[0].Apply();
	banner_text.filters[0].Apply();
	document.images.ImgBox.src = "\/images\/" + g_sLand[imgI][2];
	document.images.ImgBox.filters[0].Play();
	//banner_text.innerHTML = ;
	//strLink = "parentwindow.open('local.htm#" + LinkX[i] +"', '_new','top=0, left=0, width=800, height=320,scrollbars=yes, resizeable=yes');";
	/*
	if (imgI==13)
	{
		banner_text.innerHTML = "<p ID='P4Img'><span style='color:#66FF00; font-size:15pt;'>" + strTitle + "</span></P>";
		parent.document.title = "河池市农业信息网　　" + g_sLand[imgI][1];
	}
	else
	{
	*/

		banner_text.innerHTML = '<a href=\"' + g_sLand[imgI][1] + '\"' + " target=winDetail><p ID='P4Img'><span style='color:#66FF00'>" + strTitle + "</span><BR><font color=red>欢迎您!</font></P></a>";
		parent.document.title = "河池市农业信息网　　" + g_sLand[imgI][0] + "欢迎您!";
	//}

	banner_text.filters[0].Play();

	window.setTimeout("show_banner()", 5000);

	imgI = (imgI==g_iLandCount ? 0 : imgI+1);
}

show_banner();