function showCareers() {
var content =
" Looking for a chance to learn and use Java?
"
+ "
"
+ "Interested in Science and Business software development?
"
+ "
"
+ "Want to be able to work out of your home?
"
+ "
"
+ "Live in the Los Angeles, Orange, or San Diego County areas?
"
+ "
"
+ "Like the idea of direct customer feedback of their satisfaction with your efforts?
"
+ "
"
+ "Desire to be part of a small company and help build its culture from the ground "
+ "up?
"
+ "
"
+ "
"
+ "If you said yes to all of these questions, you should investigate employment opportunities "
+ "with us. Currently we are looking for individuals with the following:
"
+ "
"
+ "
Email "
+ " your resume.";
showContentTitle('Career Opportunities');
hideContentPageNav();
document.getElementById('contentBody').innerHTML = content;
}