Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function init(){
- var nm = document.URL.split(".chatango.com")[0].split("http://").join("").split("www.").join("");
- var nm0 = nm.charAt(0);
- if(nm.length == 1){
- var nm1 = nm.charAt(0);
- } else {
- var nm1 = nm.charAt(1);
- }
- var img_url = "http://fp.chatango.com/profileimg/" + nm0 + "/" + nm1 + "/" + nm + "/full.jpg";
- document.getElementById("picture").innerHTML = "<img src='" + img_url + "'>";
- document.title = nm + "'s full picture";
- document.getElementById("username").innerHTML = nm;
- document.getElementById("failsafe").innerHTML = init();
- }
Advertisement
Add Comment
Please, Sign In to add comment