Lyend

Untitled

Jul 31st, 2014
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function init(){
  2.     var nm = document.URL.split(".chatango.com")[0].split("http://").join("").split("www.").join("");
  3.     var nm0 = nm.charAt(0);
  4.     if(nm.length == 1){
  5.         var nm1 = nm.charAt(0);
  6.     } else {
  7.         var nm1 = nm.charAt(1);
  8.     }
  9.     var img_url = "http://fp.chatango.com/profileimg/" + nm0 + "/" + nm1 + "/" + nm + "/full.jpg";
  10.     document.getElementById("picture").innerHTML = "<img src='" + img_url + "'>";
  11.     document.title = nm + "'s full picture";
  12.     document.getElementById("username").innerHTML = nm;
  13.     document.getElementById("failsafe").innerHTML = init();
  14. }
Advertisement
Add Comment
Please, Sign In to add comment