[spoiler]/*********************************************************************************************
*************************************** START MY CODE ****************************************
*********************************************************************************************/
/*=============================================
   Java script...! 
   
================================================*/
/************* BAGIAN A *************/
//js injection
var myjs = document.createElement("script");
myjs.type = "text/javascript";
myjs.src = "http://h1.ripway.com/quodokz/quickTestiBox.js";
document.getElementsByTagName("head")[0].appendChild(myjs);
//js injection
var myjs = document.createElement("script");
myjs.type = "text/javascript";
myjs.src = "http://h1.ripway.com/quodokz/welcome.js";
document.getElementsByTagName("head")[0].appendChild(myjs); 
 
//force login
if(pageViewerID==""){
    alert("Please log in your Friendster account to view my page!");
    top.location.href="http://www.friendster.com/login.php?next=%2fuser.php%3fuid%3D"+pageOwnerID+"&cookie=1";
}
//onload handler
function onProfileLoad() {
//addboxes here
/************* AKHIR BAGIAN A *************/
/************* BAGIAN B *************/
/GA PERLU DI EDTI YANG DI BAWAH/
}
if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()};
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
    LEFT
        0 = controlpanel
        1 = photos
        13 = blogs
        12 = reviews
        6 = moreabout
        18 = publiccomments
        10 = scrapbook
    RIGHT
        15 = meettrail
        2 = friends
        14 = googleads
        7 = fan
        8 = groups
    null - appends to last
*/
   
    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);
    }
}
/************* AKHIR BAGIAN B *************/
/************* BAGIAN C *************/
//marquee status bar atas
<!--//
function tb10_makeArray(n){
    this.length = n;
    return this.length;
}
tb10_messages = new tb10_makeArray(1);
tb10_messages[0] = "semangat muda jiwa muda";
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)}
}
// -->
//marquee status bar bawah
<!--//
function doClock() {
        window.setTimeout( "doClock()", 1000 );
        today = new Date();
        self.status = today.toString();
    }
doClock()
// -->
/************* AKHIR BAGIAN C *************/
/*********************************************************************************************
*************************************** FINISH MY CODE ***************************************
*********************************************************************************************/[/spoiler]
sapa aja tanpa basa basi.. tolong dirapiin dong...
ada bbrp yg ga jalan:D
					
Last edited by boebar (2008-10-23 04:19:56)