/** GUI **/
$(document).ready(function() {
	$(".blt").prepend("&bull;&nbsp;&nbsp;");
	h = $(".farticles").height();
	if ( h<264 ) $(".farticles").css("top",((264-h)/2) + "px");
});
/** GUI End **/
