function showsousame(){
var con1="";
con1='
高级软硬件工程师(北京市 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();