$(document).ready(function(){
	/*$("#changeText").click(function() {
	$("#textBox").html("My text is changed!");
	});*/
	$('a.window').click(function(){
		window.open(this.href);
		return false;
	});
	$('#middle.wrapper #sidebar .subnav.secondary li a, #middle.wrapper #content .entrywrapper h2 a').append('&nbsp;&raquo;');
	$(".slider li:nth-child(2)").addClass("expand");
	$("#middle.wrapper #content ul.results li:nth-child(3n), #middle.wrapper #content ul.portal li:nth-child(3n)").addClass("third");
});
