document.write('<style type="text/css">');
document.write('a.menu:link {font-family:arial; font-size:8pt; text-decoration:none;} ');
document.write('a.menu:visited {font-family:arial;  font-size:8pt; text-decoration:none; }');
document.write('a.menu:active  {font-family:arial; font-size:8pt; text-decorationnone; }');

document.write('.s {font-family:arial; font-weight:bold; font-size:8pt;color:green; text-decoration:none; }');
document.write('th {font-family:arial; font-weight:normal; font-size:9pt; }');
document.write('td {font-family:arial; font-weight:normal;}');
document.write('.title {font-family:arial;font-weight:bold; color:blue; font-size:12pt;}}');
document.write('.menu {font-family:arial;}');
document.write('</style>');

document.write('<center>'); 
document.write('<table border=0 width=100% cellspacing=0 cellpadding="0">'); 

document.write('<tr><th width="150"><img src="http://www.areaseg.com/ads3.gif"></th>'); 

document.write('<th align="center" width="600">')

var howMany = 5
var quote = new Array(howMany+1)

quote[0]="Calendar, forecast, curerency exchange... <a href=http://www.areaseg.com/utilities.html target=_top>Please see our Utilities</a>"
quote[1]="Please sign our <a href=http://www.areaseg.com/gb/eindex.php  target=_top>Guestbook</a>"
quote[2]="Brazilian Norms & Laws  for Safety. Take a look at <a href=http://www.areaseg.com/normas/norms.php  target=_top>Norms & Laws</a>"
quote[3]="Reserve a minut of your time to see <a href=http://www.areaseg.com/links/eindex.php target=_top>Brazilian links about Safety</a>"
quote[4]="See our <a href=http://www.areaseg.com/siglas/esiglas.php target=_top>List of Abbreviations</a> with more than 50 terms used in Brazil for safety professionals"
quote[5]="Latest News in Portuguese? <a href=http://www.areaseg.com/enews.html>Click Here</a>"


function rndnumber(){
var randscript = -1
while (randscript < 0 || randscript > howMany || isNaN(randscript)){
randscript = parseInt(Math.random()*(howMany+1))
}
return randscript
}
quo = rndnumber()
quox = quote[quo]
document.write(quox)

document.write('</th></tr></table><br>'); 



document.write('<table border=0 width=100% cellspacing=0>'); 

document.write('<tr>'); 


document.write('<th align=center>|&nbsp;<a href="http://www.areaseg.com/english.html" class="menu" target="_top">Main Page</a>');

document.write('&nbsp;|&nbsp;<a href="http://www.areaseg.com/normas/norms.html" class="menu" target="_top">Norms & Laws</a>');

document.write('&nbsp;|&nbsp;<a href="http://www.areaseg.com/gb/eindex.php" class="menu" target="_top">Guestbook</a>');
document.write('&nbsp;|&nbsp;<a href="http://www.areaseg.com/links/eindex.php" class="menu" target="_top">Links</a>');

document.write('&nbsp;|&nbsp;<a href="http://www.areaseg.com/siglas/esiglas.php" class="menu" target="_top">Abbreviations</a>');

document.write('&nbsp;|&nbsp;<a href="http://www.areaseg.com/7errors.html" class="menu" target="_top">7 Errors</a>');


document.write('&nbsp;|&nbsp;<a href="http://www.areaseg.com/carloseng.html" class="menu" target="_top">Author</a>');
document.write('&nbsp;|&nbsp;<a href="http://www.areaseg.com/utilities.html" class="menu" target="_top">Utilities</a>');
document.write('&nbsp;|&nbsp;<a href="http://www.areaseg.com/livros/" class="menu" target="_top">Livros</a>');
document.write('&nbsp;|&nbsp;<a href="mailto:areaseg@hotmail.com" class="menu" target="_top">Email</a>');
document.write('&nbsp;|&nbsp;<a href="http://www.areaseg.com/" class="menu" target="_top">Português</a>');
document.write('&nbsp;|&nbsp;<a href="http://www.areaseg.com/search.html" class="menu" target="_top">Search</a>&nbsp;|&nbsp;');
document.write('</th>'); 
document.write('</tr>'); 
document.write('</table>'); 
document.write('<hr noshade size="1" width="100%">');
document.write('</center>'); 
document.write('</FORM>');