$(document).ready(function(){
	    $("div[class=category]").each(function (i) {			
			$(this).html('<a href="/'+ $(this).attr( 'name' ) +'" >' + $(this).html() + '</a>');
		});				
	    $("li[class=category]").each(function (i) {			
			$(this).html('<a href="/'+ $(this).attr( 'name' ) +'" >' + $(this).html() + '</a>');
		});					
	    $("li[class=wmedit]").each(function (i) {			
			$(this).html('<a href="'+ $(this).attr( 'name' ) +'" >' + $(this).html() + '</a>');
		});					
		
	    $("h2[class=block_ads_title]").each(function (i) {			
			$(this).html('<a href="http://'+ $(this).attr( 'name' ) +'">' + $(this).html() + '</a>');
		});
	    $("td[class=new_ads]").each(function (i) {			
			$(this).html('<a href="http://'+ $(this).attr( 'name' ) +'">' + $(this).html() + '</a>');
		});
        $("#ma_liste").wslide({
                horiz: true
        });
});
 	

	  
	  


