‘;
sindex=postcontent.indexOf(”
“) + 14;
eindex=postcontent.indexOf(”
“,sindex);
app_name= postcontent.substring(sindex,eindex);
document.getElementsByClassName(“isdads”)[0].innerHTML=app_name;
sindex=postcontent.indexOf(”
“) + 13;
eindex=postcontent.indexOf(”
“,sindex);
var app_dev=postcontent.substring(sindex,eindex);
sindex=postcontent.indexOf(”
“) + 16;
eindex=postcontent.indexOf(”
“,sindex) ;
var app_devlink=postcontent.substring(sindex,eindex);
document.getElementsByClassName(“ittry”)[0].innerHTML=’
‘+app_dev+’‘;
sindex=postcontent.indexOf(”
“) + 12;
eindex=postcontent.indexOf(”
“,sindex) ;
var gp_url=postcontent.substring(sindex,eindex);
document.getElementsByClassName(“igpurl”)[0].innerHTML=’
‘;
sindex=postcontent.indexOf(”
“) + 18;
eindex=postcontent.indexOf(”
“,sindex);
var download_url=postcontent.substring(sindex,eindex);
document.getElementsByClassName(“idownloadbtn”)[0].innerHTML=download_url;
sindex=postcontent.indexOf(”
“) + 15;
eindex=postcontent.indexOf(”
“,sindex);
var app_cat=postcontent.substring(sindex,eindex);
sindex=postcontent.indexOf(”
“) + 19;
eindex=postcontent.indexOf(”
“,sindex) ;
var app_catlink=postcontent.substring(sindex,eindex);
sindex=postcontent.indexOf(”
“) + 17;
eindex=postcontent.indexOf(”
“,sindex);
var app_ver=postcontent.substring(sindex,eindex);
sindex=postcontent.indexOf(”
“) + 18;
eindex=postcontent.indexOf(”
“,sindex);
var last_updated=postcontent.substring(sindex,eindex);
sindex=postcontent.indexOf(”
“) + 9;
eindex=postcontent.indexOf(”
“,sindex);
var req_os=postcontent.substring(sindex,eindex);
req_os=req_os.replace(‘Android’,”http://www.apkmania.live/”);
sindex=postcontent.indexOf(”
“) + 15;
eindex=postcontent.indexOf(”
“,sindex);
var app_size=postcontent.substring(sindex,eindex);
sindex=postcontent.indexOf(”
“) + 19;
eindex=postcontent.indexOf(”
“,sindex);
var num_downloads=postcontent.substring(sindex,eindex);
if(num_downloads==”http://www.apkmania.live/”){num_downloads=’N/A’;}else{
var num1 = stringToNumber(num_downloads.split(“-“)[0]);
var num2 = stringToNumber(num_downloads.split(“-“)[1]);
num_downloads=numberToString(num1) + ‘ – ‘ + numberToString(num2); }
document.getElementsByClassName(“appinfomore”)[0].innerHTML=’
- CURRENT VERSION
- ‘+app_ver+’
- LAST UPDATED
- ‘+last_updated+’
- REQUIRES ANDROID
- ‘+req_os+’
- DOWNLOADS
- ‘+num_downloads+’
‘;
sindex=postcontent.indexOf(”
“);
var app_overview=”http://www.apkmania.live/”;
if(sindex>0){
eindex=postcontent.indexOf(”
“,sindex);
app_overview=postcontent.substring(sindex+15,eindex);
}
document.getElementsByClassName(“iapp_ov”)[0].innerHTML=app_overview;
sindex=postcontent.indexOf(”
“) + 16;
eindex=postcontent.indexOf(”
“,sindex);
var app_changelog=postcontent.substring(sindex,eindex);
document.getElementsByClassName(“app_chlg”)[0].innerHTML= ‘
What’s New
‘;
sindex=postcontent.indexOf(”
“) + 18;
eindex=postcontent.indexOf(”
“,sindex);
var app_screenshots=postcontent.substring(sindex,eindex);
var screenshots_str=”http://www.apkmania.live/”;
var div1 = document.createElement(‘div’);
div1.innerHTML = app_screenshots;
var iimg = div1.getElementsByTagName(“img”);
for(i=0; i
‘}
document.getElementsByClassName(“iapp_screens”)[0].innerHTML=’
‘;
sindex=postcontent.indexOf(““) + 17;
eindex=postcontent.indexOf(““,sindex);
var votes=postcontent.substring(sindex,eindex);
if(votes.length>0){
var gprates = new Array(5);
sindex=postcontent.indexOf(““) + 13;
eindex=postcontent.indexOf(““,sindex);
gprates[4]=postcontent.substring(sindex,eindex)
gprates[4]=gprates[4]==”http://www.apkmania.live/” ? ‘0’ : gprates[4];
sindex=postcontent.indexOf(““) + 13;
eindex=postcontent.indexOf(““,sindex);
gprates[3]=postcontent.substring(sindex,eindex);
gprates[3]=gprates[3]==”http://www.apkmania.live/” ? ‘0’ : gprates[3];
sindex=postcontent.indexOf(““) + 13;
eindex=postcontent.indexOf(““,sindex);
gprates[2]=postcontent.substring(sindex,eindex);
gprates[2]=gprates[2]==”http://www.apkmania.live/” ? ‘0’ : gprates[2];
sindex=postcontent.indexOf(““) + 13;
eindex=postcontent.indexOf(““,sindex);
gprates[1]=postcontent.substring(sindex,eindex);
gprates[1]=gprates[1]==”http://www.apkmania.live/” ? ‘0’ : gprates[1];
sindex=postcontent.indexOf(““) + 13;
eindex=postcontent.indexOf(““,sindex);
gprates[0]=postcontent.substring(sindex,eindex);
gprates[0]=gprates[0]==”http://www.apkmania.live/” ? ‘0’ : gprates[0];
var ratebarstr=”http://www.apkmania.live/”;
for (i=5; i>0; i–){
ratebarstr+=”http://www.apkmania.live/”;}
ratebarstr = ‘
Google Play Rating
‘+votes+’ votes
‘+ratebarstr+’
‘
}else{ratebarstr=”http://www.apkmania.live/”}
document.getElementsByClassName(“gprtpnl”)[0].innerHTML=ratebarstr;
sindex=postcontent.indexOf(““) + 17;
eindex=postcontent.indexOf(““,sindex);
var youtube_url=postcontent.substring(sindex,eindex);
if (youtube_url.length>0){
youtube_url=”http://www.apkmania.live/”;
document.getElementsByClassName(“iytcntnr”)[0].innerHTML=youtube_url;
document.getElementsByClassName(“iytcntnr”)[0].style.paddingBottom=’56.25%’;
document.getElementsByClassName(“iytcntnr”)[0].style.paddingTop=’25px’;
}
sindex=postcontent.indexOf(““) + 18;
eindex=postcontent.indexOf(““,sindex);
var app_des=postcontent.substring(sindex,eindex);
app_des=”http://www.apkmania.live/”;
document.getElementsByClassName(“iapp_des”)[0].innerHTML=app_des;
function stringToNumber(str){
return parseInt(str.replace(/[^d.-]/g, “http://www.apkmania.live/”).trim());}
function numberToString(labelValue) {
return Math.abs(Number(labelValue)) >= 1.0e+9
? Math.abs(Number(labelValue)) / 1.0e+9 + “B”
: Math.abs(Number(labelValue)) >= 1.0e+6
? Math.abs(Number(labelValue)) / 1.0e+6 + “M”
: Math.abs(Number(labelValue)) >= 1.0e+3
? Math.abs(Number(labelValue)) / 1.0e+3 + “K”
: Math.abs(Number(labelValue));
}
function dlopi(data) {
if (data.feed.entry.length>1){
document.write(“http://www.apkmania.live/”);}}
function zztur(data) {
if (data.feed.entry.length>1){
document.write(“http://www.apkmania.live/”);}}
var apprecid = new Array();
var totrel = 0;
var currec = 0;
var poptoload=10;
function akjhyuedvbsdf(json) {
var lbbl=decodeURIComponent(json.feed.link[2].href.replace(blogurl+’search/label/’,”http://www.apkmania.live/”));
for (var i = 0; i 0){
apprecid[totrel] = postid.substring(1, postid.length);
totrel++;}
}
if(lbbl==app_devlink){dlopi(json)}
if(lbbl==app_catlink){zztur(json)}
}
function nbfgnbf() {
var tmp = new Array(0);
for(var i = 0; i 0) {
var index = Math.floor(Math.random() * counter);
counter–;
var temp = z[counter];
z[counter] = z[index];
z[index] = temp;
} return z;}
function coiumnbvs() {
if(apprecid.length
currec++;}}
function poiasdmnb(){if(poptoload+5
biiopoi();var scrolled=$(‘.popblock’).scrollTop()+(currec*70);$(‘.popblock’).animate({scrollTop:scrolled});}
function vvcddfvvc(){var hh=$(‘.iconcntn’).height();$(‘.readMoreBottom’)[0].style.display=$(‘.readMoreBottom’)[0].style.display==’block’?’none’:’block’;}