/*

 * Function writes the specified period.
 *
 * internet recepcija d.o.o. - 25.07.2010

*/

// Writing the Data
document.write('</td>');	
document.write('<td width="8%" align="center" style="background-color: #EAF5FF;">MAY</td>');
document.write('<td width="8%" align="center" style="background-color: #EAF5FF;">JUN</td>');
document.write('<td width="8%" align="center" style="background-color: #EAF5FF;">JUL</td>');
document.write('<td width="8%" align="center" style="background-color: #EAF5FF;">AUG</td>');
document.write('<td width="8%" align="center" style="background-color: #EAF5FF;">SEP</td>');
document.write('<td width="8%" align="center" style="background-color: #EAF5FF;">OCT</td>');							
document.write('<td width="8%" align="center" style="background-color: #EAF5FF;">OTHER');


