  imgHeadList=new Array();
  
  imgHeadList[1]= "<div class='main_glorious'></div>";
  imgHeadList[2]="<div class='main_news'></div>";
  imgHeadList[3]="<div class='main_service'></div>";
  imgHeadList[4]="<div class='firstFlash'><embed src='/publish/main/images/gryjtkh.swf' quality='high' pluginspage='http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='1002' height='245' wmode='transparent'></embed></div>";
  imgHeadList[5]="<div class='firstFlash'><embed src='/publish/main/images/ttqy.swf' quality='high' pluginspage='http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='1002' height='245' wmode='transparent'></embed></div>";
  imgHeadList[6]="<div class='main_overseas'></div>";
  imgHeadList[7]="<div class='firstFlash'><embed src='/publish/main/images/yxhbzq.swf' quality='high' pluginspage='http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='1002' height='245' wmode='transparent'></embed></div>";
    imgHeadList[8]="<div class='main_map'></div>";

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(urlCurrentPlace){  

	var id = geColumn1(urlCurrentPlace);	
	
	img="";
	if(id=="289"){
		img=imgHeadList[1];
  }else if(id=="2"){
		img=imgHeadList[2];
  }
  else if(id=="3"){
		img=imgHeadList[3];
  }
  else if(id=="419"){
		img=imgHeadList[3];
  }
  else if(id=="238"){
		img=imgHeadList[8];
  }
   else if(id=="440"){
		img=imgHeadList[8];
  }
  else if(id=="446"){
		img=imgHeadList[3];
  }
  else if(id=="4"){
		img=imgHeadList[4];
  }else if(id=="5"){
		img=imgHeadList[5];
  }else if(id=="6"){
		img=imgHeadList[6];
  }else if(id=="7"){
		img=imgHeadList[7];
  }  else if(id=="358"){
		img=imgHeadList[8];
  }
	return img;
}
	
