
$(function() {
	$('ul#postList > li:last').css('border-width', '0');
	$("a[rel='external']").addClass("external").attr('title', function() { return this.title + ' (Opens in New Window)' }).click(function() { window.open(this.href); return false; });
	$('a.btnReplace').css('visibility', 'visible');
	$('input.btnReplace').hide();
	$('form#comments a.btnReplace').click(function() { $('form#comments').submit(); return false; });
	$('#sponsorsCycle div').cycle({
		random : 1,
		pause : 1
	});
});
