jQuery.noConflict(); 
jQuery(document).ready(function(){ 
(function($){ 
var lblNaam = jQuery.cookie('CKNaam'); 
jQuery("#lblNaam").html('').html(lblNaam); 
 
var lblDatum = jQuery.cookie('CKDatum');  
jQuery("#lblDatum").html('').html(lblDatum);
  
var logUrl = logUrl ='<a href="https://webshop.mastermate.nl/Login.cgi?Action=Login">Inloggen</a>';
if (jQuery("#lblDatum").html().length > 1){ logUrl=	'<a href="https://webshop.mastermate.nl/Login.cgi?Action=Logout">Uitloggen</a>';   }
jQuery("#lblInUitLoggen").html('').html(logUrl); 

})(jQuery);   
});
