$(function() {
	$('.div-506').css({'display':'none'});
	$('#delivery').click(function() {
		if ($(this).attr('checked') === true) {
			$('.div-506').css({'display':'block'});
		}
		else {
			$('.div-506').css({'display':'none'});
		}
	});
	
	$('.div-375 table tr:last td').each(function() {
		var alink = $(this).find('a');
		if (alink.attr('href')) {
			var asplit = alink.attr('href').split('&');
			asplit = asplit[1].split('=');
			$('.div-627 .div-629 p').each(function() {
				if (asplit[1] == $(this).html()) {
					$('.div-375 table tr:last').hide();
				}
			});
		}
		$('.div-627').hide();
	});
	
	/*  Version 2  */
	$('.div-629 p').each(function() {
		if ($(this).text() == "0000") {
			$('.div-2-global-1-con2 tr:last').hide();
		}
	});
	
	$('.div-375 table tr:last td a').click(function() {
		var accept = false;
		$('.div-627 div').each(function() {
			accept = true;
		});
		if (accept === false) {
			alert('Husk, at det kun er ved onlinek\370b, at vi giver en '+
				$('.div-375 table tr:first td b').text()+'.');
		}
	});
	
	$('.div-247').each(function() {
		if ($(this).find('.div-260 p').html() == "0,00") {
			$(this).find('.div-262 p, .div-263 p').hide();
		}
	});
	
	$('.div-375 table tr:last td a').css({'color':'#ffffff'});

});
