</head>
<!-- eklentileri.blogspot.com kod başlangıcı -->
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js' type='text/javascript'/>
<script>
$(document).ready(function(){
//ID, class and tag element that font size is adjustable in this array
//Put in html or body if you want the font of the entire page adjustable
var section = new Array('span','.section2');
section = section.join(',');
// Reset Font Size
var originalFontSize = $(section).css('font-size');
$(".resetFont").click(function(){
$(section).css('font-size', originalFontSize);
});
// Increase Font Size
$(".increaseFont").click(function(){
var currentFontSize = $(section).css('font-size');
var currentFontSizeNum = parseFloat(currentFontSize, 10);
var newFontSize = currentFontSizeNum*1.2;
$(section).css('font-size', newFontSize);
return false;
});
// Decrease Font Size
$(".decreaseFont").click(function(){
var currentFontSize = $(section).css('font-size');
var currentFontSizeNum = parseFloat(currentFontSize, 10);
var newFontSize = currentFontSizeNum*0.8;
$(section).css('font-size', newFontSize);
return false;
});
});
</script>
<!-- eklentileri.blogspot.com kod sonu -->
<div class='post-header-line-1'/>
<!-- eklentileri.blogspot.com kod baslangıcı -->
<b:if cond='data:blog.pageType == "item"'>
<table border='0' style='float:right; margin-left:5px;'><tr><td><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguQLLHSjMgoXwZncMryX90jJDwUvlQL2cnfi7fSFp7dUShQ8YHdbuBH0tG3Y4T6J4IvCnEuu0KHRZURwhnINMevxkj4P6yvFu3sk9Q0_5OiekGv31Z2WfUrGm0vjf_Bl33dyHe8e8OdNc/s1600/font-size-blogger-gadget.png'/> | <a class='increaseFont' style='cursor: pointer; cursor: hand;' title='Larger Text'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiPgkS0m5MAbxS4dcX9ga_jBaBQQZQssmihxvsgnzPuJpn27HjlQCN_VhXxtCrmP0XkMWeX324qOxVEL5TM5wogboGR6UKHQMf3JQd9iem7ptnxtnK5M_YY5VWAg-8X-zTkfTFy0H6t38E/s1600/bigger-font+-+Copy.png'/></a>
<a class='decreaseFont' style='cursor: pointer; cursor: hand;' title='Smaller Text'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEghIMGrG6rzAFSD5vvE1iuzeJc_J-ns0qSPYkjb0eus8gGYyL_CdshLUpXA0F6bhHrclyXBu6C5a3bvmS0Rf7_gtr-6202evwxZXWdagTOqzvg0ygtqFZ1KhdtkBnDBOy0m0SsG815Pt0M/s1600/smaller-font.png' style='cursor: hand;'/></a>
<a class='resetFont' style='cursor: pointer; cursor: hand;' title='Reset Text Size'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKfriOW-oqbXkTxke8yS4UEBxPIzxzPe1JNv9dS7xjG72XlS370R82iM2oHLfxtpo4bhKpDOn1Yyp2GQw9pvH_KglR8Rgimk4_i_DtA-atCafxvMO2hryYW7gFK56hXAmv148WkBn9NAg/s1600/reset-font.png' style='cursor: hand;'/></a></td></tr></table>
</b:if>
<!-- eklentileri.blogspot.com kod sonu -->
<data:post.body/>
<span><data:post.body/></span>