/* <![CDATA[ */

(function()
{
var s = window.location.search.substring(1).split('&');
if(!s.length) return;
window.$_GET = {};
for(var i = 0; i < s.length; i++)
{
var parts = s[i].split('=');
window.$_GET[unescape(parts[0])] = unescape(parts[1]);
}
}())

var reg = $_GET['reg'];
var pwd = $_GET['pwd'];
if (reg && reg != '') {
	Stellenboerse('reg', 'reg', '' + reg + '' );
} else if (pwd && pwd != '') {
	Stellenboerse('pwd', 'pwd', '' + pwd + '' );
}


function Stellenboerse(Seite, args, args2)
{
if (args) {
	stellenboerse = window.open('http://www.logistikjob.de/stellenboerse/' + Seite + '.php?'+ args +'='+ args2, 'Stellenboerse', 'height=600,width=860,toolbar=0,menubar=0,scrollbars=yes,resizable=0,locationbar=0,directories=0,statusbar=0');
	} else {
	stellenboerse = window.open('http://www.logistikjob.de/stellenboerse/' + Seite + '.php', 'Stellenboerse', 'height=600,width=860,toolbar=0,menubar=0,scrollbars=yes,resizable=0,locationbar=0,directories=0,statusbar=0');
	}
stellenboerse.focus();
}
/* ]]> */

