jQuery(function($) {

	$(".contEmail a").each(function(){
		this.href = "javascript:void(0);"
	});
	
	$(".contEmail a").click(function(){
		var id = $(this).next().val();
		$("#coresend").each(function(){
			$("option[value="+id+"]").attr("selected", "selected");
		});
	});
	
						
	//$(".leftin").css("margin-right", "50px");	

});

function findHrepImage(){
	$('a[hrefpop=true]').addClass('highslide').click(function(){
		return hs.expand(this);
	});
}








