  imgHeadList=new Array();
  
  imgHeadList[1]="<div style='margin-top:10px; width:248px; height:121px;min-height:121px;'><a href='/publish/main/246/index.html'  hidefocus='true'><img src='/publish/main/images/default/fzlc_left03.gif' width='248px' height='121px' /></a></div><div style='margin-top:10px; width:248px; height:121px;min-height:121px;'><a href='/publish/main/26/2009/20091112123649459493029/20091112123649459493029_.html' hidefocus='true'><img src='/publish/main/images/default/fzlc_left211.gif' width='248px' height='121px' /></a></div>";  
   imgHeadList[2]="<div style='margin-top:10px;min-height:299px;'><a href=''  target='_blank' hidefocus='true'><img src='/publish/main/images/default/newspage.gif' width='248' height='299'/></a></div>";
  imgHeadList[4]="<div style='margin-top:10px; width:248px; height:121px;min-height:121px;'><a href='/publish/main/285/index.html' hidefocus='true'><img src='/publish/main/images/default/fzlc_left01.gif' width='248px' height='121px' min-height='121px' /></a></div><div style=' width:248px; height:21px;padding-top:10px;min-height:121px;'><a href='/publish/main/284/index.html' hidefocus='true'><img src='/publish/main/images/default/fzlc_left02.gif' width='248px' height='121px'min-height='121px' /></a></div><div style='margin-top:10px; width:248px; height:121px;min-height:121px;'><a href='/publish/main/451/index.html'  hidefocus='true'><img src='/publish/main/images/default/fzlc_left011.gif' width='248px' height='121px' min-height='121px' /></a></div><div style=' width:248px; height:21px;padding-top:10px;min-height:121px;'><a href='/publish/main/235/2009/20091202112710229904584/20091202112710229904584_.html'  hidefocus='true'><img src='/publish/main/images/default/fzlc_left012.gif' width='248px' height='121px' min-height='121px'/></a></div>";
  imgHeadList[5]="<div style='margin-top:10px; width:248px; height:121px;min-height:121px;'><a href='/publish/main/442/index.html' hidefocus='true'><img src='/publish/main/images/default/fzlc_leftyh.gif' width='248px' height='121px' min-height='121px' /></a></div><div style=' width:248px; height:21px;padding-top:10px;min-height:121px;'><a href='/publish/main/451/index.html'  hidefocus='true'><img src='/publish/main/images/default/fzlc_left011.gif' width='248px' height='121px' min-height='121px'/></a></div>";
  imgHeadList[6]="<div style='margin-top:10px; width:248px; height:152px;min-height:151px;'><a href='/publish/60zhounian/index.html'  target='_blank' hidefocus='true'><img src='/publish/main/images/default/fzlc_left215.gif' width='248px' height='152px' min-height='152px' /></a></div>";
   imgHeadList[7]="<div style='margin-top:10px; width:248px; height:121px;min-height:121px;'><a href='/publish/main/56/index.html'  hidefocus='true'><img src='/publish/main/images/default/fzlc_left213.gif' width='248px' height='121px' min-height='121px' /></a></div>";
   imgHeadList[8]="<div style='margin-top:10px; width:248px; height:121px;min-height:121px;'><a href='/publish/main/23/index.html' hidefocus='true'><img src='/publish/main/images/default/fzlc_left03.gif' width='248px' height='121px' min-height='121px' /></a></div>";
    imgHeadList[9]="<div style='margin-top:10px; width:248px; height:121px;min-height:121px;'><a href='/publish/main/235/2009/20091202112710229904584/20091202112710229904584_.html' hidefocus='true'><img src='/publish/main/images/default/fzlc_left012.gif' width='248px' height='121px' min-height='121px' /></a></div>";
	imgHeadList[10]="<div style='margin-top:10px; width:248px; height:121px;min-height:121px;'><a href='/publish/main/54/2009/20091110171149478351114/20091110171149478351114_.html' hidefocus='true'><img src='/publish/main/images/default/fzlc_left214.gif' width='248px' height='121px' min-height='121px' /></a></div>";
   function tt3(){
				var strRestult="";
				var divPaht="";
				var divPaht2="";
				var HTMLStr1=document.body.innerHTML;
				 var app=navigator.appName;
  				var verStr=navigator.appVersion;
 
				  if (app.indexOf('Netscape') != -1) {
						 regStr=/<DIV class="daohang">(.+?)<\/DIV>/gi;//ff
				  }else{
						regStr=/<DIV class=daohang>(.+?)<\/DIV>/gi;//ie
				  }
				
				var tmpArr = HTMLStr1.match(regStr);
				while(tmpArr != null){ 
						divPaht=RegExp.$1;	
						break;				
				}
				if(divPaht!=""){
					var tmpArr2 = divPaht.match(/href=['"]*(.+?)["']/gi);
					
					if(tmpArr2.length>0){
						for( i=0;i<tmpArr2.length-1;i++){
							strRestult+=geColumn1Img(tmpArr2[i]);
							
						}
					}
				}
			return strRestult;
			}
function geColumn1(urlCurrentPlace){  
	var id = 0;		
	idxColid = urlCurrentPlace.indexOf("columnid");
	if(idxColid!= -1){
		idxStart = urlCurrentPlace.indexOf("=",idxColid);
		idxEnd = urlCurrentPlace.indexOf('"',idxStart+1);
	 	id = urlCurrentPlace.substring(idxStart+1,idxEnd);
	 	  
	}else{
		var  strArray = new   Array();   
		
		idxS = urlCurrentPlace.indexOf("href=");
		idx = urlCurrentPlace.indexOf("href=",idxS+5);
		var temp = urlCurrentPlace.substring(idx);
    //alert("temp="+temp+"\n,urlCurrentPlace="+urlCurrentPlace);
   	strArray = temp.split("/");    
    id =  strArray[3];
    //alert("idxS="+idxS+"idx="+idx+"id2="+strArray[2]+",id3="+id);
	}	
	return id;
}

	
function geColumn1Img(id){  

	//var id = geColumn1(urlCurrentPlace);	
	img="";
	if(id=="26"){
		img=imgHeadList[1];
 }else if(id=="27"){
		img=imgHeadList[1];
 }else if(id=="28"){
		img=imgHeadList[1];
 }else if(id=="29"){
		img=imgHeadList[1];
 }else if(id=="218"){
		img=imgHeadList[1];
 }else if(id=="219"){
		img=imgHeadList[1];
 }else if(id=="220"){
		img=imgHeadList[1];
 }else if(id=="221"){
		img=imgHeadList[1];
 }else if(id=="30"){
		img=imgHeadList[1];
 }else if(id=="246"){
		img=imgHeadList[1];
 }else if(id=="17"){
		img=imgHeadList[5];
  }else if(id=="18"){
		img=imgHeadList[5];
  }else if(id=="19"){
		img=imgHeadList[5];
  }else if(id=="20"){
		img=imgHeadList[5];
  }else if(id=="21"){
		img=imgHeadList[5];
  }else if(id=="22"){
		img=imgHeadList[5];
  }else if(id=="7"){
		img=imgHeadList[6];
  }else if(id=="56"){
		img=imgHeadList[7];
  }else if(id=="23"){
		img=imgHeadList[8];
  }else if(id=="24"){
/*		img=imgHeadList[9];
*/	   img=imgHeadList[5];

  }else if(id=="37"){
		img=imgHeadList[4];
  }else if(id=="38"){
		img=imgHeadList[4];
  }else if(id=="39"){
		img=imgHeadList[4];
  }else if(id=="255"){
		img=imgHeadList[4];
  }else if(id=="256"){
		img=imgHeadList[4];
  }else if(id=="257"){
		img=imgHeadList[4];
  }else if(id=="258"){
		img=imgHeadList[4];
  }else if(id=="227"){
		img=imgHeadList[4];
  }else if(id=="282"){
		img=imgHeadList[4];
  }else if(id=="334"){
		img=imgHeadList[4];
  }else if(id=="333"){
		img=imgHeadList[4];
  }else if(id=="286"){
		img=imgHeadList[4];
  }else if(id=="285"){
		img=imgHeadList[4];
  }else if(id=="284"){
		img=imgHeadList[4];
  }else if(id=="283"){
		img=imgHeadList[4];
  }else if(id=="349"){
		img=imgHeadList[4];
  }else if(id=="353"){
		img=imgHeadList[4];
  }else if(id=="352"){
		img=imgHeadList[4];
  }else if(id=="351"){
		img=imgHeadList[4];
  }else if(id=="350"){
		img=imgHeadList[4];
  }else if(id=="350"){
		img=imgHeadList[4];
  }else if(id=="3"){
		img=imgHeadList[10];
  }else if(id=="52"){
		img=imgHeadList[10];
  }else if(id=="53"){
		img=imgHeadList[10];
  }else if(id=="54"){
		img=imgHeadList[10];
  }else if(id=="55"){
		img=imgHeadList[10];
  }else if(id=="56"){
		img=imgHeadList[10];
  }else if(id=="57"){
		img=imgHeadList[10];
  }else if(id=="412"){
		img=imgHeadList[10];
  }else if(id=="413"){
		img=imgHeadList[10];
  }else if(id=="60"){
		img=imgHeadList[10];
  }else if(id=="369"){
		img=imgHeadList[10];
  }else if(id=="370"){
		img=imgHeadList[10];
  }else if(id=="362"){
		img=imgHeadList[10];
  }else if(id=="374"){
		img=imgHeadList[10];
  }else if(id=="373"){
		img=imgHeadList[10];
  }else if(id=="375"){
		img=imgHeadList[10];
  }else if(id=="371"){
		img=imgHeadList[10];
  }else if(id=="363"){
		img=imgHeadList[10];
  }else if(id=="364"){
		img=imgHeadList[10];
  }else if(id=="365"){
		img=imgHeadList[10];
  }else if(id=="378"){
		img=imgHeadList[10];
  }else if(id=="366"){
		img=imgHeadList[10];
  }else if(id=="367"){
		img=imgHeadList[10];
  }else if(id=="368"){
		img=imgHeadList[10];
  }else if(id=="69"){
		img=imgHeadList[10];
  }else if(id=="235"){
		img=imgHeadList[10];
  }else if(id=="236"){
		img=imgHeadList[10];
  }else if(id=="237"){
		img=imgHeadList[10];
  }else if(id=="348"){
		img=imgHeadList[10];
  }else if(id=="347"){
		img=imgHeadList[10];
  }else if(id=="70"){
		img=imgHeadList[10];
  }else if(id=="346"){
		img=imgHeadList[10];
  }
 
	return img;
}
	
