/*
document.write('<style>');
document.write('#between {height:25px; font-size:10px;background-color:#000000;text-align:left; padding:5px 3px 3px 3px;font-weight:bold;color:#999999;}');
document.write('#between a{font-size:10px; text-decoration:none; color:#ffffff; padding:0 6px 0 6px;}');
document.write('#between a:hover{color:#ffff00;}');
document.write('#between span {color:#cccccc;padding:0 6px 0 0;}');
document.write('</style>');
document.write('<div id="between">');
document.write('<span><a href="http://www.between.cl" style="color:#cccccc;" target="_blank">between</a>:</span>');
document.write('&bull;<a href="http://www.found.cl" target="_blank">found</a>');
document.write('&bull;<a href="http://www.zonakarrete.cl" target="_blank">zonakarrete</a>');
document.write('&bull;<a href="http://www.linuxla.cl" target="_blank">linuxla</a>');
document.write('&bull;<a href="http://www.diariolatribuna.cl" target="_blank">la tribuna</a>');
document.write('</div>');
*/