				function reloadComments(c_type, c_id, c_oid, c_p) {
			var d = new Date;
			t = Math.round(d.getTime() / 1000);
			var this_uri = '/comments/' + [c_type, c_id, c_oid, c_p].join('/') + '?t=' + t;
			setTimeout(function() {
				$('#commentsholder').empty().append($('BODY > .ajaxLoader').clone().css('display', 'block')).load(this_uri, function() {
				// $('BODY > .ajaxLoader').prependTo('#').css('display', 'block');
				//$('#commentsholder').load(this_uri, function() {
					setTimeout(function() {
						tb_init('a.thickbox');
					}, 500);
				});
			}, 500);
		}

	$(document).ready(function() {
			});
		
