$(document).ready(function(){


	$("div.bigcontent a").livequery('click',function(){

			var id_edito = new String($("div.bigcontent a img").attr("src"));
			var id_edito = id_edito.replace("http://rutschko.eu/wp-content/themes/arjuna-x/images/", ""); 
			var id_edito = id_edito.replace(".jpg", ""); 
			var id_edito = id_edito.replace(".gif", ""); 
			var id_edito = id_edito.replace(".JPG", ""); 
			var id_edito = id_edito.replace(".GIF", "");
			var id_edito = "177"
			
			if($(this).attr("class")=="link1"){	
			var pos="link1";	
			}else if($(this).attr("class")=="link2"){
			var pos="link2";		
			}else{
			var pos="big";		
				
			}
			var pos="big";
			window.location = "http://www.france-images.com"+$(this).attr("href");
			//window.location = "http://monsite/count_edito/?idp="+id_edito+"&pos="+pos+"&url="+encodeURIComponent($(this).attr("href"));
			return false;
					
	 });
	
	
						   
 });

