<?php
//require all the functions to be used.
require_once("func_all.php");
do_html_header("Job Opportunities"); //header.
do_menu();
?>
<link href="letter.css" rel="stylesheet" type="text/css" />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th align="left" scope="col" style="padding:20px;"><img src="images/openings.gif" width="167" height="27" /></th>
</tr>
</table>
<br><br>
<?php
do_all_list_jobs(); //all job opening.
?>
<?php
//} //end for for($counter=1; $counter<=count($jobs); ++$counter).
do_footer(); //footer.
?>