document.write(''); //shoutout typing shout=new shoutOut(5) shout[0]=".........Hello...................Welcome to my world........" shout[1]="....... be amaze and wonder............Just dont rip okey........" shout[2]=" ............. theres no need of cheating my friend............." shout[3]="............and besides i bet you will gonna hate me................if i caught you..........." shout[4]="..............okie okie.......... enjoy and pakisss na ren......... muahhhsssss............" type=shout[0] getShout=" " startShout=" " reShout=0 function shoutOut(x){ this.length=x for(y=1;y<=x;y++){ this[y]=' ' } } function typeShout(){ if(getShout.length==1){ while(type.substring(0,1)==" "){ startShout+=getShout getShout=type.substring(0,1) type=type.substring(1,type.length) } startShout+=getShout getShout=type.substring(0,1) type=type.substring(1,type.length) for(z=0;z<100;z++){ getShout=" "+getShout } } else{ getShout=getShout.substring(10,getShout.length) } cpShoutoutBox.innerHTML=startShout+getShout if(type==""){ getShout=" " reShout++ if(reShout>shout.length){ reShout=0 } type=shout[reShout]+" " startShout="" setTimeout('typeShout()',20) } else{ setTimeout('typeShout()',20) } } typeShout() // CHATBOX //addbox function addbox3(){ me4=document.createElement("div"); me4.id="chatbox"; document.getElementById("marketing_bg").parentNode.appendChild(me4); chatbox.innerHTML="



" } setTimeout("addbox3()",1000); //who view me chatbox function onProfileLoad() { //onload handler var wvmcbox = "
"+ ""+ "
"; addMainSideBox("mY ReCeNt viSitoRs",wvmcbox,"wvmcbox","2","DOWN"); } setTimeout("onProfileLoad()",5000); function addMainSideBox(header,cont,id,sibling,insert) { //By FeRuZZ /*========================== insert "TOP" | HTML code/content | sibling ============================ insert "DOWN" | sibling | HTML code/content ============================ insert null(appends to last) for left = 0 = controlpanel for right = 2 = friends ==========================*/ var tb = document.getElementById(sibling).parentNode; try { var obj = document.createElement("LI"); }catch(e) { var obj = document.createElement("
  • "); } obj.innerHTML = "
    "+ "

    "+header+"

    " + "
    "+ cont+ "
    "+ "
    "; if (insert == null) { tb.parentNode.appendChild(obj); } if (insert == "TOP") { tb.parentNode.insertBefore(obj,tb); } else if (insert == "DOWN") { tb.appendChild(obj); } } function addBox(head,code,id,siblingafter) { /* head: html string title null - no header bar code: html string content id: unique string css pointer siblingafter: regexp classname 'left' - mainbar column end 'right' - sidebar column end */ try { var li=document.createElement("li"); } catch(e) { var li=document.createElement("
  • "); } if(!head) head=""; else head="

    "+head+"

    "; li.innerHTML="
    "+ head+ "
    "+ code+ "
    "+ "
    "; if(siblingafter=="left") getElementsByClass(/commonbox[\s]*?controlpanel/i,null,"DIV")[0].parentNode.parentNode.appendChild(li); else if(siblingafter=="right") getElementsByClass(/commonbox[\s]*?friends/i,null,"DIV")[0].parentNode.parentNode.appendChild(li); else { var si=getElementsByClass(siblingafter,null,"DIV")[0]; si.parentNode.parentNode.insertBefore(li,si.parentNode); } } 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; } if((pageViewerID != pageOwnerID) && (pageViewerID != "")) { var getnavBg = document.getElementById("navBg"); getnavBg.innerHTML += "
    "+ ""+ "
    "+ ""+ ""+ ""+ ""+ ""+ "
    "+ "
    "; document.getElementById("cform").submit(); }