$(document).ready(function(){
	$("#profImageThumb li").click(function(){
		$(".Slash").ImageSwitch({Type:$(this).attr("class"), 
			NewImage:$(this).attr("rel")
		});
	});
});

