|
|
|
JOB BANK
Job Listings
|
Fairfield County,
CT,
United States
|
4/26/2010
|
|
|
New York,
NY,
US
|
5/03/2010
|
|
|
New York,
NY,
US
|
4/21/2010
|
|
|
Fort Lauderdale,
FL,
US
|
4/20/2010
|
|
|
CA,
US
|
5/09/2010
|
|
|
Atlanta,
GA,
US
|
4/25/2010
|
|
|
NY,
US
|
5/08/2010
|
|
|
New York,
NY,
US
|
4/21/2010
|
|
|
Fort Lauderdale,
FL,
US
|
4/20/2010
|
|
|
CA,
US
|
5/09/2010
|
|
|
Atlanta,
GA,
US
|
4/25/2010
|
|
|
New York,
NY,
US
|
5/04/2010
|
|
|
Round Rock,
TX,
US
|
2/09/2010
|
|
|
CA,
US
|
5/13/2010
|
|
|
OR,
US
|
5/12/2010
|
|
|
New York,
NY,
US
|
5/11/2010
|
|
|
Springfield,
MO,
US
|
5/08/2010
|
|
|
Philadelphia,
PA,
US
|
5/04/2010
|
|
|
Overland Park,
KS,
US
|
5/05/2010
|
|
|
New York,
NY,
US
|
5/03/2010
|
|
|
New York,
NY,
US
|
5/10/2010
|
|
|
CA,
US
|
8/24/2009
|
|
|
NY,
US
|
5/12/2010
|
|
|
Chicago,
IL,
US
|
4/29/2010
|
|
|
New York,
NY,
US
|
5/03/2010
|
|
|
Albany,
OR,
US
|
5/12/2010
|
|
|
Silicon Valley,
CA,
US
|
5/13/2010
|
|
|
Brooklyn,
NY,
US
|
5/13/2010
|
|
|
Overland Park,
KS,
US
|
5/07/2010
|
|
|
Plano,
TX,
US
|
4/23/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
|