var Pocty;
Pocty = new Array(10);
// Tohle se musí vyplnit
// *********************
Pocty[0] = 71; // Ekonomick(c)
Pocty[1] = 64; // Technick(c)
Pocty[2] = 108; // Obchodní
Pocty[3] = 28; // Administrativní
Pocty[4] = 10; // Bankovní 
Pocty[5] = 91; // Počítačov(c)
Pocty[6] = 9; // Stavební
Pocty[7] = 69; // Ostatní
Pocty[8] = 24; // V zahraničí
Pocty[9] = 35; // TopMaster




document.write("<TABLE class='ProfeseLnk'>");
document.write("<TR><TD nowrap width='100%'><IMG border='0' src='images/rightarrowred.gif' align='absmiddle' width='7' height='13'>&nbsp;<A class='ProfeseLnk' title='Financial' href='rubr01.php'>Financial</A></td><td style='color:#d0d0d0; font-style: italic; text-align: right'>(" + Pocty[0]+")</td></tr>");
document.write("<TR><TD nowrap width='100%'><IMG border='0' src='images/rightarrowred.gif' align='absmiddle' width='7' height='13'>&nbsp;<A class='ProfeseLnk' title='Technology' href='rubr02.php'>Technology</A></td><td style='color:#d0d0d0; font-style: italic;; text-align: right'>("+Pocty[1]+")</td></tr>");
document.write("<TR><TD nowrap width='100%'><IMG border='0' src='images/rightarrowred.gif' align='absmiddle' width='7' height='13'>&nbsp;<A class='ProfeseLnk' title='Business' href='rubr03.php'>Business</A></td><td style='color:#d0d0d0; font-style: italic;; text-align: right'>("+Pocty[2]+")</td></tr>");
document.write("<TR><TD nowrap width='100%'><IMG border='0' src='images/rightarrowred.gif' align='absmiddle' width='7' height='13'>&nbsp;<A class='ProfeseLnk' title='Office' href='rubr04.php'>Office</A></td><td style='color:#d0d0d0; font-style: italic;; text-align: right'>("+Pocty[3]+")</td></tr>");
document.write("<TR><TD nowrap width='100%'><IMG border='0' src='images/rightarrowred.gif' align='absmiddle' width='7' height='13'>&nbsp;<A class='ProfeseLnk' title='Banking' href='rubr05.php'>Banking</A></td><td style='color:#d0d0d0; font-style: italic;; text-align: right'>("+Pocty[4]+")</td></tr>");
document.write("<TR><TD nowrap width='100%'><IMG border='0' src='images/rightarrowred.gif' align='absmiddle' width='7' height='13'>&nbsp;<A class='ProfeseLnk' title='IT' href='rubr06.php'>IT</A></td><td style='color:#d0d0d0; font-style: italic;; text-align: right'>("+Pocty[5]+")</td></tr>");
document.write("<TR><TD nowrap width='100%'><IMG border='0' src='images/rightarrowred.gif' align='absmiddle' width='7' height='13'>&nbsp;<A class='ProfeseLnk' title='Development' href='rubr07.php'>Development</A></td><td style='color:#d0d0d0; font-style: italic;; text-align: right'>("+Pocty[6]+")</td></tr>");
document.write("<TR><TD nowrap width='100%'><IMG border='0' src='images/rightarrowred.gif' align='absmiddle' width='7' height='13'>&nbsp;<A class='ProfeseLnk' title='Miscellaneous' href='rubr08.php'>Miscellaneous</A></td><td style='color:#d0d0d0; font-style: italic;; text-align: right'>("+Pocty[7]+")</td></tr>");
document.write("<TR><TD nowrap width='100%'><IMG border='0' src='images/rightarrowred.gif' align='absmiddle' width='7' height='13'>&nbsp;<A class='ProfeseLnk' title='Jobs abroad' href='rubr09.php'>Jobs abroad</A></td><td style='color:#d0d0d0; font-style: italic;; text-align: right'>("+Pocty[8]+")</td></tr>");
document.write("<TR><TD nowrap width='100%'><IMG border='0' src='images/rightarrowred.gif' align='absmiddle' width='7' height='13'>&nbsp;<A class='ProfeseLnk' title='TOPmaster' href='rubr10.php'>TOPmaster</A></td><td style='color:#d0d0d0; font-style: italic;; text-align: right'>("+Pocty[9]+")</td></tr>");
document.write("<TR><td>&nbsp;</td></tr>"); 

document.write("<TR><TD nowrap width='100%' style='color:orange; font-weight: bold'>&nbsp; Interesting jobsites<br>&nbsp; abroad:</td></tr>");
document.write("<TR><TD nowrap width='100%'><IMG border='0' src='images/rightarrowred.gif' align='absmiddle' width='7' height='13'>&nbsp;<A target=blank class='ProfeseLnk' title='JobTicket' href='http://www.jobticket.de'>JobTicket - BRD</A></td></tr>");
document.write("<TR><td>&nbsp;</td></tr>");
document.write("</TABLE>");

