document.write('
');
document.write('
');
document.write('
');
document.write('
');
document.write('
0 Artikel
Summe: 0,00€
');
document.write('
');
document.write('
');
document.write('');
document.write('
');
document.write('
');
document.write('
');
document.write('
0 Artikel
Summe: 0,00€
');
document.write('
');
document.write('
');
if (typeof window.jQuery === 'undefined') {
var GM_JQ = document.createElement('script');
GM_JQ.src = '//c5.img.digitalriver.com/gtimages/store-mc-uri/nokia/assets/framework/js/jquery-1.2.6.min.js';
GM_JQ.type = 'text/javascript';
document.getElementsByTagName('head')[0].appendChild(GM_JQ);
GM_wait();
} else {
doRender();
}
// Check if jQuery's loaded
function GM_wait() {
if(typeof window.jQuery == 'undefined') { window.setTimeout(GM_wait,100); }
else { $ = window.jQuery; doRender(); }
}
//$(document).ready(function() {
function doRender() {
var itemsInCart;
itemsInCart = $('.miniBasketItems2')[0].innerHTML;
if (itemsInCart === "0") {
$('#emptyCart').css('display','block');
$('#notEmptyCart').css('display','none');
}
else {
$('#emptyCart').css('display','none');
$('#notEmptyCart').css('display','block');
}
}
//});