= lcBodyText.lastIndexOf("";
highlightEndTag = "";
}
if (treatAsPhrase) {
promptText = "Please enter the phrase you'd like to search for:";
} else {
promptText = "Please enter the words you'd like to search for, separated by spaces:";
}
searchText = prompt(promptText, defaultText);
if (!searchText) {
alert("No search terms were entered. Exiting function.");
return false;
}
return highlightSearchTerms(searchText, treatAsPhrase, true, highlightStartTag, highlightEndTag);
}
/*
* This function takes a referer/referrer string and parses it
* to determine if it contains any search terms. If it does, the
* search terms are passed to the highlightSearchTerms function
* so they can be highlighted on the current page.
*/
function highlightGoogleSearchTerms(referrer)
{
// This function has only been very lightly tested against
// typical Google search URLs. If you wanted the Google search
// terms to be automatically highlighted on a page, you could
// call the function in the onload event of your tag,
// like this:
//
//var referrer = document.referrer;
if (!referrer) {
return false;
}
var queryPrefix = "q=";
var startPos = referrer.toLowerCase().indexOf(queryPrefix);
if ((startPos < 0) || (startPos + queryPrefix.length == referrer.length)) {
return false;
}
var endPos = referrer.indexOf("&", startPos);
if (endPos < 0) {
endPos = referrer.length;
}
var queryString = referrer.substring(startPos + queryPrefix.length, endPos);
// fix the space characters
queryString = queryString.replace(/%20/gi, " ");
queryString = queryString.replace(/\+/gi, " ");
// remove the quotes (if you're really creative, you could search for the
// terms within the quotes as phrases, and everything else as single terms)
queryString = queryString.replace(/%22/gi, "");
queryString = queryString.replace(/\"/gi, "");
return highlightSearchTerms(queryString, false);
}
/*
* This function is just an easy way to test the highlightGoogleSearchTerms
* function.
*/
function testHighlightGoogleSearchTerms()
{
var referrerString = "http://www.google.com/search?q=javascript%20highlight&start=0";
referrerString = prompt("Test the following referrer string:", referrerString);
return highlightGoogleSearchTerms(referrerString);
}
function subscribe()
{ var cat = 'i6';
var title = 'Statistical Programming';
popupWindow = window.open("Subscribe.asp?category=" + cat + "&title=" + encodeURIComponent(title),"Subscribe","height=400,width=800,left=100,top=100,resizable=no,scrollbars=no,toolbar=no,menubar=no,location=no,directories=no,status=no");
}
Job Listing: Statistical Programming Specialty |
Return to: |
Return to: |
JOB
TITLE [Click on the job title
to display a full job description]
Collapse Job Intro...
|
JOB LOCATION Sort By: Location
|
|
Wilmington, DE |
| SAS programmer/ analyst sought to support the implementation and support of statistical models including those used in Basel reporting. The role will involve the technical support o...
Job Keywords: SAS, Unix, SQL, SAS Programming, analyst
|
|
White Plains, NY or San Francisco |
| Consumer Credit Analyst / Sr. Analyst needed by Consulting firm to financial services companies for permanent position role to oversee development of customer-specific unique credit...
Job Keywords: credit, model, modeling, consulting, financial services SAS, statistics, analyst, analytics, credit card, consumer credit
|
|
Washington, DC |
A pre-eminent finance and risk management Consulting firm is looking for Credit Risk Analysts with strong SAS Statistical Modeling skills. This firm's clients are the world's ...
|
|
Washington DC suburbs (VA) |
Leading financial services firm seeks Quantitative Modelers for its Risk Management division. Successful candidates will partner cross-functionally with business throughout the comp...
|
|
Washington DC suburbs |
Leading financial services form seeks Statisticians at various levels to perform statistical analysis in support of business plans. Analyze data, produce reports and graphics. Write...
|
|
Upstate NY |
| Sr. Model Validation Analyst needed to validate SAS-based statistical models used for capital stress testing, risk measurement, pricing and profitability and management decision mak...
Job Keywords: credit model statistics SAS retail bank validate validation regulatory capital stress test
|
|
New York City |
| Basel II Economic Capital Credit Risk Modeler needed by major financial services firm to develop, monitor and maintain credit risk models for Basel II capital calculation for instit...
Job Keywords: Basel, economic capital, credit, risk, card, basel, institutional risk
|
|
New York |
| A Major New York based Property and Casualty Insurance Company is looking for Statisticians/Quantitative Analysts to work directly on the statistical models that support, maintain a...
Job Keywords: Statistician, SAS, Insurance Analytics, Data Manipulation, Model Validation, UNIX, Linux, Machine Learning
|
|
Las Vegas, NV |
| Leading credit issuer seeks AVP, Credit Card Acquisitions in Risk Management. Risk Management - Acquisitions is responsible for providing strategic direction and analysis in support...
Job Keywords: credit, credit cards, acquisitions, account acquisition, acquisition strategies, risk, risk management
|
|
Buffalo, NY |
Major bank seeks a Consumer Risk Analyst / Sr. Analyst with SAS statistical analytics experience to support Consumer Lending initiatives to increase and improve productivity and par...
|
***