$(document).ready(function(){
	/*$("#flipperboxpos .entry:eq(0)").addClass("open").show();
	$("#flipperbox .pagelist li").click(function(){
		var thisindex = $(this).parent().children().index(this);
		$("#flipperbox .pagelist .selected").removeClass("selected");
		$(this).addClass("selected").children("a").blur();
		$("#flipperboxpos .entry.open").slideUp();
		$("#flipperboxpos .entry:eq(" + thisindex + ")").slideDown().addClass("open");
		return false;
	});*/
	fbox.init();
}); 
