jQuery(document).ready(function($) {
	$("div#news").jScrollPane({showArrows:true});
	$("div#posts_all").jScrollPane({showArrows:true});
	
	$("a[rel='pop-up']").click(function () {
	      		    var features = "height=300,width=575,scrollTo,location=0,resizable=1,scrollbars=1";
	      		    newwindow=window.open(this.href, 'Popup', features);
	      		    return false;
	 		});
	
	
});
