document.writeln("<style type=\"text\/css\">");
document.writeln("#box {");
document.writeln("	position:fixed;");
document.writeln("	right:0;");
document.writeln("	bottom:0;");
document.writeln("	width:236px;");
document.writeln("	height:0px;");
document.writeln("	overflow:hidden;");
document.writeln("	display:none;");
document.writeln("	\/*border:1px;*\/");
document.writeln("	background:transparent url(\/tsxx\/img\/pop_up_bg.png) no-repeat center top;");
document.writeln("}");
document.writeln("#box a {");
document.writeln("	color:#333;");
document.writeln("}");
document.writeln("#box a:hover {");
document.writeln("	color:#901d22;");
document.writeln("	outline: 0;");
document.writeln("}");
document.writeln("#box :focus {");
document.writeln("	outline: 0;");
document.writeln("}");
document.writeln("#pop_up_title {");
document.writeln("	padding-left:24px;");
document.writeln("	color:#000;");
document.writeln("	font: bold 16px 微软雅黑, 宋体;");
document.writeln("}");
document.writeln("#pop_up_title a { text-decoration:none;");
document.writeln("}");
document.writeln("#close {");
document.writeln("	filter:alpha(opacity=50);");
document.writeln("	-moz-opacity:0.50;");
document.writeln("	opacity: 0.50;");
document.writeln("}");
document.writeln("#close:hover {");
document.writeln("	filter:alpha(opacity=99);");
document.writeln("	-moz-opacity:0.9;");
document.writeln("	opacity: 0.90;");
document.writeln("}");
document.writeln("#zoom {");
document.writeln("	filter:alpha(opacity=50);");
document.writeln("	-moz-opacity:0.50;");
document.writeln("	opacity: 0.50;");
document.writeln("}");
document.writeln("#zoom:hover {");
document.writeln("	filter:alpha(opacity=99);");
document.writeln("	-moz-opacity:0.9;");
document.writeln("	opacity: 0.90;");
document.writeln("}");
document.writeln("<\/style>");
document.writeln("<!-- compliance patch for microsoft browsers -->");
document.writeln("<!--[if lt IE 7]><style>");
document.writeln("html, body {height: 100%;overflow: auto; }");
document.writeln("body #box{position: absolute;bottom: 0;}");
document.writeln("<\/style><![endif]-->");

document.writeln("<script type=\"text\/javascript\">");
document.writeln("jQuery.cookie = function(name, value, options) {");
document.writeln("    if (typeof value != \'undefined\') { \/\/ name and value given, set cookie");
document.writeln("        options = options || {};");
document.writeln("        if (value === null) {");
document.writeln("            value = \'\';");
document.writeln("            options.expires = -1;");
document.writeln("        }");
document.writeln("        var expires = \'\';");
document.writeln("        if (options.expires && (typeof options.expires == \'number\' || options.expires.toUTCString)) {");
document.writeln("            var date;");
document.writeln("            if (typeof options.expires == \'number\') {");
document.writeln("                date = new Date();");
document.writeln("                date.setTime(date.getTime() + (options.expires * 24 * 60 * 60 * 1000));");
document.writeln("            } else {");
document.writeln("                date = options.expires;");
document.writeln("            }");
document.writeln("            expires = \'; expires=\' + date.toUTCString(); \/\/ use expires attribute, max-age is not supported by IE");
document.writeln("        }");
document.writeln("        var path = options.path ? \'; path=\' + options.path : \'\';");
document.writeln("        var domain = options.domain ? \'; domain=\' + options.domain : \'\';");
document.writeln("        var secure = options.secure ? \'; secure\' : \'\';");
document.writeln("        document.cookie = [name, \'=\', encodeURIComponent(value), expires, path, domain, secure].join(\'\');");
document.writeln("    } else { \/\/ only name given, get cookie");
document.writeln("        var cookieValue = null;");
document.writeln("        if (document.cookie && document.cookie != \'\') {");
document.writeln("            var cookies = document.cookie.split(\';\');");
document.writeln("            for (var i = 0; i < cookies.length; i++) {");
document.writeln("                var cookie = jQuery.trim(cookies[i]);");
document.writeln("                \/\/ Does this cookie string begin with the name we want?");
document.writeln("                if (cookie.substring(0, name.length + 1) == (name + \'=\')) {");
document.writeln("                    cookieValue = decodeURIComponent(cookie.substring(name.length + 1));");
document.writeln("                    break;");
document.writeln("                }");
document.writeln("            }");
document.writeln("        }");
document.writeln("        return cookieValue;");
document.writeln("    }");
document.writeln("};");
document.writeln("<\/script>");
document.writeln("<div id=\"box\">");
document.writeln("  <table width=\"236\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("    <tr>");
document.writeln("      <td height=\"30\">");
document.writeln("      <table width=\"95%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("          <tr>");
document.writeln("            <td width=\"80%\" id=\"pop_up_title\"><a href=\"http:\/\/info.szhr.com:9001\/szhr2009\/salarySurvey.jsp\" title=\"深圳人才网调查问卷\" target=\"_blank\">深圳人才网调查问卷<\/a><\/td>");
document.writeln("            <td width=\"10%\"><a href=\"###\"><img id=\"zoom\" src=\"\/tsxx\/img\/big.gif\" width=\"15\" height=\"15\" border=\"0\" \/><\/a><\/td>");
document.writeln("            <td width=\"10%\"><a href=\"###\"><img id=\"close\"  src=\"\/tsxx\/img\/icon0313_05.gif\" width=\"15\" height=\"15\" border=\"0\" \/><\/a><\/td>");
document.writeln("          <\/tr>");
document.writeln("        <\/table>");
document.writeln("        <\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td  style=\"padding:1px;\"><a href=\"http:\/\/info.szhr.com:9001\/szhr2009\/salarySurvey.jsp\" title=\"深圳人才网调查问卷\" target=\"_blank\"><img width=\"234\" height=\"90\" border=\"0\" src=\"\/tsxx\/img\/xctc.gif\"\/><\/a><\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/table>");
document.writeln("<\/div>");
document.writeln("<script  type=\"text\/javascript\">");
document.writeln("var j = jQuery.noConflict();");
document.writeln("var showBox = function(boxid, tipheight) {");
document.writeln("        if(!boxid) boxid=\'box\';");
document.writeln("        if(!tipheight) tipheight=120;");
document.writeln("");
document.writeln("        var objclientheigth = document.getElementById(boxid).clientHeight;");
document.writeln("        j(\'#\'+boxid).height(objclientheigth+2);");
document.writeln("        if(objclientheigth < tipheight) { ");
document.writeln("                setTimeout(function(){showBox(boxid, tipheight)}, 5);");
document.writeln("        }");
document.writeln("}");
document.writeln("");
document.writeln("var closeBox = function(boxid) {");
document.writeln("        if(!boxid) boxid=\'box\';");
document.writeln("        var objclientheigth = document.getElementById(boxid).clientHeight;");
document.writeln("        \/*");
document.writeln("        j(\'#\'+boxid).height(objclientheigth-2);");
document.writeln("        if(objclientheigth>1 && objclientheigth<=202) {");
document.writeln("                setTimeout(function(){closeBox(boxid)},5);        ");
document.writeln("        }*\/");
document.writeln("        j(\'#\'+boxid).height(1);");
document.writeln("        if(objclientheigth<=1) {");
document.writeln("                j(\'#\'+boxid).hide();");
document.writeln("        }        ");
document.writeln("}");
document.writeln("");
document.writeln("var zoomInBox = function(boxid) {");
document.writeln("        if(!boxid) boxid=\'box\';");
document.writeln("        var objclientheigth = document.getElementById(boxid).clientHeight;");
document.writeln("        j(\'#\'+boxid).height(30);");
document.writeln("        \/*");
document.writeln("        if(objclientheigth>=30 && objclientheigth<=202) {");
document.writeln("                setTimeout(function(){zoomInBox(boxid)},5);        ");
document.writeln("        }*\/");
document.writeln("}");
document.writeln("");
document.writeln("var zoomOutBox = function(boxid, tipheight) {");
document.writeln("        if(!boxid) boxid=\'box\';");
document.writeln("        if(!tipheight) tipheight=120;");
document.writeln("");
document.writeln("        var objclientheigth = document.getElementById(boxid).clientHeight;");
document.writeln("        j(\'#\'+boxid).height(objclientheigth+2);");
document.writeln("        if(objclientheigth < tipheight) {");
document.writeln("                setTimeout(function(){zoomOutBox(boxid, tipheight)},5);        ");
document.writeln("        }        ");
document.writeln("}");
document.writeln("");
document.writeln("j(function(){");
document.writeln("        if(j.browser.msie && parseInt(j.browser.version) <= 6) {");
document.writeln("                j(\"#box\").hover(function(){");
document.writeln("                        j(\"#adminform select#action\").css({visibility: \"hidden\"});");
document.writeln("                },function(){");
document.writeln("                        j(\"#adminform select#action\").css({visibility: \"visible\"});");
document.writeln("                });        ");
document.writeln("        }");
document.writeln("        if(j.browser.msie) { \/\/对于不同浏览弹出高度的区别IE为210,其他194");
document.writeln("                var tipheight = 120;");
document.writeln("        } else {");
document.writeln("                var tipheight = 120;");
document.writeln("        }");
document.writeln("        if(j.cookie(\'hasshow\') != 1) {");
document.writeln("                j(\'#box\').show();");
document.writeln("                showBox(\'box\', 28);        ");
document.writeln("        }");
document.writeln("        j(\'#close\').click(function(){");
document.writeln("                closeBox(\'box\');");
document.writeln("                j.cookie(\'hasshow\', 1);");
document.writeln("        });");
document.writeln("        j(\'#zoom\').click(function(){");
document.writeln("                if(document.getElementById(\'box\').clientHeight >= tipheight) { ");
document.writeln("                        zoomInBox(\'box\');");
document.writeln("                        j(\'#zoom\').attr(\"src\", \"\/tsxx\/img\/big.gif\");");
document.writeln("                } else {");
document.writeln("                        zoomOutBox(\'box\', tipheight);");
document.writeln("                        j(\'#zoom\').attr(\"src\", \"\/tsxx\/img\/small.gif\");");
document.writeln("                }");
document.writeln("        });");
document.writeln("        ");
document.writeln("});");
document.writeln("");
document.writeln("<\/script>");
document.writeln("")