function getWorkbuster() { var url = "http://www.workbuster.se/wb/wb_joblist.asp"; var extraurl = ""; if (typeof(_aguid) != "undefined") { extraurl = "&aguid=" + _aguid; } if (typeof(_candidatepool) != "undefined") { if (_candidatepool == 1) { url = "http://www.workbuster.se/wb/wb_role.asp"; } } if (typeof(_email) != "undefined") { if ((_email.length > 5) || (_email == 1)) { if ( _email != 1 ) { extraurl = "&email=" + _email; } url = "http://www.workbuster.se/wb/wb_requestlink.asp"; } } if (typeof(_cguid) != "undefined") { if (_cguid.length > 15) { extraurl = "&cguid=" + _cguid; url = "http://www.workbuster.se/wb/cv/index.asp"; } } if (typeof(_subsite) != "undefined") { extraurl = extraurl + "&subsite=" + _subsite; } if (typeof(_role) != "undefined") { extraurl = extraurl + "&roleid=" + _role; url = "http://www.workbuster.se/wb/wb_cv.asp"; } if (typeof(_survey) != "undefined") { extraurl = extraurl + "&surveyid=" + _survey; url = "http://www.workbuster.se/wb/wb_cv.asp"; } if (typeof(_referrer) != "undefined") { extraurl = extraurl + "&ref=" + escape(_referrer); } if (_site == "eem") { _height = "2000"; } if (_site == "SGROUP") { _height = "2000"; } extraurl = extraurl + "&loc=" + escape(document.location.href); document.write(""); }