﻿function ReadIt(){
if(BlogID>0&&document.location.href!=""&&PostTitle!=""&&(document.location.href==PostURL || PostURL.indexOf(document.location.href)!=-1)){
document.write('<iframe name="readit" src="http://www.okunuyoruz.biz/reading.aspx?BlogID='+BlogID+'&ReadingURL='+document.location.href+'&ReadingTitle='+document.title+'&PostURL='+PostURL+'&PostTitle='+PostTitle+'" width="'+Width+'px" height="'+Height+'px" style="overflow-x: hidden;overflow-y: hidden;" allowtransparency="true" frameborder="0" scrolling="no" ></iframe>')}
else{
document.write('')}}