| Related sites for http://www.nraef.org/ |
| Robert_G__Stefanik_and_Associates New England restaurant and night club management, training the hospitality industry to operate safely and productively. | | SERVE_Program,_Inc_ SERVE is an alcohol and food safety education training program for the hospitality industry. | | Topserve_Inc_ Providing restaurant customer service consulting and waiter training programs. Articles, and contacts. | | TouchstoneTraining_Resources A restaurant training company specializing in custom designed training programs, & training manuals. | | Tourism,_Hospitality_and_Sport_Education_and_Training_Authority Provides national skills standards training assistance to hospitality, tourism and related industries in New Zealand. | | Victoria_International_Corporation A training consultancy service offering a wide range of training solutions including e-training. | | Waiter_Training Customized restaurant wait staff training programs. | | Ward_and_Associates Providing training for front offices, reservations, call centers, catering and sales departments of hotels and other tourism operations. | | WM_Consulting__Food_Safety_Training_&_Certification USA based consulting service providing food safety training & certification. | | WWAdVice__of_Switzerland Advisory service providing information to prospective students wanting to study in Switzerland, and for those wanting to set up hospitality industry training facilities. | | Z-Z_GROUP_Inc_ Hospitality management company offering training and consulting services to hospitality professionals in restaurant, lodging or food and beverage operation. | | Ansell,_Clive__locum_vet Locum vet covering the UK online availability. | | Harutyunyan_M_D,Vachagan Curriculum Vitae of Doctor of Dermatology in Republic of Armenia. | | Mchedlishvili,Nino CV of a gynecologist in Gurdjaani, Georgia. | | Sundgren_MD,_PhD,_Pia Address and scientific activities of neuroradiologist, specialist in MR spectroscopy. | | Quality_Control Growing article, with links to many related topics. [Wikipedia] | | AHIP_Career_Source Employment website designed for health care industry workers. | | Aim_Jobs Nationwide listing of practice opportunities for physicians and allied health personnel with updates from over 60 search firms. | | All_Healthcare_Jobs Offering a database for clinicians, pharmacists, technologists, and medical sales personnel. Includes specialty-specific searches. | | AllHealthJobs_com Registration not required to search for jobs in medicine, dentistry, nursing, pharmacy, healthcare administration and allied health. | | Alliedhealthcareers_com Jobboard for allied health careers. Requires registration to post CVs and respond to advertisements. | | Better_Physician_Jobs Employment opportunities for doctors, surgeons, and physician executives at no cost to candidates. | | Canadian_Healthcare_Workers_Guide Providing information on immigration, visa issues, certification and licensing for Canadian healthcare professionals wanting to work in the U.S.A. | | Career_Scene Listing of jobs available in the UK in biomedical science and laboratory medicine. | | CareerPharm A resource for pharmacists interested in finding quality jobs, residencies, or fellowships. It also offers resumes, articles, news and recruiting event information. | | Dental_Jobs List of jobs for dentists, hygienists, assistants, lab technicians and business staff. | | DentalGiant_com Dental candidates are able to search for jobs and post resumes. | | Dentalworkers Online classified ads for dental jobs and free resume posting for dental workers. | | Diversity__Allied_Health_Careers An education and career site for allied health care-including professionals, students and faculty. Site includes job postings, faculty ads, scholarships, grad school, distance learning and feature ar | | Doctorsjobsite_com Allows physicians and doctors to post their CV's/Resumes, search for and apply for jobs and set up email notification of new jobs posted. | | Elderjobs_com Employment site exclusively for the elder care, geriatric and senior housing industry. | | eMedCareer_com Jobboard and resume posting service for healthcare careers. | | ER_365 Emergency medicine jobs for nurses, physicians and physician assistants. | | Eye_Hunter Optometrists, opticians classified ads for jobs, equipment and practices. | | Gastrocareer_com Jobs and employment resources for Gastroenterologists and other healthcare personnel in Gastroenterology. | | GasWork_com Employment resource for anesthesiolgists, CRNAs, anesthesiolgy assitants and technicians. | | Healthcare_Career_Network Careers and networking tools for professionals in the biotech, healthcare, pharmaceuticals and nursing industries. | | The_Healthcare_Hound Job board for all healthcare careers. | | HealthCare_Job_Bank Jobs bank and cv posting for the healthcare field including; medical, biotech, pharmaceutical, physicians and nursing. | | HealthCare_Job_com Can search for healthcare jobs without a login. |
|
NRAEF: National Restaurant Association Educational Foundation
@import url(stylesheets/new.css); /*IE and NN6x styles*/
.font1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight:normal; color: "#000000";} .font3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight:normal; color: #ffffff} .font2 {background: #356799;}
function validate()
{
if(document.zipcode.zipcode.value=="")
{
alert("Please Enter a Value for Zipcode");
return false;
}
if ((document.zipcode.zipcode.value.length) < 5)
{
alert("Plese Enter a 5 digit Zipcode");
document.zipcode.zipcode.value="";
return false;
}
if(isNaN(document.zipcode.zipcode.value))
{
alert("Plese Enter a Numeric Value");
document.zipcode.zipcode.value="";
return false;
}
//location.href = "\\irc\\TrainingSearch.aspx?flag=lcd&level1_id=6&level2_id=2&zip=" + document.zipcode.zipcode.value
location.href = "\\TrainingSearch.aspx?flag=lcd&level1_id=6&level2_id=2&zip=" + document.zipcode.zipcode.value
return false;
//return true;
}
function dateDisplay(){
var months=new Array(13);
months[1]="January";
months[2]="February";
months[3]="March";
months[4]="April";
months[5]="May";
months[6]="June";
months[7]="July";
months[8]="August";
months[9]="September";
months[10]="October";
months[11]="November";
months[12]="December";
var days= new Array(7);
days[1]="Sunday";
days[2]="Monday";
days[3]="Tuesday";
days[4]="Wednesday";
days[5]="Thursday";
days[6]="Friday";
days[7]="Saturday";
var time=new Date();
var lmonth=months[time.getMonth() + 1];
var date=time.getDate();
var lday=days[time.getDay() + 1];
var year=time.getFullYear();
document.write(lday + "," + " " );
document.write(lmonth + " ");
document.write(date + ", " + year);
}
function DoSubmit(SrcElem,CallingPage)
{
with (document.frmCPB)
{
if ((CurrentPage.value)=="")
{
CurrentPage.value = 1;
}
if (SrcElem=="btnNext")
{
CurrentPage.value = parseInt(CurrentPage.value)+1;
}
else if (SrcElem=="btnPrev")
{
CurrentPage.value = parseInt(CurrentPage.value)-1;
}
else
{
CurrentPage.value = 1;
}
action=CallingPage;
target="_self";
submit();
}
}
function winOpen(strURL)
{
strParameters = "height=600,width=600,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=no";
strName="popup";
objPopupWindow = window.open(strURL, strName, strParameters);
objPopupWindow.focus();
return;
}
function winOpen1(strURL)
{
strParameters = "height=400,width=600,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=no";
strName="popup";
objPopupWindow = window.open(strURL, strName, strParameters);
objPopupWindow.focus();
return;
}
function winOpen2(strURL)
{
strParameters = "height=500,width=750,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=yes";
strName="popup";
objPopupWindow = window.open(strURL, strName, strParameters);
objPopupWindow.focus();
return;
}
function winOpen3(strURL)
{
strParameters = "height=520,width=600,location=no,menubar=yes,scrollbars=yes,status=no,toolbar=no,resizable=no";
strName="popup";
objPopupWindow = window.open(strURL, strName, strParameters);
objPopupWindow.focus();
return;
}
function winOpen4(strURL)
{
strParameters = "height=350,width=500,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no";
strName="popup";
objPopupWindow = window.open(strURL, strName, strParameters);
objPopupWindow.focus();
return;
}
function winOpen5(strURL)
{
strParameters = "height=250,width=250,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no";
strName="popup";
objPopupWindow = window.open(strURL, strName, strParameters);
objPopupWindow.focus();
return;
}
/********************
**
** PRINTENGINE.JS
**
** Javascript command file which sets up the printing environment, based
** on the browser being used. Following algorithm is applied:
**
** IE5, NS4 -- use window.print
** IE4 on Win -- use WebBrowser (WB) ActiveX interface to invoke print engine
** IE4 on Mac -- Outta luck--tell people to use Cmd-P to manually print.
**
*********************/
// Inline code to determine browser print capability.
var da = (document.all) ? 1 : 0;
var pr = (window.print) ? 1 : 0;
var mac = (navigator.userAgent.indexOf("Mac") != -1);
// If IE4 on Win, set up nested script and WB ActiveX object, along with
// helper fxn's to invoke appropriate print commands.
if (da && !pr && !mac)
{
with (document)
{
writeln('');
writeln('');
writeln('Sub window_onunload');
writeln(' On Error Resume Next');
writeln(' Set WB = nothing');
writeln('End Sub');
writeln('Sub vbPrintPage');
writeln(' OLECMDID_PRINT = 6');
writeln(' OLECMDEXECOPT_DONTPROMPTUSER = 2');
writeln(' OLECMDEXECOPT_PROMPTUSER = 1');
writeln(' On Error Resume Next');
writeln(' WB.ExecWB OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER');
writeln('End Sub');
writeln('');
}
}
// PrintPage()--top-level print call--delegates to appropriate functionality
// based on browser/OS
function printPage() {
if (pr == 1){ // NS4, IE5
self.window.print();
}else if ((da==1) && (!mac)){ //IE4-Win
vbPrintPage();
}else{ //Must be MAC--SOL...
alert("Press CMD-P to print this page.")
}
return false;
}
function printFrame(theFrame){
if (pr && da) { // IE5
theFrame.focus();
window.print();
}else if (pr) { // NS4
theFrame.print();
}else if (da && !mac){ // IE4 (Windows)
theFrame.focus();
setTimeout("vbPrintPage()",100);
}else { // other browsers
alert("Press CMD-P to print this page.");
theFrame.focus();
}
}
MM_preloadImages('images/headerfooter/home_on.gif','images/headerfooter/aboutus_on.gif','images/headerfooter/events_on.gif','images/headerfooter/sponsors_on.gif','images/headerfooter/media_on.gif','images/headerfooter/contact_on.gif','images/headerfooter/faq_on.gif','images/headerfooter/sitemap_on.gif','images/headerfooter/bluebar_04news_on.gif'); 
Shop Online... All Products ServSafe Food Safety ServSafe Alcohol e-Learning FMP Food Security Harvard ManageMentor® Online Exams Harassment Workplace Safety Check Order Status Customer Support Log in to Online Courses Check your exam score Duplicate Certificates Training Center Instructor Resources Take a ManageFirst Online Exam ServSafe® Food Safety Training ServSafeTM Responsible Alcohol Service Training Regulatory Requirements Certification Training Classes e-Learning Food Security IFSC (International Food Safety Council) Scholarships Mentoring ProStart® High School Program NRAEF ManageFirst Program.TM ProMgmt.® Program FMP® (Foodservice Management Professional®) Sponsors State Restaurant Associations School-to-Career Directors Industry Partners
Click Here to Visit ServSafe.com Your online source for Food Safety and Responsible Alcohol Service Training and Certification products, information and tools has moved to ServSafe.com. Please update your bookmarks. 
NRAEF Establishes Ray Kavanaugh Scholarship to Promote Post-Secondary Education in the Restaurant and Foodservice Industry Ready, Set, Go! NRAEF Launches New Scholarship Opportunities with Common Knowledge Scholarship Foundation NRAEF Announces 2008 SPIRIT Awards Winners NRAEF and MFHA Award $12,500 in Scholarships to Diverse High School and College Students
www.restaurant.org
© 2001-2008 National Restaurant Association Educational Foundation
175 West Jackson Boulevard, Suite 1500, Chicago, IL 60604-2814
1-800-765-2122, or in Chicagoland 312-715-1010
Legal Notices and Privacy Policy
|
|