</script>
<script type='text/javascript'>
var numposts = 1;
var numposts2 = 4;
var numposts3 = 5;
var showpostthumbnails = true;
var showpostthumbnails2 = true;
var displaymore = true;
var displaymore2 = false;
var showcommentnum = true;
var showcommentnum2 = true;
var showpostdate = true;
var showpostdate2 = true;
var showpostsummary = true;
var numchars = 100;
var thumb_width = 300;
var thumb_height = 190;
var thumb_width2 = 70;
var thumb_height2 = 70;
var no_thumb = 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMwz3Uj4HiQVvx9PJEIeNAWiPNYxVGD5VTjdZqLY9fDF9NHwLxShFhyphenhyphenEYqOm1yTCihcTdORDI9PirRpb4n1NGkbjKUBp8IX1FPtQw4pivpRecgHBB5hm24bUliNGDEaKT25jSW001PlT31/w300-c-h140/no-image.png'
var no_thumb2 = 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfTjKTdYd1WrMryFpuMe0tNeGnbP7japM5Jz8pD-vwv_pG-K540Z5lOlKjOjIvUDDGBy-ao-GuWgBz6H0uXfbT4MTWBN1js0P83OtWIBy14x62yPeXtUZ54usDYPjDZF2yHxk2M1pIxApy/s60-c/no-image.png'
</script>
<script type='text/javascript'>
//<![CDATA[
function bp_thumbnail_resize(image_url,post_title)
{
var image_width=300;
var image_height=190;
image_tag='<img width="'+image_width+'" height="'+image_height+'" src="'+image_url.replace('/s72-c/','/w'+image_width+'-h'+image_height+'-c/')+'" alt="'+post_title.replace(/"/g,"")+'" title="'+post_title.replace(/"/g,"")+'"/>';
if(post_title!="") return image_tag; else return "";
}