$(document).ready(function(){

	$("#src select").styleSelect({styleClass: "slct"});

	$("#l_c tr:even").not(':first').addClass('dl');
	$("#l_c tr:first").addClass('hd');

	$("#rsl .del").click(function(){
		return confirm("Delete "+$(this).parent().parent().find("a span").text()+" "+$(this).parent().parent().find("div h2").text()+"?");
	});

});
