function write_webshop(){
document.write('<table class="webshop" align="center">');
document.write('<tr><td>');
document.write('<strong>e-obchod</strong></td></tr>');
document.write('<tr><td>');
document.write('<a HREF="cart.asp" target ="_self">Košík</a></td></tr>');
document.write('<tr><td>');
document.write('<a HREF="checkout.asp" target="_self">Pokladna</a></td></tr>');
document.write('</table>');
}
