		$(function(){
		
		$('.current_page_parent').not(':has ul').addClass('current_page_item').parent('ul').parent('li').addClass('current_page_item');
		
		 });
		
		$(function() {
 		var pathname = window.location;
			
		
		
		$("#nav li:has('ul') > a").parent("li").prepend("<div class='menu-peiltje'></div>");
		
		

		 $("#nav .menu-peiltje").click(function() {
			$(this).toggleClass("menu-peiltje-onder").parent().find("ul:first").stop(true, true).slideToggle("fast");


		});
		
		
		$(".current_page_item").parent("ul").show().parent("li").show().parent("ul").show();
		$(".current_page_item ul").show().parent("li").show().parent("ul").show();
		$(".current_page_item").parent('ul').parent('li').find('.menu-peiltje').toggleClass("menu-peiltje-onder");
		$(".current_page_item").find('.menu-peiltje:first').toggleClass("menu-peiltje-onder");
		
		$("#post-9 li img ").wrap('<center>');
		
		if ($.browser.msie) {
				$('.fader_tekst').attr('style','background-color:#e3d8b6');
				}
				else {
				}
	$("#text").focus(function() {
		if ($(this).val() == "Zoeken...") 
			$(this).val("");
			$(this).attr('style', 'font:10pt Ebrima, Verdana, sans-serif; color:black;');

	});
	$("#text").blur(function() {
		if ($(this).val() == "") 
			$(this).val("Zoeken...").removeAttr('style');


	});

	$('.page_item a').removeAttr('title')
	
	
	$('#zoomlink').fancyZoom({width:600, height:300});
	
		/*	$('.addtocart').ajaxForm(function() {  
				
				$('#cart2').load('/shopping-cart-2/ #post-21', function(){
				
				$('#cart2').find('.cartopt').css('display','none');
				$('#cart2').find('.entry').prepend('<h2>Winkelwagentje</h2>');
				$('#cart2').find('caption').remove();
				
				});
				$('.mm').css('border','5px solid #bf661a')
				setTimeout('if ($.browser.msie) {$("a#zoomlink")[0].click();}else {$("a#zoomlink").click();}', 1000);





			});*/
			$('.entry .bestel-button').click(function() { 
				 link = $(this).attr('rel');
				 
				$('#cart2').load(link +' .post', function(){
				$('.mm').css('border','5px solid #bf661a').find('img').hide();
				$('#cart2').find('img').hide();
				$('#cart2').find('img:first').show().css('float','left');
				if ($.browser.msie) {
				$("a#zoomlink")[0].click();}
				else {
				$("a#zoomlink").click();}
             });
                



			});
		$('.winkel-hoofdpagina li:last').css('clear','both');
		
				
		
	  });
		

  
  $(function() {	
				$('#winkelwangentje').load('http://www.boezjieke.nl/shopping-cart-2/ #post-21', function () {
				
				if ($('.short').length) {
							items = parseInt(0);
							$('#winkelwangentje').find(".short").each(function() {
							 items = parseInt($(this).val()) + items;
							});
							$(".green").replaceWith('<span class="green"></span>');
							$(".green").prepend(items);
				}
				else {
					$(".green").append('0');		
				}
				
 				});
				
				$.getJSON("http://twitter.com/statuses/user_timeline/boezjieke.json?callback=?", function(data) {
				$("#tekst-twitter").html(data[0].text);
				});

  });
  

