Advertisement
jozz

PubB

Jun 29th, 2014
5,398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. var enlaces=function(){this.tipo=new String(null);this.enlaces=new Array(null);this.xcaps=false;this.img=function(){var a="";if(this.tipo==="byj_games"){a="http://img1.imagilive.com/0114/p_ppaspa1.gif"}else if(this.tipo==="byj_anime"){a="http://img1.imagilive.com/0114/p_byj21.gif"}else if(this.tipo==="byj_soft"){a="http://img1.imagilive.com/0114/a_byj1.gif"}else if(this.tipo==="byj_peli"){a="http://img1.imagilive.com/0214/p_mm1.gif"}return a};this.hd1=function(){var a="";if(this.tipo==="byj_games"){a="Partes "}else if(this.tipo==="byj_anime"){if(this.xcaps){a="Capítulo "}else{a="Partes"}}else if(this.tipo==="byj_soft"){a="Partes "}else if(this.tipo==="byj_peli"){a="Partes "}return a}};function llam(){tbl(cargarN())}function tbl(a){var b=document.getElementById("contt");br=document.getElementById("br");tbla=document.createElement("table");thead=document.createElement("thead");tr=document.createElement("tr");th=document.createElement("th");th.innerHTML=a.hd1();th2=document.createElement("th");th2.innerHTML="Descargar ";tr.appendChild(th);tr.appendChild(th2);thead.appendChild(tr);tbla.appendChild(thead);tbody=document.createElement("tbody");for(i=1;i<a.enlaces.length;i++){trr1=document.createElement("tr");tdd1=document.createElement("td");if(a.xcaps){tdd1.innerHTML="Capítulo "+String(i)}else{tdd1.innerHTML="Parte "+String(i)}trr1.appendChild(tdd1);tdd2=document.createElement("td");tdd2.innerHTML="<a rel='nofollow' title='"+"Descaga "+String(i)+"' target='_blank' class='imptss' href='"+a.enlaces[i]+"' >Descarga</a>";trr1.appendChild(tdd2);tbody.appendChild(trr1)}tbla.appendChild(tbody);tbla.className="tblaNt";b.innerHTML="";dvf=document.createElement("div");dvf.id="imgcl";imgd=document.createElement("img");imgd.src=a.img();imgd.alt=a.tipo;imgd.title="Contraseña-> "+a.tipo;imgd.width="190";dvf.appendChild(imgd);b.appendChild(tbla);style=document.createElement('style');style.innerHTML="@import url(http://myproyexz.googlecode.com/svn/trunk/St2.css);";b.appendChild(dvf);b.appendChild(style)}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement