$(document).ready(function(){
	$("#topPostsBoxHolder > ul").tabs();
	$("a[rel^='prettyPhoto']").prettyPhoto();
});

