/*

 * Function writes pricing structure.
 *
 * internet recepcija d.o.o. - 01.05.2010

*/

// Writing the Data
document.write('price per apartment & night in EUR</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');
