function doCommentReply(i) {
	$("#f-comment-h-reply").val(i);
	$("#comment-" + i).after($("#comment-form"));
	$("#f-comment-b-cancel").show();
}

function doCommentReplyCancel() {
	$("#f-comment-h-reply").val(0);
	$("#comment-base").after($("#comment-form"));
	$("#f-comment-b-cancel").hide();
}

$(document).ready(function() {
	if($("#ct").length) {
		$('#ct').s3Slider({
			timeOut: 4000
		});
	}
});
