|
|
|
JOB BANK
Job Listings
|
Brooklyn,
NY,
US
|
3/22/2010
|
|
|
Newark,
DE,
US
|
3/27/2010
|
|
|
San Jose,
CA,
US
|
3/22/2010
|
|
|
Round Rock,
TX,
US
|
4/01/2010
|
|
|
CA,
US
|
4/09/2010
|
|
|
FL,
US
|
2/10/2010
|
|
|
Los Angeles,
CA,
US
|
3/29/2010
|
|
|
Miami,
FL,
US
|
3/28/2010
|
|
|
San Jose,
CA,
US
|
3/22/2010
|
|
|
Brooklyn,
NY,
US
|
3/22/2010
|
|
|
Campbell,
CA,
US
|
3/19/2010
|
|
|
Newark,
DE,
US
|
3/27/2010
|
|
|
CA,
US
|
4/06/2010
|
|
|
CA,
US
|
4/03/2010
|
|
|
Philadelphia,
PA,
US
|
3/31/2010
|
|
|
CA,
US
|
4/02/2010
|
|
|
CA,
US
|
3/31/2010
|
|
|
Los Angeles,
CA,
US
|
8/24/2009
|
|
|
FL,
US
|
4/08/2010
|
|
|
CA,
US
|
3/23/2010
|
|
|
AZ,
US
|
4/06/2010
|
|
|
Paso Robles,
CA,
US
|
4/10/2010
|
|
|
St. Petersburg,
FL,
US
|
4/09/2010
|
|
|
Los Angeles,
CA,
US
|
3/29/2010
|
|
|
Silicon Valley,
CA,
US
|
4/07/2010
|
|
|
Hollywood,
FL,
US
|
3/30/2010
|
|
|
Brooklyn,
NY,
US
|
3/22/2010
|
|
|
Silicon Valley,
CA,
US
|
4/04/2010
|
|
| ', pos.top + 10, pos.left + 10, 300, null, "jt_searchresults", false);
}
else {
document.getElementById("jt_savesearch").removeChild(document.getElementById("jt_savesearch").childNodes[0]);
var newContent = document.createElement("div");
newContent.className = "jt_popupnotice";
newContent.innerHTML = "";
document.getElementById("jt_savesearch").appendChild(newContent);
var saveSearchRequest = new getXMLHttpRequest();
saveSearchRequest.open("POST", "../../../jobbank-sub/c/functions/savesearch-site_id-336/", true);
saveSearchRequest.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
saveSearchRequest.onreadystatechange = function(){
if(saveSearchRequest.readyState == 4) {
if(trim(saveSearchRequest.responseText) == "nolog")
else {
document.getElementById("jt_savesearch").removeChild(document.getElementById("jt_savesearch").childNodes[0]);
var newContent = document.createElement("div");
newContent.className = "jt_popupnotice";
newContent.innerHTML = 'Your job search has been saved.
';
document.getElementById("jt_savesearch").appendChild(newContent);
}
}
}
saveSearchRequest.send(formAsString(form) + "&site_id=336");
}
return false;
}
function saveAlert(show) {
if(!show)
newAlert("jt_savealert");
else {
var size = windowSize(window);
newAlert("jt_savealert", "", (size.height / 2) - 35, (size.width / 2) - 150, 300, 70, null, true);
var saveAlertRequest = new getXMLHttpRequest();
saveAlertRequest.open("POST", "../../../jobbank-sub/c/functions/savealert-site_id-336/", true);
saveAlertRequest.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
saveAlertRequest.onreadystatechange = function(){
if(saveAlertRequest.readyState == 4) {
if(trim(saveAlertRequest.responseText) == "nolog")
else
document.getElementById("jt_savealert").innerHTML = '';
}
}
saveAlertRequest.send("site_id=336");
}
return false;
}
function selectTab(tabelm, tab) {
tabelm.style.display = "block";
var curtab = 1;
for(var i = 0; i
|