

document.write('<table background="images/bg_nav.gif" height="40" width="765" border="0" cellpadding="0" cellspacing="0" >');
document.write('<tr>');
document.write('<td>');
document.write('<table width="765" border="0" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td width="10" height="20">&nbsp;</td>');
document.write('<td width="50" align="center"><a href="index.php" class="nav">Home</a></td>');
document.write('<td class="white" width="10" align="center">|</td>');
document.write('<td width="60" align="center"><a href="properties_search.php" class="nav">Properties</a></td>');
document.write('<td class="white" width="10" align="center">|</td>');
document.write('<td width="100" align="center"><a href="about.php" class="nav">About Montenegro</a></td>');
document.write('<td class="white" width="10" align="center">|</td>');
document.write('<td width="100" align="center"><a href="rental_search.php" class="nav">Rental Properties</a></td>');
document.write('<td class="white" width="10" align="center">|</td>');
document.write('<td width="80" align="center"><a href="contact.php" class="nav">Contact Us</a></td>');
document.write('<td class="white" width="10" align="center">|</td>');
document.write('<td width="100" align="center"><a href="profile.php" class="nav">Company Profile</a></td>');
document.write('<td class="white" width="10" align="center">|</td>');
document.write('<td width="80" align="center"><a href="why.php" class="nav">Why choose us?</a></td>');
document.write('<td align="center" class="white">');
document.write('<SCRIPT type=text/javascript>');
document.write('var monthNames = new Array( "Jan","Feb","Mar","Apr","May","June","July","Aug","Sept","Oct","Nov","Dec");');
document.write('var now = new Date();');
document.write('thisYear = now.getYear();');
document.write('if(thisYear < 1900) {thisYear += 1900};');
document.write('document.write(monthNames[now.getMonth()] + " " + now.getDate() + ", " + thisYear);');
document.write('</SCRIPT>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
