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; } document.write(""); }