
安徽省高速公路联网运营有限公司招聘信息
function CHKcontact1(address,postalcode,linkman,tel,fax,email,website,email2,map){
var ContactHTML = "";
if (address != "") {
ContactHTML = ContactHTML + "公司地址:" + address + "
";
}
if (map != "") {
ContactHTML = ContactHTML + "地 图:" + fnShowMapPE(map) + "
";
}
if (postalcode != "") {
ContactHTML = ContactHTML + "邮政编码:" + postalcode + "
";
}
if (linkman != "") {
ContactHTML = ContactHTML + "联 系 人:" + linkman + "
";
}
if (tel != "" && tel != "--") {
ContactHTML = ContactHTML + "电 话:" + tel + "
";
}
if (fax != "") {
ContactHTML = ContactHTML + "传 真:" + fax + "
";
}
if (email != "") {
ContactHTML = ContactHTML + "电子邮件:" + email + "";
}
if (email2 != "") {
ContactHTML = ContactHTML + " " + email2 + "";
}
if (email != "" || email2 != "") {
ContactHTML = ContactHTML + "
";
}
if (website != "" && website != "http://") {
var http;
if (website.toLowerCase().search("http://")>=0) {
http = "";
}else{
http = "http://";
}
ContactHTML = ContactHTML + "公司主页:" + website + "
";
}
document.getElementById("contact").innerHTML = ContactHTML;
if (ContactHTML == "") {
document.getElementById("contact").style.display = "none";
document.getElementById("contact_title").style.display = "none";
}
}
function CHKcontact0(str){
/*document.getElementById("contact").innerHTML = str;*/
$("#contact").html(str);
if (str == "") {
document.getElementById("contact").style.display = "none";
document.getElementById("contact_title").style.display = "none";
}
}
function CHKcontact2(){
document.getElementById("contact").style.display = "none";
document.getElementById("contact_title").style.display = "none";
}
function isvip(n){
var tisvip = "";
if (n==1){
tisvip = '
';
}
if (n==3){
tisvip = '
';
}
return tisvip;
}
function ishot(jobcode){
var ishot = "";
if (HotJobs.search(","+jobcode+",")>=0) {
ishot = '
';
}
return ishot;
}
Array.prototype.SortBy = function(n,type,str){
switch (type){
case 0:this.sort(); break;
case 1:this.sort(function(a,b){
var na = str.indexOf(a[n]);
var nb = str.indexOf(b[n]);
if (na==-1) {
if (nb==-1) {
return 0;
}else{
return 1;
}
}else{
if (nb==-1) {
return -1;
}else{
}
}
if (na>nb) {
return 1;
}else if (na


