var profiles ={
	window450x320:{height:320, width:450, status:1, toolbar:0},
	popup_draw_singles_q:{width:650, height:830, status:1, toolbar:0, scrollbars:1}
};

j$(function(){
	j$("#wrapper_inner").css("min-height","885px");
	j$("p.pgtop:last, div.article:last").addClass("last");
	j$(".popupwindow").popupwindow(profiles);
});


