/*

 * Function writes the specified period.
 *
 * internet recepcija d.o.o. - 25.10.09

*/

// Writing the Data
document.write('</td>');	
document.write('<td width="8%" align="center" style="background-color: #EAF5FF;">room 1/2</td>');
document.write('<td width="8%" align="center" style="background-color: #EAF5FF;">&nbsp;</td>');
document.write('<td width="8%" align="center" style="background-color: #EAF5FF;">room 1/3</td>');
document.write('<td width="8%" align="center" style="background-color: #EAF5FF;">&nbsp;</td>');
document.write('<td width="8%" align="center" style="background-color: #EAF5FF;">room 1/4</td>');
document.write('<td width="8%" align="center" style="background-color: #EAF5FF;">&nbsp;</td>');
document.write('<td width="8%" align="center" style="background-color: #EAF5FF;">&nbsp;</td>');


