function showsousame(){
var con1="";
con1='
行政专员(上海市 2010-09-03) 工程技术员(淄博市 烟台市 2010-09-03) 仓库管理员(上海市 2010-09-03) 办公助理(上海市 2010-09-03) ';
var vipcorp='';
var ourel1=document.getElementById("oupostelid");
if(ourel1!=null){
ourel1.innerHTML=con1;
}
if(vipcorp!=''){
var head = document.getElementsByTagName("head").item(0);
oScript = document.createElement("script");
oScript.setAttribute("src", "http://w1.itou.cn/vipcorp/"+vipcorp+".js");
oScript.setAttribute("id","vipcorpevent");
head.appendChild(oScript);
}
}
showsousame();