// JavaScript Document
jQuery(function(){
	jQuery("#menu li.page_item ul li:first-child").prepend(
		"<img border=\"0\" alt=\"left-corner\" class=\"corner_inset_left\" src=\"/wp-content/themes/motion/images/corner-inset-left.png\">"
		).append(
		"<img border=\"0\" alt=\"right-corner\" class=\"corner_inset_right\" src=\"/wp-content/themes/motion/images/corner-inset-right.png\">"
		);
	jQuery("#menu li.page_item ul").append(
		"<li class=\"last\">"+
		"<img border=\"0\" alt=\"corner-left\" class=\"corner_left\" src=\"/wp-content/themes/motion/images/corner-left.png\">"+
		"<img border=\"0\" alt=\"corner-right\" class=\"corner_right\" src=\"/wp-content/themes/motion/images/corner-right.png\">"+
		"<img border=\"0\" alt=\"dot\" class=\"middle\" src=\"/wp-content/themes/motion/images/dot.png\">"+
		"</li>"
		);
	$("#menu ul").parent("li").children("a").attr("href","#");
	
	$("div.ruitervandemaand a[href*='ruiter-van-de-maand']").attr('href','/ledenhoek/ruiter-van-de-maand/');
	
	$("a[href*='jpg']:not([class='thickbox'])").addClass("thickbox");
});

